Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-06 | lib/util: consolidate module loading | Andrew Bartlett | 1 | -30/+32 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Oct 6 08:52:30 CEST 2011 on sn-devel-104 | |||||
2011-10-06 | modules: standardise on samba_init_module as the hook symbol to resolve | Andrew Bartlett | 1 | -3/+3 | |
2011-10-06 | lib/util: Use only init_module_fn typedef in module loading | Andrew Bartlett | 1 | -2/+2 | |
2011-10-06 | lib/util: Remove unused module loading functions | Andrew Bartlett | 1 | -7/+2 | |
2011-10-06 | lib/util: consolidate module loading into common code | Andrew Bartlett | 1 | -0/+243 | |
This creates a samba-modules private libary that handles the details. Andrew Bartlett |