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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
client: switch to sshbuf API; ok djm@
markus
2018-07-09
1
-2
/
+2
*
Expose devices allocated for tun/tap forwarding.
djm
2017-10-23
1
-2
/
+2
*
refactor channels.c
djm
2017-09-12
1
-14
/
+17
*
ssh proxy mux mode (-O proxy; idea from Simon Tatham):
markus
2016-09-30
1
-2
/
+3
*
eliminate fallback from untrusted X11 forwarding to trusted
djm
2016-01-13
1
-2
/
+2
*
No need for the mux cleanup callback to be visible so restore it to static
dtucker
2013-06-02
1
-2
/
+1
*
Force a clean shutdown of ControlMaster client sessions when the ~. escape
dtucker
2012-08-17
1
-1
/
+2
*
support for cancelling local and remote port forwards via the multiplex
djm
2011-09-09
1
-1
/
+2
*
hook up a channel confirm callback to warn the user then requested X11
djm
2011-06-22
1
-1
/
+5
*
improve our behaviour when TTY allocation fails: if we are in
djm
2011-05-08
1
-1
/
+3
*
allow graceful shutdown of multiplexing: request that a mux server removes
djm
2011-04-17
1
-1
/
+3
*
Add X11ForwardTimeout option to specify timeout for untrusted X11
djm
2010-06-25
1
-2
/
+2
*
mux support for remote forwarding with dynamic port allocation,
markus
2010-05-16
1
-1
/
+2
*
rewrite ssh(1) multiplexing code to a more sensible protocol.
djm
2010-01-26
1
-8
/
+4
*
The multiplexing escape char handler commit last night introduced a
djm
2008-06-12
1
-1
/
+2
*
maintain an ordered queue of outstanding global requests that we
djm
2008-06-12
1
-1
/
+5
*
Enable ~ escapes for multiplex slave sessions; give each channel
djm
2008-06-12
1
-16
/
+6
*
tidy up session multiplexing code, moving it into its own file and
djm
2008-05-09
1
-1
/
+19
*
Use new channel status confirmation callback system to properly deal
djm
2008-05-08
1
-2
/
+2
*
bz#1232: ensure that any specified LocalCommand is executed after the
djm
2007-08-07
1
-1
/
+2
*
standardise spacing in $OpenBSD$ tags; requested by deraadt@
djm
2006-03-25
1
-1
/
+1
*
move #include <termios.h> out of includes.h; ok markus@
stevesk
2006-02-07
1
-1
/
+3
*
implement support for X11 and agent forwarding over multiplex slave
djm
2005-07-04
1
-1
/
+6
*
move x11_get_proto from ssh.c to clientloop.c, to make muliplexed xfwd easier
djm
2005-06-16
1
-1
/
+3
*
add basic control of a running multiplex master connection; including the
djm
2004-11-07
1
-1
/
+9
*
spaces
deraadt
2004-07-11
1
-2
/
+2
*
support environment passing over shared connections; ok markus@
djm
2004-06-17
1
-2
/
+2
*
implement session multiplexing in the client (the server has supported this
djm
2004-06-13
1
-1
/
+3
*
application layer keep alive (ServerAliveInterval ServerAliveCountMax)
markus
2003-12-16
1
-2
/
+2
*
request reply (success/failure) for -R style fwd in protocol v2,
markus
2002-04-22
1
-1
/
+2
*
remove comments from .h, since they are cut&paste from the .c files
markus
2001-06-26
1
-2
/
+2
*
prototype pedant. not very creative...
itojun
2001-06-26
1
-2
/
+2
*
remove confusing callback code
markus
2001-02-06
1
-3
/
+1
*
$OpenBSD$
niklas
2001-01-29
1
-0
/
+2
*
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
markus
2001-01-21
1
-0
/
+15
*
move callback to headerfile
markus
2001-01-13
1
-0
/
+24