Age | Commit message (Collapse) | Author |
|
gilles@
|
|
match from auth [...]
will match any authenticated session, disregarding where it comes from
|
|
interrupt vectors and mapping events (RX on queues, commands,
mgmt frames) to those vectors. For now we keep the existing
behaviour, establish a single vector and map all events to it.
Makes my Intel NUC 8i5BEH 9560 work
Tested by jcs@ on a 9560 (w/ MSI-X)
Tested by deraadt@ on a 9260 (w/ MSI-X)
Tested by phessler@ on a 8260 (w/o MSI-X)
ok stsp@
|
|
|
|
no functional change
|
|
them a "for" and "from" parameter and allow grammar to express:
match from mail-from gilles@openbsd.org for rcpt-to eric@openbsd.org
rather than:
match from any mail-from gilles@openbsd.org \
for domain openbsd.org rcpt-to eric@openbsd.org [...]
ok eric@, jung@, millert@
|
|
Shift math error discovered by George Koehler. Also, fix the error in tsc
multiplier which was correct only if the host timecounter was tsc.
ok mlarkin@
|
|
lldb likes to look at argv[0] to figure out where it might find lldb-server,
but when we invoke lldb via $PATH this doesn't work, so fill in some helpers
to tell it where to look.
ok millert@
|
|
this makes the driver more like the rest of the tree. no functional change.
|
|
|
|
relocation from _dl_md_reloc() to _dl_md_reloc_all_plt() which has
the minimal code to do it.
Also, avoid division on PLTRELSZ; just use it to offset to the end.
ok kettenis@
|
|
range is contained in a pci bar instead of only testing if the start
address of the efi fb is non zero.
Corrects a problem reported by Brennan Vincent on a Dell XPS 9575 with
amdgpu and inteldrm booted via efi. amdgpu would wrongly decide it was
primary on probe and as a result when encountering an unrelated error
efifb would reattach when amdgpu detached. When inteldrm would latter
attach an assert would trigger as efifb had already claimed the console.
ok kettenis@
|
|
hardware generations. Fixes spurious > 100% signal strength values.
reported by and ok mlarkin@
|
|
require this anymore since we now behave like posix.
Fixes a problem where a symlink to / would return ENOTDIR because
the parent could not be locked - noticed by Raimo Niskanen <raimo@erlang.org>
ok guenther@ deraadt@
|
|
Fixes an assert when running lldb with DEBUG.
ok patrick@
|
|
OK mortimer
|
|
like mem{set,cpy,move} or __stack_smash_handler using asm() renaming. So
treat gcc3 like clang and mark such functions as protected instead.
ok ayoma@
|
|
|
|
OK claudio dlg
|
|
|
|
|
|
Pruitt in GitHub issue 1985.
|
|
unwindctl suggests; ok florian@
|
|
More careful initialization, better error/debug messages.
|
|
The frontend doesn't know.
|
|
scsi_all.h.
Add scsi_read_cap_10() and scsi_read_cap_16() functions to
scsi_base.c, i.e. move logic to do actual READ_CAPACITY commands out
of sd_read_cap() and sd_read_cap_16().
This will allow the READ_CAPACITY code to be reused by cd(4).
Return -1 for errors where the error code is just discarded, reducing
ENOMEM, ENXIO, EIO uses.
No intentional functional change.
|
|
|
|
|
|
|
|
users or mailaddr:
match auth "gilles@openbsd.org" [...]
match auth "@openbsd.org" [...]
ok eric@
|
|
ok eric@
|
|
|
|
ok gilles@ martijn@
|
|
ok bluhm@, cheloha@
|
|
Tested by kevlo@, ok stsp@
|
|
|
|
|
|
|
|
ok markus, feedback deraadt
|
|
require a touch to authorize the operation.
|
|
keypair to request one that does not require a touch for each
authentication attempt. The default remains to require touch.
feedback deraadt; ok markus@
|
|
extension for certificates. This option disables the default
requirement that security key signatures attest that the user touched
their key to authorize them.
feedback deraadt, ok markus
|
|
This directive has a single valid option "no-touch-required" that
causes sshd to skip checking whether user presence was tested before
a security key signature was made (usually by the user touching the
key).
ok markus@
|
|
This is populated during signature verification with additional fields
that are present in and covered by the signature. At the moment, it is
only used to record security key-specific options, especially the flags
field.
with and ok markus@
|
|
|
|
|
|
|
|
OK phessler, pamela, jung, benno
|
|
|
|
all interfaces. Most handlers will ignore it but at least umb(4) will
send a response back.
OK florian@
|