index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
clientloop.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn off DSA by default; add HostKeyAlgorithms to the server and
markus
2015-07-10
1
-4
/
+6
*
better refuse ForwardX11Trusted=no connections attempted after
djm
2015-07-01
1
-8
/
+21
*
Remove pattern length argument from match_pattern_list(),
djm
2015-05-04
1
-3
/
+2
*
fix small memory leak when UpdateHostkeys=no
djm
2015-02-25
1
-4
/
+4
*
fix setting/clearing of TTY raw mode around UpdateHostKeys=ask
djm
2015-02-23
1
-4
/
+9
*
UpdateHostKeys fixes:
djm
2015-02-20
1
-10
/
+13
*
Revise hostkeys@openssh.com hostkey learning extension.
djm
2015-02-16
1
-41
/
+312
*
Refactor hostkeys_foreach() and dependent code
djm
2015-02-16
1
-6
/
+16
*
Host key rotation support.
djm
2015-01-26
1
-2
/
+92
*
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
deraadt
2015-01-20
1
-6
/
+7
*
adapt kex to sshbuf and struct ssh; ok djm@
markus
2015-01-19
1
-5
/
+6
*
move dispatch to struct ssh; ok djm@
markus
2015-01-19
1
-10
/
+18
*
update packet.c & isolate, introduce struct ssh
markus
2015-01-19
1
-10
/
+6
*
move authfd.c and its tentacles to the new buffer/key API;
djm
2015-01-14
1
-6
/
+14
*
Add support for Unix domain socket forwarding. A remote TCP port
millert
2014-07-15
1
-34
/
+44
*
fix remote fwding with same listen port but different listen address
markus
2014-06-27
1
-2
/
+2
*
bz#1818 - don't send channel success/failre replies on channels that
djm
2014-04-29
1
-2
/
+2
*
convert memset of potentially-private data to explicit_bzero()
djm
2014-02-02
1
-3
/
+3
*
replace most bzero with explicit_bzero, except a few that cna be memset
tedu
2014-01-31
1
-3
/
+3
*
unsigned casts for ctype macros where neccessary
deraadt
2013-11-20
1
-4
/
+4
*
use calloc for all structure allocations; from markus@
djm
2013-11-08
1
-4
/
+4
*
fix connection crash when sending break (~B) on ControlPersist'd session;
djm
2013-09-12
1
-2
/
+2
*
Add an "ABANDONED" channel state and use for mux sessions that are
dtucker
2013-06-07
1
-1
/
+4
*
No need for the mux cleanup callback to be visible so restore it to static
dtucker
2013-06-02
1
-3
/
+3
*
Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
dtucker
2013-06-01
1
-7
/
+7
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-31
/
+24
*
Add an optional second argument to RekeyLimit in the client to allow
dtucker
2013-05-16
1
-6
/
+17
*
channel_setup_local_fwd_listener() returns 0 on failure, not -ve
djm
2013-01-02
1
-3
/
+3
*
when muxmaster is run with -N, make it shut down gracefully when a client
dtucker
2012-09-07
1
-4
/
+4
*
Merge escape help text for ~v and ~V; ok djm@
dtucker
2012-09-07
1
-5
/
+4
*
Print '^Z' instead of a raw ^Z when the sequence is not supported. ok djm@
dtucker
2012-09-07
1
-3
/
+8
*
Make the escape command help (~?) context sensitive so that only commands
dtucker
2012-09-06
1
-41
/
+62
*
Put help text for ~v and ~V around the correct way
dtucker
2012-09-06
1
-3
/
+3
*
Add ~v and ~V escape sequences to raise and lower the logging level
dtucker
2012-09-06
1
-1
/
+29
*
Force a clean shutdown of ControlMaster client sessions when the ~. escape
dtucker
2012-08-17
1
-1
/
+3
*
initialise accept() backoff timer to avoid EINVAL from select(2) in
djm
2012-06-20
1
-2
/
+2
*
don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a
djm
2012-04-11
1
-2
/
+6
*
Ensure that $DISPLAY contains only valid characters before using it to
dtucker
2012-01-18
1
-1
/
+21
*
support cancellation of local/dynamic forwardings from ~C commandline;
markus
2011-09-10
1
-11
/
+23
*
hook up a channel confirm callback to warn the user then requested X11
djm
2011-06-22
1
-3
/
+2
*
setproctitle for a mux master that has been gracefully stopped;
djm
2011-06-17
1
-2
/
+4
*
improve our behaviour when TTY allocation fails: if we are in
djm
2011-05-08
1
-14
/
+39
*
Add a RequestTTY ssh_config option to allow configuration-based
djm
2011-05-06
1
-13
/
+11
*
allow graceful shutdown of multiplexing: request that a mux server removes
djm
2011-04-17
1
-9
/
+25
*
a couple more tweaks to the post-close protocol 1 stderr/stdout flush:
djm
2011-01-16
1
-11
/
+9
*
Use atomicio when flushing protocol 1 std{out,err} buffers at
djm
2011-01-16
1
-7
/
+7
*
some unsigned long long casts that make things a bit easier for
djm
2011-01-11
1
-2
/
+2
*
use host and not options.hostname, as the latter may have unescaped
djm
2011-01-08
1
-2
/
+2
*
when exiting due to ServerAliveTimeout, mention the hostname that caused
djm
2011-01-06
1
-2
/
+2
*
avoid NULL deref on receiving a channel request on an unknown or invalid
djm
2010-11-23
1
-2
/
+2
[next]