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

10 Commits

Author SHA1 Message Date
Tim Potter
100aa8c893 Convert to new REGISTRY_VALUE cli_spoolss routines. -
Tim Potter
a89fe79e22 Implement deleteprinterdataex -
Tim Potter
348b6778d8 Return dictionary of printerdata in enumprinterdataex. -
Tim Potter
fb0f4f7bfe Add a 'key' field to printer data dictionary.
Implemented getprinterdataex, setprinterdataex and enumprinterdataex
(doesn't quite work yet).
-
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. -