summaryrefslogtreecommitdiff
path: root/source3/python/py_conv.c
AgeCommit message (Collapse)AuthorFilesLines
2002-11-07Sync up python stuff from HEAD.Tim Potter1-0/+24
(This used to be commit 92c76e16fa40adc6148b9c11b3e377f35c464975)
2002-09-11Added char *, uid_t and gid_t types to generic conversion routines.Tim Potter1-0/+25
(This used to be commit a938863914cbfec247586c92fd06203fec7febde)
2002-05-27Check types of dictionary elements in to_struct()Tim Potter1-10/+10
(This used to be commit 793f1042f153bd6ca3f75bebf719d47744ffecde)
2002-05-20When converting from a dictionary to a Samba structure, check for anyTim Potter1-2/+30
additional keys that may have been added and return False if so. (This used to be commit 96ccb2beb1d45f8122ff03fc2f7727bf065adbf6)
2002-05-17to_struct() now returns a boolean which is false if not all the elements ofTim Potter1-1/+6
the structure were present in the dictionary. (This used to be commit b26d9d793914b66050c374ec2c0e94fa37c7e0e4)
2002-05-07rpcstr_pull() src_len fix.Tim Potter1-1/+1
(This used to be commit 7da054d814d16deeea954e2559fdeb97dc323bbb)
2002-03-26Samba structure <-> Python dictionary helper functions.Tim Potter1-0/+126
(This used to be commit 6c8a2ad16774f67f82d95056817ace5c80928893)