summaryrefslogtreecommitdiffstats
path: root/source3/python/py_spoolss_printers.c
Commit message (Expand)AuthorAgeFilesLines
* r15385: Some work to bring the python code up to date with theDeryck Hodge2007-10-101-3/+3
* r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison2007-10-101-8/+9
* r8654: merging cli_spoolss_XX() updates from trunkGerald Carter2007-10-101-15/+3
* r7960: Replace unknown SMB_XSTRDUP by known SMB_STRDUP macro.Lars Müller2007-10-101-1/+1
* r6678: fix python python after talloc() shakeupGerald Carter2007-10-101-1/+1
* Merge of compiler warning fixups.Tim Potter2003-03-201-16/+0
* Merge of some commentary for getprinter info levels supported by win2k+Tim Potter2003-03-131-0/+16
* Sync up compiler warning fixes.Tim Potter2003-01-151-9/+9
* Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-3/+3
* Sync with HEAD.Tim Potter2002-11-041-3/+3
* Fix crash bugs in getprinter info level code (yay unit tests).Tim Potter2002-09-091-8/+3
* New arguments to cli_spoolss_enum_printers()Tim Potter2002-08-271-3/+3
* Another compile fix.Tim Potter2002-07-111-2/+2
* Raise a ValueError if server names aren't given in UNC format.Tim Potter2002-05-281-3/+7
* Allow None to be used as a valid credential for functions that take aTim Potter2002-05-281-3/+15
* Use new version of open_pipe_creds() function.Tim Potter2002-05-271-23/+56
* 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