Age | Commit message (Collapse) | Author |
|
avoids sh difficulties, etc.
from Matthew Martin.
ok deraadt reyk
|
|
- Don't expect the Connection header to equal Upgrade, it may include Upgrade
- Reshuffle the code to check the Upgrade/Connection headers in one place
Reported and tested by Rivo Nurges
OK and input from benno@
Cvs: ----------------------------------------------------------------------
|
|
human readable list of strings.
Slightly tweaked version of a diff from William Ahern via tech@.
Long silence on all fronts leads to community based testing.
|
|
Add a QUERY_STRING_ENC macro that is URL encoded.
Patch from Tim Baumgartner
ok reyk
|
|
instead of the rewritten path and query string.
Patch from Tim Baumgard, reminded by Mischa Peters.
ok benno, reyk
|
|
|
|
'obj, sizeof(struct object)'
OK benno@
|
|
ok jasper@ florian@
|
|
- pass state along to be able to do proper errsay instead of raw printing.
- compare VERSION markers first, because they're supposed to trump
everything else.
(todo: evaluate -v diagnostics for version bumps)
okay sthen@
|
|
process in this process. The refreshing of the keys is done whenever the
session state is changes to state IDLE or ACTIVE. This should behave better
when reloading configs with auth changes.
OK benno@
|
|
ignoring version elements.
|
|
|
|
The return value of kr_net_redist_add() was not as intended and so
kr_redistribute() removed those networks on config reloads.
Bug reported by openbsd (at) kene.nu
OK benno@
|
|
|
|
input from jmc@
|
|
even when a switch(4) instance requires it to supply it. Cases where this
can happen are: if the copy of the packet recieved from the switch is too
short (source/destination pairs can't be recovered), is non-unicast, or
when switchd has to fall back to flooding traffic.
Factor out the check for short packets, stopping before forwarding
decisions are made if the full packet is needed by the switch. Set the
packet buffer early for cases where it is needed otherwise.
Also replace a few bzero's with memset's.
Diff based on one by guenther@
OK phessler@
|
|
like install.sub and sysupgrade(8) do.
|
|
|
|
|
|
|
|
|
|
like install.sub does.
* Only verify the signature once.
* Only checksum the newly downloaded files.
ok florian@
|
|
ok naddy@ florian@
|
|
by including the contents of the X-Forwarded-For and X-Forwarded-Port
headers. If httpd(8) runs behind a proxy like relayd(8), this allows
tracking the origin of the requests. The format is compatible with
log analyzers such as GoAccess and Webalizer.
Patch from Bruno Flueckiger
ok benno, reyk
|
|
but only on the request side of a bgpctl call.
|
|
than 64 chars long.
|
|
implement -r for symetry reasons to force an upgrade to the next
release.
suggested by & OK deraadt, OK benno, kmos
|
|
Fixes an assertion caught in new_as_set() parsing some arouteserver config.
|
|
|
|
diff, who
graciously OK'd mine. Improvement from naddy; polishing and OKs from kn and ingo.
|
|
Based on a diff by Marco Bonetti (sid77 AT slackware.it).
discussed with deraadt@, OK kn
|
|
ok benno@
|
|
When not logging anything, do not open files in the first place.
This prevents startup failures on configurations where the log/ directory
is missing but logging is disabled anyway.
OK aja solene reyk
|
|
ok reyk@
|
|
filter-dataline in non-dataline phases and vice versa instead of crashing
with "smtpd: tree_xpop(0x1e1a6b180b40, 0xc77804c6ba110977)"
OK gilles@
|
|
First it needs to open(2) `device' with read permissions, /dev/hotplug by
default but can be changed via arguments. Then it needs read/execute on both
_PATH_ETC_HOTPLUG_{ATTACH,DETACH} to access(2) and execl(3) them.
ok deraadt@
|
|
|
|
ok claudio@
|
|
the daemon wouldn't notice state changes for those interfaces.
ok benno@
|
|
|
|
fixes a problem when handling large negative integers.
ok claudio@
|
|
ok florian@
|
|
Idea from sysupgrade(8).
|
|
sha256 is enough; ok florian@
|
|
Read the first line "untrusted comment ..." from SHA256.sig. Use the
key named there if it corresponds to the current or next OS version.
|
|
|
|
|
|
variable
|
|
|
|
new snapshot.
Cargo culted from bits and pieces of a script originally posted
by naddy@ to misc, install.sub and syspatch(8)
with & OK deraadt
|