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
*
Hostname->HostName cleanup; from lauri tirkkonen
jmc
2019-06-12
1
-2
/
+2
*
Use the LogLevel typdef instead of int where appropriate. Patch from
dtucker
2019-04-23
1
-2
/
+2
*
when logging/fataling on error, include a bit more detail than just the
djm
2019-03-29
1
-17
/
+21
*
convert the remainder of clientloop.c to new packet API
djm
2019-01-19
1
-35
/
+32
*
convert clientloop.c to new packet API
djm
2019-01-19
1
-121
/
+166
*
begin landing remaining refactoring of packet parsing API, started
djm
2019-01-19
1
-1
/
+4
*
Allow ssh_config ForwardX11Timeout=0 to disable the timeout and allow
djm
2018-09-21
1
-15
/
+28
*
remove legacy key emulation layer; ok djm@
markus
2018-07-11
1
-2
/
+2
*
ttymodes: switch to sshbuf API; ok djm@
markus
2018-07-09
1
-2
/
+2
*
client: switch to sshbuf API; ok djm@
markus
2018-07-09
1
-89
/
+113
*
whitespace
djm
2018-06-26
1
-4
/
+4
*
add a SetEnv directive to ssh_config that allows setting environment
djm
2018-06-09
1
-5
/
+19
*
lots of typos in comments/docs. Patch from Karsten Weiss after checking
djm
2018-04-10
1
-2
/
+2
*
Don't reset signal handlers inside handlers.
dtucker
2018-02-11
1
-2
/
+1
*
Drop compatibility hacks for some ancient SSH implementations, including
djm
2018-01-23
1
-11
/
+4
*
unbreak hostkey rotation; attempting to sign with a desired signature
djm
2017-12-18
1
-3
/
+12
*
pass negotiated signing algorithm though to sshkey_verify() and
djm
2017-12-18
1
-2
/
+3
*
Remove get_current_time() and replace with calls to monotime_double()
dtucker
2017-11-25
1
-16
/
+3
*
Expose devices allocated for tun/tap forwarding.
djm
2017-10-23
1
-5
/
+7
*
fix use-after-free in ~^Z escape handler path, introduced in channels.c
djm
2017-09-19
1
-13
/
+4
*
Make remote channel ID a u_int
djm
2017-09-12
1
-1
/
+5
*
refactor channels.c
djm
2017-09-12
1
-91
/
+100
*
pass packet state down to some of the channels function (more
djm
2017-08-30
1
-4
/
+4
*
Make ""Killed by signal 1" LogLevel verbose so it's not shown at the default
dtucker
2017-07-14
1
-3
/
+5
*
When using the escape sequence &~ the code path is client_loop() ->
mestre
2017-06-23
1
-2
/
+2
*
Switch to recallocarray() for a few operations. Both growth and shrinkage
deraadt
2017-05-31
1
-5
/
+5
*
remove now obsolete ctx from ssh_dispatch_run; ok djm@
markus
2017-05-31
1
-2
/
+2
*
protocol handlers all get struct ssh passed; ok djm@
markus
2017-05-30
1
-6
/
+6
*
remove miscellaneous SSH1 leftovers; ok markus@
naddy
2017-05-03
1
-2
/
+2
*
obliterate ssh1.h and some dead code that used it
djm
2017-04-30
1
-2
/
+1
*
remove SSHv1-related buffers from client code
djm
2017-04-30
1
-58
/
+25
*
remove KEY_RSA1
djm
2017-04-30
1
-3
/
+2
*
remove compat20/compat13/compat15 variables
djm
2017-04-30
1
-485
/
+54
*
When updating hostkeys, accept RSA keys if HostkeyAlgorithms contains
djm
2017-03-10
1
-5
/
+22
*
Fix typo in ~C error message for bad port forward cancellation.
dtucker
2017-01-29
1
-2
/
+2
*
ssh proxy mux mode (-O proxy; idea from Simon Tatham):
markus
2016-09-30
1
-6
/
+39
*
replace two arc4random loops with arc4random_buf
tedu
2016-09-17
1
-8
/
+7
*
Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions
deraadt
2016-09-12
1
-9
/
+8
*
fix pledge violation with ssh -f; reported by Valentin Kozamernik
djm
2016-07-23
1
-3
/
+7
*
Add missing "recvfd" pledge promise: Raf Czlonka reported ssh coredumps
tb
2016-07-11
1
-2
/
+2
*
refactor activation of rekeying
djm
2016-02-08
1
-16
/
+12
*
Avoid ugly "DISPLAY "(null)" invalid; disabling X11 forwarding"
millert
2016-02-01
1
-3
/
+4
*
Remove leftover roaming dead code. ok djm markus.
dtucker
2016-01-29
1
-11
/
+1
*
Zero a stack buffer with explicit_bzero() instead of memset() when
jsg
2016-01-23
1
-2
/
+2
*
remove roaming support; ok djm@
markus
2016-01-14
1
-5
/
+4
*
eliminate fallback from untrusted X11 forwarding to trusted
djm
2016-01-13
1
-44
/
+70
*
adjust pledge promises for ControlMaster: when using "ask" or "autoask", the process will use ssh-askpass for asking confirmation.
semarie
2015-12-26
1
-9
/
+9
*
pledges ssh client:
semarie
2015-12-03
1
-1
/
+31
*
Replace a function-local allocation with stack memory.
mmcc
2015-10-20
1
-7
/
+2
*
Turn off DSA by default; add HostKeyAlgorithms to the server and
markus
2015-07-10
1
-4
/
+6
[next]