summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_printerdata.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15385: Some work to bring the python code up to date with theDeryck Hodge1-1/+1
2007-10-10r15299: Fix import of Python modules. Fixes Bug #3567.Deryck Hodge1-1/+6
2007-10-10r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison1-12/+13
2007-10-10r8654: merging cli_spoolss_XX() updates from trunkGerald Carter1-29/+6
2003-02-19Merge of cleanups and srvsvc implementation from HEAD.Tim Potter1-0/+1
2002-11-07Sync up python stuff from HEAD.Tim Potter1-0/+56
2002-09-19Fixed bug in keyword args for enumprinterdataexTim Potter1-1/+1
2002-09-03Convert to new REGISTRY_VALUE cli_spoolss routines.Tim Potter1-51/+61
2002-09-03Implement deleteprinterdataexTim Potter1-2/+22
2002-09-03Return dictionary of printerdata in enumprinterdataex.Tim Potter1-5/+18
2002-09-02Add a 'key' field to printer data dictionary.Tim Potter1-18/+134
2002-05-16More cleanups.Tim Potter1-4/+4
2002-05-15Renamed functions that are methods of a printer handle object fromTim Potter1-5/+5
2002-05-15Comment that deleteprinterdataex isn't supported by a samba server.Tim Potter1-0/+4
2002-05-14Added deleteprinterdata function.Tim Potter1-0/+30
2002-05-14Added enumprinterdata.Tim Potter1-1/+41
2002-05-13Added getprinterdata and setprinterdata functions.Tim Potter1-0/+160