log mod_auth_external/mod_auth_external.lua @ 1155:40f7a8d152eb

age author description
Tue, 13 Aug 2013 19:35:07 +0100 Matthew Wild mod_auth_external: Remove is_admin (duplicates usermanager)
Tue, 13 Aug 2013 18:56:50 +0100 Matthew Wild mod_auth_external: Switch to lpty, remove file-based fallback, improve error messages and handling. Should greatly increase compatibility with scripts.
Mon, 24 Jun 2013 14:29:03 +0200 Mikael Nordfeldth Don't store password in temporary file, pipe instead
Sat, 26 Jan 2013 04:34:05 +0500 Waqas Hussain mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.
Sat, 13 Oct 2012 02:33:06 +0500 Waqas Hussain mod_auth_external: Work even when the LuaProcessCall library isn't available.
Thu, 13 Sep 2012 00:17:42 +0500 Waqas Hussain mod_auth_external, mod_auth_internal_yubikey: Get rid of useless wrapper function around the auth provider.
Thu, 13 Sep 2012 00:08:29 +0500 Waqas Hussain mod_auth_*: Use module:provides(), and don't explicitly specify provider.name.