summaryrefslogtreecommitdiff
path: root/usr.sbin/sup/lib
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sup/lib')
-rw-r--r--usr.sbin/sup/lib/Makefile2
-rw-r--r--usr.sbin/sup/lib/libc.h3
-rw-r--r--usr.sbin/sup/lib/log.c3
-rw-r--r--usr.sbin/sup/lib/netcryptvoid.c5
-rw-r--r--usr.sbin/sup/lib/quit.c5
-rw-r--r--usr.sbin/sup/lib/run.c3
-rw-r--r--usr.sbin/sup/lib/scan.c6
-rw-r--r--usr.sbin/sup/lib/scm.c9
-rw-r--r--usr.sbin/sup/lib/scmio.c3
-rw-r--r--usr.sbin/sup/lib/stree.c3
-rw-r--r--usr.sbin/sup/lib/sup.h3
-rw-r--r--usr.sbin/sup/lib/supmsg.c3
-rw-r--r--usr.sbin/sup/lib/supmsg.h3
13 files changed, 50 insertions, 1 deletions
diff --git a/usr.sbin/sup/lib/Makefile b/usr.sbin/sup/lib/Makefile
index f6b7326f64843..90eeb474568f7 100644
--- a/usr.sbin/sup/lib/Makefile
+++ b/usr.sbin/sup/lib/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/12/26 22:32:21 peter Exp $
+# $Id: Makefile,v 1.3 1996/01/04 16:10:36 peter Exp $
LIB= sup
SRCS= scm.c scmio.c stree.c log.c supmsg.c netcrypt.c atoo.c errmsg.c \
diff --git a/usr.sbin/sup/lib/libc.h b/usr.sbin/sup/lib/libc.h
index 0e59542a4e680..03ec69d28d6cb 100644
--- a/usr.sbin/sup/lib/libc.h
+++ b/usr.sbin/sup/lib/libc.h
@@ -26,6 +26,9 @@
**********************************************************************
* HISTORY
* $Log: libc.h,v $
+ * Revision 1.3 1995/12/26 22:32:22 peter
+ * get rid of non-applicable files...
+ *
* Revision 1.2 1995/12/26 05:02:45 peter
* Apply ports/net/sup/patches/patch-aa...
*
diff --git a/usr.sbin/sup/lib/log.c b/usr.sbin/sup/lib/log.c
index 2974b4aab1311..280ad91bb12b8 100644
--- a/usr.sbin/sup/lib/log.c
+++ b/usr.sbin/sup/lib/log.c
@@ -27,6 +27,9 @@
**********************************************************************
* HISTORY
* $Log: log.c,v $
+ * Revision 1.2 1995/12/26 05:02:46 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:47 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/lib/netcryptvoid.c b/usr.sbin/sup/lib/netcryptvoid.c
index 9dd3c78724866..c56ac721e10cc 100644
--- a/usr.sbin/sup/lib/netcryptvoid.c
+++ b/usr.sbin/sup/lib/netcryptvoid.c
@@ -25,6 +25,11 @@
/**********************************************************************
* HISTORY
* $Log: netcryptvoid.c,v $
+ * Revision 1.1.1.1 1995/12/26 04:54:47 peter
+ * Import the unmodified version of the sup that we are using.
+ * The heritage of this version is not clear. It appears to be NetBSD
+ * derived from some time ago.
+ *
* Revision 1.1.1.1 1993/08/21 00:46:33 jkh
* Current sup with compression support.
*
diff --git a/usr.sbin/sup/lib/quit.c b/usr.sbin/sup/lib/quit.c
index 23b4cb7a5e760..d403a636a6ea8 100644
--- a/usr.sbin/sup/lib/quit.c
+++ b/usr.sbin/sup/lib/quit.c
@@ -36,6 +36,11 @@
**********************************************************************
* HISTORY
* $Log: quit.c,v $
+ * Revision 1.1.1.1 1995/12/26 04:54:47 peter
+ * Import the unmodified version of the sup that we are using.
+ * The heritage of this version is not clear. It appears to be NetBSD
+ * derived from some time ago.
+ *
* Revision 1.1.1.1 1993/08/21 00:46:33 jkh
* Current sup with compression support.
*
diff --git a/usr.sbin/sup/lib/run.c b/usr.sbin/sup/lib/run.c
index 0e9a581beeb57..2e53c94243875 100644
--- a/usr.sbin/sup/lib/run.c
+++ b/usr.sbin/sup/lib/run.c
@@ -47,6 +47,9 @@
**********************************************************************
* HISTORY
* $Log: run.c,v $
+ * Revision 1.2 1995/12/26 05:02:47 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:47 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/lib/scan.c b/usr.sbin/sup/lib/scan.c
index 0823e4d1e45ee..cdd5ab90dec78 100644
--- a/usr.sbin/sup/lib/scan.c
+++ b/usr.sbin/sup/lib/scan.c
@@ -28,6 +28,12 @@
**********************************************************************
* HISTORY
* $Log: scan.c,v $
+ * Revision 1.4 1996/09/24 08:08:11 bde
+ * Eliminated includes of the "temporary" backwards compatibility header
+ * <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs
+ * for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any
+ * new ones.
+ *
* Revision 1.3 1995/12/26 05:10:59 peter
* Apply ports/net/sup/patches/patch-ab
*
diff --git a/usr.sbin/sup/lib/scm.c b/usr.sbin/sup/lib/scm.c
index bbfe943365a46..204103b5e7400 100644
--- a/usr.sbin/sup/lib/scm.c
+++ b/usr.sbin/sup/lib/scm.c
@@ -69,6 +69,15 @@
* since Tahoe version of <netinet/in.h> does not define them.
*
* $Log: scm.c,v $
+ * Revision 1.3 1996/09/06 16:08:32 peter
+ * Turn on SO_KEEPALIVE on network connections. Since we limit the number
+ * of connections, we cannot afford to allow "disappeared" client to cause
+ * us to leave one of the 14 connections open and hanging in a read() forever.
+ *
+ * (SO_KEEPALIVE causes probe packets to be sent after a few hours of IDLE
+ * time where no data has been transferred. Sup should NEVER do this, so the
+ * only time it will have an effect is if it looses the remote machine)
+ *
* Revision 1.2 1995/12/26 05:02:49 peter
* Apply ports/net/sup/patches/patch-aa...
*
diff --git a/usr.sbin/sup/lib/scmio.c b/usr.sbin/sup/lib/scmio.c
index 713ceefabcb25..85f6efa834ce9 100644
--- a/usr.sbin/sup/lib/scmio.c
+++ b/usr.sbin/sup/lib/scmio.c
@@ -109,6 +109,9 @@
**********************************************************************
* HISTORY
* $Log: scmio.c,v $
+ * Revision 1.2 1995/12/26 05:02:50 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:47 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/lib/stree.c b/usr.sbin/sup/lib/stree.c
index 5b094308ae5be..c64ea14a87881 100644
--- a/usr.sbin/sup/lib/stree.c
+++ b/usr.sbin/sup/lib/stree.c
@@ -28,6 +28,9 @@
**********************************************************************
* HISTORY
* $Log: stree.c,v $
+ * Revision 1.2 1995/12/26 05:02:51 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:47 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/lib/sup.h b/usr.sbin/sup/lib/sup.h
index 12f03c3da9013..972d3226b28fe 100644
--- a/usr.sbin/sup/lib/sup.h
+++ b/usr.sbin/sup/lib/sup.h
@@ -39,6 +39,9 @@
* across the network to save BandWidth
*
* $Log: sup.h,v $
+ * Revision 1.2 1995/12/26 05:02:52 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:47 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/lib/supmsg.c b/usr.sbin/sup/lib/supmsg.c
index b12c945462f57..1877689ea79d6 100644
--- a/usr.sbin/sup/lib/supmsg.c
+++ b/usr.sbin/sup/lib/supmsg.c
@@ -31,6 +31,9 @@
* across the network to save BandWidth
*
* $Log: supmsg.c,v $
+ * Revision 1.2 1995/12/26 05:02:53 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:47 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD
diff --git a/usr.sbin/sup/lib/supmsg.h b/usr.sbin/sup/lib/supmsg.h
index e6185c486ba01..986c9755c2b73 100644
--- a/usr.sbin/sup/lib/supmsg.h
+++ b/usr.sbin/sup/lib/supmsg.h
@@ -33,6 +33,9 @@
* across the network to save BandWidth
*
* $Log: supmsg.h,v $
+ * Revision 1.2 1995/12/26 05:02:54 peter
+ * Apply ports/net/sup/patches/patch-aa...
+ *
* Revision 1.1.1.1 1995/12/26 04:54:47 peter
* Import the unmodified version of the sup that we are using.
* The heritage of this version is not clear. It appears to be NetBSD