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
*
highly polished whitespace, mostly fixing spaces-for-tab and bad
djm
2021-04-03
1
-4
/
+4
*
ssh: add PermitRemoteOpen for remote dynamic forwarding with SOCKS
markus
2021-02-15
1
-1
/
+20
*
remove global variable used to stash compat flags and use the
djm
2021-01-27
1
-5
/
+5
*
use the new variant log macros instead of prepending __func__ and
djm
2020-10-18
1
-274
/
+189
*
cap channel input buffer size at 16MB; avoids high memory use when
djm
2020-09-20
1
-1
/
+4
*
put back the mux_ctx memleak fix, but only for channels of type
djm
2020-07-03
1
-1
/
+5
*
revert r1.399 - the lifetime of c->mux_ctx is more complex; simply freeing
djm
2020-07-03
1
-3
/
+1
*
fix memory leak of mux_ctx; patch from Sergiy Lozovsky via bz3189
djm
2020-07-03
1
-1
/
+3
*
We've standardized on memset over bzero, replace a couple that had slipped
dtucker
2020-04-25
1
-2
/
+2
*
fix uninitialized pointers for forward_cancel; ok djm
markus
2020-03-06
1
-3
/
+3
*
change explicit_bzero();free() to freezero()
jsg
2020-02-26
1
-7
/
+4
*
the GatewayPorts vs -R listen address selection logic is still
djm
2020-01-25
1
-2
/
+7
*
Remove some set but never used variables. ok daraadt@
dtucker
2019-07-07
1
-3
/
+2
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-23
/
+23
*
Typo and spelling fixes in comments and error messages. Patch from
dtucker
2019-06-07
1
-2
/
+2
*
For PermitOpen violations add the remote host and port to
florian
2019-05-10
1
-3
/
+21
*
Free channel objects on exit path. Patch from markus at blueflash.cc,
dtucker
2019-05-03
1
-4
/
+24
*
convert channels.c to new packet API
djm
2019-01-19
1
-30
/
+38
*
begin landing remaining refactoring of packet parsing API, started
djm
2019-01-19
1
-1
/
+4
*
no need to allocate channels_pre/channels_post in channel_init_channels()
djm
2018-12-07
1
-6
/
+2
*
factor out channel status formatting from channel_open_message() so
djm
2018-10-04
1
-13
/
+24
*
include a little more information about the status and disposition of
djm
2018-10-04
1
-3
/
+26
*
avoid expensive channel_open_message() calls; ok djm@
markus
2018-07-27
1
-4
/
+6
*
remove legacy key emulation layer; ok djm@
markus
2018-07-11
1
-2
/
+2
*
fix NULL dereference in open_listen_match_tcpip()
djm
2018-06-25
1
-2
/
+2
*
Add a PermitListen directive to control which server-side addresses
djm
2018-06-06
1
-174
/
+303
*
lots of typos in comments/docs. Patch from Karsten Weiss after checking
djm
2018-04-10
1
-4
/
+4
*
The file descriptors for socket, stdin, stdout and stderr aren't
tb
2018-02-05
1
-4
/
+9
*
Drop compatibility hacks for some ancient SSH implementations, including
djm
2018-01-23
1
-30
/
+15
*
include the addr:port in bind/listen failure messages
djm
2017-12-05
1
-4
/
+7
*
Add optional rdomain qualifier to sshd_config's ListenAddress option
djm
2017-10-25
1
-16
/
+3
*
fix inverted test on channel open failure path that "upgraded" a
djm
2017-09-24
1
-2
/
+2
*
write the correct buffer when tunnel forwarding; doesn't matter
djm
2017-09-24
1
-2
/
+2
*
fix tunnel forwarding problem introduced in refactor; reported by
djm
2017-09-23
1
-7
/
+8
*
Add 'reverse' dynamic forwarding which combines dynamic forwarding
markus
2017-09-21
1
-85
/
+289
*
Use explicit_bzero() instead of bzero() before free() to prevent
millert
2017-09-19
1
-2
/
+2
*
unused variable
djm
2017-09-12
1
-3
/
+3
*
fix tun/tap forwarding case in previous
djm
2017-09-12
1
-1
/
+2
*
Make remote channel ID a u_int
djm
2017-09-12
1
-10
/
+30
*
refactor channels.c
djm
2017-09-12
1
-1352
/
+1633
*
pass packet state down to some of the channels function (more
djm
2017-08-30
1
-9
/
+9
*
These shutdown() SHUT_RDWR are not needed before close()
deraadt
2017-05-31
1
-3
/
+1
*
fix possible OOB strlen() in SOCKS4A hostname parsing; ok markus@
djm
2017-05-31
1
-6
/
+10
*
protocol handlers all get struct ssh passed; ok djm@
markus
2017-05-30
1
-19
/
+18
*
remove ssh1 references; ok djm@
markus
2017-05-30
1
-2
/
+2
*
remove SSH_CHANNEL_XXX_DRAINING (ssh1 only); ok djm@
markus
2017-05-26
1
-11
/
+1
*
remove channel_input_close_confirmation (ssh1 only); ok djm@
markus
2017-05-26
1
-22
/
+1
*
obliterate ssh1.h and some dead code that used it
djm
2017-04-30
1
-162
/
+1
*
remove compat20/compat13/compat15 variables
djm
2017-04-30
1
-392
/
+129
*
Return true reason for port forwarding failures where feasible rather
dtucker
2017-02-01
1
-7
/
+26
[next]