| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move vendor field to a compile time macro | 2017-10-30 | 2 | -2/+2 | |
| * | Remove all trailing whitespace | 2014-07-08 | 1 | -1/+1 | |
| * | Allow specifying binddn and bindauth while searching | 2013-08-31 | 1 | -2/+24 | |
| * | Fixed more warnings | 2013-04-19 | 1 | -1/+1 | |
| * | auth/ldap: fix memory leak on LDAP authorization failure (SRV-124) | 2011-09-20 | 1 | -0/+2 | |
| * | Make 'make install' depend properly upon things that need to be made | 2011-03-12 | 1 | -4/+4 | |
| * | auth/ldap: Clean up the ldap module a bit. | 2011-02-25 | 1 | -9/+8 | |
| * | ldap: Updates from jwing. | 2011-02-23 | 1 | -47/+139 | |
| * | Add RPATH information to all of the modules if needed. | 2010-12-22 | 1 | -1/+1 | |
| * | Make the Atheme core a library and add a stub for the services executable. | 2010-12-14 | 1 | -0/+1 | |
| * | Supply intent information when performing module unload operations.•••There are presently two intents for unload operations, these are MODULE_UNLOAD_INTENT_PERM which indicates a permanent unload, and MODULE_UNLOAD_INTENT_RELOAD which indicates that a module is being reloaded (usually for a code upgrade). This allows the module to know when it should stash persistence data using the mowgli.global_data classes or when it should just destroy all data records. | 2010-12-03 | 2 | -2/+2 | |
| * | Kill node_t and list_t.•••This also has the side effect of unbreaking the build. Oops. | 2010-10-08 | 1 | -1/+1 | |
| * | Fix compile errors in ctcp-common and auth/ldap. | 2010-08-21 | 1 | -3/+3 | |
| * | Added support for default values to config options | 2010-07-04 | 1 | -2/+2 | |
| * | Replace the $Id crap that hasn't really been used in 3 years with•••PACKAGE_STRING. | 2010-06-04 | 2 | -2/+2 | |
| * | Link modules to the libraries they use explicitly.•••The old approach was to let them use some libraries via the main executable. That worked but did not record the correct symbol versioning information into the .so. Some libraries can be removed from the global LIBS. | 2010-05-23 | 1 | -1/+1 | |
| * | auth and backend modules are converted. | 2010-05-18 | 2 | -25/+20 | |
| * | Do not use LDAP CFLAGS for modules/auth/dummy.c. | 2010-03-28 | 1 | -2/+1 | |
| * | fix LDFLAGS="-Wl,--as-needed" for ldap auth module | 2010-02-13 | 1 | -2/+2 | |
| * | Removed snoop() from auth/ldap. No log rework needed. | 2010-01-11 | 1 | -2/+2 | |
| * | Update the remaining hook_add_hook, hook_add_hook_first and hook_del_hook. | 2009-08-09 | 1 | -2/+2 | |
| * | Hopefully make compiling the ldap module a bit more reliable.•••Likely something changed in autoconf. | 2009-05-20 | 1 | -4/+5 | |
| * | Add LDAP authentication module.•••This is compiled when OpenLDAP client libraries can be found. Only the module itself is linked to these libraries. The module is configured in atheme.conf. There is also a dummy authentication module, needed to keep the build system working in a simple manner. | 2009-03-14 | 3 | -0/+214 |
