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
2020-12-29
Update/replace the experimental post-quantim hybrid key exchange
Damien Miller
2020-12-22
tweak the description of KnownHostsCommand in ssh_conf.5, and add
Jason McIntyre
2020-12-22
Remove lines accidentally left behind in the ProxyJump parsing fix r1.345.
Theo Buehler
2020-12-22
add a ssh_config KnownHostsCommand that allows the client to obtain
Damien Miller
2020-12-22
move subprocess() from auth.c to misc.c
Damien Miller
2020-12-21
Remove the pre-standardization cipher rijndael-cbc@lysator.liu.se.
Darren Tucker
2020-12-21
properly fix ProxyJump parsing; Thanks to tb@ for pointing out my error
Damien Miller
2020-12-20
plumb ssh_conn_info through to sshconnect.c; feedback/ok markus@
Damien Miller
2020-12-20
allow UserKnownHostsFile=none; feedback and ok markus@
Damien Miller
2020-12-20
load_hostkeys()/hostkeys_foreach() variants for FILE*
Damien Miller
2020-12-19
Print client kem key with correct length.
tobhe
2020-12-17
fix possible error("%s", NULL) on error paths
Damien Miller
2020-12-17
refactor client percent_expand() argument passing; consolidate the
Damien Miller
2020-12-17
prepare readconf.c for fuzzing; remove fatal calls and fix some
Damien Miller
2020-12-14
use _PATH_SSH_USER_DIR instead of hardcoded .ssh in path
Damien Miller
2020-12-04
shuffle a few utility functions into sftp-client.c; from Jakub Jelen
Damien Miller
2020-12-04
make ssh_free(NULL) a no-op
Damien Miller
2020-12-04
memleak of DH public bignum; found with libfuzzer
Damien Miller
2020-12-04
fix minor memleak of kex->hostkey_alg on rekex
Damien Miller
2020-12-04
typos: s/hex/kex/ in error messages
Damien Miller
2020-12-04
make program name be const
Damien Miller
2020-11-30
Ignore comments at the end of config lines in ssh_config, similar to what
Darren Tucker
2020-11-28
Include cipher.h for declaration of cipher_by_name.
Darren Tucker
2020-11-28
check result of strchr() against NULL rather than searched-for
Damien Miller
2020-11-27
Document ssh-keygen -Z, sanity check its argument earlier and provide
Darren Tucker
2020-11-27
Set the specified TOS/DSCP for interactive use prior to TCP connect.
Damien Miller
2020-11-27
clean up passing of struct passwd from monitor to preauth privsep
Damien Miller
2020-11-22
when loading PKCS#11 keys, include the key fingerprints and provider/slot
Damien Miller
2020-11-22
when mentioning that the host key has changed, don't report the type
Damien Miller
2020-11-20
When doing an sftp recursive upload or download of a read-only directory,
Darren Tucker
2020-11-20
Explicitly initialize all members of the find_by_key_ctx struct. Initializing
Darren Tucker
2020-11-19
draft-ietf-secsh-architecture is now RFC4251.
Darren Tucker
2020-11-17
Specify that the KDF function is bcrypt. Based on github PR#214
Darren Tucker
2020-11-15
revert r1.341; it breaks ProxyJump; reported by sthen@
Damien Miller
2020-11-13
scrub keyboard-interactive authentication prompts coming from the
Damien Miller
2020-11-13
prefix keyboard interactive prompts with (user@host) to make it easier
Damien Miller
2020-11-12
when prompting the user to accept a new hostkey, display any other
Damien Miller
2020-11-12
Prevent integer overflow when ridiculously large ConnectTimeout is
Darren Tucker
2020-11-11
fix logic error that broke URI parsing in ProxyJump directives;
Damien Miller
2020-11-10
Free the previously allocated msg buffer after writing it out.
Claudio Jeker
2020-11-08
unbreak; missing NULL check
Damien Miller
2020-11-08
when requesting a security key touch on stderr, inform the user once
Damien Miller
2020-11-08
Add a comment documenting the source of the moduli group sizes.
Darren Tucker
2020-11-08
Replace WITH_OPENSSL ifdefs in log calls with a macro. The log calls
Darren Tucker
2020-11-03
fold consecutive '*' wildcards to mitigate combinatorial explosion
Damien Miller
2020-10-30
print reason in fatal error message when kex_assemble_namelist() fails
Damien Miller
2020-10-29
fix sshd_config SetEnv directive inside Match blocks; part of github
Damien Miller
2020-10-29
fix type of nid in type_bits_valid(); github PR#202 from github user
Damien Miller
2020-10-29
whitespace; no code change
Damien Miller
2020-10-29
UpdateHostkeys: fixed/better detection of host keys that exist under
Damien Miller
[next]