Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/util: consolidate module loading | Andrew Bartlett | 2011-10-06 | 1 | -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 resolve | Andrew Bartlett | 2011-10-06 | 1 | -3/+3 |
| | |||||
* | lib/util: Use only init_module_fn typedef in module loading | Andrew Bartlett | 2011-10-06 | 1 | -2/+2 |
| | |||||
* | lib/util: Remove unused module loading functions | Andrew Bartlett | 2011-10-06 | 1 | -7/+2 |
| | |||||
* | lib/util: consolidate module loading into common code | Andrew Bartlett | 2011-10-06 | 1 | -0/+243 |
This creates a samba-modules private libary that handles the details. Andrew Bartlett |