mod_auth_external: Make sure processes are killed when Prosody shuts down
|
Kim Alvefur |
2017-11-18 |
mod_auth_external: Shut down all auth processes when module is unloaded (fixes #674) (thanks ZNikke)
|
Kim Alvefur |
2017-11-17 |
mod_auth_external: Silence warnings about unused arguments [luacheck]
|
Kim Alvefur |
2017-11-17 |
mod_auth_external: Remove duplicated local variable [luacheck]
|
Kim Alvefur |
2017-11-17 |
mod_auth_external: Split long lines [luacheck]
|
Kim Alvefur |
2017-11-17 |
mod_auth_external: Update URL to new location
|
Kim Alvefur |
2016-01-03 |
all the things: Remove trailing whitespace
|
Florian Zeitz |
2014-03-11 |
mod_auth_external: merge two if blocks with an elseif
|
Matthew Wild |
2013-09-19 |
mod_auth_external: Support for multiple auth processes (set external_auth_processes = N) - requires non-blocking mode
|
Matthew Wild |
2013-08-14 |
mod_auth_external: Re-organise initialization a bit (superficial)
|
Matthew Wild |
2013-08-14 |
mod_auth_external: Add non-blocking mode (requires trunk, libevent and lpty 1.0.1). Our first complete non-blocking auth module!
|
Matthew Wild |
2013-08-13 |
mod_auth_external: Fix logging of errors
|
Matthew Wild |
2013-08-13 |
mod_auth_external: Log full response from pty if it appears to be an error message
|
Matthew Wild |
2013-08-13 |
mod_auth_external: Remove unused import of jid.bare
|
Matthew Wild |
2013-08-13 |
mod_auth_external: Remove is_admin (duplicates usermanager)
|
Matthew Wild |
2013-08-13 |
mod_auth_external: Switch to lpty, remove file-based fallback, improve error messages and handling. Should greatly increase compatibility with scripts.
|
Matthew Wild |
2013-08-13 |
Don't store password in temporary file, pipe instead
|
Mikael Nordfeldth |
2013-06-24 |
mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.
|
Waqas Hussain |
2013-01-25 |
mod_auth_external: Work even when the LuaProcessCall library isn't available.
|
Waqas Hussain |
2012-10-12 |
mod_auth_external, mod_auth_internal_yubikey: Get rid of useless wrapper function around the auth provider.
|
Waqas Hussain |
2012-09-12 |
mod_auth_*: Use module:provides(), and don't explicitly specify provider.name.
|
Waqas Hussain |
2012-09-12 |
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
|
Waqas Hussain |
2011-02-22 |
mod_auth_*, mod_saslauth_muc: Update SASL callbacks to take SASL handler as first argument.
|
Waqas Hussain |
2010-12-27 |
mod_auth_external: Update for new usermanager.test_password syntax
|
Matthew Wild |
2010-07-21 |
restart authorize command if crashed or ended; added example shell script
|
Bjoern Kalkbrenner |
2010-07-07 |
mod_auth_external: Renamed from mod_extauth. Update logging and options (external_auth_protocol, external_auth_command)
base
mod_extauth/mod_extauth.lua@2cff637c48ca
|
Matthew Wild |
2010-06-10 |