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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hostname->HostName cleanup; from lauri tirkkonen
jmc
2019-06-12
1
-6
/
+6
*
Typo and spelling fixes in comments and error messages. Patch from
dtucker
2019-06-07
1
-2
/
+2
*
let PKCS11Provider=none do what users expect
djm
2019-03-01
1
-2
/
+3
*
openssh-7.9 accidentally reused the server's algorithm lists in the
djm
2019-02-23
1
-4
/
+4
*
add a ssh_config "Match final" predicate
djm
2018-11-23
1
-16
/
+28
*
use path_absolute() for pathname checks; from Manoj Ampalam
djm
2018-11-16
1
-2
/
+2
*
Support using service names for port numbers.
naddy
2018-10-05
1
-6
/
+15
*
Allow ssh_config IdentityAgent directive to accept environment variable
djm
2018-10-03
1
-2
/
+13
*
add CASignatureAlgorithms option for the client, allowing it to specify
djm
2018-09-20
1
-3
/
+13
*
better diagnosics on alg list assembly errors; ok deraadt@ markus@
djm
2018-08-12
1
-12
/
+15
*
Now that ssh can't be setuid, remove the original_real_uid and
dtucker
2018-07-27
1
-3
/
+1
*
Remove uid checks from low port binds. Now that ssh cannot be
dtucker
2018-07-27
1
-4
/
+1
*
Deprecate UsePrivilegedPort now that support for running ssh(1)
dtucker
2018-07-19
1
-10
/
+2
*
Remove support for running ssh(1) setuid and fatal if attempted.
dtucker
2018-07-18
1
-4
/
+1
*
repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -
djm
2018-07-04
1
-10
/
+28
*
unbreak SendEnv; patch from tb@
djm
2018-06-10
1
-2
/
+2
*
add a SetEnv directive to ssh_config that allows setting environment
djm
2018-06-09
1
-3
/
+31
*
switch config file parsing to getline(3) as this avoids static limits
markus
2018-06-06
1
-5
/
+5
*
make UID available as a %-expansion everywhere that the username is
djm
2018-06-01
1
-1
/
+5
*
support ProxyJump=none to disable ProxyJump functionality; bz#2869
djm
2018-05-22
1
-9
/
+22
*
Allow "SendEnv -PATTERN" to clear environment variables previously
djm
2018-04-06
1
-6
/
+42
*
add a couple of missed options to the config dump; patch from
djm
2018-04-06
1
-1
/
+9
*
Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for interactive and CS1 for bulk
job
2018-04-04
1
-3
/
+3
*
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
markus
2018-02-23
1
-1
/
+2
*
Add BindInterface ssh_config directive and -B command-line argument
djm
2018-02-23
1
-2
/
+9
*
Replace atoi and strtol conversions for integer arguments to config
dtucker
2017-12-05
1
-11
/
+5
*
Add URI support to ssh, sftp and scp. For example ssh://user@host
millert
2017-10-21
1
-32
/
+22
*
Add 'reverse' dynamic forwarding which combines dynamic forwarding
markus
2017-09-21
1
-18
/
+24
*
Expand ssh_config's StrictModes option with two new settings:
djm
2017-09-03
1
-4
/
+15
*
Add RemoteCommand option to specify a command in the ssh config
bluhm
2017-05-30
1
-2
/
+11
*
there's no reason to artificially limit the key path here, just check
djm
2017-05-20
1
-3
/
+3
*
remove SSHv1 configuration options and man pages bits
djm
2017-04-30
1
-26
/
+1
*
remove SSHv1 ciphers; ok markus@
djm
2017-04-30
1
-23
/
+2
*
remove options.protocol and client Protocol configuration knob
djm
2017-04-30
1
-46
/
+11
*
unifdef WITH_SSH1
djm
2017-04-30
1
-10
/
+1
*
Add SyslogFacility option to ssh(1) matching the equivalent option in
dtucker
2017-04-28
1
-2
/
+18
*
better match sshd config parser behaviour: fatal() if line is overlong,
djm
2017-03-10
1
-2
/
+4
*
Plug mem leak on GLOB_NOMATCH case. From jjelen at redhat.com via
dtucker
2017-03-10
1
-1
/
+2
*
support =- for removing methods from algorithms lists, e.g.
djm
2017-02-03
1
-5
/
+7
*
allow form-feed characters at EOL; bz#2431 ok dtucker@
djm
2017-02-03
1
-3
/
+3
*
small cleanup post SSHv1 removal:
djm
2017-01-30
1
-29
/
+47
*
some explicit NULL tests when dumping configured forwardings;
djm
2017-01-30
1
-3
/
+3
*
fix previous
djm
2017-01-06
1
-2
/
+2
*
show a useful error message when included config files can't be
djm
2017-01-06
1
-1
/
+6
*
Fix logic in add_local_forward() that inverted a test when code was
jsg
2016-10-25
1
-2
/
+2
*
Factor out "can bind to low ports" check into its own function. This will make
dtucker
2016-10-23
1
-2
/
+2
*
remove superfluous NOTREACHED comment
djm
2016-08-25
1
-2
/
+1
*
reverse the order in which -J/JumpHost proxies are visited to be
djm
2016-07-22
1
-9
/
+16
*
Do not clobber the global jump_host variables when parsing an inactive
naddy
2016-07-20
1
-12
/
+15
*
Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1)
djm
2016-07-15
1
-6
/
+89
[next]