summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_proto.h
AgeCommit message (Collapse)AuthorFilesLines
2002-11-06Added enumprinterkey function.Tim Potter1-0/+4
Stub for deleteprinterkey. (This used to be commit 64e04380f7ad9b471a681638dfde93e0c65f9fa3)
2002-09-02make protoTim Potter1-0/+3
(This used to be commit 88a97d2174eee884de52e848d30bc2c459bf28bb)
2002-05-16More cleanups.Tim Potter1-1/+1
- 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-16Added addjob command.Tim Potter1-0/+1
(This used to be commit e4cc7e2d521cb2777c15c00ec222342e2a0b02ca)
2002-05-15Renamed functions that are methods of a printer handle object fromTim Potter1-21/+21
spoolss_* to spoolss_hnd_* to make things a bit clearer. (This used to be commit 986d868837350e9b107c147e649f139fd7d881f0)
2002-05-15make protoTim Potter1-0/+1
(This used to be commit 4fe9f83998a3b669b2190b0c71908fe2d9f915fd)
2002-05-14make protoTim Potter1-0/+10
(This used to be commit 0c52191cc5b986fbb50a476442e808d5e161e534)
2002-05-14Added writeprinter command.Tim Potter1-0/+1
(This used to be commit 307788d0b823f228c718b2a186fc66144fd55717)
2002-05-13Added getprinterdata and setprinterdata functions.Tim Potter1-0/+6
(This used to be commit 325361e9e6e2b2f852cc8607ad93108b80bcef06)
2002-05-13Added startdocprinter and enddocprinter.Tim Potter1-0/+4
(This used to be commit 954107a9d314c8d87f65f741804ca3f9ca94432e)
2002-05-08Added commands for startpageprinter, endpageprinter, setjob and getjob.Tim Potter1-0/+3
(This used to be commit 3da89aa8e45d08444bfcddb145264bfcd6f6d768)
2002-05-08Added setjob() command.Tim Potter1-0/+1
(This used to be commit 02c63de9e58f9806e58d3862391e05e9b9cdb8fc)
2002-05-07Added enumjobs command.Tim Potter1-0/+11
(This used to be commit bc9dd9b45866d269f576a640286a578da921c3fb)
2002-05-01make protoTim Potter1-1/+2
(This used to be commit 99dee7b1018f9abc5374bcf877fea1a5cbde6cae)
2002-04-18Started working on setprinter code.Tim Potter1-11/+4
(This used to be commit 38d2b1794a0942ac4c2787f06bc5e546508c2515)
2002-04-14More open_pipe_creds() refactoring.Tim Potter1-3/+0
(This used to be commit 7f2c814237f1df7008c9a91b7cf3b1de01e6ed87)
2002-04-05make protoTim Potter1-0/+46
(This used to be commit 0448c12a56fe508b72be4ce43d2c4d1eb16c5943)
2002-04-05make protoTim Potter1-0/+2
(This used to be commit c8278b0a929c779dd234a1e617bb0f3d2a039cfe)
2002-03-28Aborted experiment to avoid namespace pollution and prototype hell andTim Potter1-0/+43
moved to 'make proto' based solution. (This used to be commit 1e48f872a494228e82fd32c789b3dcea6b014211)