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