diff options
author | Amitay Isaacs <amitay@gmail.com> | 2011-07-26 13:32:03 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-07-28 15:20:53 +1000 |
commit | 20f8a8ea305caea2ceef69cb0be08e693ba8f3fb (patch) | |
tree | 88cf8f45ca1c40c7e0443283b67e765d3161ffa3 /source4/libcli/wscript_build | |
parent | c2853e0246beb15a4ae66a2d57763ab509c60d54 (diff) | |
download | samba-20f8a8ea305caea2ceef69cb0be08e693ba8f3fb.tar.gz samba-20f8a8ea305caea2ceef69cb0be08e693ba8f3fb.tar.bz2 samba-20f8a8ea305caea2ceef69cb0be08e693ba8f3fb.zip |
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>
Diffstat (limited to 'source4/libcli/wscript_build')
-rw-r--r-- | source4/libcli/wscript_build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index 0672a646d2..2522ccc9ff 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -31,6 +31,12 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_SMB_COMPOSITE', public_deps='cli_composite credentials gensec LIBCLI_RESOLVE tevent' ) +bld.SAMBA_PYTHON('pysmb', + source='pysmb.c', + deps='LIBCLI_SMB_COMPOSITE LIBCLI_SMB2 UTIL_TEVENT pyparam_util', + public_deps='cli_composite credentials gensec LIBCLI_RESOLVE tevent', + realname='samba/smb.so' + ) bld.SAMBA_SUBSYSTEM('LIBCLI_DGRAM', source='dgram/dgramsocket.c dgram/mailslot.c dgram/netlogon.c dgram/browse.c', |