chiark
/
gitweb
/
~mdw
/
tripe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
82c75bd
)
Remove crufty old CVS $Id$ markers.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 18 Mar 2008 20:21:02 +0000
(20:21 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 18 Mar 2008 20:21:02 +0000
(20:21 +0000)
33 files changed:
Makefile.am
patch
|
blob
|
blame
|
history
client/Makefile.am
patch
|
blob
|
blame
|
history
client/tripectl.c
patch
|
blob
|
blame
|
history
common/Makefile.am
patch
|
blob
|
blame
|
history
common/protocol.h
patch
|
blob
|
blame
|
history
common/util.c
patch
|
blob
|
blame
|
history
common/util.h
patch
|
blob
|
blame
|
history
configure.in
patch
|
blob
|
blame
|
history
doc/Makefile.am
patch
|
blob
|
blame
|
history
doc/wrestlers.tex
patch
|
blob
|
blame
|
history
init/Makefile.am
patch
|
blob
|
blame
|
history
keys/Makefile.am
patch
|
blob
|
blame
|
history
mon/Makefile.am
patch
|
blob
|
blame
|
history
pkstream/Makefile.am
patch
|
blob
|
blame
|
history
pkstream/pkstream.c
patch
|
blob
|
blame
|
history
proxy/Makefile.am
patch
|
blob
|
blame
|
history
proxy/tripe-mitm.c
patch
|
blob
|
blame
|
history
server/Makefile.am
patch
|
blob
|
blame
|
history
server/admin.c
patch
|
blob
|
blame
|
history
server/chal.c
patch
|
blob
|
blame
|
history
server/keyexch.c
patch
|
blob
|
blame
|
history
server/keymgmt.c
patch
|
blob
|
blame
|
history
server/keyset.c
patch
|
blob
|
blame
|
history
server/peer.c
patch
|
blob
|
blame
|
history
server/servutil.c
patch
|
blob
|
blame
|
history
server/tripe.c
patch
|
blob
|
blame
|
history
server/tripe.h
patch
|
blob
|
blame
|
history
server/tun-bsd.c
patch
|
blob
|
blame
|
history
server/tun-linux.c
patch
|
blob
|
blame
|
history
server/tun-slip.c
patch
|
blob
|
blame
|
history
server/tun-unet.c
patch
|
blob
|
blame
|
history
wireshark/Makefile.am
patch
|
blob
|
blame
|
history
wireshark/packet-tripe.c
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index ef430751f9461ac69b0d96b497500e2ad649a2cc..a36bd511eb8f7b3d3765d7810ed72cc37c31044c 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,7
+1,5
@@
## -*-makefile-*-
##
## -*-makefile-*-
##
-## $Id$
-##
## Makefile for TrIPE
##
## (c) 2001 Straylight/Edgeware
## Makefile for TrIPE
##
## (c) 2001 Straylight/Edgeware
diff --git
a/client/Makefile.am
b/client/Makefile.am
index a24e0d2189fd381dda73776d43f640d14ebcac4b..7f95a7584a10fad1665ab0189b46b074cb45b62a 100644
(file)
--- a/
client/Makefile.am
+++ b/
client/Makefile.am
@@
-1,7
+1,5
@@
## -*-makefile-*-
##
## -*-makefile-*-
##
-## $Id$
-##
## Makefile for TrIPE client
##
## (c) 2001 Straylight/Edgeware
## Makefile for TrIPE client
##
## (c) 2001 Straylight/Edgeware
diff --git
a/client/tripectl.c
b/client/tripectl.c
index 28961252685fdb6f2c4523604a82934d45efb027..af5c1838ee7a49909cd26d82cb9cf7cf33dbfac6 100644
(file)
--- a/
client/tripectl.c
+++ b/
client/tripectl.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Client for TrIPE
*
*
* Client for TrIPE
*
diff --git
a/common/Makefile.am
b/common/Makefile.am
index 8b9454ab0a2647b844ef146de24ea18ed29eeec7..4007058d30be0258d923b10b1a732d899e740ab1 100644
(file)
--- a/
common/Makefile.am
+++ b/
common/Makefile.am
@@
-1,7
+1,5
@@
## -*-makefile-*-
##
## -*-makefile-*-
##
-## $Id$
-##
## Makefile for TrIPE common source files
##
## (c) 2001 Straylight/Edgeware
## Makefile for TrIPE common source files
##
## (c) 2001 Straylight/Edgeware
diff --git
a/common/protocol.h
b/common/protocol.h
index 88de6307889e53b900c8a7b1c02c0ef1d82bbcc3..dbb3bea67459c6d6c935c402edf45fc7afe45515 100644
(file)
--- a/
common/protocol.h
+++ b/
common/protocol.h
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Protocol definition for TrIPE
*
*
* Protocol definition for TrIPE
*
diff --git
a/common/util.c
b/common/util.c
index c6c2b22c3c51fbfc3641b8226fca69f4545001c1..d78dd78d032a3a587fce1dc2b9adb75dc6e3f15c 100644
(file)
--- a/
common/util.c
+++ b/
common/util.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id: util.c,v 1.3 2004/04/08 01:36:17 mdw Exp $
*
* Utilities for the client and the server
*
*
* Utilities for the client and the server
*
diff --git
a/common/util.h
b/common/util.h
index a54910f29d952eae905861a07daedc6d5ff38208..b76e12595f13ebb2cdfa6c7386b032bdc777e526 100644
(file)
--- a/
common/util.h
+++ b/
common/util.h
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id: util.h,v 1.3 2004/04/08 01:36:17 mdw Exp $
*
* Utilities for the client and the server
*
*
* Utilities for the client and the server
*
diff --git
a/configure.in
b/configure.in
index e36e07cb16a179dc299dbef054304a7a6d2bb660..98192db54f82c6a6b6893dcdea527114fdb078da 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1,7
+1,5
@@
dnl -*-autoconf-*-
dnl
dnl -*-autoconf-*-
dnl
-dnl $Id$
-dnl
dnl Configuration script for TrIPE
dnl
dnl (c) 2001 Straylight/Edgeware
dnl Configuration script for TrIPE
dnl
dnl (c) 2001 Straylight/Edgeware
diff --git
a/doc/Makefile.am
b/doc/Makefile.am
index c051ffd998e53695113d2acd66fe403b3cacfa52..bf79e011047aec7ff8a621ebf197cc6301cb7435 100644
(file)
--- a/
doc/Makefile.am
+++ b/
doc/Makefile.am
@@
-1,7
+1,5
@@
## -*-makefile-*-
##
## -*-makefile-*-
##
-## $Id$
-##
## Makefile for TrIPE documentation
##
## (c) 2001 Straylight/Edgeware
## Makefile for TrIPE documentation
##
## (c) 2001 Straylight/Edgeware
diff --git
a/doc/wrestlers.tex
b/doc/wrestlers.tex
index 880ae90024177b40b8dff18c2951255391d1ddf2..f2d9ac4709c5b98f13665aa82e32104268aed37e 100644
(file)
--- a/
doc/wrestlers.tex
+++ b/
doc/wrestlers.tex
@@
-1,7
+1,5
@@
%%% -*-latex-*-
%%%
%%% -*-latex-*-
%%%
-%%% $Id: wrestlers.tex,v 1.7 2004/04/08 01:36:17 mdw Exp $
-%%%
%%% Description of the Wrestlers Protocol
%%%
%%% (c) 2001 Mark Wooding
%%% Description of the Wrestlers Protocol
%%%
%%% (c) 2001 Mark Wooding
diff --git
a/init/Makefile.am
b/init/Makefile.am
index dae92e1e2e0da063e1e5dd2171fb568150d66451..fce633dfa0b2634f60d9450d8b98b728be6a55a4 100644
(file)
--- a/
init/Makefile.am
+++ b/
init/Makefile.am
@@
-1,7
+1,5
@@
## -*-makefile-*-
##
## -*-makefile-*-
##
-## $Id$
-##
## Makefile for TrIPE startup scripts
##
## (c) 2001 Straylight/Edgeware
## Makefile for TrIPE startup scripts
##
## (c) 2001 Straylight/Edgeware
diff --git
a/keys/Makefile.am
b/keys/Makefile.am
index 1997036678e40b7909bd65ed09fef9dd893b06c5..9df6e1792f8521a34f57958010ba84970a1ac6a6 100644
(file)
--- a/
keys/Makefile.am
+++ b/
keys/Makefile.am
@@
-1,7
+1,5
@@
## -*-makefile-*-
##
## -*-makefile-*-
##
-## $Id$
-##
## Makefile for TrIPE key management tool
##
## (c) 2001 Straylight/Edgeware
## Makefile for TrIPE key management tool
##
## (c) 2001 Straylight/Edgeware
diff --git
a/mon/Makefile.am
b/mon/Makefile.am
index 28aa143986ce31d2e10b7d15923366a04e6a35de..ff48384b162cd7705d39f49dd861f3ef142514f5 100644
(file)
--- a/
mon/Makefile.am
+++ b/
mon/Makefile.am
@@
-1,7
+1,5
@@
## -*-makefile-*-
##
## -*-makefile-*-
##
-## $Id$
-##
## Makefile for TrIPE graphical monitor
##
## (c) 2001 Straylight/Edgeware
## Makefile for TrIPE graphical monitor
##
## (c) 2001 Straylight/Edgeware
diff --git
a/pkstream/Makefile.am
b/pkstream/Makefile.am
index a46bb8e51f8ae72a6c5c82429c1becccbe598b50..d51021ac44bc9a56f4beb7c0309d0d4aab2c4242 100644
(file)
--- a/
pkstream/Makefile.am
+++ b/
pkstream/Makefile.am
@@
-1,7
+1,5
@@
## -*-makefile-*-
##
## -*-makefile-*-
##
-## $Id$
-##
## Makefile for packets-over-stream proxy
##
## (c) 2001 Straylight/Edgeware
## Makefile for packets-over-stream proxy
##
## (c) 2001 Straylight/Edgeware
diff --git
a/pkstream/pkstream.c
b/pkstream/pkstream.c
index df8399930c697f7915908b3f5dc875ff6d65f037..b84c98b2e16abe7d2dec9c41fb06d1d60cb22a87 100644
(file)
--- a/
pkstream/pkstream.c
+++ b/
pkstream/pkstream.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id: pkstream.c,v 1.3 2004/04/08 01:36:17 mdw Exp $
*
* Forwarding UDP packets over a stream
*
*
* Forwarding UDP packets over a stream
*
diff --git
a/proxy/Makefile.am
b/proxy/Makefile.am
index a4defb807161a1ad588e790b80b001ea3c2eeda7..c3362988510c88064584ef24433f1aa4f30aab3b 100644
(file)
--- a/
proxy/Makefile.am
+++ b/
proxy/Makefile.am
@@
-1,7
+1,5
@@
## -*-makefile-*-
##
## -*-makefile-*-
##
-## $Id$
-##
## Makefile for TrIPE malicious proxy
##
## (c) 2001 Straylight/Edgeware
## Makefile for TrIPE malicious proxy
##
## (c) 2001 Straylight/Edgeware
diff --git
a/proxy/tripe-mitm.c
b/proxy/tripe-mitm.c
index 97bba83be3a4535d4bf7c05a1024252d506b0c86..7394aaaa53456fd7590c4f83c94d536ad5d9d4cf 100644
(file)
--- a/
proxy/tripe-mitm.c
+++ b/
proxy/tripe-mitm.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* An evil proxy for TrIPE
*
*
* An evil proxy for TrIPE
*
diff --git
a/server/Makefile.am
b/server/Makefile.am
index 2d8f7f38f4f37e5439610a6c0107957703346631..08af0e45489d00c174d4aa124c875e28328cc9b2 100644
(file)
--- a/
server/Makefile.am
+++ b/
server/Makefile.am
@@
-1,7
+1,5
@@
## -*-makefile-*-
##
## -*-makefile-*-
##
-## $Id$
-##
## Makefile for TrIPE server
##
## (c) 2001 Straylight/Edgeware
## Makefile for TrIPE server
##
## (c) 2001 Straylight/Edgeware
diff --git
a/server/admin.c
b/server/admin.c
index 55ed82b3eedde575cf6fbc15467ceae05bd72ef8..135a589ca9aab210f98eb62b7ef8f3a664760d9d 100644
(file)
--- a/
server/admin.c
+++ b/
server/admin.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Admin interface for configuration
*
*
* Admin interface for configuration
*
diff --git
a/server/chal.c
b/server/chal.c
index 8eef16a257fa4f562d33ba8b38f4fa597128ec83..3824bb6312ce91b0bab0ba8f6c38b2bd93ddd0bf 100644
(file)
--- a/
server/chal.c
+++ b/
server/chal.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Cryptographic challenges
*
*
* Cryptographic challenges
*
diff --git
a/server/keyexch.c
b/server/keyexch.c
index 396ecaede13b83c5f430014637c7e2f01b700764..df70774db6fcb90b897dad354576cbb386da67ee 100644
(file)
--- a/
server/keyexch.c
+++ b/
server/keyexch.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Key exchange protocol
*
*
* Key exchange protocol
*
diff --git
a/server/keymgmt.c
b/server/keymgmt.c
index 422b01fee80a0fb1cb2168a847941ed34f6e1fb8..601f42ed3db2ce1a8e861e1c39f90e7ad9fd22b7 100644
(file)
--- a/
server/keymgmt.c
+++ b/
server/keymgmt.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Key loading and storing
*
*
* Key loading and storing
*
diff --git
a/server/keyset.c
b/server/keyset.c
index 0a4952a8b96498d33bf23bdb6dece605ff61d4e4..fe491280cbcfd4f3792ce0dd9450cfa392d9f3c5 100644
(file)
--- a/
server/keyset.c
+++ b/
server/keyset.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Handling of symmetric keysets
*
*
* Handling of symmetric keysets
*
diff --git
a/server/peer.c
b/server/peer.c
index 25354f1a57c99fd988b6778a21dace9dd47ba76d..99d4447db5700bf7a09c91e1471229bb05798acf 100644
(file)
--- a/
server/peer.c
+++ b/
server/peer.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Communication with the peer
*
*
* Communication with the peer
*
diff --git
a/server/servutil.c
b/server/servutil.c
index 06b409ec534cde5fb5eac29b20cc8dd61f9bbb88..c95b23fd26ee4bf8c1a52697acf0a00d8151c7ac 100644
(file)
--- a/
server/servutil.c
+++ b/
server/servutil.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Various handy server-only utilities
*
*
* Various handy server-only utilities
*
diff --git
a/server/tripe.c
b/server/tripe.c
index f46e232cb4d9b0da910ca12564a28aa787dcff5d..280878c979b844180ced472218185591c7a2d050 100644
(file)
--- a/
server/tripe.c
+++ b/
server/tripe.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Main program
*
*
* Main program
*
diff --git
a/server/tripe.h
b/server/tripe.h
index cc8a4e6f569e74e201766e2ce44f63352de4fc57..44b4e0451482b66d2704aa560a03bd83e4c07fff 100644
(file)
--- a/
server/tripe.h
+++ b/
server/tripe.h
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Main header file for TrIPE
*
*
* Main header file for TrIPE
*
diff --git
a/server/tun-bsd.c
b/server/tun-bsd.c
index 3a45b1e9c459c1d13b6e47264e8031dba95eb54c..12765e5d4673b6ce17f407195ba40a24cbead681 100644
(file)
--- a/
server/tun-bsd.c
+++ b/
server/tun-bsd.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Tunnel interface for 4.4BSD-derived systems
*
*
* Tunnel interface for 4.4BSD-derived systems
*
diff --git
a/server/tun-linux.c
b/server/tun-linux.c
index 53f1978b3793e579f5cfcffaf73fe014f028c9c6..28c20500d891c2c7e00fd210afa6f7f54fc3c41b 100644
(file)
--- a/
server/tun-linux.c
+++ b/
server/tun-linux.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Tunnel interface based on Linux TUN/TAP driver
*
*
* Tunnel interface based on Linux TUN/TAP driver
*
diff --git
a/server/tun-slip.c
b/server/tun-slip.c
index 785d008f6c31ef15e2a8727ed8af1d3e88f9c590..2c99a81a9d7db80342229668276dc728f9a1edd1 100644
(file)
--- a/
server/tun-slip.c
+++ b/
server/tun-slip.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Tunnel packets via SLIP
*
*
* Tunnel packets via SLIP
*
diff --git
a/server/tun-unet.c
b/server/tun-unet.c
index 9a79dd858c365cdcbc47c6096ab73d6334ad54e4..5ebcc7905ca7c244f5e88cbbf1bdc1b537906e03 100644
(file)
--- a/
server/tun-unet.c
+++ b/
server/tun-unet.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* Tunnel interface based on Linux Usernet
*
*
* Tunnel interface based on Linux Usernet
*
diff --git
a/wireshark/Makefile.am
b/wireshark/Makefile.am
index 67a0be7cdf0c392d6b8bc47c8c8ff4a69c21ff88..c1680e23a91d8bf995eb6488afbdd4ce8534dc5a 100644
(file)
--- a/
wireshark/Makefile.am
+++ b/
wireshark/Makefile.am
@@
-1,7
+1,5
@@
## -*-makefile-*-
##
## -*-makefile-*-
##
-## $Id: Makefile.am,v 1.2 2004/04/08 01:36:17 mdw Exp $
-##
## Makefile fragment for Wireshark plugin
##
## (c) 2003 Straylight/Edgeware
## Makefile fragment for Wireshark plugin
##
## (c) 2003 Straylight/Edgeware
diff --git
a/wireshark/packet-tripe.c
b/wireshark/packet-tripe.c
index e3daae7c96de048cd19cf05d7d37b61653592d97..d9e3ef148c804928d37ed7dd145c9784ff4bd057 100644
(file)
--- a/
wireshark/packet-tripe.c
+++ b/
wireshark/packet-tripe.c
@@
-1,6
+1,4
@@
/* -*-c-*-
/* -*-c-*-
- *
- * $Id$
*
* TrIPE protocol dissector for Wireshark
*
*
* TrIPE protocol dissector for Wireshark
*