1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-24 15:17:06 +03:00

13 Commits

Author SHA1 Message Date
Tim Potter
4bf6a9830a Rename new_policy_hnd_object() to new_spoolss_policy_hnd_object() -
Tim Potter
39546dd241 Shutdown cli_state in the dealloc function. This happens automatically
when a handle object falls out of scope.
-
Tim Potter
7f2c814237 More open_pipe_creds() refactoring. -
Tim Potter
094a51edb9 Implemented a setup_logging() function that takes two keywords:
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.
-
Tim Potter
f8673bd499 Added a whole bunch more permission constants. -
Tim Potter
908b70f3e2 Added WERR_INVALID_FORM_NAME constant. -
Tim Potter
5ef5e805d5 Added constants for form types and WERROR values. -
Tim Potter
f05c3c6fc5 Docstring updates. -
Tim Potter
1e48f872a4 Aborted experiment to avoid namespace pollution and prototype hell and
moved to 'make proto' based solution.
-
Tim Potter
9eb3eb8513 Broke out stuff into other files. -
Tim Potter
1e894487f5 Moved conv functions to separate file.
Converted remaining functions to methods.
-
Tim Potter
7c4bcc48aa Moved form related functions as methods in the policy handle object. -
Tim Potter
d35770d06f Initial version. -