Cosmetic fix to changelog comment.
authormdw <mdw>
Wed, 15 Oct 2003 09:29:38 +0000 (09:29 +0000)
committermdw <mdw>
Wed, 15 Oct 2003 09:29:38 +0000 (09:29 +0000)
client.c
keyexch.c
keyset.c
peer.c

index 1014d24..ccc3a05 100644 (file)
--- a/client.c
+++ b/client.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: client.c,v 1.11 2003/07/13 11:19:49 mdw Exp $
+ * $Id: client.c,v 1.12 2003/10/15 09:29:38 mdw Exp $
  *
  * Client for TrIPE
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: client.c,v $
+ * Revision 1.12  2003/10/15 09:29:38  mdw
+ * Cosmetic fix to changelog comment.
+ *
  * Revision 1.11  2003/07/13 11:19:49  mdw
- * Incopatible protocol fix!  Include message type code under MAC tag to prevent
- * cut-and-paste from key-exchange messages to general packet transport.
+ * Incompatible protocol fix!  Include message type code under MAC tag to
+ * prevent cut-and-paste from key-exchange messages to general packet
+ * transport.
  *
  * Revision 1.10  2003/05/17 10:59:19  mdw
  * Put a newline in the pidfile.
index f4125da..35f027e 100644 (file)
--- a/keyexch.c
+++ b/keyexch.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: keyexch.c,v 1.9 2003/07/13 11:53:14 mdw Exp $
+ * $Id: keyexch.c,v 1.10 2003/10/15 09:29:38 mdw Exp $
  *
  * Key exchange protocol
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: keyexch.c,v $
+ * Revision 1.10  2003/10/15 09:29:38  mdw
+ * Cosmetic fix to changelog comment.
+ *
  * Revision 1.9  2003/07/13 11:53:14  mdw
  * Add protocol commentary.
  *
  * Revision 1.8  2003/07/13 11:19:49  mdw
- * Incopatible protocol fix!  Include message type code under MAC tag to prevent
- * cut-and-paste from key-exchange messages to general packet transport.
+ * Incompatible protocol fix!  Include message type code under MAC tag to
+ * prevent cut-and-paste from key-exchange messages to general packet
+ * transport.
  *
  * Revision 1.7  2003/05/17 11:01:28  mdw
  * Handle flags on challenge timers correctly to prevent confusing the event
index d109714..6aa68a9 100644 (file)
--- a/keyset.c
+++ b/keyset.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: keyset.c,v 1.8 2003/07/13 11:19:49 mdw Exp $
+ * $Id: keyset.c,v 1.9 2003/10/15 09:29:38 mdw Exp $
  *
  * Handling of symmetric keysets
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: keyset.c,v $
+ * Revision 1.9  2003/10/15 09:29:38  mdw
+ * Cosmetic fix to changelog comment.
+ *
  * Revision 1.8  2003/07/13 11:19:49  mdw
- * Incopatible protocol fix!  Include message type code under MAC tag to prevent
- * cut-and-paste from key-exchange messages to general packet transport.
+ * Incompatible protocol fix!  Include message type code under MAC tag to
+ * prevent cut-and-paste from key-exchange messages to general packet
+ * transport.
  *
  * Revision 1.7  2003/05/17 11:00:47  mdw
  * Don't make scary messages just because one key didn't work on a message:
diff --git a/peer.c b/peer.c
index e9fd280..3df4c4f 100644 (file)
--- a/peer.c
+++ b/peer.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: peer.c,v 1.9 2003/07/13 11:19:49 mdw Exp $
+ * $Id: peer.c,v 1.10 2003/10/15 09:29:38 mdw Exp $
  *
  * Communication with the peer
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: peer.c,v $
+ * Revision 1.10  2003/10/15 09:29:38  mdw
+ * Cosmetic fix to changelog comment.
+ *
  * Revision 1.9  2003/07/13 11:19:49  mdw
- * Incopatible protocol fix!  Include message type code under MAC tag to prevent
- * cut-and-paste from key-exchange messages to general packet transport.
+ * Incompatible protocol fix!  Include message type code under MAC tag to
+ * prevent cut-and-paste from key-exchange messages to general packet
+ * transport.
  *
  * Revision 1.8  2003/05/16 12:09:03  mdw
  * Allow binding to a chosen address.