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
/
sshconnect.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Deprecate UsePrivilegedPort now that support for running ssh(1)
dtucker
2018-07-19
1
-14
/
+10
*
Remove support for running ssh(1) setuid and fatal if attempted.
dtucker
2018-07-18
1
-25
/
+3
*
remove legacy key emulation layer; ok djm@
markus
2018-07-11
1
-6
/
+6
*
client: switch to sshbuf API; ok djm@
markus
2018-07-09
1
-3
/
+3
*
lots of typos in comments/docs. Patch from Karsten Weiss after checking
djm
2018-04-10
1
-2
/
+2
*
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
markus
2018-02-23
1
-2
/
+3
*
Add missing braces.
dtucker
2018-02-23
1
-2
/
+3
*
Add BindInterface ssh_config directive and -B command-line argument
djm
2018-02-23
1
-21
/
+121
*
constify some private key-related functions; based on
djm
2018-02-10
1
-3
/
+3
*
ssh_free checks for and handles NULL args, remove NULL checks from remaining
dtucker
2018-02-07
1
-3
/
+2
*
Add missing braces; fixes 'write: Socket is not connected' error in ssh.
stsp
2018-01-23
1
-2
/
+3
*
Drop compatibility hacks for some ancient SSH implementations, including
djm
2018-01-23
1
-4
/
+1
*
try harder to preserve errno during ssh_connect_direct() to make the
djm
2018-01-23
1
-5
/
+12
*
don't accept junk after "yes" or "no" responses to hostkey prompts.
djm
2017-12-06
1
-5
/
+6
*
Add monotime_ts and monotime_tv that return monotonic timespec and
dtucker
2017-11-25
1
-2
/
+2
*
Revert commitid: gJtIN6rRTS3CHy9b.
djm
2017-09-14
1
-43
/
+6
*
refactor channels.c
djm
2017-09-12
1
-16
/
+22
*
Expand ssh_config's StrictModes option with two new settings:
djm
2017-09-03
1
-12
/
+18
*
identify the case where SSHFP records are missing but other DNS RR
djm
2017-09-01
1
-6
/
+43
*
remove post-SSHv1 removal dead code from rsa.c and merge the
djm
2017-07-01
1
-2
/
+1
*
switch sshconnect.c from (slightly abused) select() to poll();
djm
2017-06-24
1
-91
/
+61
*
use HostKeyAlias if specified instead of hostname for matching host
djm
2017-06-24
1
-2
/
+4
*
switch sshconnect.c to modern APIs; ok djm@
markus
2017-05-30
1
-12
/
+15
*
switch from Key typedef with struct sshkey; ok djm@
markus
2017-05-30
1
-11
/
+11
*
remove unused variable
djm
2017-05-01
1
-3
/
+1
*
remove KEY_RSA1
djm
2017-04-30
1
-2
/
+1
*
remove compat20/compat13/compat15 variables
djm
2017-04-30
1
-23
/
+9
*
remove options.protocol and client Protocol configuration knob
djm
2017-04-30
1
-39
/
+10
*
unifdef WITH_SSH1
djm
2017-04-30
1
-6
/
+1
*
Plug descriptor leaks of auth_sock. From jjelen at redhat.com via
dtucker
2017-03-10
1
-1
/
+3
*
Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions
deraadt
2016-09-12
1
-3
/
+2
*
fd leaks; report Qualys Security Advisory team; ok deraadt@
markus
2016-01-14
1
-1
/
+2
*
remove roaming support; ok djm@
markus
2016-01-14
1
-4
/
+3
*
add cast to make -Werror clean
djm
2015-11-20
1
-2
/
+3
*
ban ConnectionAttempts=0, it makes no sense and would cause
djm
2015-11-19
1
-1
/
+3
*
print host certificate contents at debug level
djm
2015-11-19
1
-4
/
+28
*
Add an AddKeysToAgent client option which can be set to 'yes', 'no',
jcs
2015-11-15
1
-1
/
+29
*
correct function name in error messages
djm
2015-09-04
1
-3
/
+3
*
remove extra newline in nethack-mode hostkey;
djm
2015-09-04
1
-2
/
+2
*
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
deraadt
2015-08-20
1
-2
/
+2
*
Increase the allowed length of the known host file name in the log
dtucker
2015-05-28
1
-2
/
+2
*
Output remote username in debug output since with Host and Match it's not
dtucker
2015-04-14
1
-1
/
+2
*
fix double-negative error message "ssh1 is not unsupported"
djm
2015-03-24
1
-2
/
+2
*
update to new API (key_fingerprint => sshkey_fingerprint)
djm
2015-01-28
1
-9
/
+17
*
correctly match ECDSA subtype (== curve) for offered/recevied
djm
2015-01-26
1
-2
/
+3
*
Host key rotation support.
djm
2015-01-26
1
-1
/
+10
*
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
deraadt
2015-01-20
1
-2
/
+2
*
store compat flags in struct ssh; ok djm@
markus
2015-01-19
1
-2
/
+2
*
Add FingerprintHash option to control algorithm used for key
djm
2014-12-21
1
-11
/
+16
*
explicitly include sys/param.h in files that use the howmany() macro;
djm
2014-12-11
1
-1
/
+2
[prev]
[next]