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)
commitaa0a06f13c44e0eca0b3f2f0c34f0f7995b87159
tree92c180a6928f94f64934e2fab842768c134fed63
parent784c22899f211fa42728e784c2f2e6e5701ddcac
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.
(This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
37 files changed:
source4/auth/auth.i
source4/auth/auth_wrap.c
source4/auth/credentials/credentials.i
source4/auth/credentials/credentials_wrap.c
source4/dsdb/samdb/ldb_modules/tests/samba3sam.py [new file with mode: 0644]
source4/lib/events/events.i
source4/lib/events/events_wrap.c
source4/lib/ldb/ldb.i
source4/lib/ldb/ldb.py
source4/lib/ldb/ldb_wrap.c
source4/lib/ldb/tests/python/api.py
source4/lib/ldb/tests/python/ldap.py [new file with mode: 0755]
source4/lib/registry/registry.i
source4/lib/registry/registry_wrap.c
source4/lib/registry/tests/bindings.py
source4/lib/talloc/talloc.i
source4/lib/tdb/tdb.i
source4/lib/tdb/tdb_wrap.c
source4/libcli/security/security_wrap.c
source4/libcli/util/errors.i
source4/librpc/rpc/dcerpc.i
source4/librpc/rpc/dcerpc.py
source4/librpc/rpc/dcerpc_wrap.c
source4/param/param.i
source4/param/param_wrap.c
source4/samba4-knownfail
source4/scripting/bin/samba3dump
source4/scripting/bin/winreg.py [new file with mode: 0644]
source4/scripting/ejs/smbcalls_reg.c
source4/scripting/python/misc_wrap.c
source4/scripting/python/samba/__init__.py
source4/scripting/python/samba/provision.py
source4/scripting/python/samba/samba3.py [new file with mode: 0644]
source4/scripting/python/samba/tests/__init__.py
source4/scripting/python/samba/tests/samba3.py [new file with mode: 0644]
source4/scripting/python/samba/upgrade.py
source4/selftest/samba4_tests.sh