1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00
Commit Graph

30 Commits

Author SHA1 Message Date
873e090be3 Merge of compiler warning fixups.
(This used to be commit 0308a0a112)
2003-03-20 01:05:22 +00:00
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
fc8c6e7cf0 Added methods for getprinterdataex, setprinterdataex and enumprinterdataex.
(This used to be commit ac84b220aa)
2002-09-02 07:44:00 +00:00
ea8c45bbfd Added addjob command.
(This used to be commit e4cc7e2d52)
2002-05-16 02:01:23 +00:00
932b8e9d40 Cleaned up help docstrings.
(This used to be commit a8fcb151f8)
2002-05-16 01:33:38 +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
dfd1953542 Method entry for addprinterex()
(This used to be commit 1ad82cd0c3)
2002-05-15 06:10:45 +00:00
8ca814e529 Added lots of new functions to the method tables.
(This used to be commit a8f5951bec)
2002-05-14 07:15:43 +00:00
2e6939cf0b Added writeprinter command.
(This used to be commit 307788d0b8)
2002-05-14 06:09:59 +00:00
520b40e423 General cleanup of compiler warnings etc.
(This used to be commit 18aeadc591)
2002-05-14 02:37:47 +00:00
62f63f96e1 Added getprinterdata and setprinterdata functions.
(This used to be commit 325361e9e6)
2002-05-13 07:27:20 +00:00
950004e125 Added startdocprinter and enddocprinter.
(This used to be commit 954107a9d3)
2002-05-13 01:55:04 +00:00
5e723ce3c0 Added commands for startpageprinter, endpageprinter, setjob and getjob.
(This used to be commit 3da89aa8e4)
2002-05-08 05:50:12 +00:00
1359433ad8 Added setjob() command.
(This used to be commit 02c63de9e5)
2002-05-08 04:26:22 +00:00
cd929ae6ce Added enumjobs command.
(This used to be commit bc9dd9b458)
2002-05-07 07:06:10 +00:00
fe816061c1 Re-order args for enumprinterdrivers function.
(This used to be commit 5f9f320213)
2002-05-03 06:21:59 +00:00
9aabbc564f Rename new_policy_hnd_object() to new_spoolss_policy_hnd_object()
(This used to be commit 4bf6a9830a)
2002-04-14 23:42:54 +00:00
3540c42bf4 Shutdown cli_state in the dealloc function. This happens automatically
when a handle object falls out of scope.
(This used to be commit 39546dd241)
2002-04-14 23:33:31 +00:00
54bda76922 More open_pipe_creds() refactoring.
(This used to be commit 7f2c814237)
2002-04-14 00:59:50 +00:00
60fd2ec8cc Implemented a setup_logging() function that takes two keywords:
interactive and logfilename.  These can be used to send Samba DEBUG()
output to stdout or to a logfile which makes automated testing much
funkier.

Also added get_debuglevel() and set_debuglevel() functions.

Make open_pipe_creds() accept None as a anonymous credential.
(This used to be commit 094a51edb9)
2002-04-11 05:05:08 +00:00
81ca81e85b Added a whole bunch more permission constants.
(This used to be commit f8673bd499)
2002-04-11 01:35:53 +00:00
416165a52c Added WERR_INVALID_FORM_NAME constant.
(This used to be commit 908b70f3e2)
2002-04-09 05:11:34 +00:00
cc29c33fbe Added constants for form types and WERROR values.
(This used to be commit 5ef5e805d5)
2002-04-09 04:22:27 +00:00
5414561d40 Docstring updates.
(This used to be commit f05c3c6fc5)
2002-04-03 04:40:35 +00:00
230e36ccde Aborted experiment to avoid namespace pollution and prototype hell and
moved to 'make proto' based solution.
(This used to be commit 1e48f872a4)
2002-03-28 04:14:43 +00:00
6deca76e4c Broke out stuff into other files.
(This used to be commit 9eb3eb8513)
2002-03-27 05:33:19 +00:00
7e686ace08 Moved conv functions to separate file.
Converted remaining functions to methods.
(This used to be commit 1e894487f5)
2002-03-26 11:12:16 +00:00
7cf6b169a3 Moved form related functions as methods in the policy handle object.
(This used to be commit 7c4bcc48aa)
2002-03-26 06:25:47 +00:00
d07cc9d8a1 Initial version.
(This used to be commit d35770d06f)
2002-03-20 03:29:03 +00:00