summaryrefslogtreecommitdiff
path: root/source3/lib/module.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-24Check for absolute paths by only checking the first character of the module n...Jelmer Vernooij1-1/+1
2003-04-02Add constJelmer Vernooij1-1/+1
2003-03-31- Support absolute paths in vfs and charset modulesJelmer Vernooij1-1/+1
2003-03-30- Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij1-2/+26
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij1-0/+2
2003-02-27- Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij1-3/+32
2003-02-20Make init_module() and thus smb_load_module() return an int.Jelmer Vernooij1-9/+9
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