]> git.ozlabs.org Git - ppp.git/log
ppp.git
29 years agochange type of bitfield from u_short to u_int
Paul Mackerras [Tue, 18 Oct 1994 02:07:33 +0000 (02:07 +0000)]
change type of bitfield from u_short to u_int

29 years agofix up NAK processing for old ADDRS option
Paul Mackerras [Mon, 10 Oct 1994 01:59:17 +0000 (01:59 +0000)]
fix up NAK processing for old ADDRS option

29 years agoneed an endif
Paul Mackerras [Wed, 21 Sep 1994 06:50:08 +0000 (06:50 +0000)]
need an endif

29 years agouse ppp_defs.h instead of ppp.h, args.h; change some names
Paul Mackerras [Wed, 21 Sep 1994 06:47:37 +0000 (06:47 +0000)]
use ppp_defs.h instead of ppp.h, args.h; change some names

29 years agoadd ccp.c
Paul Mackerras [Wed, 21 Sep 1994 06:47:28 +0000 (06:47 +0000)]
add ccp.c

29 years agoextra include
Paul Mackerras [Wed, 21 Sep 1994 01:52:58 +0000 (01:52 +0000)]
extra include

29 years agodon't need GIDSET_TYPE=gid_t
Paul Mackerras [Wed, 21 Sep 1994 01:49:08 +0000 (01:49 +0000)]
don't need GIDSET_TYPE=gid_t

29 years agofix up prototypes
Paul Mackerras [Wed, 21 Sep 1994 01:37:22 +0000 (01:37 +0000)]
fix up prototypes

29 years agoprotect against multiple inclusion; add more protocols
Paul Mackerras [Wed, 21 Sep 1994 01:31:06 +0000 (01:31 +0000)]
protect against multiple inclusion; add more protocols

29 years agoInitial revision
Paul Mackerras [Wed, 21 Sep 1994 00:28:59 +0000 (00:28 +0000)]
Initial revision

29 years agoremoved stuff to ppp_defs.h
Paul Mackerras [Wed, 21 Sep 1994 00:28:21 +0000 (00:28 +0000)]
removed stuff to ppp_defs.h

29 years agoadded comp_stat and decomp_stat
Paul Mackerras [Mon, 19 Sep 1994 04:23:58 +0000 (04:23 +0000)]
added comp_stat and decomp_stat

29 years agostats now in a structure
Paul Mackerras [Mon, 19 Sep 1994 04:20:28 +0000 (04:20 +0000)]
stats now in a structure

29 years agouse ppp_defs.h; stats now in a structure
Paul Mackerras [Mon, 19 Sep 1994 04:20:13 +0000 (04:20 +0000)]
use ppp_defs.h; stats now in a structure

29 years agoremoved stuff that's now in ppp_defs.h
Paul Mackerras [Mon, 19 Sep 1994 04:19:13 +0000 (04:19 +0000)]
removed stuff that's now in ppp_defs.h

29 years agoInitial revision
Paul Mackerras [Mon, 19 Sep 1994 04:18:43 +0000 (04:18 +0000)]
Initial revision

29 years agodon't need kvm lib any more
Paul Mackerras [Mon, 19 Sep 1994 04:18:09 +0000 (04:18 +0000)]
don't need kvm lib any more

29 years agodon't need to be group kmem any more
Paul Mackerras [Mon, 19 Sep 1994 04:17:51 +0000 (04:17 +0000)]
don't need to be group kmem any more

29 years agodon't need kvm stuff any more
Paul Mackerras [Mon, 19 Sep 1994 04:15:17 +0000 (04:15 +0000)]
don't need kvm stuff any more

29 years agouse SIOCGPPPSTATS ioctl on a socket instead of poking around
Paul Mackerras [Mon, 19 Sep 1994 04:14:37 +0000 (04:14 +0000)]
use SIOCGPPPSTATS ioctl on a socket instead of poking around
in kernel memory

29 years agoInitial revision
Paul Mackerras [Fri, 16 Sep 1994 06:58:24 +0000 (06:58 +0000)]
Initial revision

