summaryrefslogtreecommitdiffstats
path: root/source3/python/py_spoolss_drivers.c
Commit message (Expand)AuthorAgeFilesLines
* 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