*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8935 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-08-11 01:44:10 +00:00
parent e04d904a41
commit e6bb86aa0f

View File

@@ -1,3 +1,24 @@
2000-08-10 Assar Westerlund <assar@sics.se>
* appl/test/gss_common.c (enet_read): add and use
* lib/krb5/krb5.h (heimdal_version, heimdal_long_version): make
const
* lib/krb5/mk_req_ext.c (krb5_mk_req_internal): add comment on
checksum type selection
* lib/krb5/context.c (krb5_init_context): do not leak memory on
failure
(default_etypes): prefer arcfour-hmac-md5 to des-cbc-md5
* lib/krb5/principal.c: add fnmatch.h
2000-08-09 Assar Westerlund <assar@sics.se>
* configure.in: call AC_PROG_CC and AC_PROG_CPP to make sure later
checks that should require them don't fail
* acconfig.h: add HAVE_UINT17_T
2000-08-09 Johan Danielsson <joda@pdc.kth.se>
* kdc/mit_dump.c: handle all sorts of weird MIT salt types