git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21673 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-07-22 11:47:13 +00:00
parent 8e2c1ccaae
commit 6dcc8e14d9

View File

@@ -1,5 +1,13 @@
2007-07-22 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/hdb/dbinfo.c (get_dbinfo): use dbname instead of realm as
key if the entry is a correct entry.
* lib/krb5/get_cred.c: Make krb5_get_renewed_creds work, from
Gunther Deschner.
* lib/krb5/Makefile.am: Add test_renew to noinst_PROGRAMS.
* lib/krb5/test_renew.c: Test for krb5_get_renewed_creds.
2007-07-21 Love H<>rnquist <20>strand <lha@it.su.se>