Age | Commit message (Collapse) | Author |
|
ok gilles@
|
|
spotted by martijn@
ok martijn@ gilles@
|
|
ok claudio@
|
|
espie@. Need to look deeper.
|
|
ok deraadt
|
|
Part of a patch from Stephen Gregoratto <dev at sgregoratto dot me>.
|
|
|
|
counterpart from vmctl.
ok mlarkin@
|
|
to a loop-switch construct in up_generate_attr(). This way attributes
are always dumped in ascending order as suggested by the RFC and adding
special attributes is simpler than in the current way.
The MP attributes are a special case since those are handled at a later
stage of creating UPDATE messages.
OK benno@
|
|
Ask the server to close the connection after the request since we
don't read any further request headers. This fixes an issue with
OPTIONS and optional body, as well as similar cases.
Reported and tested by Rivo Nurges
OK benno@
|
|
OK claudio@
|
|
OK bentley@ mikeb@
|
|
snmpEngineBoots and snmpEngineTime by sending an AuthPriv request with the
requested values set to zero and with a valid user.
Move the engine_boots and engine_time down after the user check and remove
the 0-check, so we can reply with the appropriate usmStatsNotInTimeWindows.
This allows us to use p5-Net-SNMP against snmpd with seclevel enc.
OK rob@
|
|
snmpEngineID by sending a noAuthNoPriv request. Move the seclevel check to
after the usm_decode phase, so we can reply with the mandatory
usmStatsUnknownEngineIDs instead of usmStatsUnsupportedSecLevels.
This brings us one step closer to using p5-Net-SNMP with seclevel enc.
OK tb@, rob@
|
|
sets instead of hardcoding /home. This leads the way to a knob for manually
choosing a sets directory if we want that.
Create /auto_upgrade.conf that will get picked up by the installer for the
unattended upgrade mode.
Similar inputs from naddy@ and kn@
ok florian@ kmos@ kn@
|
|
that's all used via libpcap now.
found by deraadt ok tb
|
|
Add a first cut of x86 page table walker to vmd(8) and vmm(4). This function is
not used right now but is a building block for future features like HPET, OUTSB
and INSB emulation, nested virtualisation support, etc.
With help from Mike Larkin
ok mlarkin@
|
|
OK claudio@ deraadt@
|
|
display the state of
the vcpu (which is why it got removed), it now actually reports the correct state
(running, stopped, disabled, paused, etc)
ok ccardenas@ mlarkin@
|
|
set it to VMM_HV_SIGNATURE and check for it upon restoring a vm image
ok mlarkin@ pd@
|
|
|
|
instead of
a handful of separate variables. this will makes it easier for vmd to report
and check on the individual vm states
no functional change intended
ok ccardenas@ mlarkin@
|
|
preferring XSDT over RSDT.
Thanks to kettenis@ who pointed out the mismatch.
ok guenther@ kettenis@
|
|
snmpctl. Separate copies of ber.[ch] have existed and been maintained in sync
in ldap, ldapd, ypldap and snmpd.
This commit moves the BER API into /usr/lib/libutil. All current consumers
already link libutil. ldapd and snmpd regress passes, and release builds.
With help from tb@ and guenther@.
ok deraadt@, tb@
|
|
OK sthen@ deraadt@
|
|
ok kettenis
|
|
knows the vm is paused, but vmd does not.
ok mlarkin@ pd@
|
|
ok pd@
|
|
OK deraadt@ jca@
|
|
substract the size of the IPv6 header and not the IPv4 header from the MTU.
This stops ospf6d to send out fragmented packets.
Found with and OK benno@
|
|
For example,
pass from 10.0.0.0/8 path "/hello/*" forward to <b>
Ok benno@
|
|
ok krw@, jsg@
|
|
|
|
remove some unneeded == NULL checks.
OK benno@
|
|
will be deleted after the upgrade by default. ok kn@
|
|
verification by the installer:
Verification is triggered by the presence of SHA256.sig.
In sysupgrade, remove SHA256.sig once the signature has been verified.
Compare SHA256 against a stored copy from the previous install/upgrade.
In the installer, stash away a copy of SHA256 and move that code
into install_files() where the sets are actually processed.
Confirm in the response file that we want to proceed without
verifying the sets.
ok florian@ tj@
|
|
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@
|
|
|