summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_printerdata.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r15385: Some work to bring the python code up to date with theDeryck Hodge1-1/+1
rpc client rewrite. (This used to be commit fd5bcecceb518d0683f400a61e11ce37f3d52d42)
2007-10-10r15299: Fix import of Python modules. Fixes Bug #3567.Deryck Hodge1-1/+6
The REGVAL_CTR part is taken from Daniel Jarboe's patch he filed with the bug report. deryck (This used to be commit 7ca24b996628707b7e8a05041d173f046f428413)
2007-10-10r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison1-12/+13
Jeremy. (This used to be commit 4b7a60e95e8f972df05d162769f0c441a4442e56)
2007-10-10r8654: merging cli_spoolss_XX() updates from trunkGerald Carter1-29/+6
(This used to be commit cd961e50a3029898868d21263ccacb7d5f1f07b9)
2003-02-19Merge of cleanups and srvsvc implementation from HEAD.Tim Potter1-0/+1
(This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66)
2002-11-07Sync up python stuff from HEAD.Tim Potter1-0/+56
(This used to be commit 92c76e16fa40adc6148b9c11b3e377f35c464975)
2002-09-19Fixed bug in keyword args for enumprinterdataexTim Potter1-1/+1
(This used to be commit c7845b3c43f7167f2c695722bc9923ff666ade76)
2002-09-03Convert to new REGISTRY_VALUE cli_spoolss routines.Tim Potter1-51/+61
(This used to be commit 100aa8c893464d65f1b2225dab9dc5b58bbcff91)
2002-09-03Implement deleteprinterdataexTim Potter1-2/+22
(This used to be commit a89fe79e222b36eda123ccdbca96badb7714776e)
2002-09-03Return dictionary of printerdata in enumprinterdataex.Tim Potter1-5/+18
(This used to be commit 348b6778d8b9e42f27da51652c7198cc42048059)
2002-09-02Add a 'key' field to printer data dictionary.Tim Potter1-18/+134
Implemented getprinterdataex, setprinterdataex and enumprinterdataex (doesn't quite work yet). (This used to be commit fb0f4f7bfe81923adfe71549973da2be57f0e71f)
2002-05-16More cleanups.Tim Potter1-4/+4
- removed dodgy fprintf() error handling - return an error string from open_pipe_creds() so the appropriate exception can be raised by the caller - reformatting (This used to be commit d35cad359df3bd53e6bb49f6655d4c7b9993abb0)
2002-05-15Renamed functions that are methods of a printer handle object fromTim Potter1-5/+5
spoolss_* to spoolss_hnd_* to make things a bit clearer. (This used to be commit 986d868837350e9b107c147e649f139fd7d881f0)
2002-05-15Comment that deleteprinterdataex isn't supported by a samba server.Tim Potter1-0/+4
(This used to be commit c07d583327fa194547d1bd41fdb12b25f24e88f7)
2002-05-14Added deleteprinterdata function.Tim Potter1-0/+30
Stub for deleteprinterdataex. (This used to be commit 14acdbf06dec517a4f2fee5904cae1c0b72a90aa)
2002-05-14Added enumprinterdata.Tim Potter1-1/+41
(This used to be commit 7a15ce7c0c6a6b3a62dd6607fefc32742fa50308)
2002-05-13Added getprinterdata and setprinterdata functions.Tim Potter1-0/+160
(This used to be commit 325361e9e6e2b2f852cc8607ad93108b80bcef06)