summaryrefslogtreecommitdiffstats
path: root/source/python/py_conv.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup of header files for python extensions.Tim Potter2003-02-181-2/+17
| | | | | | - combine py_foo_proto.h and py_foo.h - move #include of Python.h into one place so we can get rid of that annoying compiler warning about HAVE_FSTAT being redefined
* 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
| | | | | It's now used in parsing printer driver structures and the response from the enumprinterkey rpc.
* 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
| | | | additional keys that may have been added and return False if so.
* 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.
* rpcstr_pull() src_len fix.Tim Potter2002-05-071-1/+1
|
* Samba structure <-> Python dictionary helper functions.Tim Potter2002-03-261-0/+126