git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17244 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-25 16:20:55 +00:00
parent 9632fbb0b3
commit a2380d5c14
2 changed files with 40 additions and 0 deletions

View File

@@ -1,3 +1,41 @@
2006-04-25 Love H<>rnquist <20>strand <lha@it.su.se>
* configure.in: make tests/kdc/Makefile
* kdc/kerberos5.c: Catch the case where the client sends no
encryption types or no pa-types.
* lib/hdb/ext.c (hdb_replace_extension): set error message on
failure, not success.
* lib/hdb/keys.c (parse_key_set): handle error case better
(hdb_generate_key_set): return better error
2006-04-24 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/hdb/hdb.c (hdb_create): print out what we don't support
* lib/krb5/principal.c: Remove a double free introduced in 1.93
* lib/krb5/log.c (log_file): reset pointer to freed memory
* lib/krb5/keytab_keyfile.c (get_cell_and_realm): reset d->cell to
make sure its not refereced
* tools/krb5-config.in: libhcrypto might depend on libasn1, switch
order
* lib/krb5/recvauth.c: indent
* doc/heimdal.texi: Add Setting up PK-INIT to Detailed Node
Listing.
* lib/krb5/pkinit.c: Pass down realm to pk_verify_host so the
function can verify the certificate is from the right realm.
* lib/krb5/init_creds_pw.c: Pass down realm to
_krb5_pk_rd_pa_reply
2006-04-23 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/pkinit.c (pk_verify_host): Add begining of finding

View File

@@ -1,5 +1,7 @@
2006-04-25 Love H<>rnquist <20>strand <lha@it.su.se>
* {,kdc/,db/}.cvsignore: ignore Makefile.in
* kdc/check-kdc.in: Try to detect another KDC running.
* kdc/check-kdc.in: more tests regarding doing AS-REQ and TGS-REQ