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
2014-07-03
Only cleanup agent socket in the main agent process and not in any
Damien Miller
2014-06-24
New key API: refactor key-related functions to be more library-like,
Damien Miller
2014-04-29
make compiling against OpenSSL optional (make OPENSSL=no);
Markus Friedl
2014-03-15
Improve usage() and documentation towards the standard form. In particular,
Theo de Raadt
2014-02-02
convert memset of potentially-private data to explicit_bzero()
Damien Miller
2014-01-27
replace openssl MD5 with our ssh_digest_*; ok djm@
Markus Friedl
2013-12-19
bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent
Damien Miller
2013-12-06
support ed25519 keys (hostkeys and user identities) using the public domain
Markus Friedl
2013-12-06
new private key format, bcrypt as KDF by default; details in PROTOCOL.key;
Markus Friedl
2013-12-06
move private key (de)serialization to key.c; ok djm
Markus Friedl
2013-07-20
call cleanup_handler on SIGINT when in debug mode to ensure sockets
Damien Miller
2013-06-02
Make parent_alive_interval time_t to avoid signed/unsigned comparison
Darren Tucker
2013-06-01
Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
Darren Tucker
2013-05-31
Use time_t where appropriate. ok djm
Darren Tucker
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2011-06-03
Check current parent process ID against saved one to determine if the parent
Darren Tucker
2010-11-21
honour $TMPDIR for client xauth and ssh-agent temporary directories;
Damien Miller
2010-08-31
reintroduce commit from tedu@, which I pulled out for release engineering:
Damien Miller
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller
2010-08-16
backout previous temporarily; discussed with deraadt@
Damien Miller
2010-08-12
OpenSSL_add_all_algorithms is the name of the function we have a man page
Ted Unangst
2010-04-16
revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the
Damien Miller
2010-02-26
Add support for certificate key types for users and hosts.
Damien Miller
2010-02-09
fallout from PKCS#11: unbreak -D
Damien Miller
2010-02-08
replace our obsolete smartcard code with PKCS#11.
Markus Friedl
2009-09-01
fix a race condition in ssh-agent that could result in a wedged or
Damien Miller
2009-03-23
My previous commit didn't fix the problem at all, so stick at my first
Tobias Stoeckmann
2009-03-23
Fixed a possible out-of-bounds memory access if the environment variable
Tobias Stoeckmann
2008-06-28
reset global compat flag after processing a protocol 2 signature
Damien Miller
2008-06-28
refuse to add a key that has unknown constraints specified;
Damien Miller
2007-09-25
When adding a key that already exists, update the properties
Can Erkin Acar
2007-09-09
sort synopsis and options in ssh-agent(1); usage is lowercase
Igor Sobrado
2007-03-19
Remove the signal handler that checks if the agent's parent process
Darren Tucker
2007-02-28
Remove expired keys periodically so they don't remain in memory when
Darren Tucker
2006-10-06
sys/resource.h needs sys/time.h; prompted by brad@
Damien Miller
2006-08-04
spaces
Kevin Steves
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-26
move #include <sys/param.h> out of includes.h
Kevin Steves
2006-07-25
move #include <sys/time.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-22
move #include <time.h> out of includes.h
Kevin Steves
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-11
move #include <errno.h> out of includes.h; ok markus@
Kevin Steves
2006-07-09
move #include <fcntl.h> out of includes.h
Kevin Steves
2006-07-08
move #include <sys/socket.h> out of includes.h
Kevin Steves
2006-06-13
revert; i am on drugs. spotted by alexander AT beard.se
Damien Miller
2006-06-13
always use a format string, even when printing a constant
Damien Miller
2006-05-17
fix leak; coverity via Kylene Jo Hall
Markus Friedl
[next]