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

6 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
986d868837 Renamed functions that are methods of a printer handle object from
spoolss_* to spoolss_hnd_* to make things a bit clearer.
-
Tim Potter
c07d583327 Comment that deleteprinterdataex isn't supported by a samba server. -
Tim Potter
14acdbf06d Added deleteprinterdata function.
Stub for deleteprinterdataex.
-
Tim Potter
7a15ce7c0c Added enumprinterdata. -
Tim Potter
325361e9e6 Added getprinterdata and setprinterdata functions. -