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
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
2015-01-26
Host key rotation support.
Damien Miller
2015-01-20
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
Theo de Raadt
2015-01-19
adapt kex to sshbuf and struct ssh; ok djm@
Markus Friedl
2015-01-19
move dispatch to struct ssh; ok djm@
Markus Friedl
2015-01-19
update packet.c & isolate, introduce struct ssh
Markus Friedl
2015-01-14
move authfd.c and its tentacles to the new buffer/key API;
Damien Miller
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2014-06-27
fix remote fwding with same listen port but different listen address
Markus Friedl
2014-04-29
bz#1818 - don't send channel success/failre replies on channels that
Damien Miller
2014-02-02
convert memset of potentially-private data to explicit_bzero()
Damien Miller
2014-01-31
replace most bzero with explicit_bzero, except a few that cna be memset
Ted Unangst
2013-11-20
unsigned casts for ctype macros where neccessary
Theo de Raadt
2013-11-08
use calloc for all structure allocations; from markus@
Damien Miller
2013-09-12
fix connection crash when sending break (~B) on ControlPersist'd session;
Damien Miller
2013-06-07
Add an "ABANDONED" channel state and use for mux sessions that are
Darren Tucker
2013-06-02
No need for the mux cleanup callback to be visible so restore it to static
Darren Tucker
2013-06-01
Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
Darren Tucker
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2013-05-16
Add an optional second argument to RekeyLimit in the client to allow
Darren Tucker
2013-01-02
channel_setup_local_fwd_listener() returns 0 on failure, not -ve
Damien Miller
2012-09-07
when muxmaster is run with -N, make it shut down gracefully when a client
Darren Tucker
2012-09-07
Merge escape help text for ~v and ~V; ok djm@
Darren Tucker
2012-09-07
Print '^Z' instead of a raw ^Z when the sequence is not supported. ok djm@
Darren Tucker
2012-09-06
Make the escape command help (~?) context sensitive so that only commands
Darren Tucker
2012-09-06
Put help text for ~v and ~V around the correct way
Darren Tucker
2012-09-06
Add ~v and ~V escape sequences to raise and lower the logging level
Darren Tucker
2012-08-17
Force a clean shutdown of ControlMaster client sessions when the ~. escape
Darren Tucker
2012-06-20
initialise accept() backoff timer to avoid EINVAL from select(2) in
Damien Miller
2012-04-11
don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a
Damien Miller
2012-01-18
Ensure that $DISPLAY contains only valid characters before using it to
Darren Tucker
2011-09-10
support cancellation of local/dynamic forwardings from ~C commandline;
Markus Friedl
2011-06-22
hook up a channel confirm callback to warn the user then requested X11
Damien Miller
2011-06-17
setproctitle for a mux master that has been gracefully stopped;
Damien Miller
[next]