summaryrefslogtreecommitdiffstats
path: root/source3/python/py_smb.c
Commit message (Expand)AuthorAgeFilesLines
* r24601: Fix if statements where we still expected cli_connect() to return BOOL.Lars Müller2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r18622: Fix at least the python bindings *build*, I'm sure there is much more toGünther Deschner2007-10-101-2/+2
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+1
* r8435: Use OPENX_FILE_EXISTS_OPEN instead of FILE_EXISTS_OPEN.Lars Müller2007-10-101-1/+1
* r6678: fix python python after talloc() shakeupGerald Carter2007-10-101-1/+1
* r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter2007-10-101-1/+1
* r5283: Merge -r5279 and-r5280 from trunk.Tim Potter2007-10-101-0/+104
* r2823: Patch from Brett Funderburg to pass create options parameter toTim Potter2007-10-101-2/+3
* Fix memory leak in py_smb_set_setdesc()Tim Potter2003-08-041-10/+15
* Add debug output api's from lsa/spoolss modules to smb module. PatchTim Potter2003-07-291-1/+33
* Fix two memory leaks in the smb module:Tim Potter2003-07-231-1/+7
* merge in metze' smbcquotas patch from HEADGerald Carter2003-04-151-2/+2
* Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-2/+2
* Another global_myname() fix from HEAD.Tim Potter2002-11-291-2/+1
* Sync with HEAD.Tim Potter2002-11-041-13/+189
* Added connect, session_request, session_setup and tconx methods.Tim Potter2002-08-021-21/+138
* Skeleton for a libsmb python wrapper.Tim Potter2002-07-291-0/+107