summaryrefslogtreecommitdiffstats
path: root/source/lib/module.c
Commit message (Expand)AuthorAgeFilesLines
* Use module_path() instead of lib_path() for loading shared modules.Michael Adam2008-08-211-1/+1
* init_shared_module -> init_samba_moduleVolker Lendecke2008-06-231-2/+2
* Use "init_shared_module" instead of "init_module" for initializing .so'sVolker Lendecke2008-06-211-3/+3
* CID 458. Don't leak dlopen handles on failing to loadJeremy Allison2008-01-121-0/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r25326: Free the context from the talloc_stackframe.Günther Deschner2007-10-101-2/+5
* r25170: Remove pstring limits from ms_fnmatch and module load.Jeremy Allison2007-10-101-15/+25
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-101-85/+0
* r15655: Log the result of module initialisation if it fails.James Peach2007-10-101-2/+6
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-74/+0
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* r4009: Fix from Timur Bakeyev <timur@com.bat.ru> for bugid #2100,Jeremy Allison2007-10-101-1/+4
* Look at error before using it in debug statement.Jeremy Allison2003-11-191-3/+2
* Unregister event fix from metze.Jeremy Allison2003-09-171-3/+6
* For some reason testparm runs at debug level 2 which causes the module probe ...Tim Potter2003-09-151-1/+1
* Quieten level 0 debug when probing for modules. We shouldn't display so loudTim Potter2003-09-041-6/+22
* get rid of more compiler warningsHerb Lewis2003-08-151-1/+1
* Remove module_path_get_name() - it's not used anywhere anymore and was a bad ...Jelmer Vernooij2003-05-301-23/+0
* Get the events API right. Patch from metze with some minor modifications.Jelmer Vernooij2003-05-291-51/+103
* Remove unused variablesJelmer Vernooij2003-05-061-4/+0
* Patch from metze to add exit and interval events. Useful for modulesJelmer Vernooij2003-05-061-1/+110
* Add a comment about the use of string functions in the modules code, andAndrew Bartlett2003-05-031-4/+9
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-11/+11
* Check for absolute paths by only checking the first character of the module n...Jelmer Vernooij2003-04-241-1/+1
* Add some more functions for the modules (backport from HEAD):Jelmer Vernooij2003-04-141-9/+88
* Merge in smb_load_module() function from HEADJelmer Vernooij2003-02-201-24/+0
* dlsym() can return NULL validly, so we can't use that as the error test.Jim McDonough2003-01-171-2/+6
* Add a DEBUG() that gives the number of successfully loaded modules - useful f...Jelmer Vernooij2002-11-131-0/+2
* add smb_load_modules() to load a list of modules - does this function look ok ?Jelmer Vernooij2002-10-311-0/+22
* use sys_dlopen instead of dlopen (thanks to jra for noticing)Jelmer Vernooij2002-10-301-1/+1
* - Remove RTLD_GLOBALJelmer Vernooij2002-10-301-3/+4
* Add initial vesion of new module systemJelmer Vernooij2002-10-301-0/+63