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
*
fix some signed/unsigned integer type mismatches in format
djm
2015-10-15
1
-2
/
+2
*
add ssh_config CertificateFile option to explicitly list
djm
2015-09-24
1
-7
/
+58
*
sync -Q in usage() to SYNOPSIS; since it's drastically shorter,
jmc
2015-09-11
1
-6
/
+4
*
Update usage to match man page.
dtucker
2015-09-11
1
-2
/
+2
*
expand %i in ControlPath to UID; bz#2449
djm
2015-09-11
1
-3
/
+4
*
Plug minor memory leaks when options are used more than once. bz#2182,
dtucker
2015-09-04
1
-7
/
+8
*
add a debug2() right before DNS resolution; it's a place where
djm
2015-09-04
1
-1
/
+2
*
Allow ssh_config and sshd_config kex parameters options be prefixed
djm
2015-07-30
1
-17
/
+18
*
Sync usage with SYNOPSIS
millert
2015-07-20
1
-3
/
+3
*
Remove pattern length argument from match_pattern_list(),
djm
2015-05-04
1
-5
/
+3
*
debug log missing DISPLAY environment when X11 forwarding
djm
2015-04-17
1
-1
/
+5
*
Allow "ssh -Q protocol-version" to list supported SSH protocol
djm
2015-03-03
1
-1
/
+8
*
UpdateHostKeys fixes:
djm
2015-02-20
1
-1
/
+7
*
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
[next]