summaryrefslogtreecommitdiff
path: root/source3/lib/module.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke1-85/+0
2007-10-10r15655: Log the result of module initialisation if it fails.James Peach1-2/+6
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-74/+0
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r4009: Fix from Timur Bakeyev <timur@com.bat.ru> for bugid #2100,Jeremy Allison1-1/+4
2003-11-19Look at error before using it in debug statement.Jeremy Allison1-3/+2
2003-09-17Unregister event fix from metze.Jeremy Allison1-3/+6
2003-09-15For some reason testparm runs at debug level 2 which causes the module probe ...Tim Potter1-1/+1
2003-09-04Quieten level 0 debug when probing for modules. We shouldn't display so loudTim Potter1-6/+22
2003-08-15get rid of more compiler warningsHerb Lewis1-1/+1
2003-05-30Remove module_path_get_name() - it's not used anywhere anymore and was a bad ...Jelmer Vernooij1-23/+0
2003-05-29Get the events API right. Patch from metze with some minor modifications.Jelmer Vernooij1-51/+103
2003-05-06Remove unused variablesJelmer Vernooij1-4/+0
2003-05-06Patch from metze to add exit and interval events. Useful for modulesJelmer Vernooij1-1/+110
2003-05-03Add a comment about the use of string functions in the modules code, andAndrew Bartlett1-4/+9
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-11/+11
2003-04-24Check for absolute paths by only checking the first character of the module n...Jelmer Vernooij1-1/+1
2003-04-14Add some more functions for the modules (backport from HEAD):Jelmer Vernooij1-9/+88
2003-02-20Merge in smb_load_module() function from HEADJelmer Vernooij1-24/+0
2003-01-17dlsym() can return NULL validly, so we can't use that as the error test.Jim McDonough1-2/+6
2002-11-13Add a DEBUG() that gives the number of successfully loaded modules - useful f...Jelmer Vernooij1-0/+2
2002-10-31add smb_load_modules() to load a list of modules - does this function look ok ?Jelmer Vernooij1-0/+22
2002-10-30use sys_dlopen instead of dlopen (thanks to jra for noticing)Jelmer Vernooij1-1/+1
2002-10-30- Remove RTLD_GLOBALJelmer Vernooij1-3/+4
2002-10-30Add initial vesion of new module systemJelmer Vernooij1-0/+63