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