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
/
readconf.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn off DSA by default; add HostKeyAlgorithms to the server and
markus
2015-07-10
1
-2
/
+3
*
Revise hostkeys@openssh.com hostkey learning extension.
djm
2015-02-16
1
-2
/
+6
*
Add a ssh_config HostbasedKeyType option to control which
djm
2015-01-30
1
-1
/
+3
*
Host key rotation support.
djm
2015-01-26
1
-2
/
+4
*
sync ssh-keysign, ssh-keygen and some dependencies to the new
djm
2015-01-15
1
-2
/
+2
*
Add FingerprintHash option to control algorithm used for key
djm
2014-12-21
1
-1
/
+3
*
add RevokedHostKeys option for the client
djm
2014-12-04
1
-1
/
+3
*
Tweak config reparsing with host canonicalisation
djm
2014-10-08
1
-4
/
+6
*
Add support for Unix domain socket forwarding. A remote TCP port
millert
2014-07-15
1
-17
/
+8
*
reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes
djm
2014-02-23
1
-1
/
+3
*
remove experimental, never-enabled JPAKE code; ok markus@
djm
2014-01-29
1
-2
/
+1
*
s/canonicalise/canonicalize/ for consistency with existing spelling,
djm
2013-10-16
1
-4
/
+4
*
Implement client-side hostname canonicalisation to allow an explicit
djm
2013-10-16
1
-2
/
+20
*
add a "Match" keyword to ssh_config that allows matching on hostname,
djm
2013-10-14
1
-6
/
+6
*
Add a ssh_config ProxyUseFDPass option that supports the use of
djm
2013-08-20
1
-1
/
+3
*
add the ability to ignore specific unrecognised ssh_config options;
djm
2013-05-16
1
-1
/
+3
*
Add an optional second argument to RekeyLimit in the client to allow
dtucker
2013-05-16
1
-1
/
+2
*
Don't complain if IdentityFiles specified in system-wide configs are missing.
dtucker
2013-02-22
1
-2
/
+6
*
Keep track of which IndentityFile options were manually supplied and which
dtucker
2013-02-17
1
-1
/
+3
*
unbreak remote portforwarding with dynamic allocated listen ports:
markus
2011-09-23
1
-1
/
+2
*
Remove undocumented legacy options UserKnownHostsFile2 and
djm
2011-05-24
1
-6
/
+7
*
Add a RequestTTY ssh_config option to allow configuration-based
djm
2011-05-06
1
-1
/
+7
*
allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of
djm
2010-11-13
1
-1
/
+3
*
add a KexAlgorithms knob to the client and server configuration to allow
djm
2010-09-22
1
-1
/
+2
*
add a "ControlPersist" option that automatically starts a background
djm
2010-07-19
1
-1
/
+3
*
Add X11ForwardTimeout option to specify timeout for untrusted X11
djm
2010-06-25
1
-1
/
+2
*
bz#1327: remove hardcoded limit of 100 permitopen clauses and port
djm
2010-06-25
1
-3
/
+3
*
mux support for remote forwarding with dynamic port allocation,
markus
2010-05-16
1
-1
/
+2
*
replace our obsolete smartcard code with PKCS#11.
markus
2010-02-08
1
-2
/
+2
*
Remove RoutingDomain from ssh since it's now not needed. It can be replaced
dtucker
2010-01-09
1
-3
/
+1
*
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
reyk
2009-10-28
1
-1
/
+3
*
Add client option UseRoaming. It doesn't do anything yet but will
andreas
2009-06-27
1
-1
/
+3
*
support remote port forwarding with a zero listen port (-R0:...) to
djm
2009-02-12
1
-2
/
+2
*
make a2port() return -1 when it encounters an invalid port number
djm
2009-01-22
1
-3
/
+3
*
Add support for an experimental zero-knowledge password authentication
djm
2008-11-04
1
-1
/
+2
*
merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@
stevesk
2008-11-01
1
-2
/
+2
*
Move SSH Fingerprint Visualization away from sharing the config option
grunk
2008-06-26
1
-5
/
+2
*
Introduce SSH Fingerprint ASCII Visualization, a technique inspired by the
grunk
2008-06-11
1
-1
/
+5
*
promote rekeylimit to a int64 so it can hold the maximum useful limit
djm
2008-01-19
1
-2
/
+2
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-3
/
+1
*
add ExitOnForwardFailure: terminate the connection if ssh(1)
markus
2006-07-11
1
-1
/
+2
*
standardise spacing in $OpenBSD$ tags; requested by deraadt@
djm
2006-03-25
1
-1
/
+1
*
Add support for tun(4) forwarding over OpenSSH, based on an idea and
reyk
2005-12-06
1
-1
/
+9
*
add ControlMaster=auto/autoask options to support opportunistic multiplexing;
djm
2005-06-08
1
-1
/
+6
*
add support for hashing host names and addresses added to known_hosts files,
djm
2005-03-01
1
-1
/
+3
*
bz#413: allow optional specification of bind address for port forwardings.
djm
2005-03-01
1
-6
/
+8
*
spaces
deraadt
2004-07-11
1
-2
/
+2
*
implement session multiplexing in the client (the server has supported this
djm
2004-06-13
1
-1
/
+4
*
bz #815: implement ability to pass specified environment variables from the
djm
2004-04-27
1
-1
/
+6
*
perform strict ownership and modes checks for ~/.ssh/config files, as these
djm
2004-04-18
1
-2
/
+2
[next]