summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_printers.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-20Merge of compiler warning fixups.Tim Potter1-16/+0
2003-03-13Merge of some commentary for getprinter info levels supported by win2k+Tim Potter1-0/+16
2003-01-15Sync up compiler warning fixes.Tim Potter1-9/+9
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-3/+3
2002-11-04Sync with HEAD.Tim Potter1-3/+3
2002-09-09Fix crash bugs in getprinter info level code (yay unit tests).Tim Potter1-8/+3
2002-08-27New arguments to cli_spoolss_enum_printers()Tim Potter1-3/+3
2002-07-11Another compile fix.Tim Potter1-2/+2
2002-05-28Raise a ValueError if server names aren't given in UNC format.Tim Potter1-3/+7
2002-05-28Allow None to be used as a valid credential for functions that take aTim Potter1-3/+15
2002-05-27Use new version of open_pipe_creds() function.Tim Potter1-23/+56
2002-05-17Use get_level_value() utility fn.Tim Potter1-22/+7
2002-05-16Fix memory leaks and return values in error returns for enumprinters().Tim Potter1-29/+48
2002-05-16More cleanups.Tim Potter1-25/+40
2002-05-16Refactored open_pipe_creds() function to remove unused parameter.Tim Potter1-11/+6
2002-05-15Renamed functions that are methods of a printer handle object fromTim Potter1-2/+2
2002-05-15Fixed a memory leak in enumprinters.Tim Potter1-4/+57
2002-05-14Moved PyDict_SetItemString for printer info level structures into conv functi...Tim Potter1-2/+0
2002-05-08Changed some error returns to return a werror tuple (status code and textTim Potter1-4/+2
2002-05-01Got setprinter level 3 working!Tim Potter1-9/+23
2002-04-20Return exception text if getprinter level not [0..3]Tim Potter1-1/+8
2002-04-18Started working on setprinter code.Tim Potter1-28/+14
2002-04-14Rename new_policy_hnd_object() to new_spoolss_policy_hnd_object()Tim Potter1-1/+1
2002-04-14Call PyErr_SetString instead of fprintf to stderr.Tim Potter1-7/+5
2002-04-05Removed unused label.Tim Potter1-1/+0
2002-04-05Throw a spoolss.werror exception when the rpc client routines returnTim Potter1-272/+80
2002-03-28Aborted experiment to avoid namespace pollution and prototype hell andTim Potter1-9/+7
2002-03-27Moved general printer related calls here.Tim Potter1-0/+558