index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
pysmb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-13
smbd: Remove NT4 compatability handling in posix -> NT ACL conversion
Andrew Bartlett
1
-3
/
+4
2012-07-03
s4-pysmb: Add deltree() method to remove directory and its contents
Amitay Isaacs
1
-0
/
+25
2012-06-21
s4-pysmb: Parse security info as an unsigned integer
Amitay Isaacs
1
-1
/
+1
2012-04-02
Fix some of the issues that Jelmer identified in my first patch. This might be
Richard Sharpe
1
-16
/
+12
2012-04-01
Add an open and close method to samba.smb.SMB so we can open and close files.
Richard Sharpe
1
-10
/
+86
2012-03-26
Fix the PyDoc comments in samba.smb.SMB and add a security_info argument to b...
Richard Sharpe
1
-8
/
+23
2012-03-07
s4-libcli: pysmb: Fix typo in secinfo_flags
Amitay Isaacs
1
-1
/
+1
2011-08-10
pytalloc: Use consistent prefix for functions, add ABI file.
Jelmer Vernooij
1
-14
/
+14
2011-08-03
s4-libcli: Fix the fd leak. Close open file descriptor before return.
Amitay Isaacs
1
-2
/
+4
2011-08-03
s4-libcli: get_acl and set_acl require raw_open to set security descriptor
Amitay Isaacs
1
-15
/
+75
2011-08-03
s4-libcli: Check if short_name is not null, before converting to python string
Amitay Isaacs
1
-1
/
+8
2011-08-03
s4-libcli: Replace smb_composite_connect() with smb_full_connection()
Amitay Isaacs
1
-24
/
+20
2011-08-03
s4-libcli: Added python SMB methods for mkdir(), rmdir(), chkpath()
Amitay Isaacs
1
-11
/
+97
2011-07-28
s4-libcli: Initialize stack structure variables to zero.
Amitay Isaacs
1
-14
/
+45
2011-07-28
s4-libcli: Added python interface for file I/O using SMB
Amitay Isaacs
1
-0
/
+387