Age | Commit message (Collapse) | Author |
|
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@
|
|
replies. ok henning@
|
|
|
|
|
|
|
|
|
|
of the configuration language and grammar.
thanks to jmc@ and jaredy@
|
|
and broadcast mode). please use the configuration file hostapd.conf(5)
instead, it is now mandatory to run hostapd with it.
|
|
suggested by deraadt@
|
|
|
|
equality. This function is a bit more complicated than a memcmp() because there
are types that need to be considered equal e.g. ACTION_SET_MED and
ACTION_SET_RELATIVE_MED. Also ACTION_SET_COMMUNITY and ACTION_SET_NEXTHOP
need some special care. OK henning@
|
|
and hides possible typos. e.g. set { rtlabel foo localperf 100 } was a valid
syntax but the result was a route label with name "foo localperf 100".
OK henning@
|
|
|
|
|
|
make build will work now.
|
|
|
|
rde_free_set(), I just missed it when I was looking for it.
Kill rde_free_set() and use the more correct filterset_free() from now on.
|
|
This saves 14 bytes per aspath. OK henning@
|
|
noticed by deraadt@
|
|
from deraadt@.
also lock_db later, since we can.
|
|
noticed by deraadt@
|
|
network and neighbor statements and the routes are labeled accordingly.
While doing that fix some mem-leaks by introducing filterset_free() and
remove the free on send option of send_filterset().
This took a bit longer because we need to carefully track the rtlabel id
refcnts or bad things may happen on reloads.
henning@ looks fine
|
|
a {} block. Only drawback is that it is no longer possible to do
"interface em0\n{ ...".
OK henning@ norby@ some time ago
|
|
okay naddy@, jmc@
|
|
we don't install it, and 'ab' itself is buggy so that
it will give false results.
ok henning@
|
|
u_int16_t so that "bgpctl show rib 4/8 all" works again.
|
|
ok ho@
|