summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_jobs.c
AgeCommit message (Collapse)AuthorFilesLines
2002-09-03Fixed enumjobs command to use new JOB_INFO_CTR structure.Tim Potter1-2/+2
(This used to be commit 9db5be03617740e705bce51784fdb80784779acb)
2002-05-17Use get_level_value() utility fn.Tim Potter1-24/+11
Cleaned up some local variable naming. (This used to be commit d4c7a85c2b5c45f1cc3273230d80a1d5923cd848)
2002-05-16Set exception object when enumjobs returns non-zero NT status.Tim Potter1-1/+3
(This used to be commit b1818eb37572f4d30efef998d926ac111e78cb48)
2002-05-16More cleanups.Tim Potter1-8/+8
- 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/+6
(This used to be commit e4cc7e2d521cb2777c15c00ec222342e2a0b02ca)
2002-05-15Renamed functions that are methods of a printer handle object fromTim Potter1-8/+8
spoolss_* to spoolss_hnd_* to make things a bit clearer. (This used to be commit 986d868837350e9b107c147e649f139fd7d881f0)
2002-05-14Added writeprinter command.Tim Potter1-0/+31
(This used to be commit 307788d0b823f228c718b2a186fc66144fd55717)
2002-05-13Added startdocprinter and enddocprinter.Tim Potter1-0/+136
(This used to be commit 954107a9d314c8d87f65f741804ca3f9ca94432e)
2002-05-08Added commands for startpageprinter, endpageprinter, setjob and getjob.Tim Potter1-1/+100
(This used to be commit 3da89aa8e45d08444bfcddb145264bfcd6f6d768)
2002-05-08Added setjob() command.Tim Potter1-0/+30
(This used to be commit 02c63de9e58f9806e58d3862391e05e9b9cdb8fc)
2002-05-07Added enumjobs command.Tim Potter1-0/+86
(This used to be commit bc9dd9b45866d269f576a640286a578da921c3fb)