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
/
channels.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
better refuse ForwardX11Trusted=no connections attempted after
djm
2015-07-01
1
-1
/
+17
*
fatal() when a remote window update causes the window value to
djm
2015-06-30
1
-3
/
+6
*
Fix math error in remote window calculations that causes eventual stalls
djm
2015-06-30
1
-2
/
+2
*
For "ssh -L 12345:/tmp/sock" don't fail with "No forward host name."
millert
2015-06-05
1
-10
/
+14
*
Use xcalloc for permitted_adm_opens instead of xmalloc to ensure it's zeroed.
dtucker
2015-05-08
1
-2
/
+2
*
rename xrealloc() to xreallocarray() since it follows that form.
deraadt
2015-04-24
1
-7
/
+7
*
SIZE_MAX is standard, we should be using it in preference to the
millert
2015-02-06
1
-3
/
+3
*
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
deraadt
2015-01-20
1
-2
/
+3
*
move dispatch to struct ssh; ok djm@
markus
2015-01-19
1
-26
/
+37
*
explicitly include sys/param.h in files that use the howmany() macro;
djm
2014-12-11
1
-1
/
+2
*
fix a few -Wpointer-sign warnings from clang
djm
2014-10-08
1
-5
/
+5
*
Add support for Unix domain socket forwarding. A remote TCP port
millert
2014-07-15
1
-117
/
+483
*
fix remote-forward cancel regression; ok markus@
djm
2014-07-05
1
-1
/
+4
*
allow explicit ::1 and 127.0.0.1 forwarding bind addresses when
djm
2014-07-03
1
-3
/
+15
*
fix remote fwding with same listen port but different listen address
markus
2014-06-27
1
-26
/
+70
*
buffer_get_string_ptr's return should be const to remind
djm
2014-04-28
1
-2
/
+2
*
don't assume that the socks4 username is \0 terminated;
djm
2014-02-26
1
-1
/
+4
*
avoid spurious "getsockname failed: Bad file descriptor" errors in ssh -W;
djm
2014-02-15
1
-2
/
+2
*
replace most bzero with explicit_bzero, except a few that cna be memset
tedu
2014-01-31
1
-6
/
+4
*
bz#2147: fix multiple remote forwardings with dynamically assigned
djm
2013-12-19
1
-4
/
+7
*
use calloc for all structure allocations; from markus@
djm
2013-11-08
1
-2
/
+2
*
bz#1297 - tell the client (via packet_send_debug) when their preferred
djm
2013-09-19
1
-2
/
+14
*
avoid unaligned access in code that reused a buffer to send a
djm
2013-09-13
1
-3
/
+2
*
fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
djm
2013-07-12
1
-3
/
+4
*
Add an "ABANDONED" channel state and use for mux sessions that are
dtucker
2013-06-07
1
-2
/
+6
*
Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
dtucker
2013-06-01
1
-6
/
+6
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-58
/
+40
*
handle ECONNABORTED for accept(); ok deraadt some time ago...
markus
2013-04-06
1
-4
/
+10
*
make AllowTcpForwarding accept "local" and "remote" in addition to its
djm
2012-12-02
1
-7
/
+5
*
fix function proto/source mismatch
djm
2012-04-23
1
-2
/
+2
*
don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a
djm
2012-04-11
1
-8
/
+44
*
Add PermitOpen none option based on patch from Loganaden Velvindron
dtucker
2012-03-29
1
-2
/
+15
*
unbreak remote portforwarding with dynamic allocated listen ports:
markus
2011-09-23
1
-8
/
+43
*
Add wildcard support to PermitOpen, allowing things like "PermitOpen
dtucker
2011-09-23
1
-4
/
+29
*
support cancellation of local/dynamic forwardings from ~C commandline;
markus
2011-09-10
1
-3
/
+11
*
support for cancelling local and remote port forwards via the multiplex
djm
2011-09-09
1
-55
/
+109
*
hook up a channel confirm callback to warn the user then requested X11
djm
2011-06-22
1
-3
/
+3
*
remove a debug() that pollutes stderr on client connecting to a server
djm
2010-11-24
1
-4
/
+1
*
Fix a trio of bugs in the local/remote window calculation for datagram
djm
2010-08-05
1
-15
/
+26
*
s/timing_safe_cmp/timingsafe_bcmp/g
djm
2010-07-13
1
-2
/
+2
*
implement a timing_safe_cmp() function to compare memory without leaking
djm
2010-07-13
1
-2
/
+2
*
bz#1750: fix requirement for /dev/null inside ChrootDirectory for
djm
2010-06-25
1
-5
/
+12
*
bz#1327: remove hardcoded limit of 100 permitopen clauses and port
djm
2010-06-25
1
-11
/
+18
*
Pause the mux channel while waiting for reply from aynch callbacks.
djm
2010-05-14
1
-5
/
+11
*
fake local addr:port when stdio fowarding as some servers (Tectia at
djm
2010-01-30
1
-1
/
+8
*
rewrite ssh(1) multiplexing code to a more sensible protocol.
djm
2010-01-26
1
-48
/
+164
*
Add a 'netcat mode' (ssh -W). This connects stdio on the client to a single
dtucker
2010-01-11
1
-1
/
+30
*
Remove RoutingDomain from ssh since it's now not needed. It can be replaced
dtucker
2010-01-09
1
-19
/
+7
*
fix race condition in x11/agent channel allocation: don't read after
markus
2009-11-11
1
-15
/
+11
*
Set close-on-exec on various descriptors so they don't get leaked to
dtucker
2009-11-10
1
-2
/
+8
[next]