diff options
Diffstat (limited to 'usr.sbin/ppp')
82 files changed, 84 insertions, 84 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 25eff129a16c..45cb3a6cd03d 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9.2.16 1998/06/07 17:10:22 brian Exp $ +# $Id: Makefile,v 1.9.2.17 1998/06/26 18:52:44 brian Exp $ PROG= ppp SRCS= arp.c async.c auth.c ccp.c chap.c chat.c command.c deflate.c \ diff --git a/usr.sbin/ppp/alias_cmd.c b/usr.sbin/ppp/alias_cmd.c index 63ec7fd8afdd..e08228feb95d 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$ + * $Id: alias_cmd.c,v 1.1.2.5 1998/01/26 20:04:12 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/alias_cmd.h b/usr.sbin/ppp/alias_cmd.h index 45881c421a2f..4948567b1528 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$ + * $Id: alias_cmd.h,v 1.1.2.2 1998/01/26 20:04:13 brian Exp $ */ extern int AliasRedirectPort(struct cmdargs const *); diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c index 3e10df8363ba..42e4c93a2330 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.5.2.5 1997/09/10 02:23:27 brian Exp $ + * $Id: arp.c,v 1.5.2.6 1998/01/26 20:04:13 brian Exp $ * */ diff --git a/usr.sbin/ppp/arp.h b/usr.sbin/ppp/arp.h index a490ac668016..1dde6a947c56 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.1.4.2 1997/08/25 00:34:20 brian Exp $ + * $Id: arp.h,v 1.1.4.3 1998/01/26 20:04:15 brian Exp $ * */ diff --git a/usr.sbin/ppp/async.c b/usr.sbin/ppp/async.c index c74ad7b7fd0c..c660d0447cab 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.5.2.5 1998/01/26 20:04:15 brian Exp $ + * $Id: async.c,v 1.5.2.6 1998/06/27 12:05:22 brian Exp $ * */ #include <sys/param.h> diff --git a/usr.sbin/ppp/async.h b/usr.sbin/ppp/async.h index 13fa6b9b9060..53ea846a9418 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$ + * $Id: async.h,v 1.2.2.1 1998/01/26 20:04:17 brian Exp $ */ extern void AsyncInit(void); diff --git a/usr.sbin/ppp/auth.c b/usr.sbin/ppp/auth.c index 6f64ca935434..5c641ffd9cf5 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.7.2.8 1997/09/09 22:01:25 brian Exp $ + * $Id: auth.c,v 1.7.2.9 1998/01/26 20:04:18 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 b9bd9b9f08b7..10db0175f4dd 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.3.2.3 1997/09/05 23:07:18 brian Exp $ + * $Id: auth.h,v 1.3.2.4 1998/01/26 20:04:18 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/ccp.c b/usr.sbin/ppp/ccp.c index a078da6be37b..f8fb0ea34adb 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.7.2.8 1998/01/26 20:04:19 brian Exp $ + * $Id: ccp.c,v 1.7.2.9 1998/02/18 19:39:28 brian Exp $ * * TODO: * o Support other compression protocols diff --git a/usr.sbin/ppp/ccp.h b/usr.sbin/ppp/ccp.h index c559b21d8dc2..55513762b4f9 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.3.2.3 1998/01/26 20:04:19 brian Exp $ + * $Id: ccp.h,v 1.3.2.4 1998/06/28 10:39:25 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/chap.c b/usr.sbin/ppp/chap.c index 591c0c4d347e..c003d17831b7 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.7.2.10 1998/01/26 20:04:20 brian Exp $ + * $Id: chap.c,v 1.7.2.11 1998/02/19 02:10:55 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/chap.h b/usr.sbin/ppp/chap.h index 625d1d27ba3e..9980d67c86b9 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.3.2.2 1997/08/25 00:34:22 brian Exp $ + * $Id: chap.h,v 1.3.2.3 1998/01/26 20:04:21 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/chap_ms.c b/usr.sbin/ppp/chap_ms.c index c0d6004a6e69..ab708c2f0405 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$ + * $Id: chap_ms.c,v 1.5.2.1 1998/01/26 20:04:21 brian Exp $ * */ diff --git a/usr.sbin/ppp/chap_ms.h b/usr.sbin/ppp/chap_ms.h index 00988e1f704a..dc71028a3d3b 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$ + * $Id: chap_ms.h,v 1.2.2.1 1998/01/26 20:04:23 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 832786414357..6df3a00744af 100644 --- a/usr.sbin/ppp/chat.c +++ b/usr.sbin/ppp/chat.c @@ -18,7 +18,7 @@ * Columbus, OH 43221 * (614)451-1883 * - * $Id: chat.c,v 1.11.2.17 1997/10/24 23:15:36 brian Exp $ + * $Id: chat.c,v 1.11.2.18 1998/01/26 20:04:24 brian Exp $ * * TODO: * o Support more UUCP compatible control sequences. diff --git a/usr.sbin/ppp/chat.h b/usr.sbin/ppp/chat.h index 4a6016503387..dcd4cde4ed70 100644 --- a/usr.sbin/ppp/chat.h +++ b/usr.sbin/ppp/chat.h @@ -18,7 +18,7 @@ * Columbus, OH 43221 * (614)451-1883 * - * $Id: chat.h,v 1.1.4.4 1997/08/25 00:34:22 brian Exp $ + * $Id: chat.h,v 1.1.4.5 1998/01/26 20:04:27 brian Exp $ * */ diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 0da5dbec61e5..df3303847a4b 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.24.2.51 1998/06/07 17:10:53 brian Exp $ + * $Id: command.c,v 1.24.2.52 1998/06/28 10:39:27 brian Exp $ * */ #include <sys/param.h> diff --git a/usr.sbin/ppp/command.h b/usr.sbin/ppp/command.h index 3e2f7f7498ff..9b3b5fba2918 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.2.6.3 1997/09/22 00:50:36 brian Exp $ + * $Id: command.h,v 1.2.6.4 1998/01/26 20:04:31 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/deflate.c b/usr.sbin/ppp/deflate.c index a85b3004df1c..872c31f98934 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$ + * $Id: deflate.c,v 1.6.2.1 1998/01/26 20:04:32 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/deflate.h b/usr.sbin/ppp/deflate.h index ed36c87f1df2..fcf998846e1a 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.2.1 1998/01/26 20:04:33 brian Exp $ */ extern const struct ccp_algorithm PppdDeflateAlgorithm; diff --git a/usr.sbin/ppp/defs.c b/usr.sbin/ppp/defs.c index aa95e48c2429..fe3879f08b2b 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.11.2.2 1998/03/09 13:51:59 jkh Exp $ + * $Id: defs.c,v 1.11.2.3 1998/03/13 03:25:16 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h index af923685d9e3..117644565d55 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.4.2.10 1997/10/24 23:15:38 brian Exp $ + * $Id: defs.h,v 1.4.2.11 1998/01/26 20:04:35 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/filter.c b/usr.sbin/ppp/filter.c index 1c02d5e84a50..76a7ab37fcfd 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.6.2.8 1998/01/26 20:04:35 brian Exp $ + * $Id: filter.c,v 1.6.2.9 1998/06/27 12:05:22 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 de5793f4aae4..93830339f20f 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.4.2.3 1997/08/25 00:34:25 brian Exp $ + * $Id: filter.h,v 1.4.2.4 1998/01/26 20:04:36 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/fsm.c b/usr.sbin/ppp/fsm.c index 86b2a65c556f..875336569bec 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.7.2.9 1998/01/26 20:04:36 brian Exp $ + * $Id: fsm.c,v 1.7.2.10 1998/06/28 10:39:29 brian Exp $ * * TODO: * o Refer loglevel for log output diff --git a/usr.sbin/ppp/fsm.h b/usr.sbin/ppp/fsm.h index 137ceac08f8e..a74d57e65743 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.5.2.3 1997/08/25 00:34:26 brian Exp $ + * $Id: fsm.h,v 1.5.2.4 1998/01/26 20:04:37 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/hdlc.c b/usr.sbin/ppp/hdlc.c index 6b15e0ffdf97..2b2ba8ff4926 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.9.2.7 1998/01/26 20:04:39 brian Exp $ + * $Id: hdlc.c,v 1.9.2.8 1998/03/13 00:58:08 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/hdlc.h b/usr.sbin/ppp/hdlc.h index 1cba3406559b..f28bc90546eb 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.4.2.4 1997/08/25 00:34:27 brian Exp $ + * $Id: hdlc.h,v 1.4.2.5 1998/01/26 20:04:40 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/id.c b/usr.sbin/ppp/id.c index 9e7cc9a6bef4..c4f961f81672 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.6.2.1 1998/01/26 20:04:41 brian Exp $ + * $Id: id.c,v 1.6.2.2 1998/02/19 02:10:58 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/id.h b/usr.sbin/ppp/id.h index feb3a5e0491c..dbde9056b368 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.3.2.1 1998/01/26 20:04:42 brian Exp $ + * $Id: id.h,v 1.3.2.2 1998/02/19 02:11:00 brian Exp $ */ struct utmp; diff --git a/usr.sbin/ppp/ip.c b/usr.sbin/ppp/ip.c index 765f1cd0044a..6fe7ea555578 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.9.2.17 1998/04/25 09:17:44 brian Exp $ + * $Id: ip.c,v 1.9.2.18 1998/06/27 12:05:23 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 b2aa6d126929..8fa3f64d8067 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.1.4.2 1997/08/25 00:34:28 brian Exp $ + * $Id: ip.h,v 1.1.4.3 1998/01/26 20:04:45 brian Exp $ * */ diff --git a/usr.sbin/ppp/ipcp.c b/usr.sbin/ppp/ipcp.c index 7b35d4d3aa83..b86c0996399d 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.9.2.20 1998/01/26 20:04:45 brian Exp $ + * $Id: ipcp.c,v 1.9.2.21 1998/06/27 16:32:07 brian Exp $ * * TODO: * o More RFC1772 backwoard compatibility diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h index 6106ba89c1a3..681a5049b06a 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.4.2.4 1997/09/05 23:22:26 brian Exp $ + * $Id: ipcp.h,v 1.4.2.5 1998/01/26 20:04:46 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/iplist.c b/usr.sbin/ppp/iplist.c index db5200b5e20e..60a9c4993969 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$ + * $Id: iplist.c,v 1.4.2.1 1998/01/26 20:04:47 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/iplist.h b/usr.sbin/ppp/iplist.h index 4123255e0b03..c53aa9cc93e1 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.2.1 1998/01/26 20:04:48 brian Exp $ + * $Id: iplist.h,v 1.2.2.2 1998/06/28 10:39:30 brian Exp $ */ struct iplist { diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index 711a758d2c26..5dd0b048b7b5 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.10.2.25 1998/06/27 12:05:24 brian Exp $ + * $Id: lcp.c,v 1.10.2.26 1998/06/28 10:39:31 brian Exp $ * * TODO: * o Validate magic number received from peer. diff --git a/usr.sbin/ppp/lcp.h b/usr.sbin/ppp/lcp.h index abb4108260f1..75df2d7ae861 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.4.6.2 1997/08/25 00:34:29 brian Exp $ + * $Id: lcp.h,v 1.4.6.3 1998/01/26 20:04:50 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/lcpproto.h b/usr.sbin/ppp/lcpproto.h index 88b56ceb7c0d..aefa2df6db99 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.4.6.2 1997/08/25 00:34:30 brian Exp $ + * $Id: lcpproto.h,v 1.4.6.3 1998/01/26 20:04:50 brian Exp $ * * TODO: */ 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 a1fcb83f7d2e..ba3d6bbdb2bf 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$ + * $Id: log.c,v 1.4.2.10 1998/01/26 20:04:53 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/log.h b/usr.sbin/ppp/log.h index 875159ed20b6..1f16968870dd 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$ + * $Id: log.h,v 1.6.2.6 1998/01/26 20:04:55 brian Exp $ */ #define LogMIN (1) diff --git a/usr.sbin/ppp/lqr.c b/usr.sbin/ppp/lqr.c index a1854fe4ccf0..99cb9d9adfa0 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.7.2.11 1998/06/26 19:04:31 brian Exp $ + * $Id: lqr.c,v 1.7.2.12 1998/06/28 10:39:34 brian Exp $ * * o LQR based on RFC1333 * diff --git a/usr.sbin/ppp/lqr.h b/usr.sbin/ppp/lqr.h index 3e673dcfb1bd..54beb3ff36b0 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.3.2.2 1997/08/25 00:34:31 brian Exp $ + * $Id: lqr.h,v 1.3.2.3 1998/01/26 20:04:56 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c index b97f5c9cb10d..43ba51e74229 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.22.2.48 1998/06/27 12:05:25 brian Exp $ + * $Id: main.c,v 1.22.2.49 1998/06/28 10:39:34 brian Exp $ * * TODO: * o Add commands for traffic summary, version display, etc. diff --git a/usr.sbin/ppp/main.h b/usr.sbin/ppp/main.h index add9fd417568..ac12c8570676 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.1.4.2 1997/08/25 00:34:32 brian Exp $ + * $Id: main.h,v 1.1.4.3 1998/01/26 20:05:01 brian Exp $ * */ diff --git a/usr.sbin/ppp/mbuf.c b/usr.sbin/ppp/mbuf.c index 48f49adb0812..f37886a2df75 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.3.6.4 1997/08/25 00:34:33 brian Exp $ + * $Id: mbuf.c,v 1.3.6.5 1998/01/26 20:05:01 brian Exp $ * */ #include <sys/param.h> diff --git a/usr.sbin/ppp/mbuf.h b/usr.sbin/ppp/mbuf.h index 2c1dddf36129..ec47c59f8a48 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.2.6.2 1997/08/25 00:34:33 brian Exp $ + * $Id: mbuf.h,v 1.2.6.3 1998/01/26 20:05:02 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/modem.c b/usr.sbin/ppp/modem.c index 3f892a8157bc..2bc8a49f7ec6 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.24.2.30 1998/02/19 02:11:03 brian Exp $ + * $Id: modem.c,v 1.24.2.31 1998/03/06 00:36:08 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/modem.h b/usr.sbin/ppp/modem.h index cc1e88bb4ac6..8569334dbe17 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.5.2.2 1997/08/25 00:34:34 brian Exp $ + * $Id: modem.h,v 1.5.2.3 1998/01/26 20:05:03 brian Exp $ * * TODO: */ 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 769a9d754489..d1c00ec3b611 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.7.2.9 1998/01/26 20:05:06 brian Exp $ + * $Id: pap.c,v 1.7.2.10 1998/02/19 02:11:05 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/pap.h b/usr.sbin/ppp/pap.h index 15e7ff20ef2a..2e5921d15609 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.1.1.1.6.2 1997/08/25 00:34:35 brian Exp $ + * $Id: pap.h,v 1.1.1.1.6.3 1998/01/26 20:05:07 brian 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/ppp.8 b/usr.sbin/ppp/ppp.8 index 8b04c9bdb1bf..b21c218fc506 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.19.2.37 1998/03/16 07:11:27 steve Exp $ +.\" $Id: ppp.8,v 1.19.2.38 1998/06/12 17:47:37 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 1534eeea27ac..919f6c3faa52 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.7.2.4 1997/08/25 00:34:37 brian Exp $ + * $Id: pred.c,v 1.7.2.5 1998/01/26 20:05:14 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/pred.h b/usr.sbin/ppp/pred.h index 79354804668c..3ab7bd70ee4c 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.1.4.2 1997/08/25 00:34:37 brian Exp $ + * $Id: pred.h,v 1.1.4.3 1998/01/26 20:05:14 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/route.c b/usr.sbin/ppp/route.c index 709c13b98f8c..781679545915 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.9.2.12 1998/04/25 00:21:52 brian Exp $ + * $Id: route.c,v 1.9.2.13 1998/06/27 12:05:27 brian Exp $ * */ diff --git a/usr.sbin/ppp/route.h b/usr.sbin/ppp/route.h index f491c65188de..7ee310391256 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.1.4.2 1997/08/25 00:34:38 brian Exp $ + * $Id: route.h,v 1.1.4.3 1998/01/26 20:05:16 brian Exp $ * */ diff --git a/usr.sbin/ppp/server.c b/usr.sbin/ppp/server.c index 52af1fd2efc8..1cf1faf8586a 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.1.2.6 1998/01/26 20:05:17 brian Exp $ + * $Id: server.c,v 1.1.2.7 1998/02/18 20:41:35 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/server.h b/usr.sbin/ppp/server.h index c0598bde82d6..8b212e24b53d 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$ + * $Id: server.h,v 1.1.2.3 1998/01/26 20:05:18 brian Exp $ */ extern int server; diff --git a/usr.sbin/ppp/sig.c b/usr.sbin/ppp/sig.c index 021d6a82539a..e4b1c42ebc85 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.2.2.4 1998/01/26 20:05:19 brian Exp $ + * $Id: sig.c,v 1.2.2.5 1998/03/08 23:42:38 brian Exp $ */ #include <sys/types.h> diff --git a/usr.sbin/ppp/sig.h b/usr.sbin/ppp/sig.h index 927d5a715d88..97db1503d4de 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.2.2.4 1997/08/25 00:34:39 brian Exp $ + * $Id: sig.h,v 1.2.2.5 1998/01/26 20:05:19 brian Exp $ */ typedef void (*sig_type)(int); diff --git a/usr.sbin/ppp/slcompress.c b/usr.sbin/ppp/slcompress.c index 0382e89dee9a..aed79f46b780 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.6.2.5 1998/01/26 20:05:20 brian Exp $ + * $Id: slcompress.c,v 1.6.2.6 1998/06/27 12:05:28 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 ef7f897f7329..e4b94e62cebf 100644 --- a/usr.sbin/ppp/slcompress.h +++ b/usr.sbin/ppp/slcompress.h @@ -1,7 +1,7 @@ /* * Definitions for tcp compression routines. * - * $Header: /home/ncvs/src/usr.sbin/ppp/slcompress.h,v 1.10 1997/11/22 03:37:50 brian Exp $ + * $Header: /home/ncvs/src/usr.sbin/ppp/slcompress.h,v 1.3.6.5 1998/01/26 20:05:21 brian Exp $ * * Copyright (c) 1989 Regents of the University of California. * All rights reserved. @@ -18,7 +18,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: slcompress.h,v 1.3.6.4 1997/10/07 21:56:08 brian Exp $ + * $Id: slcompress.h,v 1.3.6.5 1998/01/26 20:05:21 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 938f84d0894e..ad9a6333ea0c 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.6.2.9 1997/09/05 23:07:37 brian Exp $ + * $Id: systems.c,v 1.6.2.10 1998/01/26 20:05:23 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/systems.h b/usr.sbin/ppp/systems.h index 9f8df9eb1d2f..bbeaceb1b986 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.1.4.3 1997/08/25 00:34:40 brian Exp $ + * $Id: systems.h,v 1.1.4.4 1998/01/26 20:05:24 brian Exp $ * */ diff --git a/usr.sbin/ppp/throughput.c b/usr.sbin/ppp/throughput.c index 1901b5c9de63..836d2f2ba228 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$ + * $Id: throughput.c,v 1.4.2.1 1998/01/26 20:05:25 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/throughput.h b/usr.sbin/ppp/throughput.h index 6325d722dad6..fc4085eeccb3 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$ + * $Id: throughput.h,v 1.2.2.1 1998/01/26 20:05:26 brian Exp $ */ #define SAMPLE_PERIOD 5 diff --git a/usr.sbin/ppp/timer.c b/usr.sbin/ppp/timer.c index 737e9b9a9953..1cdc5f4e3ed0 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.5.2.8 1998/01/26 20:05:27 brian Exp $ + * $Id: timer.c,v 1.5.2.9 1998/06/28 10:39:39 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/timer.h b/usr.sbin/ppp/timer.h index cfce064cee95..8693ab9b115c 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$ + * $Id: timer.h,v 1.5.2.1 1998/01/26 20:05:28 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/tun.c b/usr.sbin/ppp/tun.c index f106d52db3b7..791cfbaeb853 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$ + * $Id: tun.c,v 1.6.2.1 1998/01/26 20:05:29 brian Exp $ */ #include <sys/param.h> diff --git a/usr.sbin/ppp/tun.h b/usr.sbin/ppp/tun.h index a60529971c34..f301ede35f1d 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.3.2.1 1998/01/26 20:05:29 brian Exp $ + * $Id: tun.h,v 1.3.2.2 1998/06/27 12:05:28 brian Exp $ */ struct tun_data { 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 705bd2ebc592..1c9c7b88cf9a 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.4.2.4 1997/10/07 21:56:09 brian Exp $ + * $Id: vjcomp.c,v 1.4.2.5 1998/01/26 20:05:33 brian Exp $ * * TODO: */ diff --git a/usr.sbin/ppp/vjcomp.h b/usr.sbin/ppp/vjcomp.h index cd475c9b7149..5c57d23b4f25 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$ + * $Id: vjcomp.h,v 1.5.2.1 1998/01/26 20:05:34 brian Exp $ */ extern void VjInit(int); |
