*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9967 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-05-16 22:30:11 +00:00
parent aa3fb93c7b
commit 0849a6ceb0
3 changed files with 18 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
2001-05-17 Assar Westerlund <assar@sics.se>
* lib/krb5/keytab_krb4.c: add SRVTAB as an alias for krb4
* lib/krb5/codec.c: remove dead code
2001-05-15 Assar Westerlund <assar@sics.se>

13
NEWS
View File

@@ -1,5 +1,12 @@
Changes in release 0.3f
* change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab,
the new keytab type that tries both of these in order (SRVTAB is
also an alias for krb4:)
* improve error reporting and error handling (error messages should
be more detailed and more useful)
* improve building with openssl
* add kadmin -K, rcp -F
@@ -8,6 +15,12 @@ Changes in release 0.3f
* fix building of kaserver compat in KDC
* the API is closer to what MIT krb5 is using
* more compatible with windows 2000
* removed some memory leaks
* bug fixes
Changes in release 0.3e

View File

@@ -1,3 +1,7 @@
2001-05-17 Assar Westerlund <assar@sics.se>
* afslog.c (main): call free_getarg_strings
2000-12-31 Assar Westerlund <assar@sics.se>
* afslog.c (main): handle krb5_init_context failure consistently