summaryrefslogtreecommitdiff
path: root/source3/python/py_conv.h
AgeCommit message (Collapse)AuthorFilesLines
2002-11-22Fixed some compiler warnings.Tim Potter1-0/+1
(This used to be commit 9e871cc256a70bc64e59630bd31c890cc231368e)
2002-09-11Added char *, uid_t and gid_t types to generic conversion routines.Tim Potter1-1/+1
(This used to be commit a938863914cbfec247586c92fd06203fec7febde)
2002-05-17to_struct() now returns a boolean which is false if not all the elements ofTim Potter1-1/+1
the structure were present in the dictionary. (This used to be commit b26d9d793914b66050c374ec2c0e94fa37c7e0e4)
2002-03-28Aborted experiment to avoid namespace pollution and prototype hell andTim Potter1-3/+8
moved to 'make proto' based solution. (This used to be commit 1e48f872a494228e82fd32c789b3dcea6b014211)
2002-03-27Fixed bug in guards.Tim Potter1-1/+1
(This used to be commit 22990c3dda92278ad813dd20bebb243ed38388aa)
2002-03-26Samba structure <-> Python dictionary helper functions.Tim Potter1-0/+35
(This used to be commit 6c8a2ad16774f67f82d95056817ace5c80928893)