summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_printers_conv.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-29Merge of argument check fixes from HEAD.Tim Potter1-16/+22
2002-10-21Merge.Tim Potter1-19/+61
2002-09-25The security descriptor in a PRINTER_INFO_2 could be NULL. (Bong?)Tim Potter1-2/+6
2002-09-19Bong! The devmode could be NULL. Don't crash if this is the case.Tim Potter1-2/+8
2002-05-27Honour return value of to_struct() when converting to Samba structures.Tim Potter1-4/+14
2002-05-16Renamed 'printer_name' field in python printer info to 'name' to beTim Potter1-3/+3
2002-05-14Moved PyDict_SetItemString for printer info level structures into conv functi...Tim Potter1-0/+6
2002-05-01Implemented py_to_PRINTER_INFO_3() helper function.Tim Potter1-3/+14
2002-04-18Started working on setprinter code.Tim Potter1-5/+22
2002-04-14Moved security descriptor routines into their own file.Tim Potter1-115/+0
2002-04-14Made a comment clearer.Tim Potter1-1/+1
2002-04-05Fixed dodgy looking prototypes for py_to_* functions.Tim Potter1-11/+11
2002-04-05New routines to convert between structures and python dictionaries. We nowTim Potter1-0/+367