1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
5ef421f1d8 Merge of cleanups and srvsvc implementation from HEAD.
(This used to be commit dbea592877)
2003-02-19 22:47:49 +00:00
3955716f90 Sync up python stuff from HEAD.
(This used to be commit 92c76e16fa)
2002-11-07 01:12:24 +00:00
a39dcb606d Fixed bug in keyword args for enumprinterdataex
(This used to be commit c7845b3c43)
2002-09-19 05:29:14 +00:00
b2e4d8e5f9 Convert to new REGISTRY_VALUE cli_spoolss routines.
(This used to be commit 100aa8c893)
2002-09-03 05:00:17 +00:00
2a18e89da7 Implement deleteprinterdataex
(This used to be commit a89fe79e22)
2002-09-03 01:10:21 +00:00
611f9c899d Return dictionary of printerdata in enumprinterdataex.
(This used to be commit 348b6778d8)
2002-09-03 00:40:06 +00:00
1f914af0ec Add a 'key' field to printer data dictionary.
Implemented getprinterdataex, setprinterdataex and enumprinterdataex
(doesn't quite work yet).
(This used to be commit fb0f4f7bfe)
2002-09-02 07:47:42 +00:00
286d3a80fd 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
(This used to be commit d35cad359d)
2002-05-16 04:00:31 +00:00
5951e762d5 Renamed functions that are methods of a printer handle object from
spoolss_* to spoolss_hnd_* to make things a bit clearer.
(This used to be commit 986d868837)
2002-05-15 06:22:53 +00:00
fb986ce8ae Comment that deleteprinterdataex isn't supported by a samba server.
(This used to be commit c07d583327)
2002-05-15 06:05:00 +00:00
d8b60d56fb Added deleteprinterdata function.
Stub for deleteprinterdataex.
(This used to be commit 14acdbf06d)
2002-05-14 07:13:25 +00:00
762d52feba Added enumprinterdata.
(This used to be commit 7a15ce7c0c)
2002-05-14 05:01:04 +00:00
62f63f96e1 Added getprinterdata and setprinterdata functions.
(This used to be commit 325361e9e6)
2002-05-13 07:27:20 +00:00