summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_drivers.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r15385: Some work to bring the python code up to date with theDeryck Hodge1-3/+3
2007-10-10r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison1-5/+6
2007-10-10r8654: merging cli_spoolss_XX() updates from trunkGerald Carter1-22/+5
2007-10-10r5283: Merge -r5279 and-r5280 from trunk.Tim Potter1-1/+1
2007-10-10r1789: compiler warnings from SuSEGerald Carter1-2/+2
2003-08-25update python libraries for new cli_spoolss_getprinterdriver() callGerald Carter1-2/+3
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-3/+3
2002-11-04Sync with HEAD.Tim Potter1-3/+3
2002-10-21Merge.Tim Potter1-1/+2
2002-09-09Formatting tidyup.Tim Potter1-1/+1
2002-09-06level keys are inserted by conv routines.Tim Potter1-14/+0
2002-05-28Raise a ValueError if server names aren't given in UNC format.Tim Potter1-3/+3
2002-05-28Allow None to be used as a valid credential for functions that take aTim Potter1-6/+24
2002-05-27Use new version of open_pipe_creds() function.Tim Potter1-11/+25
2002-05-20Decode info level 3 for getprinterdriver.Tim Potter1-1/+5
2002-05-17Call get_level_value() utility function.Tim Potter1-21/+8
2002-05-16Fix return value for enumprinterdrivers(), getprinterdriverdir().Tim Potter1-16/+18
2002-05-16More cleanups.Tim Potter1-19/+31
2002-05-16Refactored open_pipe_creds() function to remove unused parameter.Tim Potter1-14/+14
2002-05-15Renamed functions that are methods of a printer handle object fromTim Potter1-1/+1
2002-05-15Return a dictionary of printer drivers in enumprinterdrivers() instead of aTim Potter1-8/+138
2002-05-14Fixed bug in enumprinterdrivers.Tim Potter1-3/+27
2002-05-03Re-order args for enumprinterdrivers function.Tim Potter1-4/+4
2002-04-05Converted drivers, forms and ports functions to use new conversion routinesTim Potter1-89/+34
2002-04-03Start to make argument ordering consistent.Tim Potter1-3/+4
2002-03-28Aborted experiment to avoid namespace pollution and prototype hell andTim Potter1-6/+8
2002-03-27Moved printer driver related calls here.Tim Potter1-0/+295