| Commit message (Collapse) | Author | Files | Lines |
|
OpenBSD-Commit-ID: b1859959374b4709569760cae0866d22a16606d3
|
|
Fix out-of-tree build failure due to incorrect path for `sk-usbhid.c`.
|
|
new ratelimited logging infrastructure.
Add ratelimits to logging of connections dropped by PerSourcePenalties
ok dtucker
OpenBSD-Commit-ID: f22fe7c39607e4361aadf95e33773ffd68c59489
|
|
dtucker
OpenBSD-Commit-ID: 18a83e5ac09d59aaf1e834fd6b796db89dd842e7
|
|
and AuthorizedPrincipalsFile directives; bz2755 ok dtucker
OpenBSD-Commit-ID: 3e3e05a17fca39bba78b993a07b44664519adf7f
|
|
option of the same name in the server; bz2745 ok dtucker@
OpenBSD-Commit-ID: 6ff7905b3f9806649bde750515786553fb89cdf4
|
|
OpenBSD-Commit-ID: c4e92356d44dfe6d0a4416deecb33d1d1eba016c
|
|
years...
OpenBSD-Commit-ID: 73674ee4f8ceb8fc9cb8de71d8ddea0c721eb035
|
|
OpenBSD-Commit-ID: a7ac295b444da7b2ca7a33a52370594f6897f6bb
|
|
It looks like build6x options were intended for RHL 6.x
(the Red Hat distro predating Fedora, not RHEL), but were
then applied to RHEL.
Completely remove support for this ancient configuration.
Successfully built, installed and run on RHEL 6. This also
remove a build warning about deprecation of PreReq.
|
|
Retire old non-hardware based signing key.
|
|
|
|
Prevents problem later in increase_datafile_size if ssh is not in
the path. Patch from quaresmajose via GHPR#510.
OpenBSD-Regress-ID: 2670a66af8b827410ca7139f0a89f4501cece77b
|
|
in password change message. From ThinLinc-Zeijlon via github PR#532.
OpenBSD-Commit-ID: fea5e9bc04caf613a118c419f16863733b340cf1
|
|
OpenBSD-Commit-ID: 63360924b6834507fe70020edb936f5075043a9e
|
|
From ThinLinc-Zeijlon via GHPR#532.
|
|
|
|
This allows testing Y2038 with system time set to after that (i.e. 2040),
so that actual Y2038 issues can be exposed, and not masked by key expiry
errors.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
|
|
|
|
coverage. From Alexander Kanavin via bz#3684.
OpenBSD-Regress-ID: bdf6eb3c2421f2e1e11483d03b34c7931d1bccf7
|
|
|
|
Not built by default, but easier than doing it by hand
|
|
OpenBSD-Commit-ID: 23b85ca9d222cb739b9c33ee5e4d6ac9fdeecbfa
|
|
theoretically possible if the admin misconfigures X11DisplayOffset or the
user misconfigures their own $DISPLAY, but don't happen in normal operation.
From Suhov Roman via bz#3730, ok djm@
OpenBSD-Commit-ID: e9e3860f1a19b862ccf07dc8ecbe8f1e1034f4ed
|
|
blobs that ssh-keygen can write when enrolling FIDO keys.
OpenBSD-Regress-ID: 6c97bf3f46e48866677ad69f54b77683eb92437f
|
|
balu.gajjala at gmail via bz#3402.
OpenBSD-Regress-ID: d571932016d07d135b54433d07520b9e1901db43
|
|
prompted by bz3455
OpenBSD-Commit-ID: 0ecbfa70aea6c769bcc259defe07182edf461f57
|
|
contains CR characters; GHPR236 bz3385, fix from Dmitry Belyavskiy
OpenBSD-Commit-ID: e458cf6b0adcea5b69ef4c7ba38e590841d02ef4
|
|
OpenBSD-Commit-ID: c8ff3f70020451eef214e598117b7ce1a29853ef
|
|
moduli file exists, but does not contain moduli within the client-requested
range. The fallback behaviour remains for the case where the moduli file does
not exist (typically, running tests prior to installing). From bz#2793, based
in part on patch from Joe Testa, ok djm@
OpenBSD-Commit-ID: b1a8c5dbbedf249b42474679ebaf14db7332b1ab
|
|
This will allow us to get rid of EC_GROUP_method_of() in the near future.
ok djm
OpenBSD-Commit-ID: b4a3d2e00990cf5c2ec6881c21ddca67327c2df8
|
|
reported by Torben Hansen in bz2880
|
|
Adds support for systemd LISTEN_PID/LISTEN_FDS socket activation to
ssh-agent. Activated when these environment variables are set and
the agent is started with the -d or -D option and no socket path
is set.
Based on GHPR502 by Daniel Kahn Gillmor, ok dtucker
|
|
Prompted by bz#3738, ok djm@.
|
|
Based on bz#3658, fixes jmc@ ok markus@ djm@.
OpenBSD-Commit-ID: 9fadb56b9afed554d501acbba911c685acd6ffc2
|
|
autoconf packages conventionally inherit the DESTDIR variable from the
environment.
|
|
|
|
recent WinHello. From Michael Braun via GHPR542
OpenBSD-Commit-ID: a71b0542f2f7819ba0e33a88908e01b6fc49e4ce
|
|
|
|
OpenBSD-Commit-ID: 05b6c31f4a6e385338f43cc0e08776cea75802a1
|
|
OpenBSD-Commit-ID: 8366a72e0f300ee31c5dab2c95025387ec15bbc9
|
|
In `ssh_ecdsa_sk_verify`, the `datalen` variable was renamed to `dlen` -- but not in this debugging block.
|
|
OpenBSD-Commit-ID: 311d271bf0fab8a119e84f4f696d8cd40731692f
|
|
Add a Makefile target for sk-libfido2, the standalone fido2 security
key shared library, suitable for use with the SecurityKeyProvider
option.
Add a new configure option `--with-security-key-standalone` that
optionally sets the shared library target sk-libfido2$(SHLIBEXT), and
adds it to $(TARGETS).
misc.h is required when SK_STANDALONE is defined, because of the use
of `monotime_tv` in `sk_select_by_touch`.
Sets the shared library extension for sk-libfido2 is by setting
`SHLIBEXT` depending on the platform in configure.ac.
Add the shared library to the CI builds in the `sk` target config to
make sure it can compile under the same conditions as
`--with-security-key-builtin`.
Add a libssh-pic.a static library that compiles with `-fPIC` reusing
.c.lo method in sk-dummy.so for use in the shared library sk-libfido2.
Note, a separate static library libssh-pic.a is needed, since defining
-DSK_STANDALONE excludes some symbols needed in sshkey.lo.
|
|
I noticed the square brackets in `destination [command [argument...]`
in the synopsis for the `ssh.1` manpage were not balanced,
this balances them.
Signed-off-by: Arnout Engelen <arnout@bzzt.net>
|
|
dump, which used to work but broke in 9.8
OpenBSD-Commit-ID: c79936242d29c70d01941b28d2d07fd0b85fe46f
|
|
OpenBSD-Commit-ID: e3420f3925a297a1b2ab7dfe7c7d274cfc8e1193
|
|
verification as well as PIN. Prompted by Zack Newman, ok jmc@
OpenBSD-Commit-ID: b774a4438c9be70012661ee278450790d21277b8
|
|
OpenBSD-Commit-ID: 74d0c0b74994d9a4343c4d7ea4948cb34f609a6c
|
|
by ssh-agent. Patch from Maxime Rey.
OpenBSD-Regress-ID: 1777ab6e639e57c0e20cbcb6df60455b49fd8bb3
|