trying to get HEAD building again. If you want the code
[tprouty/samba.git] / source / lib / module.c
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-29 Jelmer VernooijFix the events API. Patch by metze with some minor...
2003-05-28 Tim PotterMerge of formatting fixups from 3.0
2003-05-06 Jelmer VernooijAdd metze's exit and idle event patch
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-24 Jelmer VernooijCheck for absolute paths by only checking the first...
2003-04-02 Jelmer VernooijAdd const
2003-03-31 Jelmer Vernooij- Support absolute paths in vfs and charset modules
2003-03-30 Jelmer Vernooij- Point users at the HOWTO Collection instead of 'READM...
2003-03-19 Jelmer VernooijPut in the new modules system. It's now used by passdb...
2003-02-27 Jelmer Vernooij- Rename 'modules = ' to 'preload modules = '
2003-02-20 Jelmer VernooijMake init_module() and thus smb_load_module() return...
2003-01-17 Jim McDonoughdlsym() can return NULL validly, so we can't use that...
2002-11-13 Jelmer VernooijAdd a DEBUG() that gives the number of successfully...
2002-10-31 Jelmer Vernooijadd smb_load_modules() to load a list of modules -...
2002-10-30 Jelmer Vernooijuse sys_dlopen instead of dlopen (thanks to jra for...
2002-10-30 Jelmer Vernooij- Remove RTLD_GLOBAL
2002-10-30 Jelmer VernooijAdd initial vesion of new module system