29 years agoonly clear CRTSCTS if -crtscts option given
Paul Mackerras [Fri, 16 Sep 1994 02:35:42 +0000 (02:35 +0000)]
only clear CRTSCTS if -crtscts option given

29 years ago-crtscts and xonxoff now distinct.
Paul Mackerras [Fri, 16 Sep 1994 02:34:52 +0000 (02:34 +0000)]
-crtscts and xonxoff now distinct.

29 years agoupdated: bsdcomp, modem, crtscts, signal discussions.
Paul Mackerras [Fri, 16 Sep 1994 02:32:09 +0000 (02:32 +0000)]
updated: bsdcomp, modem, crtscts, signal discussions.

29 years agoadded ccp_fatal_error
Paul Mackerras [Fri, 16 Sep 1994 02:18:01 +0000 (02:18 +0000)]
added ccp_fatal_error

29 years agoadded ccp_late_error; use PPPIOCSNPMODE ioctl; moved ppp_available
Paul Mackerras [Fri, 16 Sep 1994 02:17:43 +0000 (02:17 +0000)]
added ccp_late_error; use PPPIOCSNPMODE ioctl; moved ppp_available

29 years agoallow two numbers for bsdcomp option
Paul Mackerras [Fri, 16 Sep 1994 02:16:13 +0000 (02:16 +0000)]
allow two numbers for bsdcomp option

29 years agoset receive characteristics when we send an ack
Paul Mackerras [Fri, 16 Sep 1994 02:15:37 +0000 (02:15 +0000)]
set receive characteristics when we send an ack
so we don't miss stuff immediately following their ack

29 years agoupdate to V1 of BSD Compress; only take CCP down for
Paul Mackerras [Fri, 16 Sep 1994 02:14:31 +0000 (02:14 +0000)]
update to V1 of BSD Compress; only take CCP down for
fatal decomp errors.

29 years agoupdate to V1 BSD Compress, avoid patent problems
Paul Mackerras [Fri, 16 Sep 1994 02:06:31 +0000 (02:06 +0000)]
update to V1 BSD Compress, avoid patent problems

29 years agouse u_int32_t, fixed some ioctls
Paul Mackerras [Fri, 16 Sep 1994 02:05:26 +0000 (02:05 +0000)]
use u_int32_t, fixed some ioctls

29 years agoadded patent nonsense.
Paul Mackerras [Fri, 16 Sep 1994 01:57:34 +0000 (01:57 +0000)]
added patent nonsense.

29 years agoupdated compression and demand-dial stuff
Paul Mackerras [Fri, 16 Sep 1994 01:54:06 +0000 (01:54 +0000)]
updated compression and demand-dial stuff

29 years agoadded stuff for demand dialling and compression
Paul Mackerras [Thu, 1 Sep 1994 00:45:32 +0000 (00:45 +0000)]
added stuff for demand dialling and compression

29 years agoadded -DHAVE_PATHS_H
Paul Mackerras [Thu, 1 Sep 1994 00:44:45 +0000 (00:44 +0000)]
added -DHAVE_PATHS_H

29 years agoadded ccp and -DGIDSET_TYPE=int
Paul Mackerras [Thu, 1 Sep 1994 00:40:40 +0000 (00:40 +0000)]
added ccp and -DGIDSET_TYPE=int

29 years agoadded ccp stuff and -DHAVE_PATHS_H
Paul Mackerras [Thu, 1 Sep 1994 00:40:01 +0000 (00:40 +0000)]
added ccp stuff and -DHAVE_PATHS_H

29 years agostuff moved here from main.c; use uint32 for IP addresses;
Paul Mackerras [Thu, 1 Sep 1994 00:39:09 +0000 (00:39 +0000)]
stuff moved here from main.c; use uint32 for IP addresses;
added wait_input and CCP stuff.

29 years agostuff moved here from main.c; use uint32 for IP addresses;
Paul Mackerras [Thu, 1 Sep 1994 00:38:34 +0000 (00:38 +0000)]
stuff moved here from main.c; use uint32 for IP addresses;
patches from Al Longyear; added wait_input and CCP stuff.

