From 920d23770a20fe0937c8e96bc646c13c7d473b23 Mon Sep 17 00:00:00 2001 From: "Jacques A. Vidrine" Date: Wed, 28 Aug 2002 15:29:18 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11255 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 35946a6b6..b5c6fc188 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,9 +2,6 @@ * lib/krb5/verify_krb5_conf.c: check for `krb4_get_tickets' in [appdefaults] (for kinit) rather than [libdefaults]. - -2002-08-28 Jacques Vidrine - * lib/krb5/context.c: rename the `srv_lookup' option to `dns_lookup_kdc'. * lib/krb5/get_host_realm.c: add a knob `dns_lookup_realm' @@ -13,6 +10,8 @@ on a domain-by-domain basis in the [domain_realms] section. add a knob `dns_lookup_realm_labels' to specify which labels (e.g. `_kerberos') to use with dns-locate. + * lib/krb5/verify_krb5_conf.c: check for new options related + to dns-locate 2002-08-27 Assar Westerlund