Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert making public of the samba-module library. | Jelmer Vernooij | 2011-12-03 | 1 | -203/+0 |
| | | | | | | | | | | | | | | | This library was tiny - containing just two public functions than were themselves trivial. The amount of overhead this causes isn't really worth the benefits of sharing the code with other projects like OpenChange. In addition, this code isn't really generically useful anyway, as it can only load from the module path set for Samba at configure time. Adding a new library was breaking the API/ABI anyway, so OpenChange had to be updated to cope with the new situation one way or another. I've added a simpler (compatible) routine for loading modules to OpenChange, which is less than 100 lines of code. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 3 08:36:33 CET 2011 on sn-devel-104 | ||||
* | lib/util Rename samba_init_module -> samba_module_init | Andrew Bartlett | 2011-10-28 | 1 | -2/+2 |
| | | | | | | | This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | ||||
* | lib/util Rename samba_init_module_fn -> samba_module_init_fn | Andrew Bartlett | 2011-10-28 | 1 | -7/+7 |
| | | | | | | | This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | ||||
* | lib/util Split samba-modules library into public and private parts | Andrew Bartlett | 2011-10-28 | 1 | -0/+203 |
This will allow OpenChange to get at the symbols it needs, without exposing any more of this as a public API than we must. Andrew Bartlett |