*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2659 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-01 12:48:27 +00:00
parent 6c5d8cdfa6
commit e1c32ea024

View File

@@ -13,6 +13,20 @@ Sun Jul 27 04:44:31 1997 Johan Danielsson <joda@blubb.pdc.kth.se>
* lib/hdb/hdb.c: Add keytype->key and next key functions.
Fri Jul 25 17:32:12 1997 Assar Westerlund <assar@sics.se>
* lib/krb5/build_auth.c (krb5_build_authenticator): don't free
`cksum'. It's allocated and freed by the caller
* lib/krb5/get_cred.c (krb5_get_kdc_cred): Don't free `addresses'.
* kdc/kerberos5.c (tgs_rep2): make sure we also have an defined
`client' to return as part of the KRB-ERROR
* appl/rsh/rshd.c: implement forwarding
* appl/rsh/rsh.c: Use getarg. Implement forwarding.
Thu Jul 24 08:13:59 1997 Johan Danielsson <joda@emma.pdc.kth.se>
* kdc/kerberos5.c: Unseal keys from database before use.