debug: factor out a function that opens and closes the new and old logfile
[samba.git] / lib / util / modules.c
2017-06-23 Volker Lendeckelib: Give util_paths.c its own header
2017-06-06 Andreas Schneiderlib:util: Make loading of modules more secure
2017-06-06 Andreas Schneiderlib:util: Make probing of modules more secure
2017-06-06 Andreas Schneiderlib:util: Rename smb_load_modules()
2017-06-06 Andreas Schneiderlib:util: Add new function to load modules from absolut...
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-02-22 Chris LambCorrect "occured" typos.
2015-06-18 Jeremy Allisons3: smbd: Codenomicon crash in do_smb_load_module().
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-05-28 Andrew Bartlettlib/util/modules.c: Remove #if SAMBA_BUILD_ == 3 now...
2012-07-17 Rusty Russelllib/util/modules.c: fix stackframe leak.
2012-04-03 Andrew Bartlettlib/util: charset modules do not exist any more
2012-04-03 Andrew Bartlettlib/util: Add smb_load_module that returns DEBUG(0...
2011-12-03 Jelmer VernooijRevert making public of the samba-module library.
2011-10-28 Andrew Bartlettlib/util Split samba-modules library into public and...
2011-10-28 Andrew Bartlettlib/util Rename load_samba_modules -> samba_modules_load
2011-10-28 Andrew Bartlettlib/util Rename run_init_functions -> samba_init_module...
2011-10-28 Andrew Bartlettlib/util Rename init_module_fn to samba_init_module_fn
2011-10-06 Andrew Bartlettlib/util: consolidate module loading
2011-10-06 Andrew Bartlettmodules: standardise on samba_init_module as the hook...
2011-10-06 Andrew Bartlettlib/util: Use only init_module_fn typedef in module...
2011-10-06 Andrew Bartlettlib/util: Remove unused module loading functions
2011-10-06 Andrew Bartlettlib/util: consolidate module loading into common code