summaryrefslogtreecommitdiffstats
path: root/source/python/py_conv.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of header files for python extensions.Tim Potter2003-02-181-2/+17
* Fixed silly bug.Tim Potter2002-11-291-1/+1
* Fixed some compiler warnings.Tim Potter2002-11-221-5/+5
* Moved function to parse a list of unicode strings into util file.Tim Potter2002-11-061-0/+24
* Added char *, uid_t and gid_t types to generic conversion routines.Tim Potter2002-09-111-0/+25
* Check types of dictionary elements in to_struct()Tim Potter2002-05-271-10/+10
* When converting from a dictionary to a Samba structure, check for anyTim Potter2002-05-201-2/+30
* to_struct() now returns a boolean which is false if not all the elements ofTim Potter2002-05-171-1/+6
* rpcstr_pull() src_len fix.Tim Potter2002-05-071-1/+1
* Samba structure <-> Python dictionary helper functions.Tim Potter2002-03-261-0/+126