summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss.c
AgeCommit message (Collapse)AuthorFilesLines
2003-03-20Merge of compiler warning fixups.Tim Potter1-81/+82
(This used to be commit 0308a0a11265050f53fc7e8e03f8e17b04adb45d)
2003-02-19Merge of cleanups and srvsvc implementation from HEAD.Tim Potter1-18/+0
(This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66)
2002-11-07Sync up python stuff from HEAD.Tim Potter1-0/+12
(This used to be commit 92c76e16fa40adc6148b9c11b3e377f35c464975)
2002-09-02Added methods for getprinterdataex, setprinterdataex and enumprinterdataex.Tim Potter1-0/+12
(This used to be commit ac84b220aa2910abec309f2dc048adb84f609786)
2002-05-16Added addjob command.Tim Potter1-2/+6
(This used to be commit e4cc7e2d521cb2777c15c00ec222342e2a0b02ca)
2002-05-16Cleaned up help docstrings.Tim Potter1-54/+67
(This used to be commit a8fcb151f8ff601774c302b61e694b4522461068)
2002-05-15Renamed functions that are methods of a printer handle object fromTim Potter1-22/+22
spoolss_* to spoolss_hnd_* to make things a bit clearer. (This used to be commit 986d868837350e9b107c147e649f139fd7d881f0)
2002-05-15Method entry for addprinterex()Tim Potter1-0/+3
(This used to be commit 1ad82cd0c3f76a629b8fc2e1b02e57b8e97829dd)
2002-05-14Added lots of new functions to the method tables.Tim Potter1-0/+22
(This used to be commit a8f5951becaab82bb1b03e3e04a05901ec3aa8e3)
2002-05-14Added writeprinter command.Tim Potter1-0/+4
(This used to be commit 307788d0b823f228c718b2a186fc66144fd55717)
2002-05-14General cleanup of compiler warnings etc.Tim Potter1-33/+45
(This used to be commit 18aeadc591b69bbbd874b7285ecaed50ff587e68)
2002-05-13Added getprinterdata and setprinterdata functions.Tim Potter1-0/+14
(This used to be commit 325361e9e6e2b2f852cc8607ad93108b80bcef06)
2002-05-13Added startdocprinter and enddocprinter.Tim Potter1-0/+8
(This used to be commit 954107a9d314c8d87f65f741804ca3f9ca94432e)
2002-05-08Added commands for startpageprinter, endpageprinter, setjob and getjob.Tim Potter1-1/+12
(This used to be commit 3da89aa8e45d08444bfcddb145264bfcd6f6d768)
2002-05-08Added setjob() command.Tim Potter1-0/+11
(This used to be commit 02c63de9e58f9806e58d3862391e05e9b9cdb8fc)
2002-05-07Added enumjobs command.Tim Potter1-0/+5
(This used to be commit bc9dd9b45866d269f576a640286a578da921c3fb)
2002-05-03Re-order args for enumprinterdrivers function.Tim Potter1-5/+5
(This used to be commit 5f9f32021300d47dcc068192428ee48b8aa246ea)
2002-04-14Rename new_policy_hnd_object() to new_spoolss_policy_hnd_object()Tim Potter1-2/+2
(This used to be commit 4bf6a9830acde47994975dffd578454ebb75e45a)
2002-04-14Shutdown cli_state in the dealloc function. This happens automaticallyTim Potter1-2/+10
when a handle object falls out of scope. (This used to be commit 39546dd241b36d5e7b8e239525a13b91e4e9db80)
2002-04-14More open_pipe_creds() refactoring.Tim Potter1-70/+0
(This used to be commit 7f2c814237f1df7008c9a91b7cf3b1de01e6ed87)
2002-04-11Implemented a setup_logging() function that takes two keywords:Tim Potter1-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. (This used to be commit 094a51edb9369f5c493bddfdc98347431bea3c2d)
2002-04-11Added a whole bunch more permission constants.Tim Potter1-0/+20
(This used to be commit f8673bd499c7c3993a5860d2ebe9ae2403105316)
2002-04-09Added WERR_INVALID_FORM_NAME constant.Tim Potter1-0/+1
(This used to be commit 908b70f3e23846d0b438a68e45e076e65016e95e)
2002-04-09Added constants for form types and WERROR values.Tim Potter1-0/+38
(This used to be commit 5ef5e805d5f51f6fc4cfcfea7f17adc8d1f6f6eb)
2002-04-03Docstring updates.Tim Potter1-22/+103
(This used to be commit f05c3c6fc5047c87906a5677b2559acf13bf6678)
2002-03-28Aborted experiment to avoid namespace pollution and prototype hell andTim Potter1-19/+2
moved to 'make proto' based solution. (This used to be commit 1e48f872a494228e82fd32c789b3dcea6b014211)
2002-03-27Broke out stuff into other files.Tim Potter1-743/+19
(This used to be commit 9eb3eb8513e82ec11cb8db671cfb5be45619d3fd)
2002-03-26Moved conv functions to separate file.Tim Potter1-203/+99
Converted remaining functions to methods. (This used to be commit 1e894487f59a0c00347fdf28ddea892b40473a6d)
2002-03-26Moved form related functions as methods in the policy handle object.Tim Potter1-21/+32
(This used to be commit 7c4bcc48aa9ff3227673522f32170bcefb0b7208)
2002-03-20Initial version.Tim Potter1-0/+1118
(This used to be commit d35770d06f7bc396cf32337a4e1104b5fe8a3ca8)