summaryrefslogtreecommitdiffstats
path: root/source3/python/py_spoolss_printers.c
Commit message (Expand)AuthorAgeFilesLines
* Use get_level_value() utility fn.Tim Potter2002-05-171-22/+7
* Fix memory leaks and return values in error returns for enumprinters().Tim Potter2002-05-161-29/+48
* More cleanups.Tim Potter2002-05-161-25/+40
* Refactored open_pipe_creds() function to remove unused parameter.Tim Potter2002-05-161-11/+6
* Renamed functions that are methods of a printer handle object fromTim Potter2002-05-151-2/+2
* Fixed a memory leak in enumprinters.Tim Potter2002-05-151-4/+57
* 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