summaryrefslogtreecommitdiffstats
path: root/source3/python/py_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* Merge of compiler warning fixups.Tim Potter2003-03-201-81/+82
* Merge of cleanups and srvsvc implementation from HEAD.Tim Potter2003-02-191-18/+0
* Sync up python stuff from HEAD.Tim Potter2002-11-071-0/+12
* 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
* 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
* 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
* 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
* Broke out stuff into other files.Tim Potter2002-03-271-743/+19
* Moved conv functions to separate file.Tim Potter2002-03-261-203/+99
* 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