From e144f25d7bd76e167748ac7114482b78a12ab6ab Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 4 Sep 2002 04:27:35 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11365 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 12 ++++++++++++ lib/roken/ChangeLog | 3 +++ 2 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 25e223526..f61e14986 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-09-03 Assar Westerlund + + * configure.in: add --disable-mmap option, and tests for + sys/mman.h and mmap + 2002-09-03 Jacques Vidrine * lib/krb5/changepw.c: verify lengths in response @@ -26,6 +31,13 @@ * lib/krb5/krb5.h: add AP_OPTS_USE_SUBKEY +2002-08-30 Assar Westerlund + + * lib/krb5/name-45-test.c: also test krb5_524_conv_principal + * lib/krb5/Makefile.am (TESTS): add name-45-test + * lib/krb5/name-45-test.c: add testcases for + krb5_425_conv_principal + 2002-08-29 Assar Westerlund * lib/krb5/parse-name-test.c: also test unparse_short functions diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index b32ec3d68..94afe0a90 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,5 +1,8 @@ 2002-09-03 Assar Westerlund + * getifaddrs.c: add Linux AF_NETLINK getifaddrs from Hideaki + YOSHIFUJI of the Usagi project + * parse_reply-test.c: make this build and return 77 if there is no mmap