aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auth/dummy.c
Commit message (Expand)AuthorAgeFilesLines
* Move vendor field to a compile time macroGravatar Austin Ellis2017-10-301-1/+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-031-1/+1
* Replace the $Id crap that hasn't really been used in 3 years with•••PACKAGE_STRING. Gravatar JD Horelick2010-06-041-1/+1
* 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/+41