summaryrefslogtreecommitdiffstats
path: root/source3/python/py_spoolss_printers_conv.c
Commit message (Expand)AuthorAgeFilesLines
* 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