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
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
2017-04-30
remove SSHv1-related buffers from client code
Damien Miller
2017-04-30
remove KEY_RSA1
Damien Miller
2017-04-30
remove compat20/compat13/compat15 variables
Damien Miller
2017-03-10
When updating hostkeys, accept RSA keys if HostkeyAlgorithms contains
Damien Miller
2017-01-29
Fix typo in ~C error message for bad port forward cancellation.
Darren Tucker
2016-09-30
ssh proxy mux mode (-O proxy; idea from Simon Tatham):
Markus Friedl
2016-09-17
replace two arc4random loops with arc4random_buf
Ted Unangst
2016-09-12
Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions
Theo de Raadt
2016-07-23
fix pledge violation with ssh -f; reported by Valentin Kozamernik
Damien Miller
2016-07-11
Add missing "recvfd" pledge promise: Raf Czlonka reported ssh coredumps
Theo Buehler
2016-02-08
refactor activation of rekeying
Damien Miller
2016-02-01
Avoid ugly "DISPLAY "(null)" invalid; disabling X11 forwarding"
Todd C. Miller
2016-01-29
Remove leftover roaming dead code. ok djm markus.
Darren Tucker
2016-01-23
Zero a stack buffer with explicit_bzero() instead of memset() when
Jonathan Gray
2016-01-14
remove roaming support; ok djm@
Markus Friedl
2016-01-13
eliminate fallback from untrusted X11 forwarding to trusted
Damien Miller
2015-12-26
adjust pledge promises for ControlMaster: when using "ask" or "autoask", the ...
Sebastien Marie
2015-12-03
pledges ssh client:
Sebastien Marie
2015-10-20
Replace a function-local allocation with stack memory.
mmcc
2015-07-10
Turn off DSA by default; add HostKeyAlgorithms to the server and
Markus Friedl
2015-07-01
better refuse ForwardX11Trusted=no connections attempted after
Damien Miller
2015-05-04
Remove pattern length argument from match_pattern_list(),
Damien Miller
2015-02-25
fix small memory leak when UpdateHostkeys=no
Damien Miller
2015-02-23
fix setting/clearing of TTY raw mode around UpdateHostKeys=ask
Damien Miller
2015-02-20
UpdateHostKeys fixes:
Damien Miller
2015-02-16
Revise hostkeys@openssh.com hostkey learning extension.
Damien Miller
2015-02-16
Refactor hostkeys_foreach() and dependent code
Damien Miller
[next]