29 years agostuff moved here from main.c; use uint32 for IP addresses
Paul Mackerras [Thu, 1 Sep 1994 00:37:18 +0000 (00:37 +0000)]
stuff moved here from main.c; use uint32 for IP addresses

29 years agoDeclare option variables here; define uint32
Paul Mackerras [Thu, 1 Sep 1994 00:36:05 +0000 (00:36 +0000)]
Declare option variables here; define uint32

29 years agoUse paths.h if it is available.
Paul Mackerras [Thu, 1 Sep 1994 00:32:56 +0000 (00:32 +0000)]
Use paths.h if it is available.

29 years agoUse _PATH_VARRUN from pathnames.h instead of _PATH_PIDFILE
Paul Mackerras [Thu, 1 Sep 1994 00:32:24 +0000 (00:32 +0000)]
Use _PATH_VARRUN from pathnames.h instead of _PATH_PIDFILE

29 years agomade SIGUSR1 toggle debug and SIGUSR2 open CCP (patent nonsense).
Paul Mackerras [Thu, 1 Sep 1994 00:28:14 +0000 (00:28 +0000)]
made SIGUSR1 toggle debug and SIGUSR2 open CCP (patent nonsense).

29 years agouse uint32 instead of u_long
Paul Mackerras [Thu, 1 Sep 1994 00:25:35 +0000 (00:25 +0000)]
use uint32 instead of u_long

29 years agouse uint32 for ACCM and other 32-bit quantities
Paul Mackerras [Thu, 1 Sep 1994 00:24:45 +0000 (00:24 +0000)]
use uint32 for ACCM and other 32-bit quantities

29 years agouse unit32 for ACCM and other 32-bit quantities;
Paul Mackerras [Thu, 1 Sep 1994 00:24:14 +0000 (00:24 +0000)]
use unit32 for ACCM and other 32-bit quantities;
fix bugs in sending and checking echo-replies

29 years agouse uint32 for IP addresses
Paul Mackerras [Thu, 1 Sep 1994 00:23:12 +0000 (00:23 +0000)]
use uint32 for IP addresses

29 years agodeclare option variables in pppd.h; use uint32 for IP addresses
Paul Mackerras [Thu, 1 Sep 1994 00:22:38 +0000 (00:22 +0000)]
declare option variables in pppd.h; use uint32 for IP addresses

29 years agoadded copyright notice;
Paul Mackerras [Thu, 1 Sep 1994 00:16:20 +0000 (00:16 +0000)]
added copyright notice;
patent nonsense: take CCP down on error instead of sending reset-req.

29 years agofix bug with sending retransmission with id=-1 after seeing ack.
Paul Mackerras [Thu, 1 Sep 1994 00:14:03 +0000 (00:14 +0000)]
fix bug with sending retransmission with id=-1 after seeing ack.

29 years agodeclare option variables in pppd.h; use uint32 for IP addresses;
Paul Mackerras [Thu, 1 Sep 1994 00:13:16 +0000 (00:13 +0000)]
declare option variables in pppd.h; use uint32 for IP addresses;
define option variables here.

29 years agodeclare option variables in pppd.h; use uint32 for IP addresses
Paul Mackerras [Thu, 1 Sep 1994 00:12:52 +0000 (00:12 +0000)]
declare option variables in pppd.h; use uint32 for IP addresses

29 years agoadded RCS id
Paul Mackerras [Wed, 31 Aug 1994 23:58:53 +0000 (23:58 +0000)]
added RCS id

29 years agoInitial revision
Paul Mackerras [Wed, 31 Aug 1994 23:55:58 +0000 (23:55 +0000)]
Initial revision

29 years agoadded stuff for compression and demand dialling;
Paul Mackerras [Wed, 31 Aug 1994 23:51:23 +0000 (23:51 +0000)]
added stuff for compression and demand dialling;
removed ppp_if_info stuff.

29 years agofix null deref and packet length check (off by 1)
Paul Mackerras [Wed, 31 Aug 1994 23:47:43 +0000 (23:47 +0000)]
fix null deref and packet length check (off by 1)

