summaryrefslogtreecommitdiffstats
path: root/source3/python/py_spoolss_drivers.c
Commit message (Expand)AuthorAgeFilesLines
* r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison2007-10-101-5/+6
* r8654: merging cli_spoolss_XX() updates from trunkGerald Carter2007-10-101-22/+5
* r5283: Merge -r5279 and-r5280 from trunk.Tim Potter2007-10-101-1/+1
* r1789: compiler warnings from SuSEGerald Carter2007-10-101-2/+2
* update python libraries for new cli_spoolss_getprinterdriver() callGerald Carter2003-08-251-2/+3
* Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-3/+3
* Sync with HEAD.Tim Potter2002-11-041-3/+3
* Merge.Tim Potter2002-10-211-1/+2
* 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