r26570: - Trim size of the swig-generated Python bindings by removing a bunch of...
authorJelmer Vernooij <jelmer@samba.org>
Mon, 24 Dec 2007 01:19:41 +0000 (19:19 -0600)
committerStefan Metzmacher <metze@samba.org>
Mon, 24 Dec 2007 07:51:03 +0000 (01:51 -0600)
commitc550c03372cb260b78f6a6c132e70571bc4cb852
treed05b01e5d19af5f88a781b99e0ef06710831159a
parentc1dd0af1642d7b15c623a76c13c3cf98fb3bd3da
r26570: - Trim size of the swig-generated Python bindings by removing a bunch of {}'s.

- Start working on Python equivalents for various EJS tests.
- Fix regression in argument order for reg_diff_apply() in EJS bindings.
37 files changed:
source/auth/auth.i
source/auth/auth_wrap.c
source/auth/credentials/credentials.i
source/auth/credentials/credentials_wrap.c
source/dsdb/samdb/ldb_modules/tests/samba3sam.py [new file with mode: 0644]
source/lib/events/events.i
source/lib/events/events_wrap.c
source/lib/ldb/ldb.i
source/lib/ldb/ldb.py
source/lib/ldb/ldb_wrap.c
source/lib/ldb/tests/python/api.py
source/lib/ldb/tests/python/ldap.py [new file with mode: 0755]
source/lib/registry/registry.i
source/lib/registry/registry_wrap.c
source/lib/registry/tests/bindings.py
source/lib/talloc/talloc.i
source/lib/tdb/tdb.i
source/lib/tdb/tdb_wrap.c
source/libcli/security/security_wrap.c
source/libcli/util/errors.i
source/librpc/rpc/dcerpc.i
source/librpc/rpc/dcerpc.py
source/librpc/rpc/dcerpc_wrap.c
source/param/param.i
source/param/param_wrap.c
source/samba4-knownfail
source/scripting/bin/samba3dump
source/scripting/bin/winreg.py [new file with mode: 0644]
source/scripting/ejs/smbcalls_reg.c
source/scripting/python/misc_wrap.c
source/scripting/python/samba/__init__.py
source/scripting/python/samba/provision.py
source/scripting/python/samba/samba3.py [new file with mode: 0644]
source/scripting/python/samba/tests/__init__.py
source/scripting/python/samba/tests/samba3.py [new file with mode: 0644]
source/scripting/python/samba/upgrade.py
source/selftest/samba4_tests.sh