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-agent.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
highly polished whitespace, mostly fixing spaces-for-tab and bad
djm
2021-04-03
1
-4
/
+4
*
factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own function
djm
2021-02-12
1
-41
/
+59
*
memleak on error path; ok markus@
djm
2021-02-02
1
-2
/
+2
*
fix the values of enum sock_type
djm
2021-01-29
1
-4
/
+4
*
give typedef'd struct a struct name; makes the fuzzer I'm writing a bit
djm
2021-01-29
1
-2
/
+2
*
Logical not bitwise or. ok djm@
dtucker
2021-01-27
1
-2
/
+2
*
Remove unused variables leftover from refactoring. ok djm@
dtucker
2021-01-26
1
-6
/
+4
*
refactor key constraint parsing in ssh-agent
djm
2021-01-26
1
-69
/
+95
*
more ssh-agent refactoring
djm
2021-01-26
1
-67
/
+130
*
use recallocarray to allocate the agent sockets table; also clear
djm
2021-01-26
1
-4
/
+16
*
Change convtime() from returning long to returning int. On platforms
dtucker
2021-01-11
1
-2
/
+2
*
when requesting a security key touch on stderr, inform the user once
djm
2020-11-08
1
-2
/
+2
*
use the new variant log macros instead of prepending __func__ and
djm
2020-10-18
1
-95
/
+77
*
There are lots of place where we want to redirect stdin, stdout
djm
2020-10-03
1
-10
/
+4
*
handle multiple messages in a single read()
djm
2020-09-18
1
-6
/
+13
*
support for user-verified FIDO keys
djm
2020-08-27
1
-2
/
+3
*
some language improvements; ok markus
djm
2020-07-05
1
-4
/
+4
*
updated argument name for -P in first synopsis was missed in previous;
jmc
2020-06-22
1
-2
/
+2
*
better terminology for permissions; feedback & ok markus@
djm
2020-06-22
1
-12
/
+12
*
Correct synopsis and usage for the options accepted when passing a command
dtucker
2020-06-19
1
-2
/
+4
*
Restrict ssh-agent from signing web challenges for FIDO keys.
djm
2020-05-26
1
-10
/
+100
*
initialize seconds for debug message; ok djm
markus
2020-03-06
1
-2
/
+2
*
change explicit_bzero();free() to freezero()
jsg
2020-02-26
1
-3
/
+2
*
Replace "security key" with "authenticator" in program messages.
naddy
2020-02-06
1
-3
/
+3
*
process security key provider via realpath() in agent, avoids
djm
2020-01-25
1
-7
/
+19
*
expose PKCS#11 key labels/X.509 subjects as comments
djm
2020-01-25
1
-6
/
+13
*
Replace all calls to signal(2) with a wrapper around sigaction(2).
dtucker
2020-01-23
1
-5
/
+5
*
use ssh-sk-helper for all security key signing operations
djm
2019-12-13
1
-140
/
+20
*
revert previous: naddy pointed out what's meant to happen. rethink needed...
jmc
2019-11-19
1
-3
/
+4
*
-c and -s do not make sense with -k; reshuffle -k into the main synopsis/usage;
jmc
2019-11-19
1
-4
/
+3
*
additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@
naddy
2019-11-18
1
-1
/
+2
*
always use ssh-sk-helper, even for the internal USB HID support.
djm
2019-11-16
1
-33
/
+11
*
unshield security key privkey before attempting signature in
djm
2019-11-15
1
-4
/
+16
*
don't consult dlopen whitelist for internal security key provider;
djm
2019-11-15
1
-2
/
+4
*
show the "please touch your security key" notifier when using the
djm
2019-11-15
1
-9
/
+15
*
directly support U2F/FIDO2 security keys in OpenSSH by linking
djm
2019-11-14
1
-1
/
+6
*
fix shield/unshield for xmss keys:
markus
2019-11-13
1
-5
/
+5
*
security keys typically need to be tapped/touched in order to perform
djm
2019-11-12
1
-2
/
+11
*
enable ed25519 support; ok djm
markus
2019-11-12
1
-2
/
+2
*
Refactor signing - use sshkey_sign for everything, including the new
djm
2019-10-31
1
-3
/
+4
*
ssh-agent support for U2F/FIDO keys
djm
2019-10-31
1
-19
/
+199
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-5
/
+5
*
Add protection for private keys at rest in RAM against speculation
djm
2019-06-21
1
-2
/
+5
*
process agent requests for RSA certificate private keys using correct
djm
2019-06-14
1
-1
/
+6
*
Replace calls to ssh_malloc_init() by a static init of malloc_options.
otto
2019-06-06
1
-2
/
+1
*
backoff reading messages from active connections when the input buffer
djm
2019-01-22
1
-4
/
+18
*
typo in error message; caught by Debian lintian, via Colin Watson
djm
2018-11-09
1
-2
/
+2
*
implement EMFILE mitigation for ssh-agent: remember the fd rlimit
djm
2018-05-11
1
-11
/
+49
*
lots of typos in comments/docs. Patch from Karsten Weiss after checking
djm
2018-04-10
1
-2
/
+2
*
don't kill ssh-agent's listening socket entriely if we fail to accept a
djm
2018-04-09
1
-4
/
+3
[next]