summaryrefslogtreecommitdiff
path: root/source3/lib/module.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-17Unregister event fix from metze.Jeremy Allison1-3/+6
2003-09-15Merge from Samba 3.0:Tim Potter1-1/+1
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-7/+23
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-23/+0
2003-05-29Fix the events API. Patch by metze with some minor modifications.Jelmer Vernooij1-51/+103
2003-05-28Merge of formatting fixups from 3.0Tim Potter1-4/+9
2003-05-06Add metze's exit and idle event patchJelmer Vernooij1-1/+106
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-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