summaryrefslogtreecommitdiffstats
path: root/source3/python/py_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* Rename new_policy_hnd_object() to new_spoolss_policy_hnd_object()Tim Potter2002-04-141-2/+2
* Shutdown cli_state in the dealloc function. This happens automaticallyTim Potter2002-04-141-2/+10
* More open_pipe_creds() refactoring.Tim Potter2002-04-141-70/+0
* Implemented a setup_logging() function that takes two keywords:Tim Potter2002-04-111-1/+10
* Added a whole bunch more permission constants.Tim Potter2002-04-111-0/+20
* Added WERR_INVALID_FORM_NAME constant.Tim Potter2002-04-091-0/+1
* Added constants for form types and WERROR values.Tim Potter2002-04-091-0/+38
* Docstring updates.Tim Potter2002-04-031-22/+103
* Aborted experiment to avoid namespace pollution and prototype hell andTim Potter2002-03-281-19/+2
* Broke out stuff into other files.Tim Potter2002-03-271-743/+19
* Moved conv functions to separate file.Tim Potter2002-03-261-203/+99
* Moved form related functions as methods in the policy handle object.Tim Potter2002-03-261-21/+32
* Initial version.Tim Potter2002-03-201-0/+1118