chiark / gitweb /
Expunge revision histories in files.
authormdw <mdw>
Thu, 8 Apr 2004 01:36:25 +0000 (01:36 +0000)
committermdw <mdw>
Thu, 8 Apr 2004 01:36:25 +0000 (01:36 +0000)
39 files changed:
Makefile.am
acconfig.h
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
fw.c
fw.h
identify.c
identify.h
inet.c
inet.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 2889c1633b57a5e6af10192ae3076ebb4366c53b..40dd33da24381728f877606a616ab66b5b625836 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.7 2003/11/29 20:36:07 mdw Exp $
+## $Id: Makefile.am,v 1.8 2004/04/08 01:36:25 mdw Exp $
 ##
 ## Makefile for fw
 ##
 ## along with `fw'; if not, write to the Free Software Foundation,
 ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-##----- Revision history ----------------------------------------------------
-##
-## $Log: Makefile.am,v $
-## Revision 1.7  2003/11/29 20:36:07  mdw
-## Privileged outgoing connections.
-##
-## Revision 1.6  2003/11/25 14:08:23  mdw
-## Debianization.  Socket target options.  Internet binding.
-##
-## Revision 1.5  1999/11/11 19:08:27  mdw
-## Build separately from mLib.
-##
-## Revision 1.4  1999/10/10 16:47:16  mdw
-## Moved some files to mLib.
-##
-## Revision 1.3  1999/07/26 23:30:06  mdw
-## Lots of changes to source files for new design.
-##
-## Revision 1.2  1999/07/03 13:53:27  mdw
-## Install and distribute new manual page.
-##
-## Revision 1.1.1.1  1999/07/01 08:56:23  mdw
-## Initial revision.
-##
-
 AUTOMAKE_OPTIONS = foreign
 
 bin_PROGRAMS = fw
index 16ef2a611d3ac9f1e2075feef1d46878dc15852f..7a1818cd7750f2e2294300f9b49287c497f00278 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: acconfig.h,v 1.3 2003/01/24 20:11:14 mdw Exp $
+ * $Id: acconfig.h,v 1.4 2004/04/08 01:36:25 mdw Exp $
  *
  * Configuration header for fw
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: acconfig.h,v $
- * Revision 1.3  2003/01/24 20:11:14  mdw
- * Don't do resource limits on Cygwin.
- *
- * Revision 1.2  1999/07/26 23:29:02  mdw
- * Add DECL_ENVIRON.
- *
- * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
- * Initial revision.
- *
- */
-
 #ifndef ACCONFIG_H
 #define ACCONFIG_H
 
diff --git a/acl.c b/acl.c
index 29dd2dbd07f7c444c980aabce9858e2edfcc50b6..164a1c36abd0fef89b71b5c82e9fdb9adb78d87e 100644 (file)
--- a/acl.c
+++ b/acl.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: acl.c,v 1.4 2003/11/25 14:08:23 mdw Exp $
+ * $Id: acl.c,v 1.5 2004/04/08 01:36:25 mdw Exp $
  *
  * Access control list handling
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: acl.c,v $
- * Revision 1.4  2003/11/25 14:08:23  mdw
- * Debianization.  Socket target options.  Internet binding.
- *
- * Revision 1.3  1999/07/27 18:30:53  mdw
- * Various minor portability fixes.
- *
- * Revision 1.2  1999/07/26 23:28:15  mdw
- * Minor modifications for new design.
- *
- * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
- * Initial revision.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "config.h"
diff --git a/acl.h b/acl.h
index 373df4b34d7c046023208c57f6a17be40c07ec58..43de47cdce11cce22e2762bb0d84500fb638a061 100644 (file)
--- a/acl.h
+++ b/acl.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: acl.h,v 1.4 2003/11/25 14:08:23 mdw Exp $
+ * $Id: acl.h,v 1.5 2004/04/08 01:36:25 mdw Exp $
  *
  * Access control list handling
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: acl.h,v $
- * Revision 1.4  2003/11/25 14:08:23  mdw
- * Debianization.  Socket target options.  Internet binding.
- *
- * Revision 1.3  1999/07/27 18:30:53  mdw
- * Various minor portability fixes.
- *
- * Revision 1.2  1999/07/26 23:28:16  mdw
- * Minor modifications for new design.
- *
- * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
- * Initial revision.
- *
- */
-
 #ifndef ACL_H
 #define ACL_H
 
diff --git a/addr.h b/addr.h
index 6b16c5265615c25df8fa32cf47633643c04f5916..5c30f4632294b0c4d3bd91a7df22455a7ff603e8 100644 (file)
--- a/addr.h
+++ b/addr.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: addr.h,v 1.4 2003/11/29 20:36:07 mdw Exp $
+ * $Id: addr.h,v 1.5 2004/04/08 01:36:25 mdw Exp $
  *
  * Generic interface to network address handlers
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: addr.h,v $
- * Revision 1.4  2003/11/29 20:36:07  mdw
- * Privileged outgoing connections.
- *
- * Revision 1.3  2003/11/25 14:08:23  mdw
- * Debianization.  Socket target options.  Internet binding.
- *
- * Revision 1.2  1999/07/27 18:30:53  mdw
- * Various minor portability fixes.
- *
- * Revision 1.1  1999/07/26 23:34:26  mdw
- * Socket address type management.
- *
- */
-
 #ifndef ADDR_H
 #define ADDR_H
 
