summaryrefslogtreecommitdiffstats
path: root/source4/libcli/pysmb.c
Commit message (Expand)AuthorAgeFilesLines
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0
* smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett2012-11-131-3/+4
* s4-pysmb: Add deltree() method to remove directory and its contentsAmitay Isaacs2012-07-031-0/+25
* s4-pysmb: Parse security info as an unsigned integerAmitay Isaacs2012-06-211-1/+1
* Fix some of the issues that Jelmer identified in my first patch. This might beRichard Sharpe2012-04-021-16/+12
* Add an open and close method to samba.smb.SMB so we can open and close files.Richard Sharpe2012-04-011-10/+86
* Fix the PyDoc comments in samba.smb.SMB and add a security_info argument to b...Richard Sharpe2012-03-261-8/+23
* s4-libcli: pysmb: Fix typo in secinfo_flagsAmitay Isaacs2012-03-071-1/+1
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-14/+14
* s4-libcli: Fix the fd leak. Close open file descriptor before return.Amitay Isaacs2011-08-031-2/+4
* s4-libcli: get_acl and set_acl require raw_open to set security descriptorAmitay Isaacs2011-08-031-15/+75
* s4-libcli: Check if short_name is not null, before converting to python stringAmitay Isaacs2011-08-031-1/+8
* s4-libcli: Replace smb_composite_connect() with smb_full_connection()Amitay Isaacs2011-08-031-24/+20
* s4-libcli: Added python SMB methods for mkdir(), rmdir(), chkpath()Amitay Isaacs2011-08-031-11/+97
* s4-libcli: Initialize stack structure variables to zero.Amitay Isaacs2011-07-281-14/+45
* s4-libcli: Added python interface for file I/O using SMBAmitay Isaacs2011-07-281-0/+387