From 7395cfac1d5ef15baa7fd3a821e430e301358f63 Mon Sep 17 00:00:00 2001 From: Pekka Pessi Date: Tue, 2 May 2006 18:45:17 +0300 Subject: [PATCH] Updated ChangeLog and CVS. darcs-hash:20060502154517-65a35-55a2d91e4e7d32f9094c171aa34b472ab46b4b84.gz --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5387d638..3b5cb01a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ 2006-05-02 Pekka Pessi + * iptsec module: + + * Updated headers in iptsec module. + Added SOFIAPUBFUN and SOFIAPUBVAR where needed. + Removed auc_with_uicc(). + + * Fixed memory management problems in iptsec module. + The authenticator client in auth_client.c leaked memory when + re-challenged. The client did not duplicate strings from + challenge, and tried to use freed values after challenge was + freed. + Now we are actually running the tests in test_auth_digest.c, too. + The problem was reported and patch submitted by Colin Whittaker. + * sresolv module: * Updated sresolv API. -- GitLab