diff --git a/chan.c b/chan.c
index 2e483cdd26c40003345dca116ab4b2138b816e6d..f9caf605cbc013d5f20fed2d55ec72cfe63fd8db 100644 (file)
--- a/chan.c
+++ b/chan.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: chan.c,v 1.6 2003/10/31 13:56:14 mdw Exp $
+ * $Id: chan.c,v 1.7 2004/04/08 01:36:25 mdw Exp $
  *
  * Channel management
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: chan.c,v $
- * Revision 1.6  2003/10/31 13:56:14  mdw
- * Fix data corruption in channel\!
- *
- * Revision 1.5  2000/07/19 17:55:43  mdw
- * (writechan): Pointless tweak: when the buffer is empty, reset the start
- * pointer to the beginning.  This saves doing slightly trickier
- * @writev(2)@ calls when loading is light.
- *
- * Revision 1.4  1999/08/31 17:42:49  mdw
- * Use `sel_force' to avoid a `select' call between reads and writes.
- *
- * Revision 1.3  1999/07/27 18:30:53  mdw
- * Various minor portability fixes.
- *
- * Revision 1.2  1999/07/26 23:27:52  mdw
- * Minor modifications for new design.
- *
- * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
- * Initial revision.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "config.h"
diff --git a/chan.h b/chan.h
index fb9d0fc667489fff91f5128b3741462a0dec80ef..cc03ae55f32bd65fcdf73d3bf3a2c2aca88c182e 100644 (file)
--- a/chan.h
+++ b/chan.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: chan.h,v 1.2 1999/07/26 23:27:42 mdw Exp $
+ * $Id: chan.h,v 1.3 2004/04/08 01:36:25 mdw Exp $
  *
  * Channel management
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: chan.h,v $
- * Revision 1.2  1999/07/26 23:27:42  mdw
- * Change copyright notice.
- *
- * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
- * Initial revision.
- *
- */
-
 #ifndef CHAN_H
 #define CHAN_H
 
diff --git a/conf.c b/conf.c
index 57947caaa54f47d3bbfbf4875848d8e3186e8a81..c42e13757d5fcef7b4c42d27c8402edae0c944a1 100644 (file)
--- a/conf.c
+++ b/conf.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: conf.c,v 1.10 2002/02/22 23:42:56 mdw Exp $
+ * $Id: conf.c,v 1.11 2004/04/08 01:36:25 mdw Exp $
  *
  * Configuration parsing
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: conf.c,v $
- * Revision 1.10  2002/02/22 23:42:56  mdw
- * `fw'-specific configuration code moved out.  This file might become part
- * of a library some day.
- *
- * Revision 1.9  2002/01/13 14:48:16  mdw
- * Make delimiters be a property of a scanner.  Change the delimiter-
- * changing functions' names.
- *
- * Revision 1.8  2001/02/03 20:33:26  mdw
- * Fix flags to be unsigned.
- *
- * Revision 1.7  2000/08/01 17:58:10  mdw
- * Fix subtleties with <ctype.h> functions.
- *
- * Revision 1.6  2000/02/12 18:13:20  mdw
- * Terminate tables of sources and targets.
- *
- * Revision 1.5  1999/10/22 22:46:44  mdw
- * Improve documentation for conf_enum.
- *
- * Revision 1.4  1999/10/15 21:12:36  mdw
- * Remove redundant debugging code.
- *
- * Revision 1.3  1999/08/19 18:32:48  mdw
- * Improve lexical analysis.  In particular, `chmod' patterns don't have to
- * be quoted any more.
- *
- * Revision 1.2  1999/07/26 23:28:39  mdw
- * Major reconstruction work for new design.
- *
- * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
- * Initial revision.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <ctype.h>
diff --git a/conf.h b/conf.h
index 7b656e08d1a80e89b86182a607e060dd8de08f3f..9123a04103e61328c9449e95f52f92aa5be65a8f 100644 (file)
--- a/conf.h
+++ b/conf.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: conf.h,v 1.8 2003/11/25 14:08:23 mdw Exp $
+ * $Id: conf.h,v 1.9 2004/04/08 01:36:25 mdw Exp $
  *
  * Configuration parsing
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: conf.h,v $
- * Revision 1.8  2003/11/25 14:08:23  mdw
- * Debianization.  Socket target options.  Internet binding.
- *
- * Revision 1.7  2002/02/22 23:42:56  mdw
- * `fw'-specific configuration code moved out.  This file might become part
- * of a library some day.
- *
- * Revision 1.6  2002/01/13 14:48:16  mdw
- * Make delimiters be a property of a scanner.  Change the delimiter-
- * changing functions' names.
- *
- * Revision 1.5  1999/10/22 22:46:44  mdw
- * Improve documentation for conf_enum.
- *
- * Revision 1.4  1999/08/19 18:32:48  mdw
- * Improve lexical analysis.  In particular, `chmod' patterns don't have to
- * be quoted any more.
- *
- * Revision 1.3  1999/07/27 18:30:14  mdw
- * Improve documentation and layout for @CONF_BEGIN@ and friends.  Remove
- * irritating warning about unused label by introducing a spurious `goto'.
- *
- * Revision 1.2  1999/07/26 23:28:39  mdw
- * Major reconstruction work for new design.
- *
- * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
- * Initial revision.
- *
- */
-
 #ifndef CONF_H
 #define CONF_H
 
index 5cd455cccf79df77fe6afcf316b0b1cbe04c0579..6ac9e36f7885478a5e3701fd272591159fc00d27 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-m4-*-
 dnl
-dnl $Id: configure.in,v 1.17 2003/11/29 20:45:41 mdw Exp $
+dnl $Id: configure.in,v 1.18 2004/04/08 01:36:25 mdw Exp $
 dnl
 dnl Configuration script for fw
 dnl
@@ -25,47 +25,6 @@ dnl You should have received a copy of the GNU General Public License
 dnl along with `fw'; if not, write to the Free Software Foundation,
 dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-dnl ----- Revision history --------------------------------------------------
