Revert making public of the samba-module library.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 3 Dec 2011 06:03:35 +0000 (07:03 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 3 Dec 2011 07:36:30 +0000 (08:36 +0100)
commit05bc4de083b993e3db06fdb2a3e1198021526a71
tree48c86581142760ca89e6c851d271367d77ae0d05
parentd74b3f941f5e28bf4a98dab6d4be25fbaab200b7
Revert making public of the samba-module library.

This library was tiny - containing just two public functions than were
themselves trivial. The amount of overhead this causes isn't really worth the
benefits of sharing the code with other projects like OpenChange. In addition, this code
isn't really generically useful anyway, as it can only load from the module path
set for Samba at configure time.

Adding a new library was breaking the API/ABI anyway, so OpenChange had to be
updated to cope with the new situation one way or another. I've added a simpler
(compatible) routine for loading modules to OpenChange, which is less than 100 lines of code.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Dec  3 08:36:33 CET 2011 on sn-devel-104
40 files changed:
auth/gensec/gensec_start.c
auth/gensec/wscript_build
buildtools/wafsamba/wafsamba.py
lib/util/ABI/samba-module-0.0.1.sigs [deleted file]
lib/util/internal_module.h [deleted file]
lib/util/modules.c [moved from lib/util/internal_module.c with 79% similarity]
lib/util/samba-module.pc.in [deleted file]
lib/util/samba_module.c [deleted file]
lib/util/samba_modules.h [moved from lib/util/samba_module.h with 70% similarity]
lib/util/wscript_build
source3/Makefile.in
source3/exports/modules-darwin.syms
source3/include/includes.h
source3/m4/aclocal.m4
source3/modules/perfcount_test.c
source3/winbindd/idmap_ad.c
source3/winbindd/idmap_adex/idmap_adex.c
source3/winbindd/idmap_autorid.c
source3/winbindd/idmap_hash/idmap_hash.c
source3/winbindd/idmap_rid.c
source3/winbindd/idmap_tdb2.c
source3/wscript
source3/wscript_build
source4/auth/ntlm/auth.c
source4/auth/ntlm/wscript_build
source4/ntptr/ntptr_base.c
source4/ntvfs/ntvfs_base.c
source4/ntvfs/posix/pvfs_acl.c
source4/ntvfs/posix/wscript_build
source4/ntvfs/sysdep/sys_lease.c
source4/ntvfs/sysdep/sys_notify.c
source4/ntvfs/wscript_build
source4/param/share.c
source4/param/wscript_build
source4/rpc_server/dcerpc_server.c
source4/smbd/process_model.c
source4/smbd/server.c
source4/smbd/wscript_build
source4/torture/smbtorture.c
source4/torture/torture.c