Keep coding this boring stuff to lay out security descriptors ...
[kai/samba.git] / source3 / lib / module.c
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