summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_printerdata.c
Commit message (Expand)AuthorAgeFilesLines
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r15385: Some work to bring the python code up to date with theDeryck Hodge2007-10-101-1/+1
* r15299: Fix import of Python modules. Fixes Bug #3567.Deryck Hodge2007-10-101-1/+6
* r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison2007-10-101-12/+13
* r8654: merging cli_spoolss_XX() updates from trunkGerald Carter2007-10-101-29/+6
* Merge of cleanups and srvsvc implementation from HEAD.Tim Potter2003-02-191-0/+1
* Sync up python stuff from HEAD.Tim Potter2002-11-071-0/+56
* Fixed bug in keyword args for enumprinterdataexTim Potter2002-09-191-1/+1
* Convert to new REGISTRY_VALUE cli_spoolss routines.Tim Potter2002-09-031-51/+61
* Implement deleteprinterdataexTim Potter2002-09-031-2/+22
* Return dictionary of printerdata in enumprinterdataex.Tim Potter2002-09-031-5/+18
* Add a 'key' field to printer data dictionary.Tim Potter2002-09-021-18/+134
* More cleanups.Tim Potter2002-05-161-4/+4
* Renamed functions that are methods of a printer handle object fromTim Potter2002-05-151-5/+5
* Comment that deleteprinterdataex isn't supported by a samba server.Tim Potter2002-05-151-0/+4
* Added deleteprinterdata function.Tim Potter2002-05-141-0/+30
* Added enumprinterdata.Tim Potter2002-05-141-1/+41
* Added getprinterdata and setprinterdata functions.Tim Potter2002-05-131-0/+160