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