aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/des/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/des/ChangeLog')
-rw-r--r--src/lib/crypto/des/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/lib/crypto/des/ChangeLog b/src/lib/crypto/des/ChangeLog
index 7a2155c..7438600 100644
--- a/src/lib/crypto/des/ChangeLog
+++ b/src/lib/crypto/des/ChangeLog
@@ -1,3 +1,21 @@
+2002-08-16 Tom Yu <tlyu@mit.edu>
+
+ * string2key.c: Work around possible bug with AFS salts;
+ [krb5-clients/1146] from <Wolfgang.Friebel@cern.ch>.
+ [port from trunk]
+
+2002-03-14 Alexandra Ellwood <lxs@mit.edu>
+ * afsstring2key.c: made static data const to improve load time
+ on Mach-O
+
+2002-02-28 Alexandra Ellwood <lxs@mit.edu>
+ * afsstring2key.c: fixed warnings about types defaulting to int
+ and two-dimensional array declaration without second-level braces
+
+2001-10-29 Miro Jurisic <meeroh@mit.edu>
+ * pullup from krb5-1-2 branch after krb5-1-2-2-bp
+ * des_int.h: use "" includes for k5-int.h
+
2000-02-25 Ezra Peisach <epeisach@mit.edu>
* t_verify.c: Add "const" to casts in calls to mit_des_cbc_encrypt().