summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
authorWilfredo Sanchez <tritan@mit.edu>2000-06-01 01:44:22 +0000
committerWilfredo Sanchez <tritan@mit.edu>2000-06-01 01:44:22 +0000
commit5789f79f2b8a733cf16bcaea4ebb9c81f3e9b703 (patch)
tree884498b85a0bfe69da403d71f80232db05f2037e /src/lib/crypto
parent336f00fd147e2b778f0ac46dafbcb742bbc9444f (diff)
downloadkrb5-5789f79f2b8a733cf16bcaea4ebb9c81f3e9b703.tar.gz
krb5-5789f79f2b8a733cf16bcaea4ebb9c81f3e9b703.tar.xz
krb5-5789f79f2b8a733cf16bcaea4ebb9c81f3e9b703.zip
Change wsanchez@apple -> tritan@mit
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12331 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/ChangeLog4
-rw-r--r--src/lib/crypto/crc32/ChangeLog4
-rw-r--r--src/lib/crypto/des/ChangeLog4
-rw-r--r--src/lib/crypto/dk/ChangeLog4
-rw-r--r--src/lib/crypto/enc_provider/ChangeLog4
-rw-r--r--src/lib/crypto/hash_provider/ChangeLog4
-rw-r--r--src/lib/crypto/keyhash_provider/ChangeLog4
-rw-r--r--src/lib/crypto/md4/ChangeLog4
-rw-r--r--src/lib/crypto/md5/ChangeLog4
-rw-r--r--src/lib/crypto/old/ChangeLog4
-rw-r--r--src/lib/crypto/raw/ChangeLog4
-rw-r--r--src/lib/crypto/sha1/ChangeLog4
12 files changed, 24 insertions, 24 deletions
diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog
index a48ec1f54..ccc416c91 100644
--- a/src/lib/crypto/ChangeLog
+++ b/src/lib/crypto/ChangeLog
@@ -37,12 +37,12 @@ Fri Jan 21 22:47:00 2000 Miro Jurisic <meeroh@mit.edu>
* nfold.c (krb5_nfold): Delete unused variables.
-1999-10-26 Tom Yu <tlyu@mit.edu>
+1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
- Makefile cleanup. [from wsanchez@apple.com]
+ Makefile cleanup.
1999-08-26 Tom Yu <tlyu@mit.edu>
diff --git a/src/lib/crypto/crc32/ChangeLog b/src/lib/crypto/crc32/ChangeLog
index 761f19ee7..e1c64e457 100644
--- a/src/lib/crypto/crc32/ChangeLog
+++ b/src/lib/crypto/crc32/ChangeLog
@@ -1,9 +1,9 @@
-1999-10-26 Tom Yu <tlyu@mit.edu>
+1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
- Makefile cleanup. [from wsanchez@apple.com]
+ Makefile cleanup.
Mon May 10 15:15:59 1999 Danilo Almeida <dalmeida@mit.edu>
diff --git a/src/lib/crypto/des/ChangeLog b/src/lib/crypto/des/ChangeLog
index 7a2155c02..a7f243d16 100644
--- a/src/lib/crypto/des/ChangeLog
+++ b/src/lib/crypto/des/ChangeLog
@@ -13,12 +13,12 @@
* weak_key.c (weak): Now const.
(mit_des_is_weak_key): Adjust pointer type accordingly.
-1999-10-26 Tom Yu <tlyu@mit.edu>
+1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
- Makefile cleanup. [from wsanchez@apple.com]
+ Makefile cleanup.
Mon May 10 15:16:18 1999 Danilo Almeida <dalmeida@mit.edu>
diff --git a/src/lib/crypto/dk/ChangeLog b/src/lib/crypto/dk/ChangeLog
index 90e34f87c..a9bdafe99 100644
--- a/src/lib/crypto/dk/ChangeLog
+++ b/src/lib/crypto/dk/ChangeLog
@@ -7,12 +7,12 @@
* dk_encrypt.c (krb5_dk_encrypt, krb5_marc_dk_encrypt): Ditto.
* stringtokey.c (krb5_dk_string_to_key): Ditto. Include dk.h.
-1999-10-26 Tom Yu <tlyu@mit.edu>
+1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
- Makefile cleanup. [from wsanchez@apple.com]
+ Makefile cleanup.
1999-06-28 Tom Yu <tlyu@mit.edu>
diff --git a/src/lib/crypto/enc_provider/ChangeLog b/src/lib/crypto/enc_provider/ChangeLog
index 5f8ee63db..8862eb247 100644
--- a/src/lib/crypto/enc_provider/ChangeLog
+++ b/src/lib/crypto/enc_provider/ChangeLog
@@ -6,12 +6,12 @@
* des3.c (mit_des_zeroblock, krb5_enc_des3): Similar.
* enc_provider.h (krb5_enc_des, krb5_enc_des3): Update decls.
-1999-10-26 Tom Yu <tlyu@mit.edu>
+1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
- Makefile cleanup. [from wsanchez@apple.com]
+ Makefile cleanup.
Mon May 10 15:16:54 1999 Danilo Almeida <dalmeida@mit.edu>
diff --git a/src/lib/crypto/hash_provider/ChangeLog b/src/lib/crypto/hash_provider/ChangeLog
index f2908f298..d55615efa 100644
--- a/src/lib/crypto/hash_provider/ChangeLog
+++ b/src/lib/crypto/hash_provider/ChangeLog
@@ -6,12 +6,12 @@
* hash_sha1.c (krb5_hash_sha1): Now const.
* hash_provider.h: Updated decls.
-1999-10-26 Tom Yu <tlyu@mit.edu>
+1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
- Makefile cleanup. [from wsanchez@apple.com]
+ Makefile cleanup.
Mon May 10 15:19:03 1999 Danilo Almeida <dalmeida@mit.edu>
diff --git a/src/lib/crypto/keyhash_provider/ChangeLog b/src/lib/crypto/keyhash_provider/ChangeLog
index bfa5ba8b8..99d589bc2 100644
--- a/src/lib/crypto/keyhash_provider/ChangeLog
+++ b/src/lib/crypto/keyhash_provider/ChangeLog
@@ -17,12 +17,12 @@
(krb5_keyhash_md5des): Now const.
* keyhash_provider.h: Updated krb5_keyhash_* decls.
-1999-10-26 Tom Yu <tlyu@mit.edu>
+1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
- Makefile cleanup. [from wsanchez@apple.com]
+ Makefile cleanup.
Mon May 10 15:19:24 1999 Danilo Almeida <dalmeida@mit.edu>
diff --git a/src/lib/crypto/md4/ChangeLog b/src/lib/crypto/md4/ChangeLog
index 0c8a66b40..764c8d7d9 100644
--- a/src/lib/crypto/md4/ChangeLog
+++ b/src/lib/crypto/md4/ChangeLog
@@ -5,12 +5,12 @@
(ROTATE_LEFT): Change (a&b|c) construct to silence gcc warning.
* rsa-md4.h (krb5_MD4Update): Update decl.
-1999-10-26 Tom Yu <tlyu@mit.edu>
+1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
- Makefile cleanup. [from wsanchez@apple.com]
+ Makefile cleanup.
Mon May 10 15:19:48 1999 Danilo Almeida <dalmeida@mit.edu>
diff --git a/src/lib/crypto/md5/ChangeLog b/src/lib/crypto/md5/ChangeLog
index a812839f7..044b1bf28 100644
--- a/src/lib/crypto/md5/ChangeLog
+++ b/src/lib/crypto/md5/ChangeLog
@@ -5,12 +5,12 @@
(ROTATE_LEFT): Change (a&b|c) construct to silence gcc warning.
* rsa-md5.h (krb5_MD5Update): Update decl.
-1999-10-26 Tom Yu <tlyu@mit.edu>
+1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
- Makefile cleanup. [from wsanchez@apple.com]
+ Makefile cleanup.
Mon May 10 15:20:16 1999 Danilo Almeida <dalmeida@mit.edu>
diff --git a/src/lib/crypto/old/ChangeLog b/src/lib/crypto/old/ChangeLog
index cada47302..0bee167d1 100644
--- a/src/lib/crypto/old/ChangeLog
+++ b/src/lib/crypto/old/ChangeLog
@@ -6,12 +6,12 @@
* old_encrypt.c (krb5_old_encrypt): Change if(a=b) constructs to
silence gcc warning.
-1999-10-26 Tom Yu <tlyu@mit.edu>
+1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
- Makefile cleanup. [from wsanchez@apple.com]
+ Makefile cleanup.
1999-08-25 Ken Raeburn <raeburn@mit.edu>
diff --git a/src/lib/crypto/raw/ChangeLog b/src/lib/crypto/raw/ChangeLog
index 25f1d1d83..f898238f1 100644
--- a/src/lib/crypto/raw/ChangeLog
+++ b/src/lib/crypto/raw/ChangeLog
@@ -1,9 +1,9 @@
-1999-10-26 Tom Yu <tlyu@mit.edu>
+1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
- Makefile cleanup. [from wsanchez@apple.com]
+ Makefile cleanup.
Mon May 10 15:20:51 1999 Danilo Almeida <dalmeida@mit.edu>
diff --git a/src/lib/crypto/sha1/ChangeLog b/src/lib/crypto/sha1/ChangeLog
index a6a00f3fa..bf17bc7fa 100644
--- a/src/lib/crypto/sha1/ChangeLog
+++ b/src/lib/crypto/sha1/ChangeLog
@@ -5,12 +5,12 @@
(longReverse): Delete unused function.
(shsFinal): Delete unused variable.
-1999-10-26 Tom Yu <tlyu@mit.edu>
+1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
- Makefile cleanup. [from wsanchez@apple.com]
+ Makefile cleanup.
Mon May 10 15:21:10 1999 Danilo Almeida <dalmeida@mit.edu>