29 years agomoved more stuff into sys-*.c
Paul Mackerras [Thu, 25 Aug 1994 06:55:21 +0000 (06:55 +0000)]
moved more stuff into sys-*.c
improvements to run-script stuff from Al Longyear
cleaned up variable declarations
open device non-blocking if connect script or local

29 years agoInitial revision
Paul Mackerras [Mon, 22 Aug 1994 01:54:49 +0000 (01:54 +0000)]
Initial revision

29 years agopush compress module, added ccp_test
Paul Mackerras [Mon, 22 Aug 1994 00:41:29 +0000 (00:41 +0000)]
push compress module, added ccp_test

29 years agoadd ccp_test
Paul Mackerras [Mon, 22 Aug 1994 00:41:00 +0000 (00:41 +0000)]
add ccp_test

29 years agodevname -> devnam
Paul Mackerras [Mon, 22 Aug 1994 00:40:48 +0000 (00:40 +0000)]
devname -> devnam

29 years agouse ccp_test, open in silent mode if we don't want any compression.
Paul Mackerras [Mon, 22 Aug 1994 00:38:36 +0000 (00:38 +0000)]
use ccp_test, open in silent mode if we don't want any compression.

29 years agoadded ccp
Paul Mackerras [Sun, 21 Aug 1994 23:44:13 +0000 (23:44 +0000)]
added ccp

29 years agoInitial revision
Paul Mackerras [Thu, 11 Aug 1994 01:44:32 +0000 (01:44 +0000)]
Initial revision

29 years agoadd support for CCP, use select/poll instead of signals.
Paul Mackerras [Tue, 9 Aug 1994 06:30:38 +0000 (06:30 +0000)]
add support for CCP, use select/poll instead of signals.

29 years ago*** empty log message ***
Paul Mackerras [Tue, 9 Aug 1994 06:29:42 +0000 (06:29 +0000)]
*** empty log message ***

29 years agoadd support for CCP and BSD-Compress
Paul Mackerras [Tue, 9 Aug 1994 06:29:14 +0000 (06:29 +0000)]
add support for CCP and BSD-Compress

29 years agoUse select/poll instead of signals.
Paul Mackerras [Tue, 9 Aug 1994 06:27:52 +0000 (06:27 +0000)]
Use select/poll instead of signals.

29 years agocall lcp_close not lcp_lowerdown when no echo received
Paul Mackerras [Tue, 9 Aug 1994 06:24:59 +0000 (06:24 +0000)]
call lcp_close not lcp_lowerdown when no echo received

29 years agoInitial revision
Paul Mackerras [Tue, 9 Aug 1994 06:12:14 +0000 (06:12 +0000)]
Initial revision

29 years agoupgrade looped-back message from debug statement to syslog warning
Paul Mackerras [Tue, 14 Jun 1994 06:07:47 +0000 (06:07 +0000)]
upgrade looped-back message from debug statement to syslog warning

29 years agopatch for proxy arp stuff
Paul Mackerras [Thu, 9 Jun 1994 02:19:37 +0000 (02:19 +0000)]
patch for proxy arp stuff

29 years agopatch to proxyarp stuff from Michael Callahan
Paul Mackerras [Thu, 9 Jun 1994 01:53:19 +0000 (01:53 +0000)]
patch to proxyarp stuff from Michael Callahan

29 years ago*** empty log message ***
Paul Mackerras [Thu, 9 Jun 1994 01:51:10 +0000 (01:51 +0000)]
*** empty log message ***

29 years agomention use of facility local2 when compiled with debugging.
Paul Mackerras [Thu, 9 Jun 1994 01:50:48 +0000 (01:50 +0000)]
mention use of facility local2 when compiled with debugging.

29 years agodon't include if_ppp.h on suns
Paul Mackerras [Wed, 8 Jun 1994 00:38:49 +0000 (00:38 +0000)]
don't include if_ppp.h on suns

29 years agomention /etc/ppp/options.<ttyname>
Paul Mackerras [Mon, 30 May 1994 06:13:46 +0000 (06:13 +0000)]
mention /etc/ppp/options.<ttyname>

