*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6282 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-05-23 06:51:48 +00:00
parent 4209a1ef88
commit af9519cfda
2 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,13 @@
1999-05-21 Assar Westerlund <assar@sics.se>
* kuser/kgetcred.c (main): correct error message
* lib/krb5/crypto.c (verify_checksum): call (*ct->checksum)
directly, avoiding redundant lookups and memory leaks
* lib/krb5/auth_context.c (krb5_auth_con_setaddrs_from_fd): free
local and remote addresses
* lib/krb5/get_default_principal.c (get_logname): also try
$USERNAME

View File

@@ -1,3 +1,7 @@
1999-05-23 Assar Westerlund <assar@sics.se>
* init.c (create_random_entry): more correct setting of mask
1999-05-21 Assar Westerlund <assar@sics.se>
* server.c (handle_v5): read sendauth version correctly.