-dnl
-dnl $Log: configure.in,v $
-dnl Revision 1.17  2003/11/29 20:45:41  mdw
-dnl Require mLib 2.0.3 for connection stuff.
-dnl
-dnl Revision 1.16  2003/11/25 14:11:18  mdw
-dnl Preliminary bump to 1.2.7.
-dnl
-dnl Revision 1.15  2003/11/25 14:08:23  mdw
-dnl Debianization.  Socket target options.  Internet binding.
-dnl
-dnl Revision 1.14  2003/05/17 12:33:55  mdw
-dnl Version bump.
-dnl
-dnl Revision 1.13  2002/01/13 14:48:39  mdw
-dnl Check for @getnetbyname@, since it appears not to be available under
-dnl Cygwin.
-dnl
-dnl Revision 1.12  2001/02/03 20:30:15  mdw
-dnl Version bump.
-dnl
-dnl Revision 1.11  2000/07/01 11:28:52  mdw
-dnl Use new mLib selbuf features.
-dnl
-dnl Revision 1.10  2000/03/23 23:26:29  mdw
-dnl Require later mLib for sel.c bugfixes.
-dnl
-dnl Revision 1.6  1999/11/11 19:08:27  mdw
-dnl Build separately from mLib.
-dnl
-dnl Revision 1.3  1999/07/27 18:30:53  mdw
-dnl Various minor portability fixes.
-dnl
-dnl Revision 1.2  1999/07/26 23:35:09  mdw
-dnl Relatively minor changes to support new functionality.
-dnl
-dnl Revision 1.1.1.1  1999/07/01 08:56:23  mdw
-dnl Initial revision.
-dnl
-
 AC_INIT(fw.c)
 AM_INIT_AUTOMAKE(fw, 1.2.7)
 AM_CONFIG_HEADER(config.h)
diff --git a/endpt.c b/endpt.c
index 19336d68a99fdabe32f05311e10f15b9d4ba9a3a..173c1b9a118698fcbeecaf8dd01acef16cfe0ecb 100644 (file)
--- a/endpt.c
+++ b/endpt.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: endpt.c,v 1.3 2000/08/01 17:58:25 mdw Exp $
+ * $Id: endpt.c,v 1.4 2004/04/08 01:36:25 mdw Exp $
  *
  * Generic endpoint abstraction
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: endpt.c,v $
- * Revision 1.3  2000/08/01 17:58:25  mdw
- * Include missing <mLib/alloc.h> header.
- *
- * Revision 1.2  1999/10/22 22:46:17  mdw
- * When a non-file endpoint is attached to a file, keep the file endpoint
- * open until the nonfile is done.  This stops socket sources from
- * resetting their connection limits too early.
- *
- * Revision 1.1  1999/07/26 23:33:01  mdw
- * Infrastructure for the new design.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "config.h"
diff --git a/endpt.h b/endpt.h
index 21a31f3a3a82ca060a47e08da4f4646183581321..f854497eb7ba361bb8452311f6d63d1c1f7ac334 100644 (file)
--- a/endpt.h
+++ b/endpt.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: endpt.h,v 1.2 1999/10/22 22:46:17 mdw Exp $
+ * $Id: endpt.h,v 1.3 2004/04/08 01:36:25 mdw Exp $
  *
  * Generic endpoint abstraction
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: endpt.h,v $
- * Revision 1.2  1999/10/22 22:46:17  mdw
- * When a non-file endpoint is attached to a file, keep the file endpoint
- * open until the nonfile is done.  This stops socket sources from
- * resetting their connection limits too early.
- *
- * Revision 1.1  1999/07/26 23:33:01  mdw
- * Infrastructure for the new design.
- *
- */
-
 #ifndef ENDPT_H
 #define ENDPT_H
 
