diff options
Diffstat (limited to 'usr.sbin/ppp')
92 files changed, 92 insertions, 92 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index d8e1f87eefac..5496a3216453 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.47 1998/08/31 12:14:31 brian Exp $ +# $Id: Makefile,v 1.48 1998/09/19 22:42:11 obrien 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 efe0d67bb589..1fa4df604d76 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.17 1998/08/26 17:39:36 brian Exp $ + * $Id: alias_cmd.c,v 1.18 1998/09/17 00:45:25 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/alias_cmd.h b/usr.sbin/ppp/alias_cmd.h index 495397c14070..7665ec415afa 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.7.2.2 1998/05/01 19:23:44 brian Exp $ + * $Id: alias_cmd.h,v 1.8 1998/05/21 21:43:45 brian Exp $ */ struct cmdargs; diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c index b819c9aa5a4e..b7707d4f393e 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.29 1998/06/16 19:40:34 brian Exp $ + * $Id: arp.c,v 1.30 1998/08/26 17:39:36 brian Exp $ * */ diff --git a/usr.sbin/ppp/arp.h b/usr.sbin/ppp/arp.h index 25e4270c3421..f135b9933742 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.7.2.7 1998/05/01 19:23:50 brian Exp $ + * $Id: arp.h,v 1.8 1998/05/21 21:43:53 brian Exp $ * */ diff --git a/usr.sbin/ppp/async.c b/usr.sbin/ppp/async.c index ef59427cb156..4f2143bd45af 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.16 1998/05/21 21:43:55 brian Exp $ + * $Id: async.c,v 1.17 1998/06/16 19:40:34 brian Exp $ * */ #include <sys/types.h> diff --git a/usr.sbin/ppp/async.h b/usr.sbin/ppp/async.h index 4bd30a9c50a1..a137c8cc3dfd 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.3 1998/05/21 21:43:57 brian Exp $ + * $Id: async.h,v 1.4 1998/06/27 12:03:48 brian Exp $ */ #define HDLCSIZE (MAX_MRU*2+6) diff --git a/usr.sbin/ppp/auth.c b/usr.sbin/ppp/auth.c index be406d024907..df8c5c3f77f0 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.32 1998/08/07 18:42:47 brian Exp $ + * $Id: auth.c,v 1.33 1998/08/26 17:39:36 brian 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 3766f03816d2..5203c57446d0 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.11 1998/05/21 21:44:03 brian Exp $ + * $Id: auth.h,v 1.12 1998/08/07 18:42:47 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/bundle.c b/usr.sbin/ppp/bundle.c index 569d893f72dd..2e0790a98317 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.34 1998/08/26 17:39:36 brian Exp $ + * $Id: bundle.c,v 1.35 1998/09/17 00:45:25 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h index aee0cc23c594..0817ba4b6c1d 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.12 1998/08/07 18:42:47 brian Exp $ + * $Id: bundle.h,v 1.13 1998/08/25 17:48:42 brian Exp $ */ #define PHASE_DEAD 0 /* Link is dead */ diff --git a/usr.sbin/ppp/cbcp.c b/usr.sbin/ppp/cbcp.c index 27f83e9f204d..ded834ca2182 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.1 1998/08/07 18:44:16 brian Exp $ + * $Id: cbcp.c,v 1.2 1998/08/26 17:39:38 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 00c8560c70e1..b11e3e276328 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.39 1998/08/26 17:39:36 brian Exp $ + * $Id: ccp.c,v 1.40 1998/08/26 18:07:56 brian Exp $ * * TODO: * o Support other compression protocols diff --git a/usr.sbin/ppp/ccp.h b/usr.sbin/ppp/ccp.h index b79fc272f850..263dc0a8d4c4 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.18 1998/06/27 23:48:41 brian Exp $ + * $Id: ccp.h,v 1.19 1998/06/30 23:04:12 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/chap.c b/usr.sbin/ppp/chap.c index c2652d61a118..585f9ab5db6a 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.36 1998/08/07 18:42:47 brian Exp $ + * $Id: chap.c,v 1.37 1998/08/26 18:07:56 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/chap.h b/usr.sbin/ppp/chap.h index c5043543aa16..9022c0c670b4 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.9.2.6 1998/05/01 19:24:05 brian Exp $ + * $Id: chap.h,v 1.10 1998/05/21 21:44:27 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/chap_ms.c b/usr.sbin/ppp/chap_ms.c index 2649706e1c05..90f97dcc5092 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.5.4.3 1998/05/01 19:24:07 brian Exp $ + * $Id: chap_ms.c,v 1.6 1998/05/21 21:44:30 brian Exp $ * */ diff --git a/usr.sbin/ppp/chap_ms.h b/usr.sbin/ppp/chap_ms.h index 19538983a39f..ecc1d47cc4a1 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.2.4.1 1998/05/01 19:24:08 brian Exp $ + * $Id: chap_ms.h,v 1.3 1998/05/21 21:44:32 brian Exp $ */ /* Max # of (Unicode) chars in an NT password */ diff --git a/usr.sbin/ppp/chat.c b/usr.sbin/ppp/chat.c index fa81677b5820..98256fd61b24 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.50 1998/06/27 14:18:01 brian Exp $ + * $Id: chat.c,v 1.51 1998/08/07 18:42:47 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/chat.h b/usr.sbin/ppp/chat.h index e57f32ef3009..8403f346dd55 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.9.2.8 1998/05/01 19:24:13 brian Exp $ + * $Id: chat.h,v 1.10 1998/05/21 21:44:39 brian Exp $ */ #define CHAT_EXPECT 0 diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 1b74fc55afda..99dac5467e40 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.165 1998/08/29 23:02:42 brian Exp $ + * $Id: command.c,v 1.166 1998/09/17 00:45:26 brian Exp $ * */ #include <sys/types.h> @@ -131,7 +131,7 @@ #define NEG_DNS 50 const char Version[] = "2.0"; -const char VersionDate[] = "$Date: 1998/08/29 23:02:42 $"; +const char VersionDate[] = "$Date: 1998/09/17 00:45:26 $"; 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 f01901d57a22..16dad599ea8a 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.14 1998/06/15 19:05:42 brian Exp $ + * $Id: command.h,v 1.15 1998/06/15 19:06:06 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/datalink.c b/usr.sbin/ppp/datalink.c index cd6bd0ad3002..df7759896421 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.18 1998/08/09 15:34:11 brian Exp $ + * $Id: datalink.c,v 1.19 1998/08/18 00:53:48 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 4b0c930e1f07..72e6febd382a 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.10 1998/06/16 19:40:36 brian Exp $ + * $Id: deflate.c,v 1.11 1998/08/07 18:42:48 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/deflate.h b/usr.sbin/ppp/deflate.h index ed36c87f1df2..751816bbf3cd 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$ + * $Id: deflate.h,v 1.3 1997/12/21 12:11:05 brian Exp $ */ extern const struct ccp_algorithm PppdDeflateAlgorithm; diff --git a/usr.sbin/ppp/defs.c b/usr.sbin/ppp/defs.c index 32b72b3f891c..055176ac8e3b 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.16 1998/06/15 19:06:41 brian Exp $ + * $Id: defs.c,v 1.17 1998/06/27 14:18:05 brian Exp $ */ diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h index faf23ea67b9a..2611dacefd5d 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.35 1998/08/07 18:42:48 brian Exp $ + * $Id: defs.h,v 1.36 1998/08/25 17:48:42 brian 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 3437d11ae874..256ac5d18f98 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.24 1998/06/15 19:06:07 brian Exp $ + * $Id: filter.c,v 1.25 1998/06/27 12:03:48 brian 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 f96af409ada6..3ef6e08a2145 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.11.2.7 1998/05/01 19:24:30 brian Exp $ + * $Id: filter.h,v 1.12 1998/05/21 21:45:16 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/fsm.c b/usr.sbin/ppp/fsm.c index 9cc3fd5e2d1b..a237d8d8bfe1 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.36 1998/08/01 01:02:41 brian Exp $ + * $Id: fsm.c,v 1.37 1998/09/04 18:25:59 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/fsm.h b/usr.sbin/ppp/fsm.h index 6a047ba9e95c..19be13fe0dc6 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.18 1998/06/20 00:19:38 brian Exp $ + * $Id: fsm.h,v 1.19 1998/06/25 22:33:24 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/hdlc.c b/usr.sbin/ppp/hdlc.c index d03c9f377163..5b98c5b5a091 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.35 1998/08/01 01:02:12 brian Exp $ + * $Id: hdlc.c,v 1.36 1998/08/07 18:42:48 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/hdlc.h b/usr.sbin/ppp/hdlc.h index 14864ced60bb..4fb5ba8a6a09 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.14.2.12 1998/05/01 19:24:39 brian Exp $ + * $Id: hdlc.h,v 1.15 1998/05/21 21:45:30 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/id.c b/usr.sbin/ppp/id.c index a602ef68cb2c..cc7714aa0d4a 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.10 1998/05/29 18:33:08 brian Exp $ + * $Id: id.c,v 1.11 1998/06/27 23:48:44 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/id.h b/usr.sbin/ppp/id.h index 2fcf3c9c04de..53fc801b1040 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.6 1998/05/28 23:15:37 brian Exp $ + * $Id: id.h,v 1.7 1998/05/29 18:33:09 brian Exp $ */ struct utmp; diff --git a/usr.sbin/ppp/ip.c b/usr.sbin/ppp/ip.c index a7ffb306e63d..64b739cff2fc 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.52 1998/08/26 17:39:37 brian Exp $ + * $Id: ip.c,v 1.53 1998/09/17 00:45:26 brian Exp $ * * TODO: * o Return ICMP message for filterd packet diff --git a/usr.sbin/ppp/ip.h b/usr.sbin/ppp/ip.h index 20ce67d21cf0..0275f34cb868 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.10 1998/08/25 17:48:42 brian Exp $ + * $Id: ip.h,v 1.11 1998/08/26 17:39:37 brian Exp $ * */ diff --git a/usr.sbin/ppp/ipcp.c b/usr.sbin/ppp/ipcp.c index 40e1dfa2313d..8ffec42e4f62 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.65 1998/09/04 18:25:59 brian Exp $ + * $Id: ipcp.c,v 1.66 1998/09/17 00:45:26 brian Exp $ * * TODO: * o More RFC1772 backward compatibility diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h index c0a025ec5deb..e0f5cd1e036b 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.19 1998/05/21 21:45:49 brian Exp $ + * $Id: ipcp.h,v 1.20 1998/08/26 17:39:37 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/iplist.c b/usr.sbin/ppp/iplist.c index 2eddeebd3703..e639c789558b 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.6 1998/06/15 19:06:47 brian Exp $ + * $Id: iplist.c,v 1.7 1998/06/27 23:48:47 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/iplist.h b/usr.sbin/ppp/iplist.h index ce1778dc504c..60d57491fa31 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.2 1997/12/21 12:11:06 brian Exp $ + * $Id: iplist.h,v 1.3 1998/06/27 23:48:47 brian Exp $ */ struct iplist_cur { diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index 9591aef4a923..27cbc71b82a3 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.63 1998/09/04 18:25:59 brian Exp $ + * $Id: lcp.c,v 1.64 1998/09/09 00:03:09 brian Exp $ * * TODO: * o Limit data field length by MRU diff --git a/usr.sbin/ppp/lcp.h b/usr.sbin/ppp/lcp.h index 62dce126d978..7c2015d196c3 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.18 1998/06/27 23:48:48 brian Exp $ + * $Id: lcp.h,v 1.19 1998/08/07 18:42:49 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/lcpproto.h b/usr.sbin/ppp/lcpproto.h index 8434822459c5..6baca925ae8c 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.11 1998/05/21 21:46:05 brian Exp $ + * $Id: lcpproto.h,v 1.12 1998/08/07 18:42:49 brian 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/log.c b/usr.sbin/ppp/log.c index 90cedb8553b7..aa6bd24bc29e 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.34 1998/08/09 15:34:11 brian Exp $ + * $Id: log.c,v 1.35 1998/08/21 18:10:14 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/log.h b/usr.sbin/ppp/log.h index 1da385c30b53..bfe8f3b8c4c3 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.22 1998/08/07 18:42:49 brian Exp $ + * $Id: log.h,v 1.23 1998/08/09 15:34:11 brian Exp $ */ #define LogMIN (1) diff --git a/usr.sbin/ppp/lqr.c b/usr.sbin/ppp/lqr.c index a54af4168d5a..9698d5253d08 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.29 1998/06/27 23:48:49 brian Exp $ + * $Id: lqr.c,v 1.30 1998/08/07 18:42:49 brian Exp $ * * o LQR based on RFC1333 * diff --git a/usr.sbin/ppp/lqr.h b/usr.sbin/ppp/lqr.h index f562828dde62..39a7fd55ad88 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.12.2.6 1998/05/08 01:15:09 brian Exp $ + * $Id: lqr.h,v 1.13 1998/05/21 21:46:36 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c index e092574fb071..59b18b89ba75 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.142 1998/08/09 09:13:54 brian Exp $ + * $Id: main.c,v 1.143 1998/09/17 00:45:27 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/main.h b/usr.sbin/ppp/main.h index 8d84cafffa87..6bc3404300ed 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.9.2.9 1998/04/07 00:54:08 brian Exp $ + * $Id: main.h,v 1.10 1998/05/21 21:46:43 brian Exp $ * */ diff --git a/usr.sbin/ppp/mbuf.c b/usr.sbin/ppp/mbuf.c index 9601689343c2..136118f1d5a2 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.21 1998/08/21 18:10:15 brian Exp $ + * $Id: mbuf.c,v 1.22 1998/08/25 17:48:42 brian Exp $ * */ #include <sys/types.h> diff --git a/usr.sbin/ppp/mbuf.h b/usr.sbin/ppp/mbuf.h index 2517eda39ba4..d55017025dc9 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.13 1998/08/07 18:42:50 brian Exp $ + * $Id: mbuf.h,v 1.14 1998/08/21 18:10:15 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/modem.c b/usr.sbin/ppp/modem.c index 3c894929d06e..c906600e2238 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.98 1998/08/09 15:34:11 brian Exp $ + * $Id: modem.c,v 1.99 1998/08/26 18:07:56 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/modem.h b/usr.sbin/ppp/modem.h index 58f54dd4e286..ea554acf63f5 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.17 1998/05/21 21:47:02 brian Exp $ + * $Id: modem.h,v 1.18 1998/05/28 23:15:40 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/mp.c b/usr.sbin/ppp/mp.c index e9d38baafeac..8cb93bf6a5d1 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.15 1998/08/26 17:39:37 brian Exp $ + * $Id: mp.c,v 1.16 1998/09/04 18:25:59 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/null_alias_cmd.c b/usr.sbin/ppp/null_alias_cmd.c new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/usr.sbin/ppp/null_alias_cmd.c diff --git a/usr.sbin/ppp/pap.c b/usr.sbin/ppp/pap.c index 95a39c6977e6..683ebfe697ff 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.26 1998/08/07 18:42:50 brian Exp $ + * $Id: pap.c,v 1.27 1998/08/26 18:07:57 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/pap.h b/usr.sbin/ppp/pap.h index b4b63af46dce..bbc7759da66d 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.5.2.5 1998/05/01 19:25:32 brian Exp $ + * $Id: pap.h,v 1.6 1998/05/21 21:47:21 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 4ed85beb200a..bd61d50e272e 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.125 1998/09/17 00:45:12 brian Exp $ +.\" $Id: ppp.8,v 1.126 1998/09/18 23:28:10 brian 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 dcf8b8b8b4a1..6bbdf65db011 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.21 1998/05/21 21:47:53 brian Exp $ + * $Id: pred.c,v 1.22 1998/08/07 18:42:50 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/pred.h b/usr.sbin/ppp/pred.h index 08a091159e91..3b375e91658b 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.6 1997/10/26 01:03:35 brian Exp $ + * $Id: pred.h,v 1.7 1997/12/03 10:23:52 brian 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 a80204d1be25..a28c3bc125e1 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.52 1998/07/28 21:54:54 brian Exp $ + * $Id: route.c,v 1.53 1998/08/17 06:42:40 brian Exp $ * */ diff --git a/usr.sbin/ppp/route.h b/usr.sbin/ppp/route.h index cd0877d5c496..c7dfd2262c04 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.10.2.6 1998/05/05 23:30:13 brian Exp $ + * $Id: route.h,v 1.11 1998/05/21 21:48:12 brian Exp $ * */ diff --git a/usr.sbin/ppp/server.c b/usr.sbin/ppp/server.c index 2a6ccfe77bf3..10a42dc3c8ae 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.22 1998/06/27 14:18:10 brian Exp $ + * $Id: server.c,v 1.23 1998/08/02 13:01:16 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/server.h b/usr.sbin/ppp/server.h index 55052ab78028..fbd9110af658 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.4.2.5 1998/05/01 19:25:52 brian Exp $ + * $Id: server.h,v 1.5 1998/05/21 21:48:18 brian Exp $ */ struct bundle; diff --git a/usr.sbin/ppp/sig.c b/usr.sbin/ppp/sig.c index b79e7e9866f8..2a4886dfa9ea 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.11.2.5 1998/05/01 19:25:56 brian Exp $ + * $Id: sig.c,v 1.13 1998/05/21 21:48:20 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/sig.h b/usr.sbin/ppp/sig.h index 5b0a4f02aab3..b70b1782983a 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.11.2.1 1998/05/01 19:25:57 brian Exp $ + * $Id: sig.h,v 1.12 1998/05/21 21:48:23 brian Exp $ */ typedef void (*sig_type)(int); diff --git a/usr.sbin/ppp/slcompress.c b/usr.sbin/ppp/slcompress.c index 0a1b9c1b8404..159b0b0b2e18 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.19 1998/06/27 12:03:50 brian Exp $ + * $Id: slcompress.c,v 1.20 1998/08/26 17:39:37 brian 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 6af790598532..fd00a24c356f 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.11 1998/05/21 21:48:30 brian Exp $ + * $Id: slcompress.h,v 1.12 1998/06/14 00:56:12 brian 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 e5583f661dd4..ee90d9c0b12c 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.37 1998/06/15 19:05:47 brian Exp $ + * $Id: systems.c,v 1.38 1998/06/15 19:06:25 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/systems.h b/usr.sbin/ppp/systems.h index 5d3c311a9537..1dffb924b4c5 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.11 1998/05/21 21:48:36 brian Exp $ + * $Id: systems.h,v 1.12 1998/06/15 19:05:51 brian Exp $ * */ diff --git a/usr.sbin/ppp/throughput.c b/usr.sbin/ppp/throughput.c index 6773f2e63da7..a601140179a3 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.7 1998/06/12 17:45:41 brian Exp $ + * $Id: throughput.c,v 1.8 1998/06/12 20:12:26 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/throughput.h b/usr.sbin/ppp/throughput.h index bdeac1e86b4f..40f8ff85f64a 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.4 1998/06/09 18:49:10 brian Exp $ + * $Id: throughput.h,v 1.5 1998/06/12 20:12:26 brian Exp $ */ #define SAMPLE_PERIOD 5 diff --git a/usr.sbin/ppp/timer.c b/usr.sbin/ppp/timer.c index 9accce3bfab6..76c8505f0a7f 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.30 1998/06/20 01:36:38 brian Exp $ + * $Id: timer.c,v 1.31 1998/06/27 14:18:11 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/timer.h b/usr.sbin/ppp/timer.h index 5e6b6be5a7f1..2f77596f4c9a 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.6 1998/05/21 21:48:49 brian Exp $ + * $Id: timer.h,v 1.7 1998/06/20 01:36:38 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/tun.c b/usr.sbin/ppp/tun.c index c1d021f58a6d..abc31f94d6f3 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.8 1998/06/27 14:18:15 brian Exp $ + * $Id: tun.c,v 1.9 1998/08/09 16:41:01 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/tun.h b/usr.sbin/ppp/tun.h index b66987d21ef0..454c1ecfa2d0 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.5 1998/06/27 12:03:43 brian Exp $ + * $Id: tun.h,v 1.6 1998/08/26 17:39:35 brian 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/vjcomp.c b/usr.sbin/ppp/vjcomp.c index 8ff5b92015c7..d998be3c46cd 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.22 1998/08/07 18:42:51 brian Exp $ + * $Id: vjcomp.c,v 1.23 1998/08/26 18:07:57 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/vjcomp.h b/usr.sbin/ppp/vjcomp.h index b33436eb8902..4bebd11ea8ff 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.5.4.6 1998/05/01 19:26:12 brian Exp $ + * $Id: vjcomp.h,v 1.6 1998/05/21 21:49:08 brian Exp $ */ struct mbuf; |
