1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
Jeremy Allison
4b7a60e95e r10802: Janitor for tpot - remember to keep 3.0 in sync.
Jeremy.
2007-10-10 11:04:54 -05:00
Gerald Carter
cd961e50a3 r8654: merging cli_spoolss_XX() updates from trunk 2007-10-10 11:00:14 -05:00
Tim Potter
9db5be0361 Fixed enumjobs command to use new JOB_INFO_CTR structure. -
Tim Potter
d4c7a85c2b Use get_level_value() utility fn.
Cleaned up some local variable naming.
-
Tim Potter
b1818eb375 Set exception object when enumjobs returns non-zero NT status. -
Tim Potter
d35cad359d More cleanups.
- removed dodgy fprintf() error handling

 - return an error string from open_pipe_creds() so the appropriate
   exception can be raised by the caller

 - reformatting
-
Tim Potter
e4cc7e2d52 Added addjob command. -
Tim Potter
986d868837 Renamed functions that are methods of a printer handle object from
spoolss_* to spoolss_hnd_* to make things a bit clearer.
-
Tim Potter
307788d0b8 Added writeprinter command. -
Tim Potter
954107a9d3 Added startdocprinter and enddocprinter. -
Tim Potter
3da89aa8e4 Added commands for startpageprinter, endpageprinter, setjob and getjob. -
Tim Potter
02c63de9e5 Added setjob() command. -
Tim Potter
bc9dd9b458 Added enumjobs command. -