summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_drivers.c
AgeCommit message (Expand)AuthorFilesLines
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