aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auth/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* Move vendor field to a compile time macroGravatar Austin Ellis2017-10-301-1/+1
* 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
* 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
* 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-031-1/+1
* 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-041-1/+1
* 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
* 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-141-0/+148