1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
Commit Graph

28 Commits

Author SHA1 Message Date
Tim Potter
64e04380f7 Added enumprinterkey function.
Stub for deleteprinterkey.
0001-01-01 00:00:00 +00:00
Tim Potter
ac84b220aa Added methods for getprinterdataex, setprinterdataex and enumprinterdataex. 0001-01-01 00:00:00 +00:00
Tim Potter
e4cc7e2d52 Added addjob command. 0001-01-01 00:00:00 +00:00
Tim Potter
a8fcb151f8 Cleaned up help docstrings. 0001-01-01 00:00:00 +00:00
Tim Potter
986d868837 Renamed functions that are methods of a printer handle object from
spoolss_* to spoolss_hnd_* to make things a bit clearer.
0001-01-01 00:00:00 +00:00
Tim Potter
1ad82cd0c3 Method entry for addprinterex() 0001-01-01 00:00:00 +00:00
Tim Potter
a8f5951bec Added lots of new functions to the method tables. 0001-01-01 00:00:00 +00:00
Tim Potter
307788d0b8 Added writeprinter command. 0001-01-01 00:00:00 +00:00
Tim Potter
18aeadc591 General cleanup of compiler warnings etc. 0001-01-01 00:00:00 +00:00
Tim Potter
325361e9e6 Added getprinterdata and setprinterdata functions. 0001-01-01 00:00:00 +00:00
Tim Potter
954107a9d3 Added startdocprinter and enddocprinter. 0001-01-01 00:00:00 +00:00
Tim Potter
3da89aa8e4 Added commands for startpageprinter, endpageprinter, setjob and getjob. 0001-01-01 00:00:00 +00:00
Tim Potter
02c63de9e5 Added setjob() command. 0001-01-01 00:00:00 +00:00
Tim Potter
bc9dd9b458 Added enumjobs command. 0001-01-01 00:00:00 +00:00
Tim Potter
5f9f320213 Re-order args for enumprinterdrivers function. 0001-01-01 00:00:00 +00:00
Tim Potter
4bf6a9830a Rename new_policy_hnd_object() to new_spoolss_policy_hnd_object() 0001-01-01 00:00:00 +00:00
Tim Potter
39546dd241 Shutdown cli_state in the dealloc function. This happens automatically
when a handle object falls out of scope.
0001-01-01 00:00:00 +00:00
Tim Potter
7f2c814237 More open_pipe_creds() refactoring. 0001-01-01 00:00:00 +00:00
Tim Potter
094a51edb9 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.
0001-01-01 00:00:00 +00:00
Tim Potter
f8673bd499 Added a whole bunch more permission constants. 0001-01-01 00:00:00 +00:00
Tim Potter
908b70f3e2 Added WERR_INVALID_FORM_NAME constant. 0001-01-01 00:00:00 +00:00
Tim Potter
5ef5e805d5 Added constants for form types and WERROR values. 0001-01-01 00:00:00 +00:00
Tim Potter
f05c3c6fc5 Docstring updates. 0001-01-01 00:00:00 +00:00
Tim Potter
1e48f872a4 Aborted experiment to avoid namespace pollution and prototype hell and
moved to 'make proto' based solution.
0001-01-01 00:00:00 +00:00
Tim Potter
9eb3eb8513 Broke out stuff into other files. 0001-01-01 00:00:00 +00:00
Tim Potter
1e894487f5 Moved conv functions to separate file.
Converted remaining functions to methods.
0001-01-01 00:00:00 +00:00
Tim Potter
7c4bcc48aa Moved form related functions as methods in the policy handle object. 0001-01-01 00:00:00 +00:00
Tim Potter
d35770d06f Initial version. 0001-01-01 00:00:00 +00:00