Fix two authorization stage memory leaks.
[ircu2.10.12-pk.git] / ChangeLog
index 89347bb37556f90d319851ec558e6415eae13505..b86892f87e968cbcf18f5d5536f96cee0d6c9f87 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2006-06-30  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/s_auth.c (check_auth_finished): Free auth structure when
+       done with it.
+       (sendto_iauth): Free message buffer when done with it.
+
+2006-06-26  Michael Poole <mdpoole@troilus.org>
+
+       * include/patchlevel.h (PATCHLEVEL): Bump for pre08.
+
+2006-06-26  Michael Poole <mdpoole@troilus.org>
+
+       * include/patchlevel.h (PATCHEVEL): Bump for release.
+
+2006-06-17  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/m_pass.c (mr_pass): Only back 'len' up when it's safe.
+
+2006-06-08  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/m_whois.c (do_whois): Prefix '*' to names of secret (local)
+       channels for locops as well as global opers.
+
 2006-06-08  Michael Poole <mdpoole@troilus.org>
 
        * ircd/m_gline.c (ms_gline): Use final argument as G-line reason.