summaryrefslogtreecommitdiff
path: root/source3/python/py_smb.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r8435: Use OPENX_FILE_EXISTS_OPEN instead of FILE_EXISTS_OPEN.Lars Müller1-1/+1
(This used to be commit 22acd4936875e3c98ce7e26cde05f0ce69d8cb63)
2007-10-10r6678: fix python python after talloc() shakeupGerald Carter1-1/+1
(This used to be commit f629bffb1a6b8c2ea54fcfe33865b43559abbc77)
2007-10-10r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter1-1/+1
(This used to be commit 85be4c5df398faa6c5bfacd1f9d2f12c39d411e1)
2007-10-10r5283: Merge -r5279 and-r5280 from trunk.Tim Potter1-0/+104
(This used to be commit 74d872287b5cf5b13512091827a9d065f1fef122)
2007-10-10r2823: Patch from Brett Funderburg to pass create options parameter toTim Potter1-2/+3
nt_create_andx() function. (This used to be commit fa3e8365641e84ca361dc95bac33a9d56e9d799b)
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)