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

9 Commits

Author SHA1 Message Date
Tim Potter
6c33189e50 Fix memory leak in py_smb_set_setdesc()
Consistency fixups in py_smb_query_secdesc()

Thanks to Brett A. Funderburg for these patches.
-
Tim Potter
2cedaff044 Add debug output api's from lsa/spoolss modules to smb module. Patch
from Brett A. Funderburg.
-
Tim Potter
36052f95ff Fix two memory leaks in the smb module:
- free talloc context when cli_query_secdesc() fails

 - dispose of cli_state when python cli_state_object is garbage collected
-
Gerald Carter
b6a7704888 merge in metze' smbcquotas patch from HEAD -
Jeremy Allison
aa8439a49e Finish adding strings to all talloc_init() calls.
Jeremy.
-
Tim Potter
880083e2e6 Another global_myname() fix from HEAD. -
Tim Potter
0310e539bb Sync with HEAD. -
Tim Potter
76eacaa285 Added connect, session_request, session_setup and tconx methods. -
Tim Potter
36cc488c4d Skeleton for a libsmb python wrapper. -