s4-libcli: Added python interface for file I/O using SMB
authorAmitay Isaacs <amitay@gmail.com>
Tue, 26 Jul 2011 03:32:03 +0000 (13:32 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 28 Jul 2011 05:20:53 +0000 (15:20 +1000)
commit20f8a8ea305caea2ceef69cb0be08e693ba8f3fb
tree88cf8f45ca1c40c7e0443283b67e765d3161ffa3
parentc2853e0246beb15a4ae66a2d57763ab509c60d54
s4-libcli: Added python interface for file I/O using SMB

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>
source4/libcli/pysmb.c [new file with mode: 0644]
source4/libcli/wscript_build