Commit Graph

1165 Commits

Author SHA1 Message Date
Paul Mackerras
47284fad46 exit when we fail to auth ourselves to the peer
add password option, use user-supplied passwd for chap too
allow PAP access with login option if the password matches
either what is in pap-secrets or the login database
add address/bits+ syntax
1999-08-12 04:11:20 +00:00
Paul Mackerras
a8ac4606ea use $(INSTALL) not install 1999-08-12 03:59:07 +00:00
Paul Mackerras
5c4194f367 move PPP_MAGIC and PPP_VERSION here 1999-08-12 03:58:23 +00:00
Paul Mackerras
671d87d340 patch for sync support from Paul Fulghum 1999-08-12 03:57:56 +00:00
Paul Mackerras
e163b2330b add sync support 1999-08-12 03:56:41 +00:00
Paul Mackerras
93275f4388 get rid of warning 1999-08-12 03:56:05 +00:00
Michael K. Johnson
72060b7d1b missing directive 1999-08-04 15:53:13 +00:00
Paul Mackerras
745f1b59d3 update for 2.3.9 1999-07-23 07:07:34 +00:00
Paul Mackerras
1acb8dba3c fix compilation errors 1999-07-23 06:55:05 +00:00
Paul Mackerras
2c354e20b0 use new generic kernel driver (/dev/ppp) if available
remove unused code
1999-07-23 06:54:37 +00:00
Paul Mackerras
4dd2c1c79d update for 2.3.9 1999-07-23 06:53:57 +00:00
Paul Mackerras
e75bcd12e6 updates for new generic layer 1999-07-23 06:53:40 +00:00
Paul Mackerras
e06cea3697 talk about using init option for dialin 1999-07-21 00:24:52 +00:00
Paul Mackerras
a4efaa63e6 allow options in secrets files
only disable holdoff if link terminated by idle timer
open all network protos on callback
add init and logfile options
document various options
1999-07-21 00:24:32 +00:00
Paul Mackerras
25a5dd4d48 fix strtok loop 1999-07-21 00:21:02 +00:00
Paul Mackerras
d1f9679422 ipcp_clear_addrs fix, make nodefaultip work OK with demand 1999-07-21 00:19:52 +00:00
Paul Mackerras
9029a14caa option is called nomagic not nomagicnumber 1999-07-21 00:18:46 +00:00
Paul Mackerras
7cb4808861 disable the have_route_to stuff on non-solaris systems 1999-06-24 00:18:41 +00:00
Paul Mackerras
1924cd0951 don't print null received message, %.0[svq] prints nothing 1999-06-24 00:17:48 +00:00
Paul Mackerras
bb92478eb0 fix silly = vs == thing 1999-06-24 00:17:18 +00:00
Paul Mackerras
2882779b0a add stuff to use /dev/ptmx etc. 1999-06-24 00:17:02 +00:00
Paul Mackerras
971319042d fix problem where lcp echo requests were getting doubled,
tripled, ...
1999-06-24 00:16:38 +00:00
Paul Mackerras
f35f321179 buglet fixes 1999-06-01 01:43:34 +00:00
Paul Mackerras
f96f331f43 include ppp_[un]register_compressor even if not compiling
with modules.
1999-05-14 02:52:08 +00:00
Paul Mackerras
d350bee692 don't turn on IP if we can't do IPX 1999-05-14 01:09:04 +00:00
Paul Mackerras
16d79b04fe fix compilation problem in 2.0 kernels 1999-05-14 01:07:57 +00:00
Paul Mackerras
da085a7dca update version number to 2.3.8 1999-05-13 00:35:57 +00:00
Paul Mackerras
10d17d19d3 set env vars with link stats 1999-05-13 00:35:23 +00:00
Paul Mackerras
f8d4251d80 don't need version number in here 1999-05-13 00:35:14 +00:00
Paul Mackerras
bf6d4acfc1 just do tcflush once, should be enough 1999-05-13 00:34:54 +00:00
Paul Mackerras
cf56ce4293 add EXIT_LOOPBACK, fix prototypes 1999-05-13 00:34:33 +00:00
Paul Mackerras
de79423713 document exit status values and link stats env vars 1999-05-13 00:34:04 +00:00
Paul Mackerras
96ea87ebbd set exit status for loopback detected 1999-05-13 00:33:26 +00:00
Paul Mackerras
0d9cdddebd patch from Michael Johnson 1999-05-13 00:33:05 +00:00
Paul Mackerras
f268159fb6 don't free messages if we are going to qreply! 1999-05-13 00:32:42 +00:00
Paul Mackerras
6da76c1731 freebsd update from Paul Fulghum 1999-05-13 00:31:49 +00:00
Paul Mackerras
16a9b57b30 freebsd-3.0 stuff from Paul Fulghum 1999-05-13 00:31:21 +00:00
Paul Mackerras
96a94883a5 freebsd-2.2.8 stuff from Paul Fulghum 1999-05-13 00:31:01 +00:00
Paul Mackerras
d2405cd920 update for 2.3.8 1999-05-13 00:30:17 +00:00
Paul Mackerras
8592783058 exit with an appropriate value to indicate what happened
look in included options files for device name before
processing options.ttyname file
don't send log output to the serial port
cope with user specifying a symlink to the device on stdin
add logfd and nologfd options
insist that the device is a character device
1999-05-12 06:19:49 +00:00
Paul Mackerras
bbaa125b02 make sure fds 0, 1, 2 are always open 1999-05-12 06:16:16 +00:00
Paul Mackerras
0429f85005 take out lock routines, they're now in utils.c 1999-05-12 06:15:58 +00:00
Paul Mackerras
9f0e24d765 make it compile under sunos 1999-05-12 06:15:33 +00:00
Paul Mackerras
a6f2276a5e Add @filename syntax for the send string 1999-05-12 06:13:22 +00:00
Paul Mackerras
10eadbc023 fix race condition & SMP, add TCFLSH ioctl 1999-05-12 06:12:59 +00:00
Paul Mackerras
49638dd3ef chatchat stuff from gpk@onramp.net 1999-05-12 06:12:08 +00:00
Paul Mackerras
2ab6d2e3ee update 1999-05-12 06:11:02 +00:00
Paul Mackerras
302f2d3d86 make it compile under Solaris 1999-05-04 06:58:36 +00:00
Paul Mackerras
2ab2f6e584 improve ppp not available message 1999-05-04 06:58:18 +00:00
Paul Mackerras
a9abf249e9 minor fixes from Paul Fulghum 1999-05-04 06:57:44 +00:00