*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3947 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-11-11 20:51:38 +00:00
parent 525ea59613
commit a00258bda6

View File

@@ -1,5 +1,22 @@
Tue Nov 11 05:15:22 1997 Assar Westerlund <assar@sics.se>
* lib/krb5/encrypt.c (krb5_etype_valid): new function
* lib/krb5/creds.c (krb5_copy_creds_contents): zero target
* lib/krb5/context.c (valid_etype): remove
* lib/krb5/checksum.c: remove dead code
* lib/krb5/changepw.c (send_request): free memory on error.
* lib/krb5/build_ap_req.c (krb5_build_ap_req): check return value
from malloc.
* lib/krb5/auth_context.c (krb5_auth_con_init): free memory on
failure correctly.
(krb5_auth_con_setaddrs_from_fd): return error correctly.
* lib/krb5/get_in_tkt_with_{keytab,skey}.c: new files
Tue Nov 11 02:53:19 1997 Johan Danielsson <joda@emma.pdc.kth.se>