Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-28 | lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystem | Andrew Bartlett | 1 | -1/+1 | |
This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | |||||
2011-10-28 | lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_run | Andrew Bartlett | 1 | -1/+1 | |
This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | |||||
2011-10-28 | lib/util Rename samba_init_module_fn -> samba_module_init_fn | Andrew Bartlett | 1 | -3/+3 | |
This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | |||||
2011-10-28 | lib/util Split samba-modules library into public and private parts | Andrew Bartlett | 1 | -0/+62 | |
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 |