*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7882 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-02-07 03:24:45 +00:00
parent 4d5623aac7
commit 86df7c6e2e
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2000-02-07 Assar Westerlund <assar@sics.se>
* lib/krb5/keytab.c (krb5_kt_default_name): use strlcpy
(krb5_kt_add_entry): set timestamp
2000-02-06 Assar Westerlund <assar@sics.se> 2000-02-06 Assar Westerlund <assar@sics.se>
* lib/krb5/krb5.h: add macros for accessing krb5_realm * lib/krb5/krb5.h: add macros for accessing krb5_realm

1
NEWS
View File

@@ -4,6 +4,7 @@ Changes in release 0.2n:
* changed default timestamp format for log messages to extended ISO * changed default timestamp format for log messages to extended ISO
8601 format (Y-M-DTH:M:S) 8601 format (Y-M-DTH:M:S)
* changed md4/md5/sha1 APIes to be de-facto `standard' * changed md4/md5/sha1 APIes to be de-facto `standard'
* always make hostname into lower-case before creating principal
* small bits of more MIT-compatability * small bits of more MIT-compatability
* bug fixes * bug fixes