| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Not only did these two drivers depend on IFF_NEEDSGIANT, they were
broken 7 months ago during the MPSAFE TTY import. if_ppp(4) has been
replaced by ppp(8). There is no replacement for if_sl(4).
If we see regressions in for example the ports tree, we should just use
__FreeBSD_version 800045 to check whether if_ppp(4) and if_sl(4) are
present. Version 800045 is used to denote the import of MPSAFE TTY.
Discussed with: rwatson, but also rwatson's IFF_NEEDSGIANT emails on the
lists.
Notes:
svn path=/head/; revision=190751
|
|
|
|
| |
Notes:
svn path=/head/; revision=173412
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The eui64.[ch] and ipv6cp.[ch] were taken from ppp-2.3.11.
However, our stock pppd(8) doesn't provide option_t nor some
utility functions. So, I made some hacks to adjust to our
stock pppd(8).
The sys_bsd.c part was taken from NetBSD with some
modifications to adjust to our stock pppd(8).
MFC after: 1 week
Notes:
svn path=/head/; revision=164222
|
|
|
|
|
|
|
|
|
| |
PR: 37680
Submitted by: Scott Bertilson <scott@nts.umn.edu>
MFC after: 2 weeks
Notes:
svn path=/head/; revision=96104
|
|
|
|
|
|
|
| |
Compatability is not an existing english word.
Notes:
svn path=/head/; revision=72093
|
|
|
|
|
|
|
| |
Use _PATH_* where where possible.
Notes:
svn path=/head/; revision=69793
|
|
|
|
| |
Notes:
svn path=/head/; revision=69260
|
|
|
|
| |
Notes:
svn path=/head/; revision=50479
|
|
|
|
| |
Notes:
svn path=/head/; revision=37069
|
|
|
|
|
|
|
|
|
|
| |
24 (which is magnalink!) rather than the correct (according to the rfc) 26.
Initial attempt at a compatability kludge that will negotiate for either
but will prefer to use the correct deflate compression type.
Notes:
svn path=/head/; revision=34775
|
|
|
|
| |
Notes:
svn path=/head/; revision=34773
|
|
|
|
|
|
|
|
| |
this limits the number of retries before aborting. This can save
expensive phone bills. :-) See rev 1.6 of main.c for original.
Notes:
svn path=/head/; revision=30264
|
|
|
|
|
|
|
|
|
|
|
|
| |
- (see auth.c rev 1.13) allow the pap/chap secrets file to specify an
override for the otherwise hard coded IP addresses. This allows specific
users to dial in on a rotary which would otherwise get a dynamic address
forced to authenticate and get their own fixed addresses.
- (see options.c rev 1.9) recognize the old dns1 and dns2 options. This
is a hack (TM). :-)
Notes:
svn path=/head/; revision=30256
|
|
|
|
| |
Notes:
svn path=/head/; revision=28601
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dial-on-demand, packet filtering, idle timeouts, etc). The IPX support
is pretty much there but more work needs to be done in sys-bsd.c for
the interface ioctls (Linux has a very different way of configuring IPX
interfaces).
Along the way some things have temporarily been lost due to very messy
conflicts. I will recover them shortly when I can think clearer.
The main one is the local:remote address override in pap-secrets and
chap-secrets. Some other home-grown features (dns1,dns2) have been
implemented differently. Microsoft's chap client auth hacks have been
implemented. There are bound to be more rough edges... The changes for
connect-max-retries doesn't fit well with the dial-on-demand code.
Notes:
svn path=/head/; revision=28429
|
|
|
|
| |
Notes:
svn path=/head/; revision=22997
|
|
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bomb out. Unfortunately, FreeBSD's sio driver and certain internal
modems don't get along very well, which can cause the serial port to
wedge until it is closed and reopened.
Add new variable, connect-max-attempts, default = 1 (to mimic previous
behavior). If > 1, will try up to "n" times to dial remote site before
aborting.
Notes:
svn path=/head/; revision=17519
|
|
|
|
|
|
|
|
| |
Add support for negotiating (more like "informing peer") about DNS.
Various cleanup of warnings.
Notes:
svn path=/head/; revision=14313
|
|
|
|
|
|
|
| |
Submitted by: Michael Butler <imb@scgt.oz.au>
Notes:
svn path=/head/; revision=12062
|
|
|
|
| |
Notes:
svn path=/head/; revision=11984
|
|
|
|
|
|
|
| |
(more work needs to be done here, I'm trying to beat the supscan)
Notes:
svn path=/head/; revision=11983
|
|
|
|
| |
Notes:
svn path=/head/; revision=10595
|
|
|
|
| |
Notes:
svn path=/head/; revision=8857
|
|
|
|
|
|
|
| |
Submitted by: Mike Grupenhoff
Notes:
svn path=/head/; revision=8716
|
|
|
|
|
|
|
| |
port of pppd.
Notes:
svn path=/head/; revision=3072
|
|
Notes:
svn path=/head/; revision=3065
|