From 00610e593a2db1745bfc9733d1b13869d827a007 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 14 Aug 2002 17:49:02 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11099 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7e9604296..c9cb2b654 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,23 @@ +2002-08-14 Johan Danielsson + + * lib/krb5/verify_krb5_conf.c: allow parsing of more than one file + + * lib/krb5/context.c: allow changing config files with the + function krb5_set_config_files, there are also related functions + krb5_get_default_config_files and krb5_free_config_files; these + should work similar to their MIT counterparts + + * lib/krb5/config_file.c: allow the use of more than one config + file by using the new function krb5_config_parse_file_multi + 2002-08-12 Johan Danielsson + * use sysconfdir instead of /etc + + * configure.in: require autoconf 2.53; rename dpagaix_LDFLAGS etc + to appease automake; force sysconfdir and localstatedir to /etc + and /var/heimdal for now + * kdc/connect.c (addr_to_string): check return value of sockaddr2address