Andrew Tridgell
b0132e94fc
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
2007-10-10 12:28:22 -05:00
Jeremy Allison
407e6e695b
r23779: Change from v2 or later to v3 or later.
...
Jeremy.
2007-10-10 12:28:20 -05:00
Deryck Hodge
fd5bcecceb
r15385: Some work to bring the python code up to date with the
...
rpc client rewrite.
2007-10-10 11:16:38 -05:00
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
74d872287b
r5283: Merge -r5279 and-r5280 from trunk.
2007-10-10 10:55:36 -05:00
Gerald Carter
7e44193be1
r1789: compiler warnings from SuSE
2007-10-10 10:52:20 -05:00
Gerald Carter
331a69919c
update python libraries for new cli_spoolss_getprinterdriver() call
-
Jeremy Allison
aa8439a49e
Finish adding strings to all talloc_init() calls.
...
Jeremy.
-
Tim Potter
0310e539bb
Sync with HEAD.
-
Tim Potter
d3e88cb96f
Merge.
-
Tim Potter
4132d9680a
Formatting tidyup.
-
Tim Potter
b5068bb9fe
level keys are inserted by conv routines.
-
Tim Potter
f5a1a3190d
Raise a ValueError if server names aren't given in UNC format.
-
Tim Potter
166aee6cc2
Allow None to be used as a valid credential for functions that take a
...
credential as a parameter.
-
Tim Potter
3b011eb65a
Use new version of open_pipe_creds() function.
...
Server argument to enumprinterdrivers() must be in UNC format.
-
Tim Potter
841b6cf63c
Decode info level 3 for getprinterdriver.
...
Error checking for undecoded info levels.
-
Tim Potter
2566dad274
Call get_level_value() utility function.
-
Tim Potter
cb4bfd39eb
Fix return value for enumprinterdrivers(), getprinterdriverdir().
...
Set info level key in getprinterdriverdir() return info.
-
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
36ed06cb50
Refactored open_pipe_creds() function to remove unused parameter.
-
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
e3c27d7d10
Return a dictionary of printer drivers in enumprinterdrivers() instead of a
...
list.
Started addprinterdriver() - doesn't work yet.
Added stubs for deleteprinterdriver routines.
-
Tim Potter
ca315ef84f
Fixed bug in enumprinterdrivers.
...
Added stubs for addprinterdriver and deleteprinterdriver functions.
-
Tim Potter
5f9f320213
Re-order args for enumprinterdrivers function.
-
Tim Potter
ed0a6480f7
Converted drivers, forms and ports functions to use new conversion routines
...
and exception throwing.
-
Tim Potter
e84cc7ea84
Start to make argument ordering consistent.
-
Tim Potter
1e48f872a4
Aborted experiment to avoid namespace pollution and prototype hell and
...
moved to 'make proto' based solution.
-
Tim Potter
d4b8000e1f
Moved printer driver related calls here.
-