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
*
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
*
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
reyk
2009-10-28
1
-7
/
+19
*
Put the globals in packet.c into a struct and don't access it directly
andreas
2009-05-25
1
-2
/
+2
*
support remote port forwarding with a zero listen port (-R0:...) to
djm
2009-02-12
1
-8
/
+44
*
oops! I committed the wrong version of the Channel->path diff,
djm
2009-01-22
1
-3
/
+3
*
make Channel->path an allocated string, saving a few bytes here and
djm
2009-01-22
1
-13
/
+35
*
support SOCKS4A protocol, from dwmw2 AT infradead.org via bz#1482;
djm
2009-01-14
1
-11
/
+39
*
call channel destroy callbacks on receipt of open failure messages.
djm
2009-01-01
1
-3
/
+3
*
channel_print_adm_permitted_opens() should deal with all the printing
stevesk
2008-12-09
1
-2
/
+4
*
s/remote_id/id/ to be more consistent with other code; ok djm@
markus
2008-12-02
1
-6
/
+6
*
for sshd -T print 'permitopen any' vs. 'permitopen' for case of no
stevesk
2008-11-11
1
-1
/
+5
*
fix some typos in log messages; ok djm@
stevesk
2008-11-01
1
-4
/
+4
*
this loop index should be automatic, not static
djm
2008-07-16
1
-2
/
+2
*
use struct sockaddr_storage instead of struct sockaddr for accept(2)
djm
2008-07-13
1
-7
/
+7
*
unbreak; move clearing of cctx struct to before first use
djm
2008-07-12
1
-2
/
+2
*
missing bzero; from mickey; ok djm@
markus
2008-07-10
1
-1
/
+2
*
Rename the isatty argument to is_tty so we don't shadow isatty(3).
dtucker
2008-06-16
1
-5
/
+5
*
don't call isatty() on a pty master, instead pass a flag down to
djm
2008-06-15
1
-15
/
+6
*
The multiplexing escape char handler commit last night introduced a
djm
2008-06-12
1
-2
/
+7
*
Enable ~ escapes for multiplex slave sessions; give each channel
djm
2008-06-12
1
-2
/
+3
*
Add extended test mode (-T) and connection parameters for test mode (-C).
dtucker
2008-06-10
1
-1
/
+12
*
error-fd race: don't enable the error fd in the select bitmask
markus
2008-05-09
1
-2
/
+3
*
Try additional addresses when connecting to a port forward destination
djm
2008-05-09
1
-57
/
+110
*
Implement a channel success/failure status confirmation callback
djm
2008-05-08
1
-9
/
+64
*
avoid extra malloc/copy/free when receiving data over the net;
markus
2008-05-08
1
-6
/
+3
*
avoid possible hijacking of x11-forwarded connections (back out 1.183)
markus
2008-04-02
1
-4
/
+1
*
When we added support for specified bind addresses for port forwards, we
djm
2008-01-19
1
-2
/
+2
*
Add a small helper function to consistently handle the EAI_SYSTEM error
dtucker
2007-12-27
1
-6
/
+8
*
Correct test for window updates every three packets; prevents sending
dtucker
2007-06-25
1
-2
/
+2
*
send 'window adjust' messages every tree packets and do not wait
markus
2007-06-11
1
-2
/
+4
*
spaces
stevesk
2007-01-03
1
-2
/
+2
*
bz #1019: some ssh.com versions apparently can't cope with the remote port
djm
2006-12-12
1
-6
/
+13
*
normalise some inconsistent (but harmless) NULL pointer checks
djm
2006-08-29
1
-4
/
+2
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-6
/
+5
*
clean extra spaces
stevesk
2006-08-01
1
-2
/
+2
*
move #include <stdio.h> out of includes.h
stevesk
2006-08-01
1
-1
/
+2
*
move #include <stdlib.h> out of includes.h
stevesk
2006-07-26
1
-1
/
+2
*
move #include <sys/time.h> out of includes.h
stevesk
2006-07-25
1
-1
/
+2
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
more ARGSUSED (lint) for dispatch table-driven functions; ok djm@
stevesk
2006-07-21
1
-1
/
+17
*
Make PermitOpen take a list of permitted ports and act more like most other
dtucker
2006-07-21
1
-4
/
+4
*
Add PermitOpen directive to sshd_config which is equivalent to the
dtucker
2006-07-17
1
-5
/
+45
[next]