Fix assertion failures and other misbehaviors in new auth code.
[ircu2.10.12-pk.git] / ChangeLog
index 97e3e50ab4aee0c914c48e7f11a9abd94645960e..c0b01a66641cbcc3a942350a37ee6637d32db10a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-05-24  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/s_auth.c (auth_dns_callback): Be more careful about
+       handling failed DNS lookups.  Use a more standard function to
+       disconnect clients for IP mismatches.
+       (start_auth): Use a more standard function to disconnect clients
+       for peer or local socket address lookup failures.
+
 2006-05-17  Michael Poole <mdpoole@troilus.org>
 
        * ircd/s_auth.c (auth_ping_timeout): Fix off-by-one error.