Age | Commit message (Collapse) | Author |
|
Pointed out by krw@
|
|
ok jmc, yasuoka
|
|
|
|
console output is clear and clean in that mode.
Since /var/tmp is now a symlink to /tmp:
- directly use /tmp
- if modifications were done; at the end of the run:
- display our backup directory (in case we want to move it to survive a reboot)
- display where and what files are still left for comparison
discussed with and ok sthen@
|
|
so you have to check their return values in the same way and handle
errors the same way.
returning 0 from evbuffer_read means the other end of the socket
has gone away.
we should try again on both evbuffer_read and evbuffer_write if we
get EAGAIN or EINTR.
ok millert@ bluhm@
|
|
current_set more explicit in the PkgAdd algorithm...
and clean it up when we clean the set.
Put the "tieing files" stuff into its own function so that the add code
looks a bit less like a spaghetti monster
|
|
found by yasuoka@
|
|
|
|
parse correctly, do not reject message as malformed in this case
|
|
Still not perfect since binary values can also be base64 encoded but
one step closer.
|
|
by calling conn_task_cleanup() twice (once direct and once via conn_fail()).
The error handling needs some more work but at least this fixes the crash
found by jasper@
|
|
This ensures that we don't have multiple pointers pointing to the same PDU.
|
|
ok tedu@
|
|
|
|
for quite some time. Mop up the last few, by using /dev/random where we
actually want it, or not even mentioning arandom where it is irrelevant.
|
|
|
|
|
|
were displayed "on the fly". But prepare+log means the display happens later
in any case, so they can be done as part of regular plist.
Also, mark known manpage dirs for even more verbiage reduction...
|
|
and old packages. Rationale being you don't need to display UNMESSAGE if the
new package has the exact same one. And likewise, you don't need to display
MESSAGE if the old package had the exact same one.
|
|
ok deraadt@ tedu@
|
|
|
|
rename variable and index accordingly.
|
|
Fixes a pfctl crash with an anchor name containing
an embedded nul found with the afl fuzzer.
pfctl parse.y patch from and ok deraadt@
|
|
noticed by deraadt@
|
|
|
|
your software on noexec filesystems...
|
|
slightly tweaked version of an earlier diff ok'd by djm@ and miod@
|
|
fixes a crash found by the afl fuzzer
ok djm@ miod@
|
|
ip_print() and others.
Allows code deciding on a minimum length to memmove()
to work as intended, preventing various crashes found
with the afl fuzzer. Callers of ip6_print() should of
course be fixed to provide sane lengths as well.
ok deraadt@ djm@
|
|
|
|
- Removed 'increased limit open files' log message that is written
to console. It is only written on verbosity 4 and higher.
This keeps system bootup console cleaner.
- Fix #627: SSL_CTX_load_verify_locations return code not properly
checked.
- Fix that CD flag disables DNS64 processing, returning the DNSSEC
signed AAAA denial.
- Fix cdflag dns64 processing.
ok sthen@
|
|
|
|
|
|
These are the direct sources from NLnet Labs upstream, minus these:
compat contrib libunbound/python pythonmod testcode testdata winrc
ok deraadt@ jakob@
|
|
|
|
kernel struct vnode defintion, and the only consumer (pstat) still needs
kvm to read much of the required information. no great loss to always use
kvm until there's a better replacement interface.
ok deraadt millert uebayasi
|
|
ok doug@ millert@
|
|
|
|
This should be equivalent to the statistics available
via the various relaydctl show commands
okay benno@ reyk@
|
|
snmp requests are now packaged into pseudo-continuations
to allow for being dispatched to seperate processes;
lightly tested for interoperability with NetSNMP, but
doesn't implement the complete set of AgentX messages
while here, clean up return types of mps_get* functions,
and make smi_insert refuse to insert duplicate OIDs
okay benno@ reyk@
|
|
|
|
ok deraadt@ millert@ tedu@
|
|
brad@
|
|
PKG_TMPDIR to be on a fs mounted with noexec); remove a reference to CAVEATS
from the section talking about PKG_TMPDIR. ok espie@
|
|
ok stsp
|
|
|
|
|
|
format string, create a temporary message.
OK doug@
|
|
Instead of creating a temporary format string, create a temporary
message.
OK doug@
|
|
PROT_NONE, PROT_READ, PROT_WRITE, and PROT_EXEC from mman.h.
PROT_MASK is introduced as the one true way of extracting those bits.
Remove UVM_ADV_* wrapper, using the standard names.
ok doug guenther kettenis
|