diff --git a/exec.c b/exec.c
index 60d1785454503ea2c046991ba87a3b8497fe6ffb..f4c93afb0f52b21e0d72398d893647edc4595f6c 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: exec.c,v 1.8 2003/11/29 20:36:07 mdw Exp $
+ * $Id: exec.c,v 1.9 2004/04/08 01:36:25 mdw Exp $
  *
  * Source and target for executable programs
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: exec.c,v $
- * Revision 1.8  2003/11/29 20:36:07  mdw
- * Privileged outgoing connections.
- *
- * Revision 1.7  2003/01/24 20:12:26  mdw
- * Correctly cast uid and gid sentinel values.  Parse full filenames in
- * exec arguments (can't do it for program, unfortunately, since the die is
- * cast).
- *
- * Revision 1.6  2002/02/22 23:43:32  mdw
- * Call @xfree@ rather than @free@.
- *
- * Revision 1.5  2002/01/13 14:49:03  mdw
- * Track @lbuf@ changes in mLib.
- *
- * Revision 1.4  2001/02/03 20:30:03  mdw
- * Support re-reading config files on SIGHUP.
- *
- * Revision 1.3  2000/07/01 11:28:52  mdw
- * Use new mLib selbuf features.
- *
- * Revision 1.2  1999/10/22 22:46:17  mdw
- * When a non-file endpoint is attached to a file, keep the file endpoint
- * open until the nonfile is done.  This stops socket sources from
- * resetting their connection limits too early.
- *
- * Revision 1.1  1999/07/26 23:33:32  mdw
- * New sources and targets.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "config.h"
diff --git a/exec.h b/exec.h
index 7faeecfa46a6772f0c7a13c0a497370dcbaa227d..6769bd29ceccb5043b4c066fcd7cf21ac203a89f 100644 (file)
--- a/exec.h
+++ b/exec.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: exec.h,v 1.1 1999/07/26 23:33:32 mdw Exp $
+ * $Id: exec.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Source and target for executable programs
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: exec.h,v $
- * Revision 1.1  1999/07/26 23:33:32  mdw
- * New sources and targets.
- *
- */
-
 #ifndef EXEC_H
 #define EXEC_H
 
diff --git a/fattr.c b/fattr.c
index adf052d574158f141df831f9a64f0a9ecfbc6f8b..b27e9b84367dac18207b198d791546292fcde03c 100644 (file)
--- a/fattr.c
+++ b/fattr.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: fattr.c,v 1.3 2002/01/13 14:50:22 mdw Exp $
+ * $Id: fattr.c,v 1.4 2004/04/08 01:36:25 mdw Exp $
  *
  * Handling of file attributes
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: fattr.c,v $
- * Revision 1.3  2002/01/13 14:50:22  mdw
- * Delimiter-setting function names change.
- *
- * Revision 1.2  1999/08/19 18:32:48  mdw
- * Improve lexical analysis.  In particular, `chmod' patterns don't have to
- * be quoted any more.
- *
- * Revision 1.1  1999/07/26 23:33:56  mdw
- * Support code for new design.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "config.h"
diff --git a/fattr.h b/fattr.h
index 499e85aabb3377f13f09bc6145292a3bb9e167f4..60ae21c40726c6d5d27b598e0085df8c2bbdf8f0 100644 (file)
--- a/fattr.h
+++ b/fattr.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: fattr.h,v 1.1 1999/07/26 23:33:56 mdw Exp $
+ * $Id: fattr.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Handling of file attributes
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: fattr.h,v $
- * Revision 1.1  1999/07/26 23:33:56  mdw
- * Support code for new design.
- *
- */
-
 #ifndef FATTR_H
 #define FATTR_H
 
diff --git a/file.c b/file.c
index 371273ed2102c5d1a7722a4bef38903407c1c417..5a9706433cc9210ce18d2781fbc4ead60aca87ed 100644 (file)
--- a/file.c
+++ b/file.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: file.c,v 1.6 2003/11/29 20:36:07 mdw Exp $
+ * $Id: file.c,v 1.7 2004/04/08 01:36:25 mdw Exp $
  *
  * File source and target
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: file.c,v $
- * Revision 1.6  2003/11/29 20:36:07  mdw
- * Privileged outgoing connections.
- *
- * Revision 1.5  2002/02/22 23:43:32  mdw
- * Call @xfree@ rather than @free@.
- *
- * Revision 1.4  2001/02/03 20:30:03  mdw
- * Support re-reading config files on SIGHUP.
- *
- * Revision 1.3  1999/12/22 15:43:47  mdw
- * Fix log messages.
- *
- * Revision 1.2  1999/10/22 22:47:13  mdw
- * New (empty) endpoint method required.
- *
- * Revision 1.1  1999/07/26 23:33:32  mdw
- * New sources and targets.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "config.h"
diff --git a/file.h b/file.h
index 6b0e53dcc04d151c867131587d28cae9e0cdfd68..5eab9520a78f18627b0bd7cda421119565a47306 100644 (file)
--- a/file.h
+++ b/file.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: file.h,v 1.1 1999/07/26 23:33:32 mdw Exp $
+ * $Id: file.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * File source and target
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: file.h,v $
- * Revision 1.1  1999/07/26 23:33:32  mdw
- * New sources and targets.
- *
- */
-
 #ifndef FILE_H
 #define FILE_H
 
diff --git a/fw.1 b/fw.1
index d1f42cd5b18db373d21a95669b4913b2be493aab..e2572fc2af66944ca028927c25d3c4551cc6e95a 100644 (file)
--- a/fw.1
+++ b/fw.1
@@ -1,6 +1,6 @@
 .\" -*-nroff-*-
 .\"
-.\" $Id: fw.1,v 1.18 2003/11/29 23:03:19 mdw Exp $
+.\" $Id: fw.1,v 1.19 2004/04/08 01:36:25 mdw Exp $
 .\"
 .\" Manual page for fw
 .\"
 .\" along with `fw'; if not, write to the Free Software Foundation,
 .\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 .
