r26576: Allow the static module loading code to be used for the Python modules.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 24 Dec 2007 05:54:30 +0000 (23:54 -0600)
committerStefan Metzmacher <metze@samba.org>
Mon, 24 Dec 2007 07:51:06 +0000 (01:51 -0600)
commitba8be2dfc0de4434c798663336b81f7f95cde520
tree5891ee1ff7842ed96994f3f8aecb57c3518af2a0
parent03270c5ffdb1476bef5eba846c2ea008111375fc
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