log mod_auth_external/mod_auth_external.lua @ 2618:c6652d055ba3

age author description
2016-01-03 Kim Alvefur mod_auth_external: Update URL to new location
2014-03-11 Florian Zeitz all the things: Remove trailing whitespace
2013-09-19 Matthew Wild mod_auth_external: merge two if blocks with an elseif
2013-08-14 Matthew Wild mod_auth_external: Support for multiple auth processes (set external_auth_processes = N) - requires non-blocking mode
2013-08-14 Matthew Wild mod_auth_external: Re-organise initialization a bit (superficial)
2013-08-13 Matthew Wild mod_auth_external: Add non-blocking mode (requires trunk, libevent and lpty 1.0.1). Our first complete non-blocking auth module!
2013-08-13 Matthew Wild mod_auth_external: Fix logging of errors
2013-08-13 Matthew Wild mod_auth_external: Log full response from pty if it appears to be an error message
2013-08-13 Matthew Wild mod_auth_external: Remove unused import of jid.bare
2013-08-13 Matthew Wild mod_auth_external: Remove is_admin (duplicates usermanager)
2013-08-13 Matthew Wild mod_auth_external: Switch to lpty, remove file-based fallback, improve error messages and handling. Should greatly increase compatibility with scripts.
2013-06-24 Mikael Nordfeldth Don't store password in temporary file, pipe instead
2013-01-25 Waqas Hussain mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.
2012-10-12 Waqas Hussain mod_auth_external: Work even when the LuaProcessCall library isn't available.
2012-09-12 Waqas Hussain mod_auth_external, mod_auth_internal_yubikey: Get rid of useless wrapper function around the auth provider.