summaryrefslogtreecommitdiff
path: root/source3/python/py_conv.c
AgeCommit message (Collapse)AuthorFilesLines
2003-02-18Cleanup of header files for python extensions.Tim Potter1-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 (This used to be commit 0659351b251aee438bb9e92682bc445f164923a5)
2002-11-29Fixed silly bug.Tim Potter1-1/+1
(This used to be commit 191c1596f5e939e733c9262c3beaf956328c7be6)
2002-11-22Fixed some compiler warnings.Tim Potter1-5/+5
(This used to be commit 9e871cc256a70bc64e59630bd31c890cc231368e)
2002-11-06Moved function to parse a list of unicode strings into util file.Tim Potter1-0/+24
It's now used in parsing printer driver structures and the response from the enumprinterkey rpc. (This used to be commit acecee6f2bb92c4992078f4fe2dfae4414f43482)
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)