Remove crufty old CVS $Id$ markers.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 18 Mar 2008 20:21:02 +0000 (20:21 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 18 Mar 2008 20:21:02 +0000 (20:21 +0000)
33 files changed:
Makefile.am
client/Makefile.am
client/tripectl.c
common/Makefile.am
common/protocol.h
common/util.c
common/util.h
configure.in
doc/Makefile.am
doc/wrestlers.tex
init/Makefile.am
keys/Makefile.am
mon/Makefile.am
pkstream/Makefile.am
pkstream/pkstream.c
proxy/Makefile.am
proxy/tripe-mitm.c
server/Makefile.am
server/admin.c
server/chal.c
server/keyexch.c
server/keymgmt.c
server/keyset.c
server/peer.c
server/servutil.c
server/tripe.c
server/tripe.h
server/tun-bsd.c
server/tun-linux.c
server/tun-slip.c
server/tun-unet.c
wireshark/Makefile.am
wireshark/packet-tripe.c

index ef43075..a36bd51 100644 (file)
@@ -1,7 +1,5 @@
 ## -*-makefile-*-
 ##
-## $Id$
-##
 ## Makefile for TrIPE
 ##
 ## (c) 2001 Straylight/Edgeware
index a24e0d2..7f95a75 100644 (file)
@@ -1,7 +1,5 @@
 ## -*-makefile-*-
 ##
-## $Id$
-##
 ## Makefile for TrIPE client
 ##
 ## (c) 2001 Straylight/Edgeware
index 2896125..af5c183 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Client for TrIPE
  *
  * (c) 2001 Straylight/Edgeware
index 8b9454a..4007058 100644 (file)
@@ -1,7 +1,5 @@
 ## -*-makefile-*-
 ##
-## $Id$
-##
 ## Makefile for TrIPE common source files
 ##
 ## (c) 2001 Straylight/Edgeware
index 88de630..dbb3bea 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Protocol definition for TrIPE
  *
  * (c) 2003 Straylight/Edgeware
index c6c2b22..d78dd78 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: util.c,v 1.3 2004/04/08 01:36:17 mdw Exp $
- *
  * Utilities for the client and the server
  *
  * (c) 2001 Straylight/Edgeware
index a54910f..b76e125 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: util.h,v 1.3 2004/04/08 01:36:17 mdw Exp $
- *
  * Utilities for the client and the server
  *
  * (c) 2001 Straylight/Edgeware
index e36e07c..98192db 100644 (file)
@@ -1,7 +1,5 @@
 dnl -*-autoconf-*-
 dnl
-dnl $Id$
-dnl
 dnl Configuration script for TrIPE
 dnl
 dnl (c) 2001 Straylight/Edgeware
index c051ffd..bf79e01 100644 (file)
@@ -1,7 +1,5 @@
 ## -*-makefile-*-
 ##
-## $Id$
-##
 ## Makefile for TrIPE documentation
 ##
 ## (c) 2001 Straylight/Edgeware
index 880ae90..f2d9ac4 100644 (file)
@@ -1,7 +1,5 @@
 %%% -*-latex-*-
 %%%
-%%% $Id: wrestlers.tex,v 1.7 2004/04/08 01:36:17 mdw Exp $
-%%%
 %%% Description of the Wrestlers Protocol
 %%%
 %%% (c) 2001 Mark Wooding
index dae92e1..fce633d 100644 (file)
@@ -1,7 +1,5 @@
 ## -*-makefile-*-
 ##
-## $Id$
-##
 ## Makefile for TrIPE startup scripts
 ##
 ## (c) 2001 Straylight/Edgeware
index 1997036..9df6e17 100644 (file)
@@ -1,7 +1,5 @@
 ## -*-makefile-*-
 ##
-## $Id$
-##
 ## Makefile for TrIPE key management tool
 ##
 ## (c) 2001 Straylight/Edgeware
index 28aa143..ff48384 100644 (file)
@@ -1,7 +1,5 @@
 ## -*-makefile-*-
 ##
-## $Id$
-##
 ## Makefile for TrIPE graphical monitor
 ##
 ## (c) 2001 Straylight/Edgeware
index a46bb8e..d51021a 100644 (file)
@@ -1,7 +1,5 @@
 ## -*-makefile-*-
 ##
-## $Id$
-##
 ## Makefile for packets-over-stream proxy
 ##
 ## (c) 2001 Straylight/Edgeware
index df83999..b84c98b 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id: pkstream.c,v 1.3 2004/04/08 01:36:17 mdw Exp $
- *
  * Forwarding UDP packets over a stream
  *
  * (c) 2003 Straylight/Edgeware
index a4defb8..c336298 100644 (file)
@@ -1,7 +1,5 @@
 ## -*-makefile-*-
 ##
-## $Id$
-##
 ## Makefile for TrIPE malicious proxy
 ##
 ## (c) 2001 Straylight/Edgeware
index 97bba83..7394aaa 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * An evil proxy for TrIPE
  *
  * (c) 2001 Straylight/Edgeware
index 2d8f7f3..08af0e4 100644 (file)
@@ -1,7 +1,5 @@
 ## -*-makefile-*-
 ##
-## $Id$
-##
 ## Makefile for TrIPE server
 ##
 ## (c) 2001 Straylight/Edgeware
index 55ed82b..135a589 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Admin interface for configuration
  *
  * (c) 2001 Straylight/Edgeware
index 8eef16a..3824bb6 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Cryptographic challenges
  *
  * (c) 2005 Straylight/Edgeware
index 396ecae..df70774 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Key exchange protocol
  *
  * (c) 2001 Straylight/Edgeware
index 422b01f..601f42e 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Key loading and storing
  *
  * (c) 2001 Straylight/Edgeware
index 0a4952a..fe49128 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Handling of symmetric keysets
  *
  * (c) 2001 Straylight/Edgeware
index 25354f1..99d4447 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Communication with the peer
  *
  * (c) 2001 Straylight/Edgeware
index 06b409e..c95b23f 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Various handy server-only utilities
  *
  * (c) 2001 Straylight/Edgeware
index f46e232..280878c 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Main program
  *
  * (c) 2001 Straylight/Edgeware
index cc8a4e6..44b4e04 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Main header file for TrIPE
  *
  * (c) 2001 Straylight/Edgeware
index 3a45b1e..12765e5 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Tunnel interface for 4.4BSD-derived systems
  *
  * (c) 2001 Straylight/Edgeware
index 53f1978..28c2050 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Tunnel interface based on Linux TUN/TAP driver
  *
  * (c) 2003 Straylight/Edgeware
index 785d008..2c99a81 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Tunnel packets via SLIP
  *
  * (c) 2005 Straylight/Edgeware
index 9a79dd8..5ebcc79 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * Tunnel interface based on Linux Usernet
  *
  * (c) 2001 Straylight/Edgeware
index 67a0be7..c1680e2 100644 (file)
@@ -1,7 +1,5 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.2 2004/04/08 01:36:17 mdw Exp $
-##
 ## Makefile fragment for Wireshark plugin
 ##
 ## (c) 2003 Straylight/Edgeware
index e3daae7..d9e3ef1 100644 (file)
@@ -1,7 +1,5 @@
 /* -*-c-*-
  *
- * $Id$
- *
  * TrIPE protocol dissector for Wireshark
  *
  * (c) 2003 Straylight/Edgeware