Age | Commit message (Collapse) | Author |
|
|
|
don't override it. so that it can actually be installed.
|
|
|
|
irrfilter flags is causing strange behaviour on other commands (like show fib).
Set the IPV4 and IPV6 flags at the end unless one of them got already set.
OK henning, sthen, deraadt
|
|
from sthen@.
|
|
Sync description of the OSPF protocol between ospfd(8) and ospf6d(8).
Document current shortcomings -- in particular, document that ospf6d(8)
needs manual IPsec setup for security. Clean up various grammatical errors,
re-order and re-phrase things a bit to improve readability.
Update RFC references. Remove IPv4-specific stuff from ospf6d.conf(5).
OK jmc@ claudio@
|
|
|
|
|
|
on.
|
|
(fixes some errors in ports)
|
|
work but that's already better then nothing. OK sthen@
|
|
address range' when explaining the -L example.
|
|
|
|
NEW is now REINIT, ACTIVE is KEEP and DELETE and NONE stay the same.
|
|
to become writable, and make code more idiomatic.
tested by nicm@
ok gilles@
|
|
to become writable, and make code more idiomatic.
tested by nicm@
ok gilles@
|
|
OK michele@
|
|
a lot more. Main reason for this is to add priority support. Additionally
add some additional NO_LABEL fixes.
OK michele@
|
|
|
|
not fatal on read/write errors otherwise a broken pipe in an external mda
will bring smtpd down.
mda_store() assumed write would succeed and fatal otherwise, change code
so that EINTR/EAGAIN trigger a new write while other errors gracefully
return causing the message to be rescheduled later.
these two prevent a fatal() from being hit when execution of a filter or
external mda fails (bug experienced and fix verified by nicm@)
while at it, fix a small bug where logs would not display the recipient
when mail went through a ~/.forward / aliases expansion.
|
|
if a VGA device doesn't have its expansion ROM base address register set.
ok oga@, miod@
|
|
spotted by Seth Wright <seth@crosse.org>
|
|
|
|
|
|
Appart from multi-area support this is the last big missing piece in
ospf6d. ospf6d should now work correctly in single area setups.
So please test.
"it's always nice to see those #if 0 being killed" stsp@
|
|
specified by type, adv_rtr and an LSA to compare against. This is needed
to find either a free LS ID or the previously assigned LS ID of an AS-ext
LSA. "looks like you know what you're doing" stsp@
|
|
latter are not realy tested. AS-ext LSA are now correctly added to the
RIB. "looks like you know what you're doing" stsp@
|
|
other pages;
|
|
this commit fixes pr user/6328
bug reported and fix verified by Martin Hedenfalk <martinh@bzero.se>
|
|
|
|
|
|
|
|
right flags when protecting the IPv6 loopback addr (instead of reassigning
the IPv4 ones) and install the IPv4 loopback blocker as 127/8 and not as
127.0.0.1/8. First two found by Hiroki Sato hrs (at) allbsd org and I found
the 127/8 issue all by myself.
|
|
was reported by nicm@ which spent a couple hours with me trying to
understand what was causing the bug, and helping me write and test fix.
|
|
ls_id. This is needed since sometimes the ls_id is not known and we need
to walk part of the tree.
|
|
ok claudio@
|
|
|
|
with the prefix.
ok claudio@
|
|
buffer API. This fixes a few possible problems in session_read and does
some further cleanup in various places. Wrap msgbuf into evbuf to add
libevent functionality and use buf_read to handle the read side of a
session. OK michele@ and dlg@ did not see anything evil
|
|
|
|
prefixes a bit. The output is now a bit more compact.
|
|
|
|
|
|
|
|
with ProxyPreserveHost.
fixes pr6009, though i applied a different fix as what was suggested in that pr.
ok sthen@
|
|
report the correct size when it exceeds a long's capacity.
From Dan Harnett <daniel @ harnett . name>
|
|
relay protocol with that done for specified relay protocols.
Makes it possible to use SSL for the default relay protocol.
From boudewijn@indes.com in pr 6316
|
|
and .Pp is not needed before or after .Sh;
found by mandoc -Tlint;
"please fix" jmc@
|
|
but breaks the build with mandoc(1);
ok jmc@ espie@
|
|
so switch from .Op Xo to .Oo Oc Xo, avoiding overlapping blocks.
Note that removing the .Xo/.Xc and just putting everything on one
line looks good, but is not possible right now because it triggers
one of our old groff bugs, killing the build.
Also fix another case of explicitly overlapping blocks,
changing Oo Xo Oc Oo Op Oc Xc to just Oo Oc Oo Oo Oc Oc.
ok jmc@
|