Age | Commit message (Collapse) | Author |
|
all cases, since session_connect can in turn cause events that cause
state changes in the FSM that reset the ConnectRetryTimer.
debugged with Leen Besselink <leen@consolejunkie.net> who was seeing
errnously running ConnectRetryTimers in a case with localhost connections
|
|
so that we get to execute is_needed and actually comparing full signatures.
|
|
in which case, we need to rename the files for the partial package, so
the renaming phase won't fuck up.
|
|
|
|
|
|
|
|
transfer of big SA/SPD snapshots. ok ho@
|
|
|
|
Correct the FAQ url
From brian FreeBSD
|
|
-dedicated links.
From brian FreeBSD
|
|
ok claudio@, king bula sez ok
|
|
some fatal()s to fatalx(). All done by dlg@. OK henning@
|
|
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
|
|
from martin crossley, pr #4293;
ok krw@, millert@
|
|
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
|
|
with way less data
|
|
mode, noticed by kettenis
|
|
why this was rotting in my tree for so long, I dunno - and I dunno where it
came from
|
|
|
|
ok henning@
|
|
ok ho@
|
|
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@
|
|
|
|
|
|
|
|
from tamas tevesz;
|
|
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
|
|
Reported and fix confirmed by Maxim Bourmistrov
|
|
initial report from robert hansen;
confirmed by otto@
|
|
memset with a len of (unsigned)-1. ok ho@
|
|
Handle a malloc() failure when allocating urgent ports
From brian FreeBSD
ok deraadt@
|
|
From brian FreeBSD
ok deraadt@ tdeval@
|
|
|
|
Reduce MAXMSS limit by 12 bytes to allow for rfc 1323.
From brian FreeBSD
ok deraadt@
|