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