Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-28 | s4-libcli: Initialize stack structure variables to zero. | Amitay Isaacs | 1 | -14/+45 | |
Update do_smb_connect function to return NTSTATUS rather than raise python exception on error. Error checking done in py_smb_new(). Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-28 | s4-libcli: Added python interface for file I/O using SMB | Amitay Isaacs | 1 | -0/+387 | |
This module will support file system access using SMB. based on smb_composite - loadfile(), savefile() based on raw - getacl(), setacl() Signed-off-by: Andrew Tridgell <tridge@samba.org> |