aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auth
Commit message (Expand)AuthorAgeFilesLines
* Move vendor field to a compile time macroGravatar Austin Ellis2017-10-302-2/+2
* Remove all trailing whitespaceGravatar Rylee Fowler2014-07-081-1/+1
* Allow specifying binddn and bindauth while searchingGravatar Pranay Kanwar2013-08-311-2/+24
* Fixed more warningsGravatar Quora2013-04-191-1/+1
* auth/ldap: fix memory leak on LDAP authorization failure (SRV-124)Gravatar John Wingenbach2011-09-201-0/+2
* Make 'make install' depend properly upon things that need to be madeGravatar Stephen Bennett2011-03-121-4/+4
* auth/ldap: Clean up the ldap module a bit.Gravatar JD Horelick2011-02-251-9/+8
* ldap: Updates from jwing.Gravatar William Pitcock2011-02-231-47/+139
* Add RPATH information to all of the modules if needed.Gravatar William Pitcock2010-12-221-1/+1
* Make the Atheme core a library and add a stub for the services executable.Gravatar William Pitcock2010-12-141-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. Gravatar William Pitcock2010-12-032-2/+2
* Kill node_t and list_t.•••This also has the side effect of unbreaking the build. Oops. Gravatar William Pitcock2010-10-081-1/+1
* Fix compile errors in ctcp-common and auth/ldap.Gravatar JD Horelick2010-08-211-3/+3
* Added support for default values to config optionsGravatar Adam2010-07-041-2/+2
* Replace the $Id crap that hasn't really been used in 3 years with•••PACKAGE_STRING. Gravatar JD Horelick2010-06-042-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. Gravatar Jilles Tjoelker2010-05-231-1/+1
* auth and backend modules are converted.Gravatar William Pitcock2010-05-182-25/+20
* Do not use LDAP CFLAGS for modules/auth/dummy.c.Gravatar Jilles Tjoelker2010-03-281-2/+1
* fix LDFLAGS="-Wl,--as-needed" for ldap auth moduleGravatar Binki2010-02-131-2/+2
* Removed snoop() from auth/ldap. No log rework needed.Gravatar JD Horelick2010-01-111-2/+2
* Update the remaining hook_add_hook, hook_add_hook_first and hook_del_hook.Gravatar Jilles Tjoelker2009-08-091-2/+2
* Hopefully make compiling the ldap module a bit more reliable.•••Likely something changed in autoconf. Gravatar Jilles Tjoelker2009-05-201-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. Gravatar Jilles Tjoelker2009-03-143-0/+214