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
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
2019-03-29
when logging/fataling on error, include a bit more detail than just the
Damien Miller
2019-01-19
convert the remainder of clientloop.c to new packet API
Damien Miller
2019-01-19
convert clientloop.c to new packet API
Damien Miller
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2018-09-21
Allow ssh_config ForwardX11Timeout=0 to disable the timeout and allow
Damien Miller
2018-07-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-07-09
ttymodes: switch to sshbuf API; ok djm@
Markus Friedl
2018-07-09
client: switch to sshbuf API; ok djm@
Markus Friedl
2018-06-26
whitespace
Damien Miller
2018-06-09
add a SetEnv directive to ssh_config that allows setting environment
Damien Miller
2018-04-10
lots of typos in comments/docs. Patch from Karsten Weiss after checking
Damien Miller
2018-02-11
Don't reset signal handlers inside handlers.
Darren Tucker
2018-01-23
Drop compatibility hacks for some ancient SSH implementations, including
Damien Miller
2017-12-18
unbreak hostkey rotation; attempting to sign with a desired signature
Damien Miller
2017-12-18
pass negotiated signing algorithm though to sshkey_verify() and
Damien Miller
2017-11-25
Remove get_current_time() and replace with calls to monotime_double()
Darren Tucker
2017-10-23
Expose devices allocated for tun/tap forwarding.
Damien Miller
2017-09-19
fix use-after-free in ~^Z escape handler path, introduced in channels.c
Damien Miller
2017-09-12
Make remote channel ID a u_int
Damien Miller
2017-09-12
refactor channels.c
Damien Miller
2017-08-30
pass packet state down to some of the channels function (more
Damien Miller
2017-07-14
Make ""Killed by signal 1" LogLevel verbose so it's not shown at the default
Darren Tucker
2017-06-23
When using the escape sequence &~ the code path is client_loop() ->
Ricardo Mestre
2017-05-31
Switch to recallocarray() for a few operations. Both growth and shrinkage
Theo de Raadt
2017-05-31
remove now obsolete ctx from ssh_dispatch_run; ok djm@
Markus Friedl
2017-05-30
protocol handlers all get struct ssh passed; ok djm@
Markus Friedl
2017-05-03
remove miscellaneous SSH1 leftovers; ok markus@
Christian Weisgerber
2017-04-30
obliterate ssh1.h and some dead code that used it
Damien Miller
[next]