summaryrefslogtreecommitdiffstats
path: root/source/python/py_conv.c
Commit message (Collapse)AuthorAgeFilesLines
* 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