Log

plugins/mod_s2s/mod_s2s.lua @ 5607:eee23fb79a5e

description author age
mod_s2s: Fix interaction between s2s_secure_auth and s2s_require_encryption, in particular ensure that when s2s_require_encryption is NOT set, do not require encryption on s2s_insecure_domains. Matthew Wild 2013-05-18
mod_s2s: Ensure that to/from on stream headers are always correct, fixes #338 Matthew Wild 2013-04-28
mod_s2s: Obey tcp_keepalives option for s2s too, and make it individually configurable through s2s_tcp_keepalives (thanks yeled) Matthew Wild 2013-04-26
mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceback function), to make it clearer where an error occured Matthew Wild 2013-04-22
mod_s2s: Add missing space Kim Alvefur 2013-04-15
mod_s2s: Adjust priority of route/remote hooks to negative values (like most other internal hooks) Kim Alvefur 2013-04-08
mod_s2s: Add COMPAT cahin verification code for older LuaSec versions Kim Alvefur 2013-04-04
mod_s2s: Close incoming s2s with stream error when secure and we don't trust their certificate Matthew Wild 2013-04-01
mod_s2s: Prevent s2s to and from hosts we serve locally Kim Alvefur 2013-03-27
mod_s2s: Prevent traceback when replying to incoming connection to a host we don't serve Kim Alvefur 2013-03-26
mod_s2s: session.from_host does not allways exist on incoming connections, true and nil or "our hostname" does not evaluate to what we want here Kim Alvefur 2013-03-25
mod_s2s: Fix variable usage in check_auth_policy (thanks Florob) Matthew Wild 2013-03-22
mod_s2s: Remove unused variable Matthew Wild 2013-03-22
mod_s2s: Add controls for certificate validation via the s2s_secure_auth option. Plugins can now return false from handling s2s-check-certificate to prevent connection establishment (s2sin+s2sout) Matthew Wild 2013-03-22
s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authenticated() to mod_s2s, and plugins now signal authentication via the s2s-authenticated event Matthew Wild 2013-03-22