summaryrefslogtreecommitdiffstats
path: root/source3/python/py_spoolss_printers.c
Commit message (Expand)AuthorAgeFilesLines
* Moved PyDict_SetItemString for printer info level structures into conv functi...Tim Potter2002-05-141-2/+0
* Changed some error returns to return a werror tuple (status code and textTim Potter2002-05-081-4/+2
* Got setprinter level 3 working!Tim Potter2002-05-011-9/+23
* Return exception text if getprinter level not [0..3]Tim Potter2002-04-201-1/+8
* Started working on setprinter code.Tim Potter2002-04-181-28/+14
* Rename new_policy_hnd_object() to new_spoolss_policy_hnd_object()Tim Potter2002-04-141-1/+1
* Call PyErr_SetString instead of fprintf to stderr.Tim Potter2002-04-141-7/+5
* Removed unused label.Tim Potter2002-04-051-1/+0
* Throw a spoolss.werror exception when the rpc client routines returnTim Potter2002-04-051-272/+80
* Aborted experiment to avoid namespace pollution and prototype hell andTim Potter2002-03-281-9/+7
* Moved general printer related calls here.Tim Potter2002-03-271-0/+558