git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11300 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-08-28 21:31:24 +00:00
parent fde09caa2e
commit 4c5ab8994a
2 changed files with 18 additions and 20 deletions

View File

@@ -1,26 +1,19 @@
2002-08-28 Jacques Vidrine <nectar@kth.se>
2002-08-28 Johan Danielsson <joda@pdc.kth.se>
* lib/krb5/krb5.conf.5: document the options related to
dns-locate.
* lib/krb5/verify_krb5_conf.c: check for `krb4_get_tickets' in
[appdefaults] (for kinit) rather than [libdefaults].
* 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'
to control global use of dns-locate for domain to realm
mappings. add a special token to control use of dns-locate
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
* kdc/config.c: add detach options
2002-08-27 Assar Westerlund <assar@kth.se>
* kdc/main.c: maybe detach from console?
* acconfig.h: remove _GNU_SOURCE - it's now added by configure
* configure.in: define _GNU_SOURCE when running tests - it's
needed to see all the extensions that we test for on glibc-based
systems such as Linux
* kdc/kdc.8: markup changes
* configure.in: AC_TEST_PACKAGE_NEW -> rk_TEST_PACKAGE
* configure.in: use rk_TELNET, rename some other macros, and don't
add -ldes to krb4 link command
* kuser/kinit.1: whitespace fix (from NetBSD)
* include/bits.c: we may need unistd.h for ssize_t
2002-08-26 Assar Westerlund <assar@kth.se>

5
NEWS
View File

@@ -1,5 +1,10 @@
Changes in release 0.5
* add --detach option to kdc
* allow setting forward and forwardable option in telnet from
.telnetrc, with override from command line
* accept addresses with or without ports in krb5_rd_cred
* make it work with modern openssl