Age | Commit message (Collapse) | Author |
|
received MP capability for IPv4 this does not work when announce capabilities
no is set so check if announce IPv4 none was set in the config.
The capabilities code needs rework since those checks are very error prone.
With this we don't leak unneeded EOR markers for other AFI/SAFI pairs.
|
|
SAFI_ALL shortcuts. This should fix issues with Juniper boxes that started
when I enabled more capabilities by default.
Fix and report by rivo nurges (rix at estpak dot ee) Thanks.
|
|
it is going to get more complicated sooner....
|
|
|
|
older stuff in the updateset...
|
|
|
|
you don't know version numbers. Useful for quickly trying to duplicate
an installation on a new machine from the package list as obtained through
pkg_info.
Generally won't give a perfect result, but hey, if you have 300 packages
installed, will get you 95% of the way there.
prompted by problems reported by theo and msf.
|
|
new sentence, new line
|
|
|
|
|
|
(there are still some kinks in the setting of @option manual-install, so
it's not as accurate as it should be).
|
|
actually occurs some of the time...
|
|
|
|
so that e.g.
pkg_add star--
pkg_add star--static
are now not ambiguous.
|
|
domains. this means that:
- virtual domains no longer deliver to a local user when not told to
- they no longer attempt to resolve aliases when not told to
- they no longer need an explicit rule in smtpd.conf for EACH domain
- the "virtual" map is no longer hardcoded
- smtpd no longer needs a restart to support a new domain
instead we introduce the: accept for virtual map "mapname" [...] syntax
which refers to a map that can be manipulated at runtime.
idea discussed and okayd with jacekm@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
provide newer_names/older_names methods, and a shorter print version of
an updateset (to display during update since it's no longer quite pkg_add -r)
|
|
|
|
YPMAXRECORD, so use that instead of _PW_NAME_LEN.
with help from deraadt@
|
|
|
|
|
|
send it the ruleset configuration, and mfa no longer needs to interpret
it and load it in memory. kill kill kill. as an added bonus: removes 88
lines of code :-)
|
|
make lka the only caller of ruleset_match(), mfa request match through imsg
which will shrink its code and help me implement virtual domains properly.
idea discussed with jacekm@
|
|
and aliases resolution on the sender before envelope is written in queue:
- mfa_test_mail() no longer calls ruleset_match()
- lka_verify_mail() no longer resolves sender and set rule action
- lka_resolve_mail() becomes dead code so just kill it
ok jacekm@
|
|
would emit a false .mk file, which contains "(null)" for the Makefile
name due to a null pointer. Make sure, p->mf_name is set in this case.
ok deraadt@
|
|
|
|
being triggered in smtp process when client sends AUTH after MAIL.
bug reported and fix tested by James Turner <james@bsdgroup.org>
|
|
e.g. announce refresh no. With this be more aggressive when announcing our
capabilities and enable all of them by default. If there are troubles with
some neighbors adding the following config lines should bring you back
to the old behaviour:
announce refresh yes # was already on by default
announce restart no
announce as-4byte no # was only set on sessions to peers with 4byte AS nums
OK henning and sthen
|
|
Adj-RIB-In. This only works correctly when softreconfig in is enabled
(which is the default). This is needed to allow dynamic creation of
additional RIBs. OK henning@
|
|
Fix function name in a warning message.
|
|
Change this so that the real nexthop is announced if the following
conditions are met:
- the nexthop is reachable via an OSPF enabled interface
- the interface is a broadcast or NBMA interface
It does not make sense to announce the nexthop of a point-to-point link
since the traffic has to go through this box anyway. This is closer to
what other systems implement.
|
|
ok millert@
|
|
Reported by Didier Wiroth <dwiroth@gmail.com>
|
|
|
|
ok sthen@
|
|
|
|
when fail-over happens, since removing the better route will not result
in a blackhole until the update from the new master is processed.
Tested, OK and input sthen@, phessler@
|
|
|
|
in an error path.
|
|
loop in the shutdown case. OK henning@
|
|
loop in the shutdown case. OK henning@
Fix an error message to include the correct function name.
|
|
loop in the shutdown case. OK henning@
|
|
loop in the shutdown case. OK henning@
|