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
2021-01-09
add a comma to previous;
Jason McIntyre
2021-01-09
Add PerSourceMaxStartups and PerSourceNetBlockSize options which provide
Darren Tucker
2021-01-09
Move address handling functions out into their own file in order to reuse
Darren Tucker
2021-01-08
make CheckHostIP default to 'no'. It doesn't provide any perceptible
Damien Miller
2021-01-08
If a signature operation on a FIDO key fails with a "incorrect PIN"
Damien Miller
2021-01-08
don't try to use timespeccmp(3) directly as a qsort(3) comparison
Damien Miller
2021-01-08
Update the sntrup761 creation script and generated code:
Darren Tucker
2021-01-08
mention that DisableForwarding is valid in a sshd_config Match block
Damien Miller
2021-01-04
estructure sntrup761.sh to process all files in a single list, which will
Darren Tucker
2021-01-03
Prevent redefinition of `crypto_int32' error with gcc3.
tobhe
2020-12-30
Use int64_t for intermediate values in int32_MINMAX to prevent signed
tobhe
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
[next]