*** 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

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