fix a typo
[tprouty/samba.git] / source / python / py_spoolss.c
2003-03-20 Tim PotterMerge of compiler warning fixups.
2003-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-19 Tim PotterGCC 3.x has deprecated multi-line string constants.
2003-02-19 Tim PotterMerge of cleanups and srvsvc implementation from HEAD.
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-18 Tim PotterCleanup of header files for python extensions.
2002-11-07 Tim PotterSync up python stuff from HEAD.
2002-11-06 Tim PotterAdded enumprinterkey function.
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-02 Tim PotterAdded methods for getprinterdataex, setprinterdataex...
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-05-16 Tim PotterAdded addjob command.
2002-05-16 Tim PotterCleaned up help docstrings.
2002-05-15 Tim PotterRenamed functions that are methods of a printer handle...
2002-05-15 Tim PotterMethod entry for addprinterex()
2002-05-14 Tim PotterAdded lots of new functions to the method tables.
2002-05-14 Tim PotterAdded writeprinter command.
2002-05-14 Tim PotterGeneral cleanup of compiler warnings etc.
2002-05-13 Tim PotterAdded getprinterdata and setprinterdata functions.
2002-05-13 Tim PotterAdded startdocprinter and enddocprinter.
2002-05-08 Tim PotterAdded commands for startpageprinter, endpageprinter...
2002-05-08 Tim PotterAdded setjob() command.
2002-05-07 Tim PotterAdded enumjobs command.
2002-05-03 Tim PotterRe-order args for enumprinterdrivers function.
2002-04-14 Tim PotterRename new_policy_hnd_object() to new_spoolss_policy_hn...
2002-04-14 Tim PotterShutdown cli_state in the dealloc function. This happe...
2002-04-14 Tim PotterMore open_pipe_creds() refactoring.
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-04-11 Tim PotterImplemented a setup_logging() function that takes two...
2002-04-11 Tim PotterAdded a whole bunch more permission constants.
2002-04-09 Tim PotterAdded WERR_INVALID_FORM_NAME constant.
2002-04-09 Tim PotterAdded constants for form types and WERROR values.
2002-04-03 Tim PotterDocstring updates.
2002-03-28 Tim PotterAborted experiment to avoid namespace pollution and...
2002-03-27 Tim PotterBroke out stuff into other files.
2002-03-26 Tim PotterMoved conv functions to separate file.
2002-03-26 Tim PotterMoved form related functions as methods in the policy...
2002-03-20 Tim PotterInitial version.