Commit Graph

170 Commits

Author SHA1 Message Date
Paul Mackerras
70adb1801b -crtscts and xonxoff now distinct. 1994-09-16 02:34:52 +00:00
Paul Mackerras
21b99cb2d9 updated: bsdcomp, modem, crtscts, signal discussions. 1994-09-16 02:32:09 +00:00
Paul Mackerras
3fc0348f0b added ccp_fatal_error 1994-09-16 02:18:01 +00:00
Paul Mackerras
410f5ff465 added ccp_late_error; use PPPIOCSNPMODE ioctl; moved ppp_available 1994-09-16 02:17:43 +00:00
Paul Mackerras
71bc80a3a5 allow two numbers for bsdcomp option 1994-09-16 02:16:13 +00:00
Paul Mackerras
a8758df1a9 set receive characteristics when we send an ack
so we don't miss stuff immediately following their ack
1994-09-16 02:15:37 +00:00
Paul Mackerras
a78ea8bb0a update to V1 of BSD Compress; only take CCP down for
fatal decomp errors.
1994-09-16 02:14:31 +00:00
Paul Mackerras
9e6f1c0338 update to V1 BSD Compress, avoid patent problems 1994-09-16 02:06:31 +00:00
Paul Mackerras
5271a2f101 use u_int32_t, fixed some ioctls 1994-09-16 02:05:26 +00:00
Paul Mackerras
af60ef5263 added patent nonsense. 1994-09-16 01:57:34 +00:00
Paul Mackerras
9faea8a853 updated compression and demand-dial stuff 1994-09-16 01:54:06 +00:00
Paul Mackerras
c0d0d68d46 added stuff for demand dialling and compression 1994-09-01 00:45:32 +00:00
Paul Mackerras
5cddcace24 added -DHAVE_PATHS_H 1994-09-01 00:44:45 +00:00
Paul Mackerras
954dd16d7d added ccp and -DGIDSET_TYPE=int 1994-09-01 00:40:40 +00:00
Paul Mackerras
cbc5453481 added ccp stuff and -DHAVE_PATHS_H 1994-09-01 00:40:01 +00:00
Paul Mackerras
5f312066e4 stuff moved here from main.c; use uint32 for IP addresses;
added wait_input and CCP stuff.
1994-09-01 00:39:09 +00:00
Paul Mackerras
061de3e2f4 stuff moved here from main.c; use uint32 for IP addresses;
patches from Al Longyear; added wait_input and CCP stuff.
1994-09-01 00:38:34 +00:00
Paul Mackerras
19f8889c4e stuff moved here from main.c; use uint32 for IP addresses 1994-09-01 00:37:18 +00:00
Paul Mackerras
a7ebb18fc4 Declare option variables here; define uint32 1994-09-01 00:36:05 +00:00
Paul Mackerras
771311b501 Use paths.h if it is available. 1994-09-01 00:32:56 +00:00
Paul Mackerras
0dff578cb8 Use _PATH_VARRUN from pathnames.h instead of _PATH_PIDFILE 1994-09-01 00:32:24 +00:00
Paul Mackerras
a115760c2c made SIGUSR1 toggle debug and SIGUSR2 open CCP (patent nonsense). 1994-09-01 00:28:14 +00:00
Paul Mackerras
9398ab236f use uint32 instead of u_long 1994-09-01 00:25:35 +00:00
Paul Mackerras
57f5bd8403 use uint32 for ACCM and other 32-bit quantities 1994-09-01 00:24:45 +00:00
Paul Mackerras
1615280ee6 use unit32 for ACCM and other 32-bit quantities;
fix bugs in sending and checking echo-replies
1994-09-01 00:24:14 +00:00
Paul Mackerras
55d1aee00e use uint32 for IP addresses 1994-09-01 00:23:12 +00:00
Paul Mackerras
28d813c39d declare option variables in pppd.h; use uint32 for IP addresses 1994-09-01 00:22:38 +00:00
Paul Mackerras
97f76825dd added copyright notice;
patent nonsense: take CCP down on error instead of sending reset-req.
1994-09-01 00:16:20 +00:00
Paul Mackerras
f2df02f242 fix bug with sending retransmission with id=-1 after seeing ack. 1994-09-01 00:14:03 +00:00
Paul Mackerras
b3b832e23d declare option variables in pppd.h; use uint32 for IP addresses;
define option variables here.
1994-09-01 00:13:16 +00:00
Paul Mackerras
a997ae3e88 declare option variables in pppd.h; use uint32 for IP addresses 1994-09-01 00:12:52 +00:00
Paul Mackerras
0f2a00893e added RCS id 1994-08-31 23:58:53 +00:00
Paul Mackerras
29660ed161 Initial revision 1994-08-31 23:55:58 +00:00
Paul Mackerras
68c7dfaf79 added stuff for compression and demand dialling;
removed ppp_if_info stuff.
1994-08-31 23:51:23 +00:00
Paul Mackerras
13754692f7 fix null deref and packet length check (off by 1) 1994-08-31 23:47:43 +00:00
Paul Mackerras
52f746e580 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
1994-08-25 06:55:21 +00:00
Paul Mackerras
7aa1222ea5 Initial revision 1994-08-22 01:54:49 +00:00
Paul Mackerras
d56fd0e479 push compress module, added ccp_test 1994-08-22 00:41:29 +00:00
Paul Mackerras
31e531a04e add ccp_test 1994-08-22 00:41:00 +00:00
Paul Mackerras
eff1bf7431 devname -> devnam 1994-08-22 00:40:48 +00:00
Paul Mackerras
0e4cda76e8 use ccp_test, open in silent mode if we don't want any compression. 1994-08-22 00:38:36 +00:00
Paul Mackerras
c615b2d96c added ccp 1994-08-21 23:44:13 +00:00
Paul Mackerras
045d19436a Initial revision 1994-08-11 01:44:32 +00:00
Paul Mackerras
c6f8d6a7f8 add support for CCP, use select/poll instead of signals. 1994-08-09 06:30:38 +00:00
Paul Mackerras
b9af6a8062 *** empty log message *** 1994-08-09 06:29:42 +00:00
Paul Mackerras
829ce3a1b5 add support for CCP and BSD-Compress 1994-08-09 06:29:14 +00:00
Paul Mackerras
fdb28668fe Use select/poll instead of signals. 1994-08-09 06:27:52 +00:00
Paul Mackerras
ac0f935759 call lcp_close not lcp_lowerdown when no echo received 1994-08-09 06:24:59 +00:00
Paul Mackerras
459d74a72c Initial revision 1994-08-09 06:12:14 +00:00
Paul Mackerras
1acc38d1a8 upgrade looped-back message from debug statement to syslog warning 1994-06-14 06:07:47 +00:00