summaryrefslogtreecommitdiff
path: root/source3/python/py_smb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8435: Use OPENX_FILE_EXISTS_OPEN instead of FILE_EXISTS_OPEN.Lars Müller1-1/+1
2007-10-10r6678: fix python python after talloc() shakeupGerald Carter1-1/+1
2007-10-10r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter1-1/+1
2007-10-10r5283: Merge -r5279 and-r5280 from trunk.Tim Potter1-0/+104
2007-10-10r2823: Patch from Brett Funderburg to pass create options parameter toTim Potter1-2/+3
2003-08-04Fix memory leak in py_smb_set_setdesc()Tim Potter1-10/+15
2003-07-29Add debug output api's from lsa/spoolss modules to smb module. PatchTim Potter1-1/+33
2003-07-23Fix two memory leaks in the smb module:Tim Potter1-1/+7
2003-04-15merge in metze' smbcquotas patch from HEADGerald Carter1-2/+2
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-2/+2
2002-11-29Another global_myname() fix from HEAD.Tim Potter1-2/+1
2002-11-04Sync with HEAD.Tim Potter1-13/+189
2002-08-02Added connect, session_request, session_setup and tconx methods.Tim Potter1-21/+138
2002-07-29Skeleton for a libsmb python wrapper.Tim Potter1-0/+107