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
/
clientloop.c
Age
Commit message (
Expand
)
Author
2021-12-19
ssh client side of binding
Damien Miller
2021-11-18
less confusing debug message; bz#3365
Damien Miller
2021-08-29
wrap at 80 columns
Damien Miller
2021-07-23
Add a ForkAfterAuthentication ssh_config(5) counterpart to the
Damien Miller
2021-07-23
Add a StdinNull directive to ssh_config(5) that allows the config
Damien Miller
2021-07-16
Explicitly check for and start time-based rekeying in the client
Damien Miller
2021-07-13
add a SessionType directive to ssh_config, allowing the configuration
Damien Miller
2021-07-05
Fix a couple of whitespace things. Portable already has these so this
Darren Tucker
2021-05-26
fix SEGV in UpdateHostkeys debug() message, triggered when the update
Damien Miller
2021-05-19
restore blocking status on stdio fds before close
Damien Miller
2021-05-04
Don't pass NULL as a string in debugging as it does not work on some
Darren Tucker
2021-05-03
more debugging for UpdateHostKeys signature failures
Damien Miller
2021-04-30
a little debugging in the main mux process for status confirmation
Damien Miller
2021-03-19
return non-zero exit status when killed by signal; bz#3281
Damien Miller
2021-01-27
make ssh->kex->session_id a sshbuf instead of u_char*/size_t and
Damien Miller
2021-01-27
remove global variable used to stash compat flags and use the
Damien Miller
2020-12-20
load_hostkeys()/hostkeys_foreach() variants for FILE*
Damien Miller
2020-10-29
UpdateHostkeys: fixed/better detection of host keys that exist under
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-14
make UpdateHostkeys still more conservative: refuse to proceed if
Damien Miller
2020-10-11
UpdateHostkeys: check for keys under other names
Damien Miller
2020-10-11
UpdateHostkeys: better CheckHostIP handling
Damien Miller
2020-10-11
UpdateHostkeys: better detect manual host entries
Damien Miller
2020-10-08
don't misdetect comma-separated hostkey names as wildcards;
Damien Miller
2020-10-07
revert kex->flags cert hostkey downgrade back to a plain key
Damien Miller
2020-10-03
disable UpdateHostkeys when a wildcard hostname pattern is
Damien Miller
2020-09-16
Remove unused buf, last user was removed when switching to the sshbuf API.
Darren Tucker
2020-07-03
Only reset the serveralive check when we receive traffic from the server
Darren Tucker
2020-04-24
Remove leave_non_blocking() which is now dead code because nothing sets
Darren Tucker
2020-04-03
make failures when establishing "Tunnel" forwarding terminate the
Damien Miller
2020-02-26
change explicit_bzero();free() to freezero()
Jonathan Gray
2020-02-26
Remove obsolete XXX comment. ok deraadt@
Darren Tucker
2020-02-02
Output (none) in debug in the case in the CheckHostIP=no case as
Darren Tucker
2020-02-02
Prevent possible null pointer deref of ip_str in debug.
Darren Tucker
2020-01-30
check the return value of ssh_packet_write_poll() and call
Damien Miller
2020-01-29
markus suggests a simplification to previous
Damien Miller
2020-01-29
give more context to UpdateHostKeys messages, mentioning that the
Damien Miller
2020-01-26
for UpdateHostKeys, don't report errors for unsupported key types -
Damien Miller
2020-01-26
downgrade error() for missing subsequent known_hosts files to debug()
Damien Miller
2020-01-25
allow UpdateKnownHosts=yes to function when multiple known_hosts files
Damien Miller
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
Darren Tucker
2020-01-23
Remove unsupported algorithms from list of defaults at run time and
Darren Tucker
2019-12-21
Allow forwarding a different agent socket to the path specified by
Damien Miller
2019-11-25
Add new structure for signature options
Damien Miller
2019-11-13
stdarg.h required more broadly; ok djm
Theo de Raadt
2019-07-24
When using a combination of a Yubikey+GnuPG+remote forwarding the gpg-agent
Ricardo Mestre
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-26
Remove unneeded unlink of xauthfile on error path. From Erik Sjölund via
Darren Tucker
2019-06-12
Hostname->HostName cleanup; from lauri tirkkonen
Jason McIntyre
2019-04-23
Use the LogLevel typdef instead of int where appropriate. Patch from
Darren Tucker
[next]