r26576: Allow the static module loading code to be used for the Python modules.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 23 Dec 2007 23:54:30 +0000 (17:54 -0600)
committerStefan Metzmacher <metze@samba.org>
Mon, 24 Dec 2007 00:03:03 +0000 (18:03 -0600)
commitbad1eaa90b435cea094ee0bda61a53f74bbb262a
treea5430e55c7758999d74d29770ca381dfcb0335ad
parent1a527ac3b1810fe4d6dfc3dc2e00a21eb23785af
r26576: Allow the static module loading code to be used for the Python modules.

Simplify the way module initialization functions are handled.
28 files changed:
source/auth/auth.c
source/auth/config.mk
source/auth/credentials/config.mk
source/auth/gensec/gensec.c
source/build/smb_build/dot.pl
source/build/smb_build/header.pm
source/build/smb_build/input.pm
source/lib/events/events.c
source/lib/ldb/common/ldb_modules.c
source/lib/ldb/python.mk
source/lib/registry/config.mk
source/ntptr/ntptr_base.c
source/ntvfs/ntvfs_base.c
source/ntvfs/sysdep/sys_notify.c
source/param/param.i
source/param/param_wrap.c
source/param/share.c
source/rpc_server/service_rpc.c
source/scripting/ejs/smbcalls.c
source/scripting/python/config.m4
source/scripting/python/config.mk
source/scripting/python/modules.c [new file with mode: 0644]
source/scripting/python/smbpython.c
source/scripting/python/uuidmodule.c
source/selftest/env/Samba4.pm
source/smbd/process_model.c
source/smbd/server.c
source/torture/torture.c