*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6120 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-05-04 03:52:57 +00:00
parent c1c2471d05
commit ed72c1e181
2 changed files with 22 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
1999-05-03 Assar Westerlund <assar@sics.se>
* lib/krb5/get_cred.c (get_cred_from_kdc_flags): allocate and free
`*out_creds' properly
* lib/krb5/creds.c (krb5_compare_creds): just verify that the
keytypes/enctypes are compatible, not that they are the same
* kuser/kdestroy.c (cache): const-correctness
1999-05-03 Johan Danielsson <joda@pdc.kth.se>
* lib/hdb/convert_db.c: add support for upgrading database

View File

@@ -1,3 +1,15 @@
1999-05-04 Assar Westerlund <assar@sics.se>
* server.c (v5_loop): remove unused variable
* kadmin_locl.h: add prototypes
* version4.c: re-insert krb_err.h and other miss
* server.c (kadmind_loop): break-up and restructure
* version4.c: add ACL checks more error code checks restructure
1999-05-03 Johan Danielsson <joda@pdc.kth.se>
* load.c: check for (un-)encrypted keys