index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
Age
Commit message (
Expand
)
Author
2021-12-07
better error message for FIDO keys when we can't match them to a token
Damien Miller
2021-12-07
Simple conversion to opaque EVP_CIPHER.
Theo Buehler
2021-12-07
switch from tradcpp(1) to cpp(1); ok jsg@
Robert Nagy
2021-12-07
Improve the COMMAND SECTION section in multiple respects regarding
Ingo Schwarze
2021-12-07
Respond to OSC 4 query.
Nicholas Marriott
2021-12-07
Use four digits not two for RGB responses to match other terminals.
Nicholas Marriott
2021-12-07
sys/signal.h (or some master include) must happen before sys/proc.h, which
Theo de Raadt
2021-12-07
Use PATH_MAX (the standard name) rather than MAXPATHLEN (from BSD sys/param.h)
Theo de Raadt
2021-12-06
Clean up a bunch of dead code in s_server.c and s_socket.c
Theo Buehler
2021-12-06
Fix g/G keys to be in line with copy mode.
Nicholas Marriott
2021-12-06
Do not dereference NULL window when resizing client, GitHub issue 2982.
Nicholas Marriott
2021-12-05
sys/select.h is not needed, if howmany/NBBY are needed they will arrive
Theo de Raadt
2021-12-05
fix unintended sizeof pointer in debug path
Jonathan Gray
2021-12-04
RSA/SHA-1 is not used by default anymore on the server
Christian Weisgerber
2021-12-03
Fixed-size NOFILE_MAX (from sys/param.h of course) array is crazy, so
Theo de Raadt
2021-12-02
hash full host:port when asked to hash output, fixes hashes for non-
Damien Miller
2021-12-02
improve the testing of credentials against inserted FIDO keys a little
Damien Miller
2021-12-02
move check_sk_options() up so we can use it earlier
Damien Miller
2021-12-02
ssh-rsa is no longer in the default for PubkeyAcceptedAlgorithms.
Darren Tucker
2021-12-02
list uppercase options along with lower in SYNOPSIS/options list/usage;
Jason McIntyre
2021-12-02
don't put the tty into raw mode when SessionType=none, avoids ^c being
Damien Miller
2021-11-30
Improved error handling in config parser.
Tobias Stoeckmann
2021-11-30
Fix indentation of return in yy_try_NUL_trans().
Todd C. Miller
2021-11-29
Bump response timer to three seconds, GitHub issue 2984.
Nicholas Marriott
2021-11-29
Fix user option lookup ordering.
Nicholas Marriott
2021-11-29
local copy of roundup() means no more sys/param.h
Theo de Raadt
2021-11-28
Stop using MAXBSIZE to eliminate sys/param.h including (which injects a
Theo de Raadt
2021-11-28
sshsig: return "key not found" when searching empty files rather than
Damien Miller
2021-11-28
ssh-keygen -Y match-principals doesn't accept any -O options
Damien Miller
2021-11-28
fix indenting in last commit
Damien Miller
2021-11-28
missing initialisation for oerrno
Damien Miller
2021-11-27
Add ssh-keygen -Y match-principals operation to perform matching of
Damien Miller
2021-11-26
openssl(1): drop support for netscape certificates and server gated keys.
Theo Buehler
2021-11-26
followng -> following
Jonathan Gray
2021-11-26
definiton -> definition
Jonathan Gray
2021-11-25
debug("func: ...") -> debug_f("...")
Damien Miller
2021-11-25
We know how to print a size_t now. Drop a comment and a cast.
Theo Buehler
2021-11-21
Tweak for opaque EVP_MD: use EVP_MD_type(dgst) instead of dgst->type.
Theo Buehler
2021-11-21
Add the new `ipsec_exctdb' ipsec(4) counter to count and expose to the
Vitaliy Makkoveev
2021-11-21
tee(1): use idiomatic write loop
Scott Soule Cheloha
2021-11-20
Convert openssl(1) to using BN_GENCB on the heap
Theo Buehler
2021-11-20
typo in comment
Theo Buehler
2021-11-18
less confusing debug message; bz#3365
Damien Miller
2021-11-18
avoid xmalloc(0) for PKCS#11 keyid for ECDSA keys (we already did this
Damien Miller
2021-11-18
ssh-keygen -Y find-principals was verifying key validity when using
Damien Miller
2021-11-18
check for POLLHUP wherever we check for POLLIN
Damien Miller
2021-11-18
fd leak in sshd listen loop error path; from Gleb Smirnoff
Damien Miller
2021-11-18
check for POLLHUP as well as POLLIN in sshd listen loop;
Damien Miller
2021-11-18
check for POLLHUP as well as POLLIN, handle transient IO errors as well
Damien Miller
2021-11-17
uniq(1): ignore trailing newlines when comparing lines
Scott Soule Cheloha
[next]