diff options
Diffstat (limited to 'usr.sbin/ppp')
102 files changed, 104 insertions, 104 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 76ebe5b7b5f4..13fd7f670286 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.50 1998/10/22 02:32:48 brian Exp $ +# $Id: Makefile,v 1.9.2.18 1998/11/26 07:14:37 jkh Exp $ PROG= ppp SRCS= arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c command.c \ diff --git a/usr.sbin/ppp/alias_cmd.c b/usr.sbin/ppp/alias_cmd.c index 1fa4df604d76..044f2f68a4d2 100644 --- a/usr.sbin/ppp/alias_cmd.c +++ b/usr.sbin/ppp/alias_cmd.c @@ -2,7 +2,7 @@ * The code in this file was written by Eivind Eklund <perhaps@yes.no>, * who places it in the public domain without restriction. * - * $Id: alias_cmd.c,v 1.18 1998/09/17 00:45:25 brian Exp $ + * $Id: alias_cmd.c,v 1.1.2.6 1998/11/26 07:14:38 jkh Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/alias_cmd.h b/usr.sbin/ppp/alias_cmd.h index 7665ec415afa..a7802a6c4fe6 100644 --- a/usr.sbin/ppp/alias_cmd.h +++ b/usr.sbin/ppp/alias_cmd.h @@ -2,7 +2,7 @@ * The code in this file was written by Eivind Eklund <perhaps@yes.no>, * who places it in the public domain without restriction. * - * $Id: alias_cmd.h,v 1.8 1998/05/21 21:43:45 brian Exp $ + * $Id: alias_cmd.h,v 1.1.2.3 1998/11/26 07:14:38 jkh Exp $ */ struct cmdargs; diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c index f450747eee9a..e03532009d65 100644 --- a/usr.sbin/ppp/arp.c +++ b/usr.sbin/ppp/arp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: arp.c,v 1.31 1998/10/26 19:07:38 brian Exp $ + * $Id: arp.c,v 1.5.2.7 1998/11/26 07:14:38 jkh Exp $ * */ diff --git a/usr.sbin/ppp/arp.h b/usr.sbin/ppp/arp.h index f135b9933742..34697a54f814 100644 --- a/usr.sbin/ppp/arp.h +++ b/usr.sbin/ppp/arp.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: arp.h,v 1.8 1998/05/21 21:43:53 brian Exp $ + * $Id: arp.h,v 1.1.4.4 1998/11/26 07:14:38 jkh Exp $ * */ diff --git a/usr.sbin/ppp/async.c b/usr.sbin/ppp/async.c index 4f2143bd45af..94029ccdb498 100644 --- a/usr.sbin/ppp/async.c +++ b/usr.sbin/ppp/async.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: async.c,v 1.17 1998/06/16 19:40:34 brian Exp $ + * $Id: async.c,v 1.5.2.7 1998/11/26 07:14:38 jkh Exp $ * */ #include <sys/types.h> diff --git a/usr.sbin/ppp/async.h b/usr.sbin/ppp/async.h index a137c8cc3dfd..18766cbac6cc 100644 --- a/usr.sbin/ppp/async.h +++ b/usr.sbin/ppp/async.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: async.h,v 1.4 1998/06/27 12:03:48 brian Exp $ + * $Id: async.h,v 1.2.2.2 1998/11/26 07:14:38 jkh Exp $ */ #define HDLCSIZE (MAX_MRU*2+6) diff --git a/usr.sbin/ppp/auth.c b/usr.sbin/ppp/auth.c index df8c5c3f77f0..40c6ebeb6ef9 100644 --- a/usr.sbin/ppp/auth.c +++ b/usr.sbin/ppp/auth.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: auth.c,v 1.33 1998/08/26 17:39:36 brian Exp $ + * $Id: auth.c,v 1.7.2.10 1998/11/26 07:14:38 jkh Exp $ * * TODO: * o Implement check against with registered IP addresses. diff --git a/usr.sbin/ppp/auth.h b/usr.sbin/ppp/auth.h index 5203c57446d0..661cfaa6fbaa 100644 --- a/usr.sbin/ppp/auth.h +++ b/usr.sbin/ppp/auth.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: auth.h,v 1.12 1998/08/07 18:42:47 brian Exp $ + * $Id: auth.h,v 1.3.2.5 1998/11/26 07:14:38 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c index b8d49fd9060e..c5592ef717da 100644 --- a/usr.sbin/ppp/bundle.c +++ b/usr.sbin/ppp/bundle.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bundle.c,v 1.39 1998/10/27 22:53:22 brian Exp $ + * $Id: bundle.c,v 1.40 1998/10/29 23:47:10 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h index e3df0b572f13..d1a113f65a7e 100644 --- a/usr.sbin/ppp/bundle.h +++ b/usr.sbin/ppp/bundle.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bundle.h,v 1.18 1998/10/27 22:53:22 brian Exp $ + * $Id: bundle.h,v 1.19 1998/10/29 02:12:54 brian Exp $ */ #define PHASE_DEAD 0 /* Link is dead */ diff --git a/usr.sbin/ppp/cbcp.c b/usr.sbin/ppp/cbcp.c index 415e6e238b2e..a0836b89d8d0 100644 --- a/usr.sbin/ppp/cbcp.c +++ b/usr.sbin/ppp/cbcp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cbcp.c,v 1.6 1998/10/25 23:35:15 brian Exp $ + * $Id: cbcp.c,v 1.7 1998/10/31 17:38:48 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/cbcp.h b/usr.sbin/ppp/cbcp.h index d55800acfbbe..c1c67b03536c 100644 --- a/usr.sbin/ppp/cbcp.h +++ b/usr.sbin/ppp/cbcp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: cbcp.h,v 1.1 1998/08/07 18:44:16 brian Exp $ */ struct mbuf; diff --git a/usr.sbin/ppp/ccp.c b/usr.sbin/ppp/ccp.c index b11e3e276328..d4ea523ac2f4 100644 --- a/usr.sbin/ppp/ccp.c +++ b/usr.sbin/ppp/ccp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ccp.c,v 1.40 1998/08/26 18:07:56 brian Exp $ + * $Id: ccp.c,v 1.7.2.10 1998/11/26 07:14:38 jkh Exp $ * * TODO: * o Support other compression protocols diff --git a/usr.sbin/ppp/ccp.h b/usr.sbin/ppp/ccp.h index 263dc0a8d4c4..1fa4e4b7d4af 100644 --- a/usr.sbin/ppp/ccp.h +++ b/usr.sbin/ppp/ccp.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ccp.h,v 1.19 1998/06/30 23:04:12 brian Exp $ + * $Id: ccp.h,v 1.3.2.5 1998/11/26 07:14:38 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/chap.c b/usr.sbin/ppp/chap.c index 585f9ab5db6a..5e4d8947a266 100644 --- a/usr.sbin/ppp/chap.c +++ b/usr.sbin/ppp/chap.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap.c,v 1.37 1998/08/26 18:07:56 brian Exp $ + * $Id: chap.c,v 1.7.2.12 1998/11/26 07:14:38 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/chap.h b/usr.sbin/ppp/chap.h index 9022c0c670b4..75d5ec3607a6 100644 --- a/usr.sbin/ppp/chap.h +++ b/usr.sbin/ppp/chap.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap.h,v 1.10 1998/05/21 21:44:27 brian Exp $ + * $Id: chap.h,v 1.3.2.4 1998/11/26 07:14:38 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/chap_ms.c b/usr.sbin/ppp/chap_ms.c index 90f97dcc5092..92b4851ed6a1 100644 --- a/usr.sbin/ppp/chap_ms.c +++ b/usr.sbin/ppp/chap_ms.c @@ -19,7 +19,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap_ms.c,v 1.6 1998/05/21 21:44:30 brian Exp $ + * $Id: chap_ms.c,v 1.5.2.2 1998/11/26 07:14:38 jkh Exp $ * */ diff --git a/usr.sbin/ppp/chap_ms.h b/usr.sbin/ppp/chap_ms.h index ecc1d47cc4a1..e34f3dee1951 100644 --- a/usr.sbin/ppp/chap_ms.h +++ b/usr.sbin/ppp/chap_ms.h @@ -19,7 +19,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap_ms.h,v 1.3 1998/05/21 21:44:32 brian Exp $ + * $Id: chap_ms.h,v 1.2.2.2 1998/11/26 07:14:38 jkh Exp $ */ /* Max # of (Unicode) chars in an NT password */ diff --git a/usr.sbin/ppp/chat.c b/usr.sbin/ppp/chat.c index 5106adef5034..3255f22c8184 100644 --- a/usr.sbin/ppp/chat.c +++ b/usr.sbin/ppp/chat.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: chat.c,v 1.52 1998/10/27 22:53:25 brian Exp $ + * $Id: chat.c,v 1.11.2.19 1998/11/26 07:14:38 jkh Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/chat.h b/usr.sbin/ppp/chat.h index 8403f346dd55..f3c562829d5d 100644 --- a/usr.sbin/ppp/chat.h +++ b/usr.sbin/ppp/chat.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: chat.h,v 1.10 1998/05/21 21:44:39 brian Exp $ + * $Id: chat.h,v 1.1.4.6 1998/11/26 07:14:39 jkh Exp $ */ #define CHAT_EXPECT 0 diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index dacab5665b62..76bb13175d8d 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: command.c,v 1.176 1998/11/05 21:59:47 brian Exp $ + * $Id: command.c,v 1.24.2.53 1998/11/26 07:14:39 jkh Exp $ * */ #include <sys/types.h> @@ -134,7 +134,7 @@ #define NEG_DNS 50 const char Version[] = "2.0"; -const char VersionDate[] = "$Date: 1998/11/05 21:59:47 $"; +const char VersionDate[] = "$Date: 1998/11/26 07:14:39 $"; static int ShowCommand(struct cmdargs const *); static int TerminalCommand(struct cmdargs const *); diff --git a/usr.sbin/ppp/command.h b/usr.sbin/ppp/command.h index 16dad599ea8a..1bac2ad0df9b 100644 --- a/usr.sbin/ppp/command.h +++ b/usr.sbin/ppp/command.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: command.h,v 1.15 1998/06/15 19:06:06 brian Exp $ + * $Id: command.h,v 1.2.6.5 1998/11/26 07:14:40 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/datalink.c b/usr.sbin/ppp/datalink.c index ebb48add6d42..37eb09e62b75 100644 --- a/usr.sbin/ppp/datalink.c +++ b/usr.sbin/ppp/datalink.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: datalink.c,v 1.19 1998/08/18 00:53:48 brian Exp $ + * $Id: datalink.c,v 1.20 1998/10/17 12:28:06 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/datalink.h b/usr.sbin/ppp/datalink.h index 40801997e31b..b77434daed50 100644 --- a/usr.sbin/ppp/datalink.h +++ b/usr.sbin/ppp/datalink.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: datalink.h,v 1.4 1998/06/15 19:05:19 brian Exp $ + * $Id: datalink.h,v 1.5 1998/08/07 18:42:48 brian Exp $ */ #define DATALINK_CLOSED (0) diff --git a/usr.sbin/ppp/deflate.c b/usr.sbin/ppp/deflate.c index 72e6febd382a..9b9e240e217e 100644 --- a/usr.sbin/ppp/deflate.c +++ b/usr.sbin/ppp/deflate.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: deflate.c,v 1.11 1998/08/07 18:42:48 brian Exp $ + * $Id: deflate.c,v 1.6.2.2 1998/11/26 07:14:40 jkh Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/deflate.h b/usr.sbin/ppp/deflate.h index 751816bbf3cd..e724866c574e 100644 --- a/usr.sbin/ppp/deflate.h +++ b/usr.sbin/ppp/deflate.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: deflate.h,v 1.3 1997/12/21 12:11:05 brian Exp $ + * $Id: deflate.h,v 1.3.2.2 1998/11/26 07:14:40 jkh Exp $ */ extern const struct ccp_algorithm PppdDeflateAlgorithm; diff --git a/usr.sbin/ppp/defs.c b/usr.sbin/ppp/defs.c index 055176ac8e3b..67de0ca0ba8a 100644 --- a/usr.sbin/ppp/defs.c +++ b/usr.sbin/ppp/defs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: defs.c,v 1.17 1998/06/27 14:18:05 brian Exp $ + * $Id: defs.c,v 1.11.2.4 1998/11/26 07:14:40 jkh Exp $ */ diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h index 2611dacefd5d..80c4d8ae98e3 100644 --- a/usr.sbin/ppp/defs.h +++ b/usr.sbin/ppp/defs.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: defs.h,v 1.36 1998/08/25 17:48:42 brian Exp $ + * $Id: defs.h,v 1.4.2.12 1998/11/26 07:14:40 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/descriptor.h b/usr.sbin/ppp/descriptor.h index 98cda53f1795..dd36730715f3 100644 --- a/usr.sbin/ppp/descriptor.h +++ b/usr.sbin/ppp/descriptor.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: descriptor.h,v 1.3 1998/05/23 22:24:34 brian Exp $ + * $Id: descriptor.h,v 1.4 1998/06/24 19:33:31 brian Exp $ */ #define PHYSICAL_DESCRIPTOR (1) diff --git a/usr.sbin/ppp/filter.c b/usr.sbin/ppp/filter.c index 7f8f49214f00..b2f62c2b7350 100644 --- a/usr.sbin/ppp/filter.c +++ b/usr.sbin/ppp/filter.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: filter.c,v 1.26 1998/10/22 02:32:48 brian Exp $ + * $Id: filter.c,v 1.6.2.10 1998/11/26 07:14:40 jkh Exp $ * * TODO: Shoud send ICMP error message when we discard packets. */ diff --git a/usr.sbin/ppp/filter.h b/usr.sbin/ppp/filter.h index 3ef6e08a2145..079ab09ce436 100644 --- a/usr.sbin/ppp/filter.h +++ b/usr.sbin/ppp/filter.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: filter.h,v 1.12 1998/05/21 21:45:16 brian Exp $ + * $Id: filter.h,v 1.4.2.5 1998/11/26 07:14:40 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/fsm.c b/usr.sbin/ppp/fsm.c index a237d8d8bfe1..2b78cf0ac2ec 100644 --- a/usr.sbin/ppp/fsm.c +++ b/usr.sbin/ppp/fsm.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: fsm.c,v 1.37 1998/09/04 18:25:59 brian Exp $ + * $Id: fsm.c,v 1.7.2.11 1998/11/26 07:14:40 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/fsm.h b/usr.sbin/ppp/fsm.h index 19be13fe0dc6..d7cfdf5a1464 100644 --- a/usr.sbin/ppp/fsm.h +++ b/usr.sbin/ppp/fsm.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: fsm.h,v 1.19 1998/06/25 22:33:24 brian Exp $ + * $Id: fsm.h,v 1.5.2.5 1998/11/26 07:14:40 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/hdlc.c b/usr.sbin/ppp/hdlc.c index 5b98c5b5a091..df84b2fec172 100644 --- a/usr.sbin/ppp/hdlc.c +++ b/usr.sbin/ppp/hdlc.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: hdlc.c,v 1.36 1998/08/07 18:42:48 brian Exp $ + * $Id: hdlc.c,v 1.9.2.9 1998/11/26 07:14:40 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/hdlc.h b/usr.sbin/ppp/hdlc.h index 4fb5ba8a6a09..007ada2ea193 100644 --- a/usr.sbin/ppp/hdlc.h +++ b/usr.sbin/ppp/hdlc.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: hdlc.h,v 1.15 1998/05/21 21:45:30 brian Exp $ + * $Id: hdlc.h,v 1.4.2.6 1998/11/26 07:14:41 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/id.c b/usr.sbin/ppp/id.c index cc7714aa0d4a..204ef2d3c38e 100644 --- a/usr.sbin/ppp/id.c +++ b/usr.sbin/ppp/id.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: id.c,v 1.11 1998/06/27 23:48:44 brian Exp $ + * $Id: id.c,v 1.6.2.3 1998/11/26 07:14:41 jkh Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/id.h b/usr.sbin/ppp/id.h index 53fc801b1040..ae60c2cf9a42 100644 --- a/usr.sbin/ppp/id.h +++ b/usr.sbin/ppp/id.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: id.h,v 1.7 1998/05/29 18:33:09 brian Exp $ + * $Id: id.h,v 1.3.2.3 1998/11/26 07:14:41 jkh Exp $ */ struct utmp; diff --git a/usr.sbin/ppp/iface.c b/usr.sbin/ppp/iface.c index bca10ee0c3c6..7b361bc2c5f7 100644 --- a/usr.sbin/ppp/iface.c +++ b/usr.sbin/ppp/iface.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iface.c,v 1.1 1998/10/22 02:32:49 brian Exp $ + * $Id: iface.c,v 1.2 1998/10/26 19:07:36 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/iface.h b/usr.sbin/ppp/iface.h index f3b1dade5ee9..32b97690352d 100644 --- a/usr.sbin/ppp/iface.h +++ b/usr.sbin/ppp/iface.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id:$ + * $Id: iface.h,v 1.1 1998/10/22 02:32:49 brian Exp $ */ struct iface_addr { diff --git a/usr.sbin/ppp/ip.c b/usr.sbin/ppp/ip.c index e10b26cb65ed..25823eb8de32 100644 --- a/usr.sbin/ppp/ip.c +++ b/usr.sbin/ppp/ip.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ip.c,v 1.54 1998/11/10 00:32:39 brian Exp $ + * $Id: ip.c,v 1.9.2.19 1998/11/26 07:14:41 jkh Exp $ * * TODO: * o Return ICMP message for filterd packet diff --git a/usr.sbin/ppp/ip.h b/usr.sbin/ppp/ip.h index 0275f34cb868..b912b193f7ab 100644 --- a/usr.sbin/ppp/ip.h +++ b/usr.sbin/ppp/ip.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ip.h,v 1.11 1998/08/26 17:39:37 brian Exp $ + * $Id: ip.h,v 1.1.4.4 1998/11/26 07:14:41 jkh Exp $ * */ diff --git a/usr.sbin/ppp/ipcp.c b/usr.sbin/ppp/ipcp.c index 101ee45a4075..7f7195397e90 100644 --- a/usr.sbin/ppp/ipcp.c +++ b/usr.sbin/ppp/ipcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.c,v 1.68 1998/10/26 19:07:39 brian Exp $ + * $Id: ipcp.c,v 1.9.2.22 1998/11/26 07:14:41 jkh Exp $ * * TODO: * o More RFC1772 backward compatibility diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h index e21fafc7b3fb..1840a15fac70 100644 --- a/usr.sbin/ppp/ipcp.h +++ b/usr.sbin/ppp/ipcp.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.h,v 1.22 1998/10/26 19:07:39 brian Exp $ + * $Id: ipcp.h,v 1.4.2.6 1998/11/26 07:14:41 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/iplist.c b/usr.sbin/ppp/iplist.c index e639c789558b..1054fa25401a 100644 --- a/usr.sbin/ppp/iplist.c +++ b/usr.sbin/ppp/iplist.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iplist.c,v 1.7 1998/06/27 23:48:47 brian Exp $ + * $Id: iplist.c,v 1.4.2.2 1998/11/26 07:14:41 jkh Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/iplist.h b/usr.sbin/ppp/iplist.h index 60d57491fa31..4561a8a774cb 100644 --- a/usr.sbin/ppp/iplist.h +++ b/usr.sbin/ppp/iplist.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iplist.h,v 1.3 1998/06/27 23:48:47 brian Exp $ + * $Id: iplist.h,v 1.2.2.3 1998/11/26 07:14:41 jkh Exp $ */ struct iplist_cur { diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index 604c72c6dcf4..dbe2bf5c7914 100644 --- a/usr.sbin/ppp/lcp.c +++ b/usr.sbin/ppp/lcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcp.c,v 1.65 1998/10/17 12:28:02 brian Exp $ + * $Id: lcp.c,v 1.10.2.27 1998/11/26 07:14:41 jkh Exp $ * * TODO: * o Limit data field length by MRU diff --git a/usr.sbin/ppp/lcp.h b/usr.sbin/ppp/lcp.h index 7c2015d196c3..ae5d4539f80c 100644 --- a/usr.sbin/ppp/lcp.h +++ b/usr.sbin/ppp/lcp.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcp.h,v 1.19 1998/08/07 18:42:49 brian Exp $ + * $Id: lcp.h,v 1.4.6.4 1998/11/26 07:14:42 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/lcpproto.h b/usr.sbin/ppp/lcpproto.h index 6baca925ae8c..f4f918e03ee2 100644 --- a/usr.sbin/ppp/lcpproto.h +++ b/usr.sbin/ppp/lcpproto.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcpproto.h,v 1.12 1998/08/07 18:42:49 brian Exp $ + * $Id: lcpproto.h,v 1.4.6.4 1998/11/26 07:14:42 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/link.c b/usr.sbin/ppp/link.c index 68672a533c85..e24c1cfd113a 100644 --- a/usr.sbin/ppp/link.c +++ b/usr.sbin/ppp/link.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: link.c,v 1.5 1998/08/25 17:48:42 brian Exp $ + * $Id: link.c,v 1.6 1998/08/26 18:07:56 brian Exp $ * */ diff --git a/usr.sbin/ppp/link.h b/usr.sbin/ppp/link.h index 6a3858b87ba8..4d9fc8ce3cb8 100644 --- a/usr.sbin/ppp/link.h +++ b/usr.sbin/ppp/link.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: link.h,v 1.3 1998/05/23 17:05:27 brian Exp $ + * $Id: link.h,v 1.4 1998/08/25 17:48:42 brian Exp $ * */ diff --git a/usr.sbin/ppp/loadalias.c b/usr.sbin/ppp/loadalias.c index 123a3aa8ab69..f9a1787a92ea 100644 --- a/usr.sbin/ppp/loadalias.c +++ b/usr.sbin/ppp/loadalias.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: loadalias.c,v 1.1.2.8 1998/04/25 09:17:50 brian Exp $ + * $Id: loadalias.c,v 1.1.2.9 1998/06/28 10:39:33 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/loadalias.h b/usr.sbin/ppp/loadalias.h index 0fec74ea97aa..00c4ed62545a 100644 --- a/usr.sbin/ppp/loadalias.h +++ b/usr.sbin/ppp/loadalias.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: loadalias.h,v 1.1.2.2 1998/01/26 20:04:52 brian Exp $ */ struct aliasHandlers { diff --git a/usr.sbin/ppp/log.c b/usr.sbin/ppp/log.c index aa6bd24bc29e..4c8607265816 100644 --- a/usr.sbin/ppp/log.c +++ b/usr.sbin/ppp/log.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: log.c,v 1.35 1998/08/21 18:10:14 brian Exp $ + * $Id: log.c,v 1.4.2.11 1998/11/26 07:14:42 jkh Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/log.h b/usr.sbin/ppp/log.h index bfe8f3b8c4c3..1c6a3e36f20a 100644 --- a/usr.sbin/ppp/log.h +++ b/usr.sbin/ppp/log.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: log.h,v 1.23 1998/08/09 15:34:11 brian Exp $ + * $Id: log.h,v 1.6.2.7 1998/11/26 07:14:42 jkh Exp $ */ #define LogMIN (1) diff --git a/usr.sbin/ppp/lqr.c b/usr.sbin/ppp/lqr.c index 9698d5253d08..0ca72f5cce7d 100644 --- a/usr.sbin/ppp/lqr.c +++ b/usr.sbin/ppp/lqr.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lqr.c,v 1.30 1998/08/07 18:42:49 brian Exp $ + * $Id: lqr.c,v 1.7.2.13 1998/11/26 07:14:43 jkh Exp $ * * o LQR based on RFC1333 * diff --git a/usr.sbin/ppp/lqr.h b/usr.sbin/ppp/lqr.h index 39a7fd55ad88..a1a6031ad7cb 100644 --- a/usr.sbin/ppp/lqr.h +++ b/usr.sbin/ppp/lqr.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lqr.h,v 1.13 1998/05/21 21:46:36 brian Exp $ + * $Id: lqr.h,v 1.3.2.4 1998/11/26 07:14:43 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c index 1ec037a8826c..ccec2e800ab7 100644 --- a/usr.sbin/ppp/main.c +++ b/usr.sbin/ppp/main.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: main.c,v 1.145 1998/10/31 17:38:46 brian Exp $ + * $Id: main.c,v 1.22.2.50 1998/11/26 07:14:43 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/main.h b/usr.sbin/ppp/main.h index 6bc3404300ed..00bb72650f9d 100644 --- a/usr.sbin/ppp/main.h +++ b/usr.sbin/ppp/main.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: main.h,v 1.10 1998/05/21 21:46:43 brian Exp $ + * $Id: main.h,v 1.1.4.4 1998/11/26 07:14:43 jkh Exp $ * */ diff --git a/usr.sbin/ppp/mbuf.c b/usr.sbin/ppp/mbuf.c index 136118f1d5a2..40d3982b7e18 100644 --- a/usr.sbin/ppp/mbuf.c +++ b/usr.sbin/ppp/mbuf.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: mbuf.c,v 1.22 1998/08/25 17:48:42 brian Exp $ + * $Id: mbuf.c,v 1.3.6.6 1998/11/26 07:14:43 jkh Exp $ * */ #include <sys/types.h> diff --git a/usr.sbin/ppp/mbuf.h b/usr.sbin/ppp/mbuf.h index d55017025dc9..91c3f4ee321d 100644 --- a/usr.sbin/ppp/mbuf.h +++ b/usr.sbin/ppp/mbuf.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: mbuf.h,v 1.14 1998/08/21 18:10:15 brian Exp $ + * $Id: mbuf.h,v 1.2.6.4 1998/11/26 07:14:43 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/modem.c b/usr.sbin/ppp/modem.c index c906600e2238..08c7b69ec1a2 100644 --- a/usr.sbin/ppp/modem.c +++ b/usr.sbin/ppp/modem.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: modem.c,v 1.99 1998/08/26 18:07:56 brian Exp $ + * $Id: modem.c,v 1.24.2.33 1998/11/26 07:14:44 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/modem.h b/usr.sbin/ppp/modem.h index ea554acf63f5..ff47282b1944 100644 --- a/usr.sbin/ppp/modem.h +++ b/usr.sbin/ppp/modem.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: modem.h,v 1.18 1998/05/28 23:15:40 brian Exp $ + * $Id: modem.h,v 1.5.2.4 1998/11/26 07:14:44 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/mp.c b/usr.sbin/ppp/mp.c index 201ce6692bd6..b1be4e2cc1df 100644 --- a/usr.sbin/ppp/mp.c +++ b/usr.sbin/ppp/mp.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp.c,v 1.16 1998/09/04 18:25:59 brian Exp $ + * $Id: mp.c,v 1.17 1998/10/24 01:08:45 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/mp.h b/usr.sbin/ppp/mp.h index c421b4ba70f1..4e816d60be68 100644 --- a/usr.sbin/ppp/mp.h +++ b/usr.sbin/ppp/mp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp.h,v 1.3 1998/05/23 17:05:28 brian Exp $ + * $Id: mp.h,v 1.4 1998/08/25 17:48:43 brian Exp $ */ struct mbuf; diff --git a/usr.sbin/ppp/os.c b/usr.sbin/ppp/os.c index b3756928c5ca..2f62e503badf 100644 --- a/usr.sbin/ppp/os.c +++ b/usr.sbin/ppp/os.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: os.c,v 1.7.2.17 1998/05/19 21:50:47 brian Exp $ + * $Id: os.c,v 1.7.2.18 1998/06/28 10:39:38 brian Exp $ * */ #include <sys/param.h> diff --git a/usr.sbin/ppp/os.h b/usr.sbin/ppp/os.h index 628eef425ad8..5b8e17a1d028 100644 --- a/usr.sbin/ppp/os.h +++ b/usr.sbin/ppp/os.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: os.h,v 1.3.2.3 1997/09/03 00:42:16 brian Exp $ + * $Id: os.h,v 1.3.2.4 1998/01/26 20:05:04 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/pap.c b/usr.sbin/ppp/pap.c index 683ebfe697ff..d1d451c4451f 100644 --- a/usr.sbin/ppp/pap.c +++ b/usr.sbin/ppp/pap.c @@ -18,7 +18,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: pap.c,v 1.27 1998/08/26 18:07:57 brian Exp $ + * $Id: pap.c,v 1.7.2.11 1998/11/26 07:14:44 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/pap.h b/usr.sbin/ppp/pap.h index bbc7759da66d..484eb6a011ee 100644 --- a/usr.sbin/ppp/pap.h +++ b/usr.sbin/ppp/pap.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: pap.h,v 1.6 1998/05/21 21:47:21 brian Exp $ + * $Id: pap.h,v 1.1.1.1.6.4 1998/11/26 07:14:44 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/pathnames.h b/usr.sbin/ppp/pathnames.h index e0f2f5fb02e7..ca54453c1ce0 100644 --- a/usr.sbin/ppp/pathnames.h +++ b/usr.sbin/ppp/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * - * $Id: pathnames.h,v 1.4.6.3 1997/09/10 02:23:32 brian Exp $ + * $Id: pathnames.h,v 1.4.6.4 1998/01/26 20:05:08 brian Exp $ * * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 */ diff --git a/usr.sbin/ppp/phase.c b/usr.sbin/ppp/phase.c index 9522f8c25486..90d1ed355342 100644 --- a/usr.sbin/ppp/phase.c +++ b/usr.sbin/ppp/phase.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: phase.c,v 1.6.2.1 1998/01/26 20:05:10 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/phase.h b/usr.sbin/ppp/phase.h index 875af3a3b4e5..bf2786a1aa8f 100644 --- a/usr.sbin/ppp/phase.h +++ b/usr.sbin/ppp/phase.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: phase.h,v 1.2.6.3 1997/08/25 00:34:36 brian Exp $ + * $Id: phase.h,v 1.2.6.4 1998/01/26 20:05:11 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/physical.c b/usr.sbin/ppp/physical.c index 680f487bcbbd..7033385fd0f7 100644 --- a/usr.sbin/ppp/physical.c +++ b/usr.sbin/ppp/physical.c @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: physical.c,v 1.5 1998/08/07 18:42:50 brian Exp $ + * $Id: physical.c,v 1.6 1998/08/25 17:48:43 brian Exp $ * */ diff --git a/usr.sbin/ppp/physical.h b/usr.sbin/ppp/physical.h index 2803248b407d..b7ad6f3d94c9 100644 --- a/usr.sbin/ppp/physical.h +++ b/usr.sbin/ppp/physical.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: physical.h,v 1.3 1998/05/29 18:33:10 brian Exp $ + * $Id: physical.h,v 1.4 1998/08/25 17:48:43 brian Exp $ * */ diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index 1ef721b44f2b..669f36b2a46a 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.136 1998/11/08 13:06:19 brian Exp $ +.\" $Id: ppp.8,v 1.19.2.39 1998/11/26 07:14:44 jkh Exp $ .Dd 20 September 1995 .Os FreeBSD .Dt PPP 8 diff --git a/usr.sbin/ppp/pred.c b/usr.sbin/ppp/pred.c index 6bbdf65db011..ed6021e7c45f 100644 --- a/usr.sbin/ppp/pred.c +++ b/usr.sbin/ppp/pred.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pred.c,v 1.22 1998/08/07 18:42:50 brian Exp $ + * $Id: pred.c,v 1.7.2.6 1998/11/26 07:14:46 jkh Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/pred.h b/usr.sbin/ppp/pred.h index 3b375e91658b..8d63497dce5f 100644 --- a/usr.sbin/ppp/pred.h +++ b/usr.sbin/ppp/pred.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: pred.h,v 1.7 1997/12/03 10:23:52 brian Exp $ + * $Id: pred.h,v 1.1.4.4 1998/11/26 07:14:46 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/probe.c b/usr.sbin/ppp/probe.c index 027fe1b2b921..5b175593ae4c 100644 --- a/usr.sbin/ppp/probe.c +++ b/usr.sbin/ppp/probe.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: probe.c,v 1.1 1998/06/24 19:36:36 brian Exp $ + * $Id: probe.c,v 1.2 1998/06/27 14:18:10 brian Exp $ */ #include <sys/time.h> diff --git a/usr.sbin/ppp/probe.h b/usr.sbin/ppp/probe.h index 866283b203e7..ca993f8e4b85 100644 --- a/usr.sbin/ppp/probe.h +++ b/usr.sbin/ppp/probe.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: probe.h,v 1.1 1998/06/24 19:36:37 brian Exp $ */ struct probe { diff --git a/usr.sbin/ppp/prompt.c b/usr.sbin/ppp/prompt.c index cdd230474465..ba1a62bcef00 100644 --- a/usr.sbin/ppp/prompt.c +++ b/usr.sbin/ppp/prompt.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: prompt.c,v 1.11 1998/08/09 15:34:11 brian Exp $ + * $Id: prompt.c,v 1.12 1998/08/26 17:39:37 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/prompt.h b/usr.sbin/ppp/prompt.h index 13a5fccb8090..893d1f3851b3 100644 --- a/usr.sbin/ppp/prompt.h +++ b/usr.sbin/ppp/prompt.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: prompt.h,v 1.3 1998/05/23 22:24:49 brian Exp $ + * $Id: prompt.h,v 1.4 1998/06/15 19:06:54 brian Exp $ */ #define LOCAL_AUTH 0x01 diff --git a/usr.sbin/ppp/route.c b/usr.sbin/ppp/route.c index 71edc203d93a..0a454a8c5d8e 100644 --- a/usr.sbin/ppp/route.c +++ b/usr.sbin/ppp/route.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: route.c,v 1.54 1998/10/22 02:32:50 brian Exp $ + * $Id: route.c,v 1.9.2.15 1998/11/26 07:14:46 jkh Exp $ * */ diff --git a/usr.sbin/ppp/route.h b/usr.sbin/ppp/route.h index c7dfd2262c04..476ea60eacea 100644 --- a/usr.sbin/ppp/route.h +++ b/usr.sbin/ppp/route.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: route.h,v 1.11 1998/05/21 21:48:12 brian Exp $ + * $Id: route.h,v 1.1.4.4 1998/11/26 07:14:46 jkh Exp $ * */ diff --git a/usr.sbin/ppp/server.c b/usr.sbin/ppp/server.c index 10a42dc3c8ae..f4d08bfbcba2 100644 --- a/usr.sbin/ppp/server.c +++ b/usr.sbin/ppp/server.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: server.c,v 1.23 1998/08/02 13:01:16 brian Exp $ + * $Id: server.c,v 1.1.2.8 1998/11/26 07:14:46 jkh Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/server.h b/usr.sbin/ppp/server.h index fbd9110af658..5af8bd42f07b 100644 --- a/usr.sbin/ppp/server.h +++ b/usr.sbin/ppp/server.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: server.h,v 1.5 1998/05/21 21:48:18 brian Exp $ + * $Id: server.h,v 1.1.2.4 1998/11/26 07:14:46 jkh Exp $ */ struct bundle; diff --git a/usr.sbin/ppp/sig.c b/usr.sbin/ppp/sig.c index 2a4886dfa9ea..ff303874929a 100644 --- a/usr.sbin/ppp/sig.c +++ b/usr.sbin/ppp/sig.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sig.c,v 1.13 1998/05/21 21:48:20 brian Exp $ + * $Id: sig.c,v 1.2.2.6 1998/11/26 07:14:46 jkh Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/sig.h b/usr.sbin/ppp/sig.h index b70b1782983a..823db8b72e6f 100644 --- a/usr.sbin/ppp/sig.h +++ b/usr.sbin/ppp/sig.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sig.h,v 1.12 1998/05/21 21:48:23 brian Exp $ + * $Id: sig.h,v 1.2.2.6 1998/11/26 07:14:46 jkh Exp $ */ typedef void (*sig_type)(int); diff --git a/usr.sbin/ppp/slcompress.c b/usr.sbin/ppp/slcompress.c index 159b0b0b2e18..5e9806e8ad31 100644 --- a/usr.sbin/ppp/slcompress.c +++ b/usr.sbin/ppp/slcompress.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: slcompress.c,v 1.20 1998/08/26 17:39:37 brian Exp $ + * $Id: slcompress.c,v 1.6.2.7 1998/11/26 07:14:46 jkh Exp $ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. diff --git a/usr.sbin/ppp/slcompress.h b/usr.sbin/ppp/slcompress.h index fd00a24c356f..6da65d832d96 100644 --- a/usr.sbin/ppp/slcompress.h +++ b/usr.sbin/ppp/slcompress.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: slcompress.h,v 1.12 1998/06/14 00:56:12 brian Exp $ + * $Id: slcompress.h,v 1.3.6.6 1998/11/26 07:14:46 jkh Exp $ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. diff --git a/usr.sbin/ppp/systems.c b/usr.sbin/ppp/systems.c index 5ae03ae20573..a58cf85e03f6 100644 --- a/usr.sbin/ppp/systems.c +++ b/usr.sbin/ppp/systems.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: systems.c,v 1.40 1998/10/31 17:38:47 brian Exp $ + * $Id: systems.c,v 1.6.2.11 1998/11/26 07:14:46 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/systems.h b/usr.sbin/ppp/systems.h index 24930cb36633..a213b0e80d7a 100644 --- a/usr.sbin/ppp/systems.h +++ b/usr.sbin/ppp/systems.h @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: systems.h,v 1.13 1998/10/31 17:38:47 brian Exp $ + * $Id: systems.h,v 1.1.4.5 1998/11/26 07:14:47 jkh Exp $ * */ diff --git a/usr.sbin/ppp/throughput.c b/usr.sbin/ppp/throughput.c index a601140179a3..ec245709eaf0 100644 --- a/usr.sbin/ppp/throughput.c +++ b/usr.sbin/ppp/throughput.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: throughput.c,v 1.8 1998/06/12 20:12:26 brian Exp $ + * $Id: throughput.c,v 1.4.2.2 1998/11/26 07:14:47 jkh Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/throughput.h b/usr.sbin/ppp/throughput.h index 40f8ff85f64a..c42c65f70b76 100644 --- a/usr.sbin/ppp/throughput.h +++ b/usr.sbin/ppp/throughput.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: throughput.h,v 1.5 1998/06/12 20:12:26 brian Exp $ + * $Id: throughput.h,v 1.2.2.2 1998/11/26 07:14:47 jkh Exp $ */ #define SAMPLE_PERIOD 5 diff --git a/usr.sbin/ppp/timer.c b/usr.sbin/ppp/timer.c index 76c8505f0a7f..6fadac946794 100644 --- a/usr.sbin/ppp/timer.c +++ b/usr.sbin/ppp/timer.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: timer.c,v 1.31 1998/06/27 14:18:11 brian Exp $ + * $Id: timer.c,v 1.5.2.10 1998/11/26 07:14:47 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/timer.h b/usr.sbin/ppp/timer.h index 2f77596f4c9a..03e3f6559c54 100644 --- a/usr.sbin/ppp/timer.h +++ b/usr.sbin/ppp/timer.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: timer.h,v 1.7 1998/06/20 01:36:38 brian Exp $ + * $Id: timer.h,v 1.5.2.2 1998/11/26 07:14:47 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/tun.c b/usr.sbin/ppp/tun.c index 53d966c1b892..1d7dca52d616 100644 --- a/usr.sbin/ppp/tun.c +++ b/usr.sbin/ppp/tun.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tun.c,v 1.10 1998/10/22 02:32:50 brian Exp $ + * $Id: tun.c,v 1.6.2.2 1998/11/26 07:14:47 jkh Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/tun.h b/usr.sbin/ppp/tun.h index 454c1ecfa2d0..bd68e745fa76 100644 --- a/usr.sbin/ppp/tun.h +++ b/usr.sbin/ppp/tun.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tun.h,v 1.6 1998/08/26 17:39:35 brian Exp $ + * $Id: tun.h,v 1.3.2.3 1998/11/26 07:14:47 jkh Exp $ */ struct tun_data { diff --git a/usr.sbin/ppp/ua.h b/usr.sbin/ppp/ua.h index fb68e98dbf03..f326b9c0f3bf 100644 --- a/usr.sbin/ppp/ua.h +++ b/usr.sbin/ppp/ua.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ua.h,v 1.1 1998/09/04 18:26:00 brian Exp $ + * $Id: ua.h,v 1.2 1998/09/15 17:22:20 brian Exp $ */ #ifdef __i386__ /* Do any other archs not care about alignment ? */ diff --git a/usr.sbin/ppp/vars.c b/usr.sbin/ppp/vars.c index b0c78ec06ecf..3cb3129efdcc 100644 --- a/usr.sbin/ppp/vars.c +++ b/usr.sbin/ppp/vars.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: vars.c,v 1.9.2.16 1998/01/26 20:05:32 brian Exp $ + * $Id: vars.c,v 1.9.2.17 1998/07/06 02:07:29 brian Exp $ * */ #include <sys/param.h> @@ -39,7 +39,7 @@ #include "auth.h" char VarVersion[] = "PPP Version 1.7"; -char VarLocalVersion[] = "$Date: 1998/01/26 20:05:32 $"; +char VarLocalVersion[] = "$Date: 1998/07/06 02:07:29 $"; int Utmp = 0; int ipKeepAlive = 0; int reconnectState = RECON_UNKNOWN; diff --git a/usr.sbin/ppp/vars.h b/usr.sbin/ppp/vars.h index a7532a1c70df..79831f810446 100644 --- a/usr.sbin/ppp/vars.h +++ b/usr.sbin/ppp/vars.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: vars.h,v 1.7.2.15 1997/09/26 00:25:14 brian Exp $ + * $Id: vars.h,v 1.7.2.16 1998/01/26 20:05:32 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/vjcomp.c b/usr.sbin/ppp/vjcomp.c index d998be3c46cd..47c579d146fb 100644 --- a/usr.sbin/ppp/vjcomp.c +++ b/usr.sbin/ppp/vjcomp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: vjcomp.c,v 1.23 1998/08/26 18:07:57 brian Exp $ + * $Id: vjcomp.c,v 1.4.2.6 1998/11/26 07:14:47 jkh Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/vjcomp.h b/usr.sbin/ppp/vjcomp.h index 4bebd11ea8ff..e845cee9ac2c 100644 --- a/usr.sbin/ppp/vjcomp.h +++ b/usr.sbin/ppp/vjcomp.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: vjcomp.h,v 1.6 1998/05/21 21:49:08 brian Exp $ + * $Id: vjcomp.h,v 1.5.2.2 1998/11/26 07:14:47 jkh Exp $ */ struct mbuf; |