-.\" ---- Revision history ---------------------------------------------------
-.\" 
-.\" $Log: fw.1,v $
-.\" Revision 1.18  2003/11/29 23:03:19  mdw
-.\" Little formatting fixes.
-.\"
-.\" Revision 1.17  2003/11/29 20:36:07  mdw
-.\" Privileged outgoing connections.
-.\"
-.\" Revision 1.16  2003/11/25 14:46:50  mdw
-.\" Update docco for new options.
-.\"
-.\" Revision 1.15  2003/01/24 20:13:04  mdw
-.\" Fix bogus examples.  Explain quoting rules for `exec' endpoints.
-.\"
-.\" Revision 1.14  2002/02/23 00:05:12  mdw
-.\" Fix spacing around full stops (at last!).
-.\"
-.\" Revision 1.13  2002/02/22 23:45:01  mdw
-.\" Add option to change the listen(2) parameter.
-.\"
-.\" Revision 1.12  2001/02/23 09:11:29  mdw
-.\" Update manual style.
-.\"
-.\" Revision 1.11  2001/02/05 19:47:11  mdw
-.\" Minor fixings to wording.
-.\"
-.\" Revision 1.10  2001/02/03 20:30:03  mdw
-.\" Support re-reading config files on SIGHUP.
-.\"
-.\" Revision 1.9  2000/03/23 00:37:33  mdw
-.\" Add option to change user and group after initialization.  Naughtily
-.\" reassign short equivalents of --grammar and --options.
-.\"
-.\" Revision 1.8  1999/12/22 15:44:43  mdw
-.\" Fix some errors, and document new option.
-.\"
-.\" Revision 1.7  1999/10/22 22:45:15  mdw
-.\" Describe new socket connection options.
-.\"
-.\" Revision 1.6  1999/10/10 16:46:29  mdw
-.\" Include grammar and options references at the end of the manual.
-.\"
-.\" Revision 1.5  1999/09/26 18:18:05  mdw
-.\" Remove a fixed bug from the list.  Fix some nasty formatting
-.\" misfeatures.
-.\"
-.\" Revision 1.4  1999/08/19 18:32:48  mdw
-.\" Improve lexical analysis.  In particular, `chmod' patterns don't have to
-.\" be quoted any more.
-.\"
-.\" Revision 1.3  1999/07/30 06:49:00  mdw
-.\" Minor tidying and typo correction.
-.\"
-.\" Revision 1.2  1999/07/26 23:31:04  mdw
-.\" Document lots of new features and syntax.
-.\"
-.
 .\"----- Various bits of fancy styling --------------------------------------
 .
 .\" --- Indented paragraphs with right-aligned tags ---
diff --git a/fw.c b/fw.c
index 2dec3c0a4ee33ac9e2f84de419e698e2d04b6bff..59bc18f7cbcf8eb40f57dfb8acaec46da57daa70 100644 (file)
--- a/fw.c
+++ b/fw.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: fw.c,v 1.16 2003/11/29 20:36:07 mdw Exp $
+ * $Id: fw.c,v 1.17 2004/04/08 01:36:25 mdw Exp $
  *
  * Port forwarding thingy
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: fw.c,v $
- * Revision 1.16  2003/11/29 20:36:07  mdw
- * Privileged outgoing connections.
- *
- * Revision 1.15  2003/11/25 14:46:50  mdw
- * Update docco for new options.
- *
- * Revision 1.14  2003/01/24 20:12:40  mdw
- * Correctly cast uid and gid sentinel values.
- *
- * Revision 1.13  2002/02/22 23:45:20  mdw
- * Add option to change the listen(2) parameter.  Receive `fw'-specific
- * code from `conf.c'.
- *
- * Revision 1.12  2002/01/13 14:49:17  mdw
- * Track @dstr_vputf@ change.
- *
- * Revision 1.11  2001/02/03 20:33:26  mdw
- * Fix flags to be unsigned.
- *
- * Revision 1.10  2001/02/03 20:30:03  mdw
- * Support re-reading config files on SIGHUP.
- *
- * Revision 1.9  2001/01/20 11:55:17  mdw
- * Handle select errors more robustly.
- *
- * Revision 1.8  2000/03/23 23:19:19  mdw
- * Fix changed options in parser table.
- *
- * Revision 1.7  2000/03/23 00:37:33  mdw
- * Add option to change user and group after initialization.  Naughtily
- * reassign short equivalents of --grammar and --options.
- *
- * Revision 1.6  1999/12/22 15:44:10  mdw
- * Make syslog a separate option, and do it better.
- *
- * Revision 1.5  1999/10/22 22:47:50  mdw
- * Grammar changes.  Also, don't enable SIGINT if it's currently ignored.
- *
- * Revision 1.4  1999/10/10 16:46:12  mdw
- * New resolver to initialize.  Also, include options for grammar and
- * options references.
- *
- * Revision 1.3  1999/07/26 23:30:42  mdw
- * Major reconstruction work for new design.
- *
- * Revision 1.2  1999/07/03 13:55:17  mdw
- * Various changes.  Add configuration grammar to help text.  Change to
- * root directory and open syslog when forking into background.
- *
- * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
- * Initial revision.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "config.h"
diff --git a/fw.h b/fw.h
index d9a04ad80036c31b6cd07f6a10e8dd1e4e41cc4f..adbf415956860cdd20fd534156752e91e4eaea41 100644 (file)
--- a/fw.h
+++ b/fw.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: fw.h,v 1.3 1999/07/26 23:30:42 mdw Exp $
+ * $Id: fw.h,v 1.4 2004/04/08 01:36:25 mdw Exp $
  *
  * Main header file for port forwarder
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: fw.h,v $
- * Revision 1.3  1999/07/26 23:30:42  mdw
- * Major reconstruction work for new design.
- *
- * Revision 1.2  1999/07/03 13:56:33  mdw
- * Add flag saying whether to log messages to syslog or stderr.
- *
- * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
- * Initial revision.
- *
- */
-
 #ifndef FW_H
 #define FW_H
 
