| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
manual pages that document the corresponding configuration files;
OK jmc@, and general direction discussed with many
|
|
|
|
|
|
| |
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.
|
|
|
|
| |
lines; Found while investigating a diff from Michal Koc; ok kn@
|
|
|
|
|
|
| |
where the "wrong" #define was used.
ok dlg@
|
| |
|
|
|
|
|
|
| |
calloc() already filled all the memory block to 0.
OK deraadt@ cheloha@ millert@
|
|
|
|
|
|
| |
So that events fire punctually, even if the system clock is changed.
ok jca@
|
|
|
|
|
| |
cast to unsigned and test for > X to avoid warnings that comparing an
unsigned < 0 make no sense; ok deraadt@
|
|
|
|
|
|
| |
instead of CLEANFILES += y.tab.h
okay millert@
|
|
|
|
| |
ok yasuoka mikeb
|
| |
|
|
|
|
|
|
| |
This allows the new -n config check to work correctly.
OK jsg@ deraadt@
|
|
|
|
|
|
| |
config parser found with afl.
feedback and ok millert@ ok deraadt@
|
|
|
|
| |
ok reyk@ deraadt@ jmc@
|
|
|
|
| |
OK jsg@
|
|
|
|
| |
ok deraadt@
|
| |
|
|
|
|
| |
ok claudio@ florian@
|
| |
|
|
|
|
| |
carp interfaces have this state for a while. ok mpi@ phessler@
|
|
|
|
| |
ok deraadt@
|
|
|
|
| |
ok millert krw
|
|
|
|
|
|
|
|
|
| |
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)
|
|
|
|
| |
ok deraadt@
|
| |
|
|
|
|
| |
from Benjamin Baier (programmer (at) netzbasis.de)
|
|
|
|
|
| |
<sys/sysctl.h> will pull in the universe (I am working on breaking that
assumption in a gentle fashion)
|
|
|
|
|
| |
ignored silently and without aborting, much like EINTR and EWOULDBLOCK are.
ok's from various maintainers of these directories...
|
|
|
|
|
|
|
|
| |
check interval with yacc/$5 variable instead of cfgstate.listen_port that is an in_port_t type, for avoid warnings, due to limited range of data type;
use IPPORT_HILASTAUTO for more consistence (input from millert@)
"yeah, I like that. ok" henning@
|
|
|
|
|
|
| |
<netinet/in.h> to reliably get it
ok matthew@, millert@, deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
| |
sending less (or more) data than expected.
We do a sysctl to know how much data should be read, and then we try to
read that amount, but there is a window between this two calls that
things can change, this makes sure we have an "atomic view" of data.
From Patrick Wildt, tested with over 7000 SAs, thanks.
ok deraadt
|
|
|
|
| |
ok haesbaert@
|
| |
|
|
|
|
| |
ok krw@
|
|
|
|
|
| |
ok mikeb@
sure deraadt@
|
|
|
|
| |
ok mikeb@
|
|
|
|
|
| |
ok mikeb@
"looks good" deraadt@
|
|
|
|
|
|
|
| |
proper usage() message.
ok mikeb@
"looks good" deraadt@
|
|
|
|
|
|
|
| |
Fix signed vs unsigned and dup symbol shadow.
ok mikeb@
"looks good" deraadt@
|
|
|
|
| |
OK deraadt@
|
|
|
|
|
|
|
|
|
| |
the standard OpenBSD-style parse.y handle continuing lines with backslashes,
paying particular attention to how comments are handled (which can cause
nasty side-effects if you're not expecting it).
Most wording from jmc@, with suggestions from fgsch@, marc@, Richard Toohey,
patrick keshishian and Florian Obser, ok jmc@.
|
|
|
|
| |
ok reyk@, sthen@
|
| |
|
|
|
|
|
| |
None (), Important (-v), All (-vv)
ok deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
new config option "control isakmpd|iked|all|none" in sasyncd.conf(5)
is used to set the mode; the default is to control isakmpd like
before. When controlling iked, sasyncd connects to the daemon using
the imsg socket and sends imsgs - this is easy because the imsg
framework has been imported into libutil. iked(8) already includes
the important bits to work with sasyncd(8) (the active/passive mode
option in ikectl).
manpage bits ok jsg@
ok jsg@
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
RTM_IFINFO to monitor the state of carp(4) interfaces; programme the
filter on the socket accordingly so it doesn't have to handle other
message types. ok henning@
|