1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/script
Jelmer Vernooij 448483199f r12494: Support loading modules from .so files for most subsystems.
We now use a different system for initializing the modules for a subsystem.
Most subsystems now have an init function that looks something like this:

	init_module_fn static_init[] = STATIC_AUTH_MODULES;
	init_module_fn *shared_init = load_samba_modules(NULL, "auth");

	run_init_functions(static_init);
	run_init_functions(shared_init);

	talloc_free(shared_init);

I hope to eliminate the other init functions later on (the
init_programname_subsystems; defines).
(This used to be commit b6d2ad4ce0)
2007-10-10 13:47:45 -05:00
..
tests r12470: Add helper module for pidl tests 2007-10-10 13:47:43 -05:00
build_idl.sh r12465: Merge Parse::Pidl::Samba4::NDR::Header into Parse::Pidl::Samba4::NDR::Parser. 2007-10-10 13:47:42 -05:00
build_smb_interfaces.pl r9297: Add a NDR_CHECK() around each ejs push/pull. 2007-10-10 13:33:22 -05:00
cflags.sh r11245: Hopefully fix heimdal build on some hosts 2007-10-10 13:45:06 -05:00
configure_check_unused.pl r7866: Remove some unused autoconf macro calls. 2007-10-10 13:18:45 -05:00
depfilter.py r6919: Jelmer, here is my script for filtering individual binaries/subsystems/etc 2007-10-10 13:16:56 -05:00
extract_allparms.sh first public release of samba4 code 2003-08-13 01:53:07 +00:00
find_unused_macros.pl r10452: Couple of small scons updates - ignore .sconsign files 2007-10-10 13:38:47 -05:00
find_unused_makefilevars.pl r7859: Merge a few scripts to one script that checks for the following unused 2007-10-10 13:18:43 -05:00
find_unused_options.sh r9684: Remove unused parameters (about 70) 2007-10-10 13:34:40 -05:00
findstatic.pl first public release of samba4 code 2003-08-13 01:53:07 +00:00
gdb_backtrace r10527: don't attempt self gdb attach if running under valgrind. This was 2007-10-10 13:39:01 -05:00
installbin.sh first public release of samba4 code 2003-08-13 01:53:07 +00:00
installdat.sh first public release of samba4 code 2003-08-13 01:53:07 +00:00
installdirs.sh first public release of samba4 code 2003-08-13 01:53:07 +00:00
installheader.sh r11303: Support defining and installing public headers for libraries. 2007-10-10 13:45:16 -05:00
installlib.sh r11303: Support defining and installing public headers for libraries. 2007-10-10 13:45:16 -05:00
installman.sh r10582: Nicer output (try to avoid linewraps) 2007-10-10 13:39:07 -05:00
installmisc.sh r8576: install scripts from scripting/bin/ 2007-10-10 13:29:40 -05:00
installmodules.sh first public release of samba4 code 2003-08-13 01:53:07 +00:00
installpc.sh r12256: Add helper script for installing pkg-config files 2007-10-10 13:47:25 -05:00
installscripts.sh first public release of samba4 code 2003-08-13 01:53:07 +00:00
installswat.sh r9137: fixed installswat to handle the deep directory structure of qooxdoo 2007-10-10 13:31:21 -05:00
lex_compile.sh r9260: only overwrite destination files when the temp files was created correct 2007-10-10 13:33:20 -05:00
minimal_includes.pl r5321: added a program that works out the minimal set of #include lines 2007-10-10 13:09:41 -05:00
mkinstalldirs first public release of samba4 code 2003-08-13 01:53:07 +00:00
mkproto.pl r12494: Support loading modules from .so files for most subsystems. 2007-10-10 13:47:45 -05:00
mkversion.sh r9038: Revert svn rev 414. Discussed with Jerry and Metze. 2007-10-10 13:31:10 -05:00
revert.sh first public release of samba4 code 2003-08-13 01:53:07 +00:00
uninstallbin.sh first public release of samba4 code 2003-08-13 01:53:07 +00:00
uninstallheader.sh r11303: Support defining and installing public headers for libraries. 2007-10-10 13:45:16 -05:00
uninstalllib.sh r11303: Support defining and installing public headers for libraries. 2007-10-10 13:45:16 -05:00
uninstallman.sh r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'. 2007-10-10 13:18:53 -05:00
uninstallmodules.sh first public release of samba4 code 2003-08-13 01:53:07 +00:00
uninstallscripts.sh first public release of samba4 code 2003-08-13 01:53:07 +00:00
yacc_compile.sh r9260: only overwrite destination files when the temp files was created correct 2007-10-10 13:33:20 -05:00