summaryrefslogtreecommitdiffstats
path: root/lib/util/modules.c
Commit message (Collapse)AuthorAgeFilesLines
* lib/util: consolidate module loadingAndrew Bartlett2011-10-061-30/+32
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Oct 6 08:52:30 CEST 2011 on sn-devel-104
* modules: standardise on samba_init_module as the hook symbol to resolveAndrew Bartlett2011-10-061-3/+3
|
* lib/util: Use only init_module_fn typedef in module loadingAndrew Bartlett2011-10-061-2/+2
|
* lib/util: Remove unused module loading functionsAndrew Bartlett2011-10-061-7/+2
|
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-061-0/+243
This creates a samba-modules private libary that handles the details. Andrew Bartlett