summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-02Added methods for getprinterdataex, setprinterdataex and enumprinterdataex.Tim Potter1-0/+12
2002-05-16Added addjob command.Tim Potter1-2/+6
2002-05-16Cleaned up help docstrings.Tim Potter1-54/+67
2002-05-15Renamed functions that are methods of a printer handle object fromTim Potter1-22/+22
2002-05-15Method entry for addprinterex()Tim Potter1-0/+3
2002-05-14Added lots of new functions to the method tables.Tim Potter1-0/+22
2002-05-14Added writeprinter command.Tim Potter1-0/+4
2002-05-14General cleanup of compiler warnings etc.Tim Potter1-33/+45
2002-05-13Added getprinterdata and setprinterdata functions.Tim Potter1-0/+14
2002-05-13Added startdocprinter and enddocprinter.Tim Potter1-0/+8
2002-05-08Added commands for startpageprinter, endpageprinter, setjob and getjob.Tim Potter1-1/+12
2002-05-08Added setjob() command.Tim Potter1-0/+11
2002-05-07Added enumjobs command.Tim Potter1-0/+5
2002-05-03Re-order args for enumprinterdrivers function.Tim Potter1-5/+5
2002-04-14Rename new_policy_hnd_object() to new_spoolss_policy_hnd_object()Tim Potter1-2/+2
2002-04-14Shutdown cli_state in the dealloc function. This happens automaticallyTim Potter1-2/+10
2002-04-14More open_pipe_creds() refactoring.Tim Potter1-70/+0
2002-04-11Implemented a setup_logging() function that takes two keywords:Tim Potter1-1/+10
2002-04-11Added a whole bunch more permission constants.Tim Potter1-0/+20
2002-04-09Added WERR_INVALID_FORM_NAME constant.Tim Potter1-0/+1
2002-04-09Added constants for form types and WERROR values.Tim Potter1-0/+38
2002-04-03Docstring updates.Tim Potter1-22/+103
2002-03-28Aborted experiment to avoid namespace pollution and prototype hell andTim Potter1-19/+2
2002-03-27Broke out stuff into other files.Tim Potter1-743/+19
2002-03-26Moved conv functions to separate file.Tim Potter1-203/+99
2002-03-26Moved form related functions as methods in the policy handle object.Tim Potter1-21/+32
2002-03-20Initial version.Tim Potter1-0/+1118