Günther Deschner
49d07d0cf9
r18622: Fix at least the python bindings *build*, I'm sure there is much more to
...
do so that they actually work again.
Guenther
2007-10-10 11:52:01 -05:00
Jeremy Allison
9dafb7f48c
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
...
to do the upper layer directories but this is what
everyone is waiting for....
Jeremy.
2007-10-10 11:19:14 -05:00
Lars Müller
22acd49368
r8435: Use OPENX_FILE_EXISTS_OPEN instead of FILE_EXISTS_OPEN.
2007-10-10 11:00:05 -05:00
Gerald Carter
f629bffb1a
r6678: fix python python after talloc() shakeup
2007-10-10 10:56:50 -05:00
Gerald Carter
85be4c5df3
r5968: derrell's large file fix for libsmbclient (BUG 2505)
2007-10-10 10:56:13 -05:00
Tim Potter
74d872287b
r5283: Merge -r5279 and-r5280 from trunk.
2007-10-10 10:55:36 -05:00
Tim Potter
fa3e836564
r2823: Patch from Brett Funderburg to pass create options parameter to
...
nt_create_andx() function.
2007-10-10 10:52:54 -05:00
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.
-