summaryrefslogtreecommitdiff
path: root/source3/python/py_smb.c
AgeCommit message (Collapse)AuthorFilesLines
2003-08-04Fix memory leak in py_smb_set_setdesc()Tim Potter1-10/+15
Consistency fixups in py_smb_query_secdesc() Thanks to Brett A. Funderburg for these patches. (This used to be commit 6c33189e50ae3704275198e324fcdb7facd209f7)
2003-07-29Add debug output api's from lsa/spoolss modules to smb module. PatchTim Potter1-1/+33
from Brett A. Funderburg. (This used to be commit 2cedaff044e5a5a03482b1e8f211218db5394930)
2003-07-23Fix two memory leaks in the smb module:Tim Potter1-1/+7
- free talloc context when cli_query_secdesc() fails - dispose of cli_state when python cli_state_object is garbage collected (This used to be commit 36052f95ffad4f227596e8038d3f056312d0ad82)
2003-04-15merge in metze' smbcquotas patch from HEADGerald Carter1-2/+2
(This used to be commit b6a77048886151435a4a5eeb9a04be44d397c504)
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-2/+2
Jeremy. (This used to be commit aa8439a49ec4b9f433745fefa1e769e45398f4df)
2002-11-29Another global_myname() fix from HEAD.Tim Potter1-2/+1
(This used to be commit 880083e2e614d88675f98a46cfe7acdaeb167db3)
2002-11-04Sync with HEAD.Tim Potter1-13/+189
(This used to be commit 0310e539bb41f569c7ae77b2d131e966adefa27b)
2002-08-02Added connect, session_request, session_setup and tconx methods.Tim Potter1-21/+138
(This used to be commit 76eacaa28546d65b9ddb7ff356f0bd2aaf2f86d8)
2002-07-29Skeleton for a libsmb python wrapper.Tim Potter1-0/+107
(This used to be commit 36cc488c4d99198d346103b0e44776a7de145428)