Adi Masputra
ec6acd10d0
A couple of fixes:
...
a) 64-bit compilation flags were insufficient. Additional ones were added
so that the generated binaries are correct (64-bit relocation issues).
b) Cleaned up some lint flags.
1999-09-21 20:37:20 +00:00
Paul Mackerras
5755b0122a
update for 2.3.10
1999-09-17 05:21:01 +00:00
Paul Mackerras
2b4e267c6d
rename Makefile to Makefile.linux, now we have Makefile.sol2
1999-09-17 04:19:34 +00:00
Adi Masputra
f73f049362
Added plugins support for Solaris
1999-09-16 01:17:00 +00:00
Paul Mackerras
97c99cb3b5
add an example plugin
1999-09-11 12:13:11 +00:00
Paul Mackerras
07de73a331
Add plugin support plus an initial selection of hooks.
...
Add the allow-ip option as a better way of specifying what
IP addresses an unauthenticated peer may use.
Translate unprintable chars in PAP user/password into visible form.
Clean up the processing of extra options in the secrets files.
Add ktune/noktune options to enable/disable changing kernel settings.
1999-09-11 12:09:00 +00:00
Paul Mackerras
fc8a2a1cb1
turn on IPV6 if you give the ipv6 option
1999-09-11 12:04:22 +00:00
Adi Masputra
0c338335ba
Changed #if __STDC__ to #if defined(__STDC__)
1999-09-08 01:13:46 +00:00
Adi Masputra
cbc5d9b19c
Add IF_UNITSEL ioctl to set ppa since driver is DLPI style 2. Solaris 8 is
...
very picky about this.
1999-09-08 01:11:16 +00:00
Paul Mackerras
10a68fd183
IPV6 update from Tommi Komulainen
1999-08-25 04:15:52 +00:00
Paul Mackerras
a6b37e9337
fix buglet
1999-08-24 05:59:15 +00:00
Paul Mackerras
2e53641535
Rest of IPV6 merge which got lost somehow, plus some minor fixes.
1999-08-24 05:31:12 +00:00
Paul Mackerras
4faf67061e
fix for junky peers from James Carlson
1999-08-24 05:29:26 +00:00
Michael K. Johnson
31b4bba68d
typo
1999-08-13 13:42:35 +00:00
Paul Mackerras
a3630de20e
Fix the rcsid's for non-ansi compilers
1999-08-13 06:46:23 +00:00
Paul Mackerras
a8c240d24e
added files for IPV6
1999-08-13 01:58:43 +00:00
Paul Mackerras
2654c68dba
update
1999-08-13 01:58:31 +00:00
Paul Mackerras
1a39a96301
make /dev/ppp if necessary
1999-08-13 01:57:55 +00:00
Paul Mackerras
eec3836d78
add linkname option
1999-08-13 01:57:37 +00:00
Paul Mackerras
875d9641d0
kill warning
1999-08-12 04:25:57 +00:00
Paul Mackerras
43980349e8
make default maxfail 10
1999-08-12 04:25:10 +00:00
Paul Mackerras
9678d85169
sync support
1999-08-12 04:24:52 +00:00
Paul Mackerras
4181a0352d
misc fixes
1999-08-12 04:24:31 +00:00
Paul Mackerras
a3e53f0632
maxfail option, exit code for when when we fail to auth
...
ourselves to the peer.
1999-08-12 04:22:53 +00:00
Paul Mackerras
ee0fba791a
add maxfail option to control the max # of failed attempts
1999-08-12 04:17:07 +00:00
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
Michael K. Johnson
72060b7d1b
missing directive
1999-08-04 15:53:13 +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
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
d350bee692
don't turn on IP if we can't do IPX
1999-05-14 01:09:04 +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
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