1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-23 11:17:06 +03:00

17 Commits

Author SHA1 Message Date
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
4fe9f83998 make proto -
Tim Potter
0c52191cc5 make proto -
Tim Potter
307788d0b8 Added writeprinter command. -
Tim Potter
325361e9e6 Added getprinterdata and setprinterdata functions. -
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. -
Tim Potter
99dee7b101 make proto -
Tim Potter
38d2b1794a Started working on setprinter code. -
Tim Potter
7f2c814237 More open_pipe_creds() refactoring. -
Tim Potter
0448c12a56 make proto -
Tim Potter
c8278b0a92 make proto -
Tim Potter
1e48f872a4 Aborted experiment to avoid namespace pollution and prototype hell and
moved to 'make proto' based solution.
-