summaryrefslogtreecommitdiffstats
path: root/source/python/py_spoolss.c
Commit message (Collapse)AuthorAgeFilesLines
* GCC 3.x has deprecated multi-line string constants.Tim Potter2003-03-191-81/+82
|
* Cleanup of header files for python extensions.Tim Potter2003-02-181-18/+0
| | | | | | - combine py_foo_proto.h and py_foo.h - move #include of Python.h into one place so we can get rid of that annoying compiler warning about HAVE_FSTAT being redefined
* Added enumprinterkey function.Tim Potter2002-11-061-0/+12
| | | | Stub for deleteprinterkey.
* Added methods for getprinterdataex, setprinterdataex and enumprinterdataex.Tim Potter2002-09-021-0/+12
|
* Added addjob command.Tim Potter2002-05-161-2/+6
|
* Cleaned up help docstrings.Tim Potter2002-05-161-54/+67
|
* Renamed functions that are methods of a printer handle object fromTim Potter2002-05-151-22/+22
| | | | spoolss_* to spoolss_hnd_* to make things a bit clearer.
* Method entry for addprinterex()Tim Potter2002-05-151-0/+3
|
* Added lots of new functions to the method tables.Tim Potter2002-05-141-0/+22
|
* Added writeprinter command.Tim Potter2002-05-141-0/+4
|
* General cleanup of compiler warnings etc.Tim Potter2002-05-141-33/+45
|
* Added getprinterdata and setprinterdata functions.Tim Potter2002-05-131-0/+14
|
* Added startdocprinter and enddocprinter.Tim Potter2002-05-131-0/+8
|
* Added commands for startpageprinter, endpageprinter, setjob and getjob.Tim Potter2002-05-081-1/+12
|
* Added setjob() command.Tim Potter2002-05-081-0/+11
|
* Added enumjobs command.Tim Potter2002-05-071-0/+5
|
* Re-order args for enumprinterdrivers function.Tim Potter2002-05-031-5/+5
|
* Rename new_policy_hnd_object() to new_spoolss_policy_hnd_object()Tim Potter2002-04-141-2/+2
|
* Shutdown cli_state in the dealloc function. This happens automaticallyTim Potter2002-04-141-2/+10
| | | | when a handle object falls out of scope.
* More open_pipe_creds() refactoring.Tim Potter2002-04-141-70/+0
|
* Implemented a setup_logging() function that takes two keywords:Tim Potter2002-04-111-1/+10
| | | | | | | | | | 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.
* Added a whole bunch more permission constants.Tim Potter2002-04-111-0/+20
|
* Added WERR_INVALID_FORM_NAME constant.Tim Potter2002-04-091-0/+1
|
* Added constants for form types and WERROR values.Tim Potter2002-04-091-0/+38
|
* Docstring updates.Tim Potter2002-04-031-22/+103
|
* Aborted experiment to avoid namespace pollution and prototype hell andTim Potter2002-03-281-19/+2
| | | | moved to 'make proto' based solution.
* Broke out stuff into other files.Tim Potter2002-03-271-743/+19
|
* Moved conv functions to separate file.Tim Potter2002-03-261-203/+99
| | | | Converted remaining functions to methods.
* Moved form related functions as methods in the policy handle object.Tim Potter2002-03-261-21/+32
|
* Initial version.Tim Potter2002-03-201-0/+1118