Mon, 02 Dec 2019 16:00:16 +0100 mod_saslauth: Advertise correct set of mechanisms
Kim Alvefur <zash@zash.se> [Mon, 02 Dec 2019 16:00:16 +0100] rev 10485
mod_saslauth: Advertise correct set of mechanisms Mistakenly iterates over the set of all supported mechanisms instead of the one without insecure mechanisms if the connection is insecure. Not a problem if c2s_require_encryption is true Introduced in 56a0f68b7797
Sun, 01 Dec 2019 20:25:20 +0100 util.*.c: Add static qualifiers everywhere
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sun, 01 Dec 2019 20:25:20 +0100] rev 10484
util.*.c: Add static qualifiers everywhere
Sun, 01 Dec 2019 23:34:49 +0100 util.encodings: Remove redundant cast
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sun, 01 Dec 2019 23:34:49 +0100] rev 10483
util.encodings: Remove redundant cast
Sun, 01 Dec 2019 23:34:45 +0100 util.encodings: Don’t export unneeded symbols
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sun, 01 Dec 2019 23:34:45 +0100] rev 10482
util.encodings: Don’t export unneeded symbols This reduces the binary size from 22704 B to 18592 B.
Sun, 01 Dec 2019 12:21:26 +0100 mod_s2s: Refactor stream error handling on close
Kim Alvefur <zash@zash.se> [Sun, 01 Dec 2019 12:21:26 +0100] rev 10481
mod_s2s: Refactor stream error handling on close Deduplicates the 3 log calls that log the same thing but subtly differently. The first one would say "Disconnecting localhost" and the last one didn't log the IP.
Sun, 01 Dec 2019 12:19:36 +0100 mod_s2s: Use stanza type check instead of duck typing
Kim Alvefur <zash@zash.se> [Sun, 01 Dec 2019 12:19:36 +0100] rev 10480
mod_s2s: Use stanza type check instead of duck typing
Sun, 01 Dec 2019 02:04:24 +0100 mod_net_multiplex: Remove debug message
Kim Alvefur <zash@zash.se> [Sun, 01 Dec 2019 02:04:24 +0100] rev 10479
mod_net_multiplex: Remove debug message This was something I added during development and set to info level for visibility.
Sun, 01 Dec 2019 01:21:58 +0100 net.server_select: Remove prefix added to TLS handshaker errors
Kim Alvefur <zash@zash.se> [Sun, 01 Dec 2019 01:21:58 +0100] rev 10478
net.server_select: Remove prefix added to TLS handshaker errors For consistency. None of the other implementations do this.
Sun, 01 Dec 2019 01:20:34 +0100 mod_s2s: Improve TLS handshake error messages
Kim Alvefur <zash@zash.se> [Sun, 01 Dec 2019 01:20:34 +0100] rev 10477
mod_s2s: Improve TLS handshake error messages This should make it clearer that it's about the TLS handshake. Otherwise it's something like "unsupported protocol" or "no shared ciphers" that might not be that obvious.
Sat, 30 Nov 2019 23:33:39 +0100 mod_s2s: Log from session logger
Kim Alvefur <zash@zash.se> [Sat, 30 Nov 2019 23:33:39 +0100] rev 10476
mod_s2s: Log from session logger Helps locating all messages related to a specific session
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip