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
/
ssh
Age
Commit message (
Expand
)
Author
2019-09-24
identity_file[] should be PATH_MAX, not the arbitrary number 1024
Theo de Raadt
2019-09-20
new sentence, new line;
Jason McIntyre
2019-09-16
Allow testing signature syntax and validity without verifying that
Damien Miller
2019-09-13
clarify that IdentitiesOnly also applies to the default ~/.ssh/id_*
Damien Miller
2019-09-13
Plug mem leaks on error paths, based in part on github pr#120 from
Darren Tucker
2019-09-13
whitespace
Damien Miller
2019-09-13
allow %n to be expanded in ProxyCommand strings
Damien Miller
2019-09-13
clarify that ConnectTimeout applies both to the TCP connection and to
Damien Miller
2019-09-09
Fix potential truncation warning. ok deraadt.
Darren Tucker
2019-09-06
Allow prepending a list of algorithms to the default set by starting
Christian Weisgerber
2019-09-06
key conversion should fail for !openssl builds, not fall through to
Damien Miller
2019-09-06
typo in previous
Damien Miller
2019-09-06
avoid compiling certain files that deeply depend on libcrypto when
Damien Miller
2019-09-06
fixes for !WITH_OPENSSL compilation; ok dtucker@
Damien Miller
2019-09-06
lots of things were relying on libcrypto headers to transitively
Damien Miller
2019-09-06
remove leakmalloc reference; we used this early when refactoring but
Damien Miller
2019-09-06
better error code for bad arguments; inspired by
Damien Miller
2019-09-05
if a PKCS#11 token returns no keys then try to login and refetch
Damien Miller
2019-09-05
sprinkle in some explicit errors here, otherwise the percolate all
Damien Miller
2019-09-05
only send ext_info for KEX_INITIAL; bz#2929 ok dtucker
Damien Miller
2019-09-05
macro fix; ok djm
Jason McIntyre
2019-09-05
memleak on error path; found by libfuzzer
Damien Miller
2019-09-05
expose allowed_signers options parsing code in header for fuzzing
Damien Miller
2019-09-04
Call comma-separated lists as such to clarify semantics.
Christian Weisgerber
2019-09-04
tweak previous;
Jason McIntyre
2019-09-03
repair typo and editing mishap
Christian Weisgerber
2019-09-03
sshsig tweaks and improvements from and suggested by Markus
Damien Miller
2019-09-03
sshsig: lightweight signature and verification ability for OpenSSH
Damien Miller
2019-09-03
move authorized_keys option parsing helpsers to misc.c and make
Damien Miller
2019-09-03
make get_sigtype public as sshkey_get_sigtype(); ok markus@
Damien Miller
2019-09-03
move advance_past_options to authfile.c and make it public;
Damien Miller
2019-09-03
move skip_space() to misc.c and make it public; ok markus@
Damien Miller
2019-09-03
authfd: add function to check if key is in agent
Damien Miller
2019-09-03
fix memleak in ssh_free_identitylist(); ok markus@
Damien Miller
2019-09-03
factor out confirm_overwrite(); ok markus@
Damien Miller
2019-09-02
constify an argument
Damien Miller
2019-09-02
downgrade PKCS#11 "provider returned no slots" warning from log level
Damien Miller
2019-09-01
print comment when printing pubkey from private
Damien Miller
2019-08-16
Call comma-separated lists as such to clarify semantics
kn
2019-08-16
include sshbuf-misc.c in SRCS_BASE
Damien Miller
2019-08-16
switch percent_expand() to use sshbuf instead of a limited fixed buffer;
Damien Miller
2019-08-09
produce a useful error message if the user's shell is set incorrectly
Damien Miller
2019-08-09
Change description of TCPKeepAlive from "inactive" to "unresponsive"
Darren Tucker
2019-08-08
Allow the maximimum uint32 value for the argument passed to -b which
Darren Tucker
2019-08-05
Many key types are supported now, so take care to check the size
Christian Weisgerber
2019-08-05
Remove now-redundant perm_ok arg since sshkey_load_private_type will
Darren Tucker
2019-08-02
typo; from Christian Hesse
Damien Miller
2019-07-30
let sshbuf_find/cmp take a void* for the search/comparison
Damien Miller
2019-07-24
When using a combination of a Yubikey+GnuPG+remote forwarding the gpg-agent
Ricardo Mestre
2019-07-23
Fix typo in CASignatureAlgorithms wherein what should be a comma is a dot.
Darren Tucker
[next]