chiark / gitweb /
Remove crufty CVS $Id$ tags.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 1 Apr 2008 12:03:32 +0000 (13:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 1 Apr 2008 21:23:30 +0000 (22:23 +0100)
39 files changed:
Makefile.am
acl.c
acl.h
addr.h
chan.c
chan.h
conf.c
conf.h
configure.in
endpt.c
endpt.h
exec.c
exec.h
fattr.c
fattr.h
file.c
file.h
fw.1.in
fw.c
fw.h
identify.c
identify.h
inet.c
inet.h
mantext.h
privconn.c
privconn.h
reffd.c
reffd.h
rlimits.h
scan.c
scan.h
socket.c
socket.h
source.c
source.h
target.h
un.c
un.h

index 2df82261f32f95613e81fdce035adf81999ed3f5..c90449ba55234cb4888d5362a43a80bde24bb978 100644 (file)
@@ -1,7 +1,5 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.8 2004/04/08 01:36:25 mdw Exp $
-##
 ## Makefile for fw
 ##
 ## (c) 1999 Mark Wooding
diff --git a/acl.c b/acl.c
index 164a1c36abd0fef89b71b5c82e9fdb9adb78d87e..bedd73588ea000f34334506556897e3165fcb62b 100644 (file)
--- a/acl.c
+++ b/acl.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: acl.c,v 1.5 2004/04/08 01:36:25 mdw Exp $
  *
  * Access control list handling
  *
diff --git a/acl.h b/acl.h
index 43de47cdce11cce22e2762bb0d84500fb638a061..93a56943c9187d1c9d2462a4b5afecfeb74d0096 100644 (file)
--- a/acl.h
+++ b/acl.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: acl.h,v 1.5 2004/04/08 01:36:25 mdw Exp $
  *
  * Access control list handling
  *
diff --git a/addr.h b/addr.h
index 5c30f4632294b0c4d3bd91a7df22455a7ff603e8..89ace85e274338e0d57e147cf28dc25e53d3ba8a 100644 (file)
--- a/addr.h
+++ b/addr.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: addr.h,v 1.5 2004/04/08 01:36:25 mdw Exp $
  *
  * Generic interface to network address handlers
  *
diff --git a/chan.c b/chan.c
index f9caf605cbc013d5f20fed2d55ec72cfe63fd8db..ac4cf3e54965b333fa6e568f1511cc5b13b0992f 100644 (file)
--- a/chan.c
+++ b/chan.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: chan.c,v 1.7 2004/04/08 01:36:25 mdw Exp $
  *
  * Channel management
  *
diff --git a/chan.h b/chan.h
index cc03ae55f32bd65fcdf73d3bf3a2c2aca88c182e..ac1f0c2f74e430a4504bccee923c9e96679b1232 100644 (file)
--- a/chan.h
+++ b/chan.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: chan.h,v 1.3 2004/04/08 01:36:25 mdw Exp $
  *
  * Channel management
  *
diff --git a/conf.c b/conf.c
index c42e13757d5fcef7b4c42d27c8402edae0c944a1..04b0ac561119dd6a9a6a52a744caed8606593f9c 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: conf.c,v 1.11 2004/04/08 01:36:25 mdw Exp $
  *
  * Configuration parsing
  *
diff --git a/conf.h b/conf.h
index 9123a04103e61328c9449e95f52f92aa5be65a8f..adf80c2f42369e21305a3a595c2aa3a3c004a32a 100644 (file)
--- a/conf.h
+++ b/conf.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: conf.h,v 1.9 2004/04/08 01:36:25 mdw Exp $
  *
  * Configuration parsing
  *
index 6ac9e36f7885478a5e3701fd272591159fc00d27..391648ff7477c90bbe266048527fd9e708e198d2 100644 (file)
@@ -1,7 +1,5 @@
 dnl -*-m4-*-
 dnl
-dnl $Id: configure.in,v 1.18 2004/04/08 01:36:25 mdw Exp $
-dnl
 dnl Configuration script for fw
 dnl
 dnl (c) 1999 Straylight/Edgeware
diff --git a/endpt.c b/endpt.c
index 173c1b9a118698fcbeecaf8dd01acef16cfe0ecb..8e5d0e6272305699fe5bb1681e4a4bfc4e464832 100644 (file)
--- a/endpt.c
+++ b/endpt.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: endpt.c,v 1.4 2004/04/08 01:36:25 mdw Exp $
  *
  * Generic endpoint abstraction
  *
diff --git a/endpt.h b/endpt.h
index f854497eb7ba361bb8452311f6d63d1c1f7ac334..d88784dc095bef10d2a29476b915d8ded907d483 100644 (file)
--- a/endpt.h
+++ b/endpt.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: endpt.h,v 1.3 2004/04/08 01:36:25 mdw Exp $
  *
  * Generic endpoint abstraction
  *
diff --git a/exec.c b/exec.c
index f4c93afb0f52b21e0d72398d893647edc4595f6c..16883eceaee0cb4139b124c294008665e029f6f1 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: exec.c,v 1.9 2004/04/08 01:36:25 mdw Exp $
  *
  * Source and target for executable programs
  *
diff --git a/exec.h b/exec.h
index 6769bd29ceccb5043b4c066fcd7cf21ac203a89f..8a0dbe7a4f2a487d0733f3f5122317cd1579b197 100644 (file)
--- a/exec.h
+++ b/exec.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: exec.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Source and target for executable programs
  *
diff --git a/fattr.c b/fattr.c
index b27e9b84367dac18207b198d791546292fcde03c..f9e56d38dab6c0c1b76381d27ff228ef8702db23 100644 (file)
--- a/fattr.c
+++ b/fattr.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: fattr.c,v 1.4 2004/04/08 01:36:25 mdw Exp $
  *
  * Handling of file attributes
  *
diff --git a/fattr.h b/fattr.h
index 60ae21c40726c6d5d27b598e0085df8c2bbdf8f0..ac3518ac1fc1309539de132f1c8b65962bda443b 100644 (file)
--- a/fattr.h
+++ b/fattr.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: fattr.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Handling of file attributes
  *
diff --git a/file.c b/file.c
index 5a9706433cc9210ce18d2781fbc4ead60aca87ed..2e342cb673b8af19ea5f010d75a0447a0184e379 100644 (file)
--- a/file.c
+++ b/file.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: file.c,v 1.7 2004/04/08 01:36:25 mdw Exp $
  *
  * File source and target
  *
diff --git a/file.h b/file.h
index 5eab9520a78f18627b0bd7cda421119565a47306..57b627a53fc418b6e1aac4732d0ee9224e8431ab 100644 (file)
--- a/file.h
+++ b/file.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: file.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * File source and target
  *
diff --git a/fw.1.in b/fw.1.in
index 542e48ba632fae5589279e921bf82be86c849311..8674d57ea8361112153f431ca397a0fa3aab4ce8 100644 (file)
--- a/fw.1.in
+++ b/fw.1.in
@@ -1,7 +1,5 @@
 .\" -*-nroff-*-
 .\"
-.\" $Id$
-.\"
 .\" Manual page for fw
 .\"
 .\" (c) 1999 Straylight/Edgeware
diff --git a/fw.c b/fw.c
index 9c29808e9d1ba76b0f27a65e83742faea419f371..c6af6631772e7b3eca3d43a4e93d993e712fdc6f 100644 (file)
--- a/fw.c
+++ b/fw.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Port forwarding thingy
  *
diff --git a/fw.h b/fw.h
index adbf415956860cdd20fd534156752e91e4eaea41..c3230e2bc5ee64c5ac66c7847361b147d3a8c7ca 100644 (file)
--- a/fw.h
+++ b/fw.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: fw.h,v 1.4 2004/04/08 01:36:25 mdw Exp $
  *
  * Main header file for port forwarder
  *
index 092e77625c1cf52e25190f51d93ffebbffe585a7..13c81bd784345a52fd50fe7fdd3290ea74005428 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: identify.c,v 1.11 2004/04/08 01:36:25 mdw Exp $
  *
  * Identifies and logs the client of a connection
  *
index 0436818dc75d79b9ed0be50e94827fbd75bf5c8c..bbac1fddb18b720d4d81f5298145b78536da7808 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: identify.h,v 1.4 2004/04/08 01:36:25 mdw Exp $
  *
  * Identifies and logs the client of a connection
  *
diff --git a/inet.c b/inet.c
index c05791e39be22cfdcebea623b20dccdaa6c35d69..bf86323314597c6da8b6f3e7bea94ebdb155feb9 100644 (file)
--- a/inet.c
+++ b/inet.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: inet.c,v 1.7 2004/04/08 01:36:25 mdw Exp $
  *
  * Protocol specific definitions for IPv4 sockets
  *
diff --git a/inet.h b/inet.h
index a5ecb60a917a075dea402a800cf2873a78c74b20..d80a01827d600095ec51164d57aca417d3bd286d 100644 (file)
--- a/inet.h
+++ b/inet.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: inet.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Protocol specific definitions for IPv4 sockets
  *
index 0d83dd945d4a80aabff8397bea52977bc2d8df41..557151d8933054e6b7c7e3b997a03bbf5b884f15 100644 (file)
--- a/mantext.h
+++ b/mantext.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * Grammar declarations
  *
index 72f655b135467f0feb94427d7998a181b470932c..7b2c3290706562cf9a9f7612cf19e2acb73f7107 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: privconn.c,v 1.3 2004/04/08 01:36:25 mdw Exp $
  *
  * Making privileged connections
  *
index 598f9c93dab7c124b7e89c2643cb5506759696a5..5a17500365d626f6e0c032e831d6d0a5698450c9 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: privconn.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Making privileged connections
  *
diff --git a/reffd.c b/reffd.c
index 44af6c7d6f3a133b41feda75dff623121e364e14..6f4e1069b37624ec4e7ac5a0e13ea46067bc31f6 100644 (file)
--- a/reffd.c
+++ b/reffd.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: reffd.c,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Reference counted file descriptors
  *
diff --git a/reffd.h b/reffd.h
index 93ed8f3ae9219fd9374a5b3f5c8c7538072d5659..89e58837c88ce8a4f9ee1b39ea2eba137760c1ef 100644 (file)
--- a/reffd.h
+++ b/reffd.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: reffd.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Reference counted file descriptors
  *
index 9addc80c5f132d0813fbb72e5a14afb4f83d760c..28f94acc1a36aa0a94d57c4838524036699c02ba 100644 (file)
--- a/rlimits.h
+++ b/rlimits.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: rlimits.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * List of resource limits known to mankind
  *
diff --git a/scan.c b/scan.c
index b65275b556d18bfd9938460cd8a5b07ca6090c28..fb7c2c3f01e85549c8b11dbf05162a53a77325bf 100644 (file)
--- a/scan.c
+++ b/scan.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: scan.c,v 1.7 2004/04/08 01:36:25 mdw Exp $
  *
  * Character scanners
  *
diff --git a/scan.h b/scan.h
index a6ace18194ee51a141cb6654d23aba45fd9df0b7..83dfc91d43d838e087d72be706d07a8c835ffa57 100644 (file)
--- a/scan.h
+++ b/scan.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: scan.h,v 1.5 2004/04/08 01:36:25 mdw Exp $
  *
  * Character scanners
  *
index c85c2d4f0cf8923a8dc3a277b14b2b7c13c0c6b6..5bfef372a83dbb4fae57bb1049afc94b6714d959 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: socket.c,v 1.12 2004/04/08 01:36:25 mdw Exp $
  *
  * Socket source and target definitions
  *
index 344dd18a3359e741471db259673c99ad4d5712fa..23f0bf980d77eefb41429d1ec941b862ee9f0314 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: socket.h,v 1.3 2004/04/08 01:36:25 mdw Exp $
  *
  * Socket source and target definitions
  *
index e39dd0742439274a51b90a528a13bb7a375b30c8..6823576da0d608ee1e672fc427cac8ed03318a3c 100644 (file)
--- a/source.c
+++ b/source.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: source.c,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Standard routines for forwarding sources
  *
index bf5d3da2fc9826565c24f75956a6773efb1718b8..8a0bcbc1de1904a473c54c5818bc841c1ed8e486 100644 (file)
--- a/source.h
+++ b/source.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: source.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Description of forwarding sources
  *
index 0a01a7dcb03d2947bc2e4e944cc30614b7d081f8..a34405e398692288f51881c44817b228e238ed17 100644 (file)
--- a/target.h
+++ b/target.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: target.h,v 1.4 2004/04/08 01:36:25 mdw Exp $
  *
  * Description of forwarding targets
  *
diff --git a/un.c b/un.c
index 6fd46b42d37139d19a05518b27f409ec7d96478d..c18b1c4edb8e041c8cbac0eb8cbf3a4c98634388 100644 (file)
--- a/un.c
+++ b/un.c
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: un.c,v 1.9 2004/04/08 01:36:25 mdw Exp $
  *
  * Protocol specific definitions for Unix-domain sockets
  *
diff --git a/un.h b/un.h
index 7f0edcba72ff71db2f8d334d46d2e8153223d79e..7131d714b410b403adb9eadc080f03009954e49d 100644 (file)
--- a/un.h
+++ b/un.h
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id: un.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Protocol specific definitions for Unix-domain sockets
  *