summaryrefslogtreecommitdiff
path: root/source3/python/py_conv.c
AgeCommit message (Collapse)AuthorFilesLines
2003-02-19Merge of cleanups and srvsvc implementation from HEAD.Tim Potter1-2/+17
(This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66)
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-1/+1
should actual functional differences between HEAD and 3.0. - Mostly reformatting - Removal of unecessary #include "smb.h" - Merge of dyn_DRIVERFILE removal - Silly bug fix for python code (This used to be commit d3998307adc50ba50defe610cb656c73799ae3b9)
2002-11-29Merge of compiler warning fixes from HEAD.Tim Potter1-5/+5
(This used to be commit 80e61a7546b2ac070f8dda56b9810a352ac669e4)
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)