From: mdw Date: Wed, 15 Oct 2003 09:29:38 +0000 (+0000) Subject: Cosmetic fix to changelog comment. X-Git-Tag: 1.0.0pre6~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/commitdiff_plain/dd9647ccbc0f9813afc5e28d0fe909521c77f0c5 Cosmetic fix to changelog comment. --- diff --git a/client.c b/client.c index 1014d246..ccc3a055 100644 --- 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 * @@ -29,9 +29,13 @@ /*----- 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. diff --git a/keyexch.c b/keyexch.c index f4125da2..35f027ec 100644 --- 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 * @@ -29,12 +29,16 @@ /*----- 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 diff --git a/keyset.c b/keyset.c index d109714c..6aa68a95 100644 --- 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 * @@ -29,9 +29,13 @@ /*----- 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 e9fd280c..3df4c4fe 100644 --- 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 * @@ -29,9 +29,13 @@ /*----- 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.