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
/
authfd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
factor out common code in the agent client
djm
2021-01-26
1
-24
/
+39
*
whitespace; no code change
djm
2020-10-29
1
-2
/
+2
*
Adapt XMSS to new logging infrastructure. With markus@, ok djm@.
dtucker
2020-10-19
1
-2
/
+2
*
constify a few things; ok dtucker (as part of another diff)
djm
2020-06-26
1
-3
/
+3
*
ssh_fetch_identitylist() returns the return value from
markus
2020-03-06
1
-2
/
+2
*
change explicit_bzero();free() to freezero()
jsg
2020-02-26
1
-5
/
+3
*
Allow forwarding a different agent socket to the path specified by
djm
2019-12-21
1
-11
/
+25
*
stdarg.h required more broadly; ok djm
deraadt
2019-11-13
1
-1
/
+2
*
enable ed25519 support; ok djm
markus
2019-11-12
1
-1
/
+3
*
add new agent key constraint for U2F/FIDO provider
djm
2019-10-31
1
-6
/
+19
*
authfd: add function to check if key is in agent
djm
2019-09-03
1
-1
/
+27
*
fix memleak in ssh_free_identitylist(); ok markus@
djm
2019-09-03
1
-1
/
+3
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-3
/
+3
*
Add protection for private keys at rest in RAM against speculation
djm
2019-06-21
1
-2
/
+2
*
Request RSA-SHA2 signatures for rsa-sha2-{256|512}-cert-v01@openssh.com
djm
2018-12-27
1
-4
/
+6
*
don't attempt to connect to empty SSH_AUTH_SOCK; bz#293
djm
2018-11-30
1
-2
/
+2
*
replace cast with call to sshbuf_mutable_ptr(); ok djm@
markus
2018-07-09
1
-2
/
+2
*
Improve strictness and control over RSA-SHA2 signature types:
djm
2018-07-03
1
-11
/
+13
*
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
-21
/
+18
*
constify some private key-related functions; based on
djm
2018-02-10
1
-4
/
+4
*
Drop compatibility hacks for some ancient SSH implementations, including
djm
2018-01-23
1
-3
/
+1
*
remove post-SSHv1 removal dead code from rsa.c and merge the
djm
2017-07-01
1
-2
/
+1
*
Allow ssh-keygen to use a key held in ssh-agent as a CA when signing
djm
2017-06-28
1
-3
/
+3
*
more simplification and removal of SSHv1-related code; ok djm@
naddy
2017-05-05
1
-33
/
+13
*
since a couple of people have asked, leave a comment explaining why we
djm
2017-05-04
1
-1
/
+5
*
unifdef WITH_SSH1
djm
2017-04-30
1
-122
/
+1
*
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
markus
2015-12-04
1
-2
/
+16
*
Fix occurrences of "r = func() != 0" which result in the wrong error
jsg
2015-09-02
1
-2
/
+2
*
delete support for legacy v00 certificates; "sure" markus@ dtucker@
djm
2015-07-03
1
-3
/
+1
*
sigp and lenp are not optional in ssh_agent_sign(); ok djm@
markus
2015-03-26
1
-7
/
+4
*
unbreak ssh_agent_sign (lenp vs *lenp)
markus
2015-03-25
1
-2
/
+2
*
consistent check for NULL as noted by Nicholas Lemonias; ok djm@
markus
2015-03-24
1
-2
/
+3
*
move authfd.c and its tentacles to the new buffer/key API;
djm
2015-01-14
1
-399
/
+441
*
make compiling against OpenSSL optional (make OPENSSL=no);
markus
2014-04-29
1
-5
/
+17
*
replace most bzero with explicit_bzero, except a few that cna be memset
tedu
2014-01-31
1
-2
/
+2
*
allow deletion of ed25519 keys from the agent
djm
2013-12-29
1
-4
/
+2
*
support ed25519 keys (hostkeys and user identities) using the public domain
markus
2013-12-06
1
-1
/
+3
*
move private key (de)serialization to key.c; ok djm
markus
2013-12-06
1
-52
/
+3
*
use calloc for all structure allocations; from markus@
djm
2013-11-08
1
-2
/
+2
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-5
/
+5
*
bzero the agent address. the kernel was for a while very cranky about
tedu
2011-07-06
1
-1
/
+2
*
use FD_CLOEXEC consistently; patch from zion AT x96.org
djm
2011-05-15
1
-2
/
+2
*
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
djm
2010-08-31
1
-2
/
+18
*
revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the
djm
2010-04-16
1
-1
/
+5
*
Add support for certificate key types for users and hosts.
djm
2010-02-26
1
-2
/
+22
*
Do not fall back to adding keys without contraints (ssh-add -c / -t ...)
djm
2009-08-27
1
-7
/
+1
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-4
/
+4
*
move #include <stdlib.h> out of includes.h
stevesk
2006-07-26
1
-1
/
+2
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
[next]