summaryrefslogtreecommitdiffstats
path: root/source3/python/py_conv.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge of cleanups and srvsvc implementation from HEAD.Tim Potter2003-02-191-2/+17
| | | | (This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66)
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-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)
* Merge of compiler warning fixes from HEAD.Tim Potter2002-11-291-5/+5
| | | | (This used to be commit 80e61a7546b2ac070f8dda56b9810a352ac669e4)
* Sync up python stuff from HEAD.Tim Potter2002-11-071-0/+24
| | | | (This used to be commit 92c76e16fa40adc6148b9c11b3e377f35c464975)
* Added char *, uid_t and gid_t types to generic conversion routines.Tim Potter2002-09-111-0/+25
| | | | (This used to be commit a938863914cbfec247586c92fd06203fec7febde)
* Check types of dictionary elements in to_struct()Tim Potter2002-05-271-10/+10
| | | | (This used to be commit 793f1042f153bd6ca3f75bebf719d47744ffecde)
* When converting from a dictionary to a Samba structure, check for anyTim Potter2002-05-201-2/+30
| | | | | additional keys that may have been added and return False if so. (This used to be commit 96ccb2beb1d45f8122ff03fc2f7727bf065adbf6)
* to_struct() now returns a boolean which is false if not all the elements ofTim Potter2002-05-171-1/+6
| | | | | the structure were present in the dictionary. (This used to be commit b26d9d793914b66050c374ec2c0e94fa37c7e0e4)
* rpcstr_pull() src_len fix.Tim Potter2002-05-071-1/+1
| | | | (This used to be commit 7da054d814d16deeea954e2559fdeb97dc323bbb)
* Samba structure <-> Python dictionary helper functions.Tim Potter2002-03-261-0/+126
(This used to be commit 6c8a2ad16774f67f82d95056817ace5c80928893)