index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
ssh-agent.c
Age
Commit message (
Expand
)
Author
2024-10-24
amake ssh-agent drop all keys when it receives SIGUSR1;
Damien Miller
2024-09-24
some extra paranoia, reminded by jsg@
Damien Miller
2024-03-09
avoid logging in signal handler by converting mainloop to ppoll()
Damien Miller
2024-03-06
wrap a few PKCS#11-specific bits in ENABLE_PKCS11
Damien Miller
2023-12-18
match flag type (s/int/u_int)
Damien Miller
2023-12-18
ssh-agent: record failed session-bind attempts
Damien Miller
2023-12-18
Make it possible to load certs from PKCS#11 tokens
Damien Miller
2023-12-18
apply destination constraints to all p11 keys
Damien Miller
2023-07-19
Disallow remote addition of FIDO/PKCS11 provider libraries to
Damien Miller
2023-07-10
misplaced debug message
Damien Miller
2023-03-31
Explictly ignore return codes where we don't check them. From Dmitry
Darren Tucker
2023-03-09
modify parentheses in conditionals to make it clearer what is being
Joshua Stein
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-03-05
Remove unused compat.h includes. We've previously removed a lot
Darren Tucker
2022-12-04
Remove duplicate includes. Patch from AtariDreams via github PR#364.
Darren Tucker
2022-10-07
ssh-agent.1:
Jason McIntyre
2022-09-17
actually hook up restrict_websafe; the command-line flag was
Damien Miller
2022-09-14
a little extra debugging
Damien Miller
2022-09-14
ssh-agent: attempt FIDO key signing without PIN and use the error
Damien Miller
2022-09-09
notifier_complete(NULL, ...) is a noop, so no need to test
Damien Miller
2022-04-29
fix memleak on session-bind path; from Pedro Martelletto, ok dtucker@
Damien Miller
2022-01-14
allow pin-required FIDO keys to be added to ssh-agent(1).
Damien Miller
2022-01-12
Don't log NULL hostname in restricted agent code, printf("%s", NULL) is
Darren Tucker
2022-01-01
fix memleak in process_extension(); oss-fuzz issue #42719
Damien Miller
2022-01-01
spelling
Jonathan Gray
2021-12-19
Use hostkey parsed from hostbound userauth request
Damien Miller
2021-12-19
agent support for parsing hostkey-bound signatures
Damien Miller
2021-12-19
ssh-agent side of destination constraints
Damien Miller
2021-12-19
ssh-agent side of binding
Damien Miller
2021-11-18
check for POLLHUP wherever we check for POLLIN
Damien Miller
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-02-12
factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own function
Damien Miller
2021-02-02
memleak on error path; ok markus@
Damien Miller
2021-01-29
fix the values of enum sock_type
Damien Miller
2021-01-29
give typedef'd struct a struct name; makes the fuzzer I'm writing a bit
Damien Miller
2021-01-27
Logical not bitwise or. ok djm@
Darren Tucker
2021-01-26
Remove unused variables leftover from refactoring. ok djm@
Darren Tucker
2021-01-26
refactor key constraint parsing in ssh-agent
Damien Miller
2021-01-26
more ssh-agent refactoring
Damien Miller
2021-01-26
use recallocarray to allocate the agent sockets table; also clear
Damien Miller
2021-01-11
Change convtime() from returning long to returning int. On platforms
Darren Tucker
2020-11-08
when requesting a security key touch on stderr, inform the user once
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-03
There are lots of place where we want to redirect stdin, stdout
Damien Miller
2020-09-18
handle multiple messages in a single read()
Damien Miller
2020-08-27
support for user-verified FIDO keys
Damien Miller
2020-07-05
some language improvements; ok markus
Damien Miller
2020-06-22
updated argument name for -P in first synopsis was missed in previous;
Jason McIntyre
2020-06-22
better terminology for permissions; feedback & ok markus@
Damien Miller
2020-06-19
Correct synopsis and usage for the options accepted when passing a command
Darren Tucker
[next]