Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GCC 3.x has deprecated multi-line string constants. | Tim Potter | 2003-03-19 | 1 | -81/+82 |
| | |||||
* | Cleanup of header files for python extensions. | Tim Potter | 2003-02-18 | 1 | -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 Potter | 2002-11-06 | 1 | -0/+12 |
| | | | | Stub for deleteprinterkey. | ||||
* | Added methods for getprinterdataex, setprinterdataex and enumprinterdataex. | Tim Potter | 2002-09-02 | 1 | -0/+12 |
| | |||||
* | Added addjob command. | Tim Potter | 2002-05-16 | 1 | -2/+6 |
| | |||||
* | Cleaned up help docstrings. | Tim Potter | 2002-05-16 | 1 | -54/+67 |
| | |||||
* | Renamed functions that are methods of a printer handle object from | Tim Potter | 2002-05-15 | 1 | -22/+22 |
| | | | | spoolss_* to spoolss_hnd_* to make things a bit clearer. | ||||
* | Method entry for addprinterex() | Tim Potter | 2002-05-15 | 1 | -0/+3 |
| | |||||
* | Added lots of new functions to the method tables. | Tim Potter | 2002-05-14 | 1 | -0/+22 |
| | |||||
* | Added writeprinter command. | Tim Potter | 2002-05-14 | 1 | -0/+4 |
| | |||||
* | General cleanup of compiler warnings etc. | Tim Potter | 2002-05-14 | 1 | -33/+45 |
| | |||||
* | Added getprinterdata and setprinterdata functions. | Tim Potter | 2002-05-13 | 1 | -0/+14 |
| | |||||
* | Added startdocprinter and enddocprinter. | Tim Potter | 2002-05-13 | 1 | -0/+8 |
| | |||||
* | Added commands for startpageprinter, endpageprinter, setjob and getjob. | Tim Potter | 2002-05-08 | 1 | -1/+12 |
| | |||||
* | Added setjob() command. | Tim Potter | 2002-05-08 | 1 | -0/+11 |
| | |||||
* | Added enumjobs command. | Tim Potter | 2002-05-07 | 1 | -0/+5 |
| | |||||
* | Re-order args for enumprinterdrivers function. | Tim Potter | 2002-05-03 | 1 | -5/+5 |
| | |||||
* | Rename new_policy_hnd_object() to new_spoolss_policy_hnd_object() | Tim Potter | 2002-04-14 | 1 | -2/+2 |
| | |||||
* | Shutdown cli_state in the dealloc function. This happens automatically | Tim Potter | 2002-04-14 | 1 | -2/+10 |
| | | | | when a handle object falls out of scope. | ||||
* | More open_pipe_creds() refactoring. | Tim Potter | 2002-04-14 | 1 | -70/+0 |
| | |||||
* | Implemented a setup_logging() function that takes two keywords: | Tim Potter | 2002-04-11 | 1 | -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 Potter | 2002-04-11 | 1 | -0/+20 |
| | |||||
* | Added WERR_INVALID_FORM_NAME constant. | Tim Potter | 2002-04-09 | 1 | -0/+1 |
| | |||||
* | Added constants for form types and WERROR values. | Tim Potter | 2002-04-09 | 1 | -0/+38 |
| | |||||
* | Docstring updates. | Tim Potter | 2002-04-03 | 1 | -22/+103 |
| | |||||
* | Aborted experiment to avoid namespace pollution and prototype hell and | Tim Potter | 2002-03-28 | 1 | -19/+2 |
| | | | | moved to 'make proto' based solution. | ||||
* | Broke out stuff into other files. | Tim Potter | 2002-03-27 | 1 | -743/+19 |
| | |||||
* | Moved conv functions to separate file. | Tim Potter | 2002-03-26 | 1 | -203/+99 |
| | | | | Converted remaining functions to methods. | ||||
* | Moved form related functions as methods in the policy handle object. | Tim Potter | 2002-03-26 | 1 | -21/+32 |
| | |||||
* | Initial version. | Tim Potter | 2002-03-20 | 1 | -0/+1118 |