Age | Commit message (Collapse) | Author |
|
Discussed with deraadt
|
|
one per VM plus "one more")
|
|
whenever make is issued. Only do this when there are actual source changes
below /sys. This restores the behavior prior to the KARL implementation.
Problem noticed and patiently explained by mpi
implementation with a lot of help from espie
ok mpi, espie, deraadt
|
|
|
|
ok reyk@ and mlarkin@
|
|
very ugly output in man -k; after some discussion with ingo, we feel
the simplest fix is to remove such SYNOPSIS sections: the info is hardly
helpful at page top, is contained already in FILES, and there are
sufficiently few that just zapping them is simple;
ok schwarze, who also helpfully ran things through a build to check
output;
|
|
upgrading to a mini recursive resolver for small networks.
|
|
default router flags.
Pointed out and diff from jcm@, OK me
While reviewing the diff I stumbled upon the H flag, which is now
useless, too. jmc suggested that I commit his diff and zap H at the
same time.
|
|
Helps people testing new configurations. From Kurt Mosiejczuk
|
|
from Matthew Martin
|
|
ok benno@ on an earlier version, input from Kapetanakis Giannis
|
|
ICMPV6CTL_ND6_DRLIST and ICMPV6CTL_ND6_PRLIST sysctls since it no
longer tracks that information.
We can no longer flush or list the prefix list or the default router
list.
Pointed out by & OK mpi
|
|
OK benno
|
|
log_warnx("foo");
exit(1);
with
fatalx("foo);
OK benno
|
|
OK benno
|
|
OK benno, millert
|
|
Problem noted and fix from Kapetanakis Giannis, thanks!
Input & OK jca.
|
|
|
|
The dhcpinform() function has assumed that ciaddr matches the packet's
IP source address and didn't consider a relay, such as dhcrelay(8) -
indicated by giaddr, has forwarded the request.
Tested by landry@
OK krw@
|
|
months and noone complained.
Users should replace existing "listen secure" directives with two separate
"tls" and "smtps" listeners. i.e. a line like
listen on $iface tls pki $pki
has to be replaced with
listen on $iface tls pki $pki
listen on $iface smtps pki $pki
Relaying syntax is not affected by this change.
suggested by eric
ok gilles
|
|
okay millert@
|
|
files. This fixes up parallel builds in the default case.
FreeBSD does something similar.
okay millert@
|
|
With help from Ashwin Agrawal
ok reyk@ mlarkin@
|
|
from Hiltjo Posthuma
|
|
This fixes "dhcrelay -i carpX" that used to work when dhcrelay didn't care.
Reported and tested by Kapetanakis Giannis bilias at edu.physics.uoc.gr
|
|
|
|
|
|
|
|
as a struct passed to vmm has changed size.
ok deraadt, pd
|
|
|
|
Pointed out by Kapetanakis Giannis
|
|
- Fix TLS s/server/client/
- Use 'remote loghost' consistently, even if it's not clear to which
endpoint this correspond.
- Replace 'forwarding' by 'sending' to remove the ambiguity about the
inserted hostname.
- Do not use the word 'server' with 'socket' to avoid confusion with
a TLS server.
- Prefer 'senders' than 'clients' when it comes to spoofing, to reduce
one usage of the word 'client.
ok jmc@, bluhm@
|
|
(Can't resist the temptation to commit 'cause it allows
such a cute commit message.)
|
|
From Rob Pierce
ok yacc and gcc
|
|
overloaded in this daemon.
From Rob Pierce
|
|
From Rob Pierce
|
|
From Kapetanakis Giannis, thanks.
ok florian@
|
|
list a matching syspatch as available. This will allow to skip the syspatches
for the X sets for example if we don't have them installed. If we do install
these sets a posteriori, then syspatch *will* list the X syspatches if there are
any.
req. by many
ok robert@
|
|
needs revisiting. From Rivo Nurges, thanks.
ok florian@
|
|
has already read the buffer from kernel to user land. I have blindly
copied this code from libevent for syslogd(8) TLS, remove it together
with the bug. It caused hangs in ldapd(8).
report, analysis, testing, OK Seiya Kawashima, Robert Klein, gsoares@
|
|
this is instead of setting the timeout up with event_set and
event_add, but removing it with evtimer_del. this uses evtimer_set
and evtimer_add.
prompted by dlg's commit to identd
OK dlg
|
|
prompted by dlg's commit to identd
OK dlg
|
|
this is instead of setting the timeout up with event_set and
event_add, but removing it with evtimer_del. this uses evtimer_set
and evtimer_add.
|
|
|
|
|
|
instead of CLEANFILES += y.tab.h
okay millert@
|
|
Also relocate do_action() calls for the init block from change_state() to
occur with the corresponding do_action() calls for the body block.
From Rob Pierce
ok stsp@ and i
|
|
|
|
|
|
from Rob Pierce.
Requested by stsp@
|