29 years agochange default route operations to use a routing socket;
Paul Mackerras [Mon, 30 May 1994 06:10:07 +0000 (06:10 +0000)]
change default route operations to use a routing socket;
proxy-arp uses a routing socket if RTM_VERSION >= 3.

29 years agofix from Al Longyear
Paul Mackerras [Mon, 30 May 1994 02:43:23 +0000 (02:43 +0000)]
fix from Al Longyear

29 years agofixes from Al Longyear
Paul Mackerras [Mon, 30 May 1994 02:42:55 +0000 (02:42 +0000)]
fixes from Al Longyear

29 years agouse receive asyncmap of 0 if not negotiated for compatibility
Paul Mackerras [Mon, 30 May 1994 02:38:49 +0000 (02:38 +0000)]
use receive asyncmap of 0 if not negotiated for compatibility
with other broken implementations.

29 years agorestored id keyword
Paul Mackerras [Mon, 30 May 1994 00:30:37 +0000 (00:30 +0000)]
restored id keyword

29 years agofixes from Al Longyear
Paul Mackerras [Mon, 30 May 1994 00:22:09 +0000 (00:22 +0000)]
fixes from Al Longyear

29 years agoadd ioctl for SIGIO to establish_ppp
Paul Mackerras [Fri, 27 May 1994 01:02:48 +0000 (01:02 +0000)]
add ioctl for SIGIO to establish_ppp

29 years agoput linux ioctls in sys-linux.c
Paul Mackerras [Fri, 27 May 1994 01:02:14 +0000 (01:02 +0000)]
put linux ioctls in sys-linux.c

29 years agoextra includes for linux
Paul Mackerras [Fri, 27 May 1994 01:01:49 +0000 (01:01 +0000)]
extra includes for linux

29 years agouse ext_accm instead of unsigned long [8]
Paul Mackerras [Fri, 27 May 1994 00:59:24 +0000 (00:59 +0000)]
use ext_accm instead of unsigned long [8]

29 years agoadded ext_accm
Paul Mackerras [Fri, 27 May 1994 00:56:17 +0000 (00:56 +0000)]
added ext_accm

29 years agoInitial revision
Paul Mackerras [Fri, 27 May 1994 00:55:25 +0000 (00:55 +0000)]
Initial revision

29 years agocheck permissions on file specified for +ua option
Paul Mackerras [Fri, 27 May 1994 00:43:34 +0000 (00:43 +0000)]
check permissions on file specified for +ua option

29 years agoadded in definitions from if_ppp.h so we don't need to include
Paul Mackerras [Fri, 27 May 1994 00:40:53 +0000 (00:40 +0000)]
added in definitions from if_ppp.h so we don't need to include
if_ppp.h in sun driver code.

29 years agowill compile under non-ANSI compiler; removed varargs/stdarg stuff
Paul Mackerras [Thu, 26 May 1994 06:45:52 +0000 (06:45 +0000)]
will compile under non-ANSI compiler; removed varargs/stdarg stuff

29 years agonow have man page
Paul Mackerras [Thu, 26 May 1994 06:45:03 +0000 (06:45 +0000)]
now have man page

29 years agoadd casts to eliminate compiler warnings
Paul Mackerras [Thu, 26 May 1994 06:43:42 +0000 (06:43 +0000)]
add casts to eliminate compiler warnings

29 years agodon't need if.h or if_ppp.h
Paul Mackerras [Thu, 26 May 1994 06:37:34 +0000 (06:37 +0000)]
don't need if.h or if_ppp.h

29 years agodon't need if_ppp.h
Paul Mackerras [Thu, 26 May 1994 06:36:22 +0000 (06:36 +0000)]
don't need if_ppp.h

29 years agoadded ext_accm defn so we don't need if_ppp.h
Paul Mackerras [Thu, 26 May 1994 06:33:18 +0000 (06:33 +0000)]
added ext_accm defn so we don't need if_ppp.h

29 years ago*** empty log message ***
Paul Mackerras [Wed, 25 May 1994 06:31:10 +0000 (06:31 +0000)]
*** empty log message ***

29 years agofixed compilation errors
Paul Mackerras [Wed, 25 May 1994 06:30:49 +0000 (06:30 +0000)]
fixed compilation errors