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
*
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
deraadt
2015-01-20
1
-4
/
+4
*
when hostname canonicalisation is enabled, try to parse hostnames
djm
2015-01-16
1
-5
/
+72
*
move authfd.c and its tentacles to the new buffer/key API;
djm
2015-01-14
1
-2
/
+9
*
reorder hostbased key attempts to better match the default
djm
2015-01-08
1
-17
/
+17
*
Nuke more obvious #include duplications.
krw
2014-11-18
1
-2
/
+1
*
tweak previous;
jmc
2014-10-09
1
-2
/
+2
*
Tweak config reparsing with host canonicalisation
djm
2014-10-08
1
-19
/
+61
*
reflect stdio-forward ("ssh -W host:port ...") failures in exit status.
djm
2014-07-17
1
-1
/
+9
*
Add support for Unix domain socket forwarding. A remote TCP port
millert
2014-07-15
1
-25
/
+37
*
Add a %C escape sequence for LocalCommand and ControlPath that expands
djm
2014-07-03
1
-8
/
+36
*
fix remote fwding with same listen port but different listen address
markus
2014-06-27
1
-2
/
+4
*
don't fatal() when hostname canonicalisation fails with a
djm
2014-06-24
1
-5
/
+9
*
make compiling against OpenSSL optional (make OPENSSL=no);
markus
2014-04-29
1
-3
/
+19
*
bz#2205: avoid early hostname lookups unless canonicalisation is enabled;
djm
2014-02-26
1
-6
/
+24
*
reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes
djm
2014-02-23
1
-56
/
+94
*
delay lowercasing of hostname until right before hostname
djm
2014-02-04
1
-2
/
+2
*
replace most bzero with explicit_bzero, except a few that cna be memset
tedu
2014-01-31
1
-6
/
+6
*
don't forget to load Ed25519 certs too
djm
2013-12-29
1
-12
/
+16
*
support ed25519 keys (hostkeys and user identities) using the public domain
markus
2013-12-06
1
-4
/
+13
*
- put -Q in the right place
jmc
2013-11-26
1
-5
/
+5
*
improve -Q usage and such. One usage change is that the option is now
deraadt
2013-11-25
1
-10
/
+10
*
Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"
djm
2013-11-21
1
-2
/
+4
*
Output the effective values of Ciphers, MACs and KexAlgorithms when
dtucker
2013-11-07
1
-4
/
+4
*
fix crash when using ProxyCommand caused by previous commit - was calling
djm
2013-10-25
1
-2
/
+4
*
fix bug introduced in hostname canonicalisation commit: don't try to
djm
2013-10-24
1
-3
/
+5
*
comment
djm
2013-10-23
1
-1
/
+2
*
rearrange check to reduce diff against -portable
djm
2013-10-17
1
-2
/
+4
*
one I missed in previous: s/isation/ization/
djm
2013-10-16
1
-6
/
+6
*
s/canonicalise/canonicalize/ for consistency with existing spelling,
djm
2013-10-16
1
-16
/
+16
*
Implement client-side hostname canonicalisation to allow an explicit
djm
2013-10-16
1
-11
/
+162
*
whitespace at EOL; pointed out by markus@
djm
2013-10-14
1
-4
/
+4
*
refactor client config code a little:
djm
2013-10-14
1
-19
/
+9
*
add a "Match" keyword to ssh_config that allows matching on hostname,
djm
2013-10-14
1
-13
/
+10
*
daemonise backgrounded (ControlPersist'ed) multiplexing master to ensure
djm
2013-07-25
1
-1
/
+2
*
More useful error message on missing current user in /etc/passwd
djm
2013-07-20
1
-2
/
+2
*
set TCP nodelay for connections started with -N; bz#2124 ok dtucker@
djm
2013-07-12
1
-1
/
+6
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-23
/
+21
*
add -Q to usage; reminded by jmc@
djm
2013-04-19
1
-2
/
+2
*
add the ability to query supported ciphers, MACs, key type and KEX
djm
2013-04-19
1
-2
/
+18
*
Add -E option to ssh and sshd to append debugging logs to a specified file
dtucker
2013-04-07
1
-8
/
+20
*
allow "ssh -f none ..." ok markus@
djm
2013-03-08
1
-2
/
+3
*
Allow IdenityFile=none; ok markus deraadt (and dtucker for an earlier
djm
2013-02-22
1
-2
/
+3
*
Don't complain if IdentityFiles specified in system-wide configs are missing.
dtucker
2013-02-22
1
-4
/
+6
*
Keep track of which IndentityFile options were manually supplied and which
dtucker
2013-02-17
1
-7
/
+2
*
move setting of tty_flag to after config parsing so RequestTTY options
djm
2012-07-06
1
-22
/
+21
*
set interactive ToS for forwarded X11 sessions. ok djm@
dtucker
2012-07-02
1
-1
/
+5
*
bz#1943: unbreak stdio forwarding when ControlPersist is in user - ssh
djm
2011-10-24
1
-25
/
+27
*
ssh(1): skip attempting to create ~/.ssh when -F is passed; ok markus@
djm
2011-10-18
1
-6
/
+9
*
unbreak remote portforwarding with dynamic allocated listen ports:
markus
2011-09-23
1
-10
/
+19
*
support for cancelling local and remote port forwards via the multiplex
djm
2011-09-09
1
-1
/
+3
[next]