git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13123 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-11-18 22:18:09 +00:00
parent 4fd9447d78
commit f89b11304e
2 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,18 @@
2003-11-18 Love H<>rnquist <20>strand <lha@it.su.se>
* kpasswd/kpasswdd.c (main): parse kdc.conf From: Jeffrey
Hutzelman <jhutz@cmu.edu>
2003-11-15 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/Makefile.am (TESTS): add test_crypto
* lib/krb5/test_crypto.c: time crypto operations
2003-11-14 Love H<>rnquist <20>strand <lha@it.su.se>
* doc/init-creds: spelling, Bruno Rohee <bruno@rohee.com>
2003-11-09 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/rd_req.c (krb5_verify_ap_req2): krb5_free_ticket free

View File

@@ -1,3 +1,9 @@
2003-11-18 Love H<>rquist <20>strand <lha@it.su.se>
* kadmind.c (main): move opening the logfile to after reading
kdc.conf move the loading of hdb keytab ops closer to where its
used From: Jeffrey Hutzelman <jhutz@cmu.edu>
2003-10-04 Love H<>rquist <20>strand <lha@it.su.se>
* util.c (str2time_t): allow whitespace between date and time