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
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-21
Add protection for private keys at rest in RAM against speculation
Damien Miller
2019-06-14
process agent requests for RSA certificate private keys using correct
Damien Miller
2019-06-06
Replace calls to ssh_malloc_init() by a static init of malloc_options.
Otto Moerbeek
2019-01-22
backoff reading messages from active connections when the input buffer
Damien Miller
2018-11-09
typo in error message; caught by Debian lintian, via Colin Watson
Damien Miller
2018-05-11
implement EMFILE mitigation for ssh-agent: remember the fd rlimit
Damien Miller
2018-04-10
lots of typos in comments/docs. Patch from Karsten Weiss after checking
Damien Miller
2018-04-09
don't kill ssh-agent's listening socket entriely if we fail to accept a
Damien Miller
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
Markus Friedl
2018-01-23
Drop compatibility hacks for some ancient SSH implementations, including
Damien Miller
2017-11-15
downgrade a couple more request parsing errors from process-fatal to
Damien Miller
2017-11-15
fix regression in 7.6: failure to parse a signature request message
Damien Miller
2017-07-24
g/c unused variable; make a little more portable
Damien Miller
2017-07-19
switch from select() to poll() for the ssh-agent mainloop; ok markus
Damien Miller
2017-07-01
remove post-SSHv1 removal dead code from rsa.c and merge the
Damien Miller
2017-04-30
flense SSHv1 support from ssh-agent, considerably simplifying it
Damien Miller
2017-04-30
remove KEY_RSA1
Damien Miller
2017-04-30
unifdef WITH_SSH1
Damien Miller
2017-03-15
accidents happen to the best of us; ok djm
Theo de Raadt
2017-03-15
fix regression in 7.4: deletion of PKCS#11-hosted keys would fail
Damien Miller
2017-01-04
relax PKCS#11 whitelist a bit to allow libexec as well as lib
Damien Miller
2016-11-30
add a whitelist of paths from which ssh-agent will load (via
Damien Miller
2016-09-12
Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions
Theo de Raadt
2016-05-02
fix signed/unsigned errors reported by clang-3.7; add
Damien Miller
2016-02-15
Add a function to enable security-related malloc_options. With and ok
Darren Tucker
2015-12-11
Add "id" to ssh-agent pledge for subprocess support.
Doug Hogan
2015-12-11
fflush stdout so that output is seen even when running in debug mode when
Darren Tucker
2015-12-11
correct error messages; from Tomas Kuthan bz#2507
Damien Miller
2015-12-04
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
Markus Friedl
2015-12-02
Add "cpath" to the ssh-agent pledge so the cleanup handler can unlink().
Doug Hogan
2015-12-02
ssh-agent pledge needs proc for askpass; spotted by todd@
Damien Miller
2015-12-01
basic pledge() for ssh-agent, more refinement needed
Damien Miller
2015-07-08
no need to include the old buffer/key API
Markus Friedl
2015-05-15
Use a salted hash of the lock passphrase instead of plain text and do
Darren Tucker
2015-04-24
combine -Dd onto one line and update usage();
Jason McIntyre
2015-04-24
add ssh-agent -D to leave ssh-agent in foreground without enabling
Damien Miller
2015-04-24
rename xrealloc() to xreallocarray() since it follows that form.
Theo de Raadt
2015-03-04
make ssh-add -D work with !SSH1 agent
Damien Miller
2015-03-03
add SSH1 Makefile knob to make it easier to build without SSH1 support;
Damien Miller
2015-01-28
update to new API (key_fingerprint => sshkey_fingerprint)
Damien Miller
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2015-01-14
fix small regression: ssh-agent would return a success message
Damien Miller
2015-01-14
switch to sshbuf/sshkey; with & ok djm@
Markus Friedl
2014-12-21
tweak previous;
Jason McIntyre
2014-12-21
Add FingerprintHash option to control algorithm used for key
Damien Miller
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-07-25
Clear buffer used for handling messages. This prevents keys being
Darren Tucker
2014-07-18
restore umask around listener socket creation (dropped in streamlocal patch
Damien Miller
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
[next]