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
/
ssh.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
oops, forgot to #include <canohost.h>; spotted and patch from chl@
djm
2010-06-26
1
-1
/
+2
*
Add X11ForwardTimeout option to specify timeout for untrusted X11
djm
2010-06-25
1
-3
/
+6
*
log the hostname and address that we connected to at LogLevel=verbose
djm
2010-06-25
1
-1
/
+8
*
mux support for remote forwarding with dynamic port allocation,
markus
2010-05-16
1
-3
/
+6
*
Pause the mux channel while waiting for reply from aynch callbacks.
djm
2010-05-14
1
-2
/
+5
*
bz#1746 - suppress spurious tty warning when using -O and stdin
djm
2010-04-10
1
-2
/
+2
*
Add support for certificate key types for users and hosts.
djm
2010-02-26
1
-19
/
+52
*
tweak previous; ok markus
jmc
2010-02-08
1
-2
/
+3
*
replace our obsolete smartcard code with PKCS#11.
markus
2010-02-08
1
-12
/
+17
*
rewrite ssh(1) multiplexing code to a more sensible protocol.
djm
2010-01-26
1
-3
/
+19
*
Add a 'netcat mode' (ssh -W). This connects stdio on the client to a single
dtucker
2010-01-11
1
-3
/
+54
*
Remove RoutingDomain from ssh since it's now not needed. It can be replaced
dtucker
2010-01-09
1
-2
/
+1
*
When passing user-controlled options with arguments to other programs,
guenther
2009-12-20
1
-2
/
+2
*
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
reyk
2009-10-28
1
-1
/
+2
*
Request roaming to be enabled if UseRoaming is true and the server
andreas
2009-10-24
1
-1
/
+5
*
allow for long home dir paths (bz #1615). ok deraadt
dtucker
2009-07-02
1
-7
/
+9
*
pass correct argv[0] to openlog(); ok djm@
markus
2009-03-17
1
-4
/
+5
*
support remote port forwarding with a zero listen port (-R0:...) to
djm
2009-02-12
1
-4
/
+11
*
make a2port() return -1 when it encounters an invalid port number
djm
2009-01-22
1
-2
/
+2
*
merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@
stevesk
2008-11-01
1
-24
/
+8
*
add -y to usage();
jmc
2008-10-09
1
-2
/
+2
*
Add -y option to force logging via syslog rather than stderr.
djm
2008-10-08
1
-5
/
+9
*
only send eow and no-more-sessions requests to openssh 5 and newer;
markus
2008-09-11
1
-2
/
+3
*
When forking after authentication ("ssh -f") with ExitOnForwardFailure
djm
2008-07-02
1
-6
/
+21
*
keyword expansion for localcommand. ok djm@
dtucker
2008-06-12
1
-7
/
+23
*
thal shalt not code past the eightieth column
djm
2008-06-12
1
-26
/
+47
*
maintain an ordered queue of outstanding global requests that we
djm
2008-06-12
1
-27
/
+26
*
Add a no-more-sessions@openssh.com global request extension that the
djm
2008-06-10
1
-1
/
+10
*
dingo stole my diff hunk
djm
2008-05-09
1
-1
/
+6
*
tidy up session multiplexing code, moving it into its own file and
djm
2008-05-09
1
-298
/
+15
*
Use new channel status confirmation callback system to properly deal
djm
2008-05-08
1
-17
/
+2
*
Implement a channel success/failure status confirmation callback
djm
2008-05-08
1
-2
/
+4
*
ignore SIGPIPE in multiplex client mode - we can receive this if the
djm
2008-01-19
1
-1
/
+3
*
avoid errno trashing in signal handler; ok dtucker
deraadt
2007-11-03
1
-1
/
+5
*
Use xstrdup/xfree when saving pwname and pwdir; ok deraadt@
dtucker
2007-11-03
1
-5
/
+5
*
bz #1377: getpwuid results were being clobbered by another getpw* call
deraadt
2007-11-03
1
-3
/
+10
*
Make LocalCommand work for Protocol 1 too; ok djm@
dtucker
2007-10-29
1
-1
/
+6
*
Plug tiny mem leaks in ControlPath and ProxyCommand option processing; ok djm@
dtucker
2007-10-29
1
-3
/
+8
*
make ssh(1)'s ConnectTimeout option apply to both the TCP connection and
djm
2007-09-04
1
-4
/
+11
*
make file descriptor passing code return an error rather than call fatal()
djm
2007-09-04
1
-4
/
+5
*
bz#1232: ensure that any specified LocalCommand is executed after the
djm
2007-08-07
1
-24
/
+15
*
when waiting for the multiplex exit status, read until the master end
djm
2007-06-14
1
-13
/
+21
*
handle EINTR when waiting for mux exit status properly
djm
2007-06-14
1
-2
/
+5
*
improved exit message from multiplex slave sessions; bz #1262
djm
2007-06-12
1
-2
/
+3
*
Add "-K" flag for ssh to set GSSAPIAuthentication=yes and
djm
2007-06-12
1
-3
/
+7
*
fix slave exit value when a control master goes away without passing the
djm
2007-06-12
1
-10
/
+13
*
spaces
stevesk
2007-01-03
1
-2
/
+2
*
sys/resource.h needs sys/time.h; prompted by brad@
djm
2006-10-06
1
-1
/
+2
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-6
/
+4
*
clean extra spaces
stevesk
2006-08-01
1
-2
/
+2
[next]