summaryrefslogtreecommitdiff
path: root/source/python/py_spoolss_drivers.c
Commit message (Expand)AuthorAgeFilesLines
* Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-3/+3
* Zero some more return values.Tim Potter2002-10-211-1/+2
* open_pipe_creds() now takes a pipe index instead of a pipe name.Tim Potter2002-10-171-3/+3
* Formatting tidyup.Tim Potter2002-09-091-1/+1
* level keys are inserted by conv routines.Tim Potter2002-09-061-14/+0
* Raise a ValueError if server names aren't given in UNC format.Tim Potter2002-05-281-3/+3
* Allow None to be used as a valid credential for functions that take aTim Potter2002-05-281-6/+24
* Use new version of open_pipe_creds() function.Tim Potter2002-05-271-11/+25
* Decode info level 3 for getprinterdriver.Tim Potter2002-05-201-1/+5
* Call get_level_value() utility function.Tim Potter2002-05-171-21/+8
* Fix return value for enumprinterdrivers(), getprinterdriverdir().Tim Potter2002-05-161-16/+18
* More cleanups.Tim Potter2002-05-161-19/+31
* Refactored open_pipe_creds() function to remove unused parameter.Tim Potter2002-05-161-14/+14
* Renamed functions that are methods of a printer handle object fromTim Potter2002-05-151-1/+1
* Return a dictionary of printer drivers in enumprinterdrivers() instead of aTim Potter2002-05-151-8/+138
* Fixed bug in enumprinterdrivers.Tim Potter2002-05-141-3/+27
* Re-order args for enumprinterdrivers function.Tim Potter2002-05-031-4/+4
* Converted drivers, forms and ports functions to use new conversion routinesTim Potter2002-04-051-89/+34
* Start to make argument ordering consistent.Tim Potter2002-04-031-3/+4
* Aborted experiment to avoid namespace pollution and prototype hell andTim Potter2002-03-281-6/+8
* Moved printer driver related calls here.Tim Potter2002-03-271-0/+295