summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss.c
AgeCommit message (Collapse)AuthorFilesLines
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)