index 34cb545c66b338ea8a7165258252d7c516594a0e..092e77625c1cf52e25190f51d93ffebbffe585a7 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: identify.c,v 1.10 2003/11/29 22:15:19 mdw Exp $
+ * $Id: identify.c,v 1.11 2004/04/08 01:36:25 mdw Exp $
  *
  * Identifies and logs the client of a connection
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: identify.c,v $
- * Revision 1.10  2003/11/29 22:15:19  mdw
- * And a typo fix.
- *
- * Revision 1.9  2003/11/29 22:13:43  mdw
- * Fix bug in identification timout handling.
- *
- * Revision 1.8  2003/11/29 20:36:07  mdw
- * Privileged outgoing connections.
- *
- * Revision 1.7  2002/02/22 23:43:32  mdw
- * Call @xfree@ rather than @free@.
- *
- * Revision 1.6  2001/06/22 19:36:49  mdw
- * Enlarge the identity buffer.
- *
- * Revision 1.5  1999/10/10 16:45:34  mdw
- * Modified to use new mLib resolver and ident client.
- *
- * Revision 1.4  1999/07/27 18:30:53  mdw
- * Various minor portability fixes.
- *
- * Revision 1.3  1999/07/26 23:26:21  mdw
- * Minor modifications for new design.
- *
- * Revision 1.2  1999/07/03 13:56:59  mdw
- * Log connections to syslog or stderr as appropriate.
- *
- * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
- * Initial revision.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "config.h"
index 69acb61a414360ee5b00cc1cdaa0a325fcaabad9..0436818dc75d79b9ed0be50e94827fbd75bf5c8c 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: identify.h,v 1.3 1999/07/27 18:30:53 mdw Exp $
+ * $Id: identify.h,v 1.4 2004/04/08 01:36:25 mdw Exp $
  *
  * Identifies and logs the client of a connection
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: identify.h,v $
- * Revision 1.3  1999/07/27 18:30:53  mdw
- * Various minor portability fixes.
- *
- * Revision 1.2  1999/07/26 23:26:21  mdw
- * Minor modifications for new design.
- *
- * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
- * Initial revision.
- *
- */
-
 #ifndef IDENTIFY_H
 #define IDENTIFY_H
 
diff --git a/inet.c b/inet.c
index 3a4dbd5ee154479b5eb8070134d9202c40c6654a..c05791e39be22cfdcebea623b20dccdaa6c35d69 100644 (file)
--- a/inet.c
+++ b/inet.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: inet.c,v 1.6 2003/11/29 20:36:07 mdw Exp $
+ * $Id: inet.c,v 1.7 2004/04/08 01:36:25 mdw Exp $
  *
  * Protocol specific definitions for IPv4 sockets
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: inet.c,v $
- * Revision 1.6  2003/11/29 20:36:07  mdw
- * Privileged outgoing connections.
- *
- * Revision 1.5  2003/11/25 14:08:23  mdw
- * Debianization.  Socket target options.  Internet binding.
- *
- * Revision 1.4  2002/01/13 14:49:56  mdw
- * Conditional compilation for @getnetbyname@, since Cygwin doesn't have
- * it.
- *
- * Revision 1.3  2000/08/01 17:59:56  mdw
- * Switch over to using `size_t' for socket address lengths.
- *
- * Revision 1.2  1999/07/27 18:30:53  mdw
- * Various minor portability fixes.
- *
- * Revision 1.1  1999/07/26 23:34:11  mdw
- * New socket address types.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "config.h"
diff --git a/inet.h b/inet.h
index ed3eed4c7f14f20416ef0461d8fff88c88dcc03c..a5ecb60a917a075dea402a800cf2873a78c74b20 100644 (file)
--- a/inet.h
+++ b/inet.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: inet.h,v 1.1 1999/07/26 23:34:11 mdw Exp $
+ * $Id: inet.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Protocol specific definitions for IPv4 sockets
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: inet.h,v $
- * Revision 1.1  1999/07/26 23:34:11  mdw
- * New socket address types.
- *
- */
-
 #ifndef INET_H
 #define INET_H
 
index b2dfaef0a31f56a3cd324ef683dce96b96f20585..72f655b135467f0feb94427d7998a181b470932c 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: privconn.c,v 1.2 2003/11/29 20:43:01 mdw Exp $
+ * $Id: privconn.c,v 1.3 2004/04/08 01:36:25 mdw Exp $
  *
  * Making privileged connections
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: privconn.c,v $
- * Revision 1.2  2003/11/29 20:43:01  mdw
- * Don't do priv separation if no priv connections to make.
- *
- * Revision 1.1  2003/11/29 20:36:07  mdw
- * Privileged outgoing connections.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <assert.h>
index 857f278230578d5ac7bf515c78717d918a6b9a64..598f9c93dab7c124b7e89c2643cb5506759696a5 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: privconn.h,v 1.1 2003/11/29 20:36:07 mdw Exp $
+ * $Id: privconn.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Making privileged connections
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: privconn.h,v $
- * Revision 1.1  2003/11/29 20:36:07  mdw
- * Privileged outgoing connections.
- *
- */
-
 #ifndef PRIVCONN_H
 #define PRIVCONN_H
 
diff --git a/reffd.c b/reffd.c
index 823b10209839837e2ef217eaf526f26bafb5e200..44af6c7d6f3a133b41feda75dff623121e364e14 100644 (file)
--- a/reffd.c
+++ b/reffd.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: reffd.c,v 1.1 1999/07/26 23:33:01 mdw Exp $
+ * $Id: reffd.c,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Reference counted file descriptors
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: reffd.c,v $
- * Revision 1.1  1999/07/26 23:33:01  mdw
- * Infrastructure for the new design.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
diff --git a/reffd.h b/reffd.h
index cdefa85ef4c0f2f211e09bb0a54ce32b84b635ab..93ed8f3ae9219fd9374a5b3f5c8c7538072d5659 100644 (file)
--- a/reffd.h
+++ b/reffd.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: reffd.h,v 1.1 1999/07/26 23:33:01 mdw Exp $
+ * $Id: reffd.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Reference counted file descriptors
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: reffd.h,v $
- * Revision 1.1  1999/07/26 23:33:01  mdw
- * Infrastructure for the new design.
- *
- */
-
 #ifndef REFFD_H
 #define REFFD_H
 
index e06f66ae8c4e2fe7f90ca4c3860cf91e86c3eebc..9addc80c5f132d0813fbb72e5a14afb4f83d760c 100644 (file)
--- a/rlimits.h
+++ b/rlimits.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: rlimits.h,v 1.1 1999/07/26 23:33:56 mdw Exp $
+ * $Id: rlimits.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * List of resource limits known to mankind
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: rlimits.h,v $
- * Revision 1.1  1999/07/26 23:33:56  mdw
- * Support code for new design.
- *
- */
-
 /*----- Magic -------------------------------------------------------------*/
 
 #ifndef R
diff --git a/scan.c b/scan.c
index 0bc5cda5c3b94944792e2abe57e1e048c16bacbd..b65275b556d18bfd9938460cd8a5b07ca6090c28 100644 (file)
--- a/scan.c
+++ b/scan.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: scan.c,v 1.6 2002/02/22 23:44:16 mdw Exp $
+ * $Id: scan.c,v 1.7 2004/04/08 01:36:25 mdw Exp $
  *
  * Character scanners
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: scan.c,v $
- * Revision 1.6  2002/02/22 23:44:16  mdw
- * Miscellaneous tidying up, to make this code independent of `fw'.  It
- * might end up in a library somewhere.
- *
- * Revision 1.5  2002/01/30 09:29:34  mdw
- * Initialize scanner properly.
- *
- * Revision 1.4  2001/02/03 20:30:03  mdw
- * Support re-reading config files on SIGHUP.
- *
- * Revision 1.3  2000/08/01 17:58:10  mdw
- * Fix subtleties with <ctype.h> functions.
- *
- * Revision 1.2  1999/07/26 23:24:33  mdw
- * Complete rewrite.  Allow a list of character sources to enable changes
- * during parsing of syntactic constructs.
- *
- * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
- * Initial revision.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
diff --git a/scan.h b/scan.h
index 756029b56f49bcb5651d0a58a775c97701c7ba41..a6ace18194ee51a141cb6654d23aba45fd9df0b7 100644 (file)
--- a/scan.h
+++ b/scan.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: scan.h,v 1.4 2002/02/22 23:44:16 mdw Exp $
+ * $Id: scan.h,v 1.5 2004/04/08 01:36:25 mdw Exp $
  *
  * Character scanners
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: scan.h,v $
- * Revision 1.4  2002/02/22 23:44:16  mdw
- * Miscellaneous tidying up, to make this code independent of `fw'.  It
- * might end up in a library somewhere.
- *
- * Revision 1.3  2002/01/13 14:50:07  mdw
- * Make delimiters be a property of a scanner.
- *
- * Revision 1.2  1999/07/26 23:24:33  mdw
- * Complete rewrite.  Allow a list of character sources to enable changes
- * during parsing of syntactic constructs.
- *
- * Revision 1.1.1.1  1999/07/01 08:56:23  mdw
- * Initial revision.
- *
- */
-
 #ifndef SCAN_H
 #define SCAN_H
 
index bbc1f9e1d0f4e080165f5bafb388b31bf43bd706..c92faad0bbca013a23745d1d9f1f7992ed8ec6e9 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: socket.c,v 1.11 2003/11/29 20:36:07 mdw Exp $
+ * $Id: socket.c,v 1.12 2004/04/08 01:36:25 mdw Exp $
  *
  * Socket source and target definitions
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: socket.c,v $
- * Revision 1.11  2003/11/29 20:36:07  mdw
- * Privileged outgoing connections.
- *
- * Revision 1.10  2003/11/25 14:08:23  mdw
- * Debianization.  Socket target options.  Internet binding.
- *
- * Revision 1.9  2002/02/23 00:08:00  mdw
- * Fix stupid bugs from the listen(2) change.
- *
- * Revision 1.8  2002/02/22 23:44:44  mdw
- * Call @xfree@ rather than @free@.  Add option to change the listen(2)
- * parameter.
- *
- * Revision 1.7  2001/06/22 19:37:00  mdw
- * New @conn_init@ interface.
- *
- * Revision 1.6  2001/02/03 20:30:03  mdw
- * Support re-reading config files on SIGHUP.
- *
- * Revision 1.5  2000/03/23 23:20:42  mdw
- * Remove listener even if connection option isn't SOCKOPT_LIMITED.
- *
- * Revision 1.4  1999/12/22 15:44:25  mdw
- * Fix log message.
- *
- * Revision 1.3  1999/10/22 22:48:36  mdw
- * New connection options: unlimited concurrent connections, and one-shot
- * listening sockets.
- *
- * Revision 1.2  1999/07/27 18:30:53  mdw
- * Various minor portability fixes.
- *
- * Revision 1.1  1999/07/26 23:33:32  mdw
- * New sources and targets.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "config.h"
index e85d4558c59686dee60a4a033aa3fc0cfdedbc37..344dd18a3359e741471db259673c99ad4d5712fa 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: socket.h,v 1.2 2003/11/25 14:08:23 mdw Exp $
+ * $Id: socket.h,v 1.3 2004/04/08 01:36:25 mdw Exp $
  *
  * Socket source and target definitions
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: socket.h,v $
- * Revision 1.2  2003/11/25 14:08:23  mdw
- * Debianization.  Socket target options.  Internet binding.
- *
- * Revision 1.1  1999/07/26 23:33:32  mdw
- * New sources and targets.
- *
- */
-
 #ifndef SOCKET_H
 #define SOCKET_H
 
index 59735475b2615a2718fa5f77be63b4269c4c78bb..e39dd0742439274a51b90a528a13bb7a375b30c8 100644 (file)
--- a/source.c
+++ b/source.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: source.c,v 1.1 1999/07/26 23:33:01 mdw Exp $
+ * $Id: source.c,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Standard routines for forwarding sources
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: source.c,v $
- * Revision 1.1  1999/07/26 23:33:01  mdw
- * Infrastructure for the new design.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>
index 9a066f00f54b1c0c5476ba46cbe2e9c38cb96959..bf5d3da2fc9826565c24f75956a6773efb1718b8 100644 (file)
--- a/source.h
+++ b/source.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: source.h,v 1.1 1999/07/26 23:33:01 mdw Exp $
+ * $Id: source.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Description of forwarding sources
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: source.h,v $
- * Revision 1.1  1999/07/26 23:33:01  mdw
- * Infrastructure for the new design.
- *
- */
-
 #ifndef SOURCE_H
 #define SOURCE_H
 
index 1472ff35d3e845345cd79dae54c4c014433724a5..0a01a7dcb03d2947bc2e4e944cc30614b7d081f8 100644 (file)
--- a/target.h
+++ b/target.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: target.h,v 1.3 2003/11/29 20:36:07 mdw Exp $
+ * $Id: target.h,v 1.4 2004/04/08 01:36:25 mdw Exp $
  *
  * Description of forwarding targets
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: target.h,v $
- * Revision 1.3  2003/11/29 20:36:07  mdw
- * Privileged outgoing connections.
- *
- * Revision 1.2  2003/11/25 14:08:23  mdw
- * Debianization.  Socket target options.  Internet binding.
- *
- * Revision 1.1  1999/07/26 23:33:01  mdw
- * Infrastructure for the new design.
- *
- */
-
 #ifndef TARGET_H
 #define TARGET_H
 
diff --git a/un.c b/un.c
index 966bda0cff30812f19c9621c8138dedaf236994c..6fd46b42d37139d19a05518b27f409ec7d96478d 100644 (file)
--- a/un.c
+++ b/un.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: un.c,v 1.8 2003/11/30 00:25:27 mdw Exp $
+ * $Id: un.c,v 1.9 2004/04/08 01:36:25 mdw Exp $
  *
  * Protocol specific definitions for Unix-domain sockets
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: un.c,v $
- * Revision 1.8  2003/11/30 00:25:27  mdw
- * Fix source option prefix.
- *
- * Revision 1.7  2003/11/29 20:36:07  mdw
- * Privileged outgoing connections.
- *
- * Revision 1.6  2003/11/25 14:08:23  mdw
- * Debianization.  Socket target options.  Internet binding.
- *
- * Revision 1.5  2002/02/22 23:43:32  mdw
- * Call @xfree@ rather than @free@.
- *
- * Revision 1.4  2000/08/01 17:59:56  mdw
- * Switch over to using `size_t' for socket address lengths.
- *
- * Revision 1.3  2000/08/01 17:58:32  mdw
- * Remove unnecessary <ctype.h> header.
- *
- * Revision 1.2  1999/07/27 18:30:53  mdw
- * Various minor portability fixes.
- *
- * Revision 1.1  1999/07/26 23:34:11  mdw
- * New socket address types.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "config.h"
diff --git a/un.h b/un.h
index 145313ad9588ceb0688f8c07a848bb226fa21be4..7f0edcba72ff71db2f8d334d46d2e8153223d79e 100644 (file)
--- a/un.h
+++ b/un.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: un.h,v 1.1 1999/07/26 23:34:11 mdw Exp $
+ * $Id: un.h,v 1.2 2004/04/08 01:36:25 mdw Exp $
  *
  * Protocol specific definitions for Unix-domain sockets
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: un.h,v $
- * Revision 1.1  1999/07/26 23:34:11  mdw
- * New socket address types.
- *
- */
-
 #ifndef UN_H
 #define UN_H