Age | Commit message (Collapse) | Author |
|
have multiple bits set, which leads to surprising results. Spotted by
from Paul Stoeber, more to come. ok jaredy@
|
|
|
|
|
|
ok brad@
|
|
|
|
|
|
From ru FreeBSD
|
|
any pending RADIUS transaction. Use this before sending RAD_STOP RADIUS
messages so that we definitely ``stop'' the session.
It was discovered that sometimes when the link timed out, we got lucky
enough to have an un-ACK'd RADIUS accounting transaction in progress,
resulting in the RAD_STOP message failing to send.
From brian FreeBSD
|
|
information being sent to the RADIUS server.
Logging of RADIUS accounting information moves to a ``set log [+-]radius''
level, along with the RADIUS alive info.
From brian FreeBSD
|
|
Add ``disable NAS-IP-Address'' and ``disable NAS-Identifier'' options to
support pre-rfc2865 RADIUS servers.
This pushes our enable/disable items over the 32 bit limit, so reoganise
things to allow a bunch more options.
From brian FreeBSD
|
|
From kan FreeBSD
|
|
the RADIUS server as RAD_CALLING_STATION_ID.
From brian FreeBSD
|
|
From dds FreeBSD
|
|
From ume FreeBSD
|
|
want to pass the value to upper layer protocol such as DHCPv6
for prefix delegation.
From ume FreeBSD
|
|
From ume FreeBSD
|
|
of Framed-IPv6-Route is user defined, it follows Framed-IP-route.
From ume FreeBSD
|
|
From ume FreeBSD
|
|
we need ppp.link{up,down}, we couldn't disable IPCP. Now, if IPCP is
disabled, ppp.link{up,down} is invoked at the end of IPV6CP
negotiation.
From FreeBSD
|
|
made ppp compliant to RFC 2472 (based on a patch from another
contributor)
rev 1.10
Once ppp session is over, the route to ff02::tun0/32 was
deleted, and never came back. Now, the route to
ff02::tun0/32 is installed at the end of IPV6CP negitiaton.
From FreeBSD
Tested by aanriot@ and a few end-users
|
|
started by a mail from xavier venient; discussed with brian at awfulhak org;
ok brad@
|
|
|
|
- new sentence, new line
|
|
|
|
and supporting applications (ppp).
From marcus FreeBSD
|
|
|
|
|
|
Correct the FAQ url
From brian FreeBSD
|
|
-dedicated links.
From brian FreeBSD
|
|
From brian FreeBSD
|
|
this was part of a really big cleanup commit.
From brian FreeBSD
|
|
From charnier FreeBSD
|
|
Report the number of bytes not written when complaining about failed writes
From brian FreeBSD
|
|
Show the port number (tty slot, pppoe session id etc) under
``show physical''.
From brian FreeBSD
|
|
From brian FreeBSD
|
|
We need filling scopeid to install routes for link-local
scope addresses.
From ume FreeBSD
|
|
This allows LCP ECHOs to be enabled independently of LQR reports.
Note: This introduces a change in the default behaviour (search for lqr and
echo in the man page).
From brian FreeBSD
|
|
Use the correct length when copying trailing data!!
From brian FreeBSD
|
|
Fix ``set ifaddr''. The code was actually using an uninitialised variable,
but conveniently, because ncpaddr.ncpaddr_family != AF_INET, the call to
ncpaddr_getip4addr() became a no-op leaving the local address as it was
(defaulting to whatever my hostname resolves to).
From brian FreeBSD
|
|
Add a missing memcpy
From brian FreeBSD
|
|
If the peer gives us 0.0.0.0 as his IP number, NAK it rather than accepting
it as being in range.
set ifaddr 1.2.3.4/0 5.6.7.8/0
no longer allows 0.0.0.0 as a valid IP.
From brian FreeBSD
|
|
of ipcpretry and ipcpretries.
- improve handling of IPv6 link-local addresses
From brian FreeBSD
|
|
Though manpage says that 0.0.0.0 can be used as HISADDR for gw
in Framed-Route, it didn't work. Since ncprange_aton() treats
0.0.0.0 and :: as prefixlen=0, we need to care the case.
From ume FreeBSD
|
|
When session is over, IPv6 default route to tun should be
removed, too.
From ume FreeBSD
|
|
If IPCP is disabled, susccess of IPV6CP negotiation is sufficient
to communicate by IPv6. So, the prompt should be `PPP' rather
than `PPp'.
From ume FreeBSD
ok deraadt@
|
|
From ume FreeBSD
ok deraadt@
|
|
Add IPv6 support to pppctl by using getaddrinfo() and trying each address
it returns. This allows it to connect to the server side again, which
has been listening on IPv6 addresses exclusively for more than 3 years.
From tjr FreeBSD
Fixes the issue noted in PR's 2780, 3570 and 3751.
ok deraadt@
|
|
Ignore case when comparing CHAP/CHAP81 responses
rev 1.84
Do a case insensitive comparison when comparing the ms-chap response
string.
From brian FreeBSD
ok canacar@
|
|
Use the length of the interface name, not the length of its address when
printing the name.
From brooks FreeBSD
|
|
Handle a malloc() failure when allocating urgent ports
From brian FreeBSD
ok deraadt@
|