summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-agent.c
AgeCommit message (Expand)Author
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl
2009-09-01fix a race condition in ssh-agent that could result in a wedged orDamien Miller
2009-03-23My previous commit didn't fix the problem at all, so stick at my firstTobias Stoeckmann
2009-03-23Fixed a possible out-of-bounds memory access if the environment variableTobias Stoeckmann
2008-06-28reset global compat flag after processing a protocol 2 signatureDamien Miller
2008-06-28refuse to add a key that has unknown constraints specified;Damien Miller
2007-09-25When adding a key that already exists, update the propertiesCan Erkin Acar
2007-09-09sort synopsis and options in ssh-agent(1); usage is lowercaseIgor Sobrado
2007-03-19Remove the signal handler that checks if the agent's parent processDarren Tucker
2007-02-28Remove expired keys periodically so they don't remain in memory whenDarren Tucker
2006-10-06sys/resource.h needs sys/time.h; prompted by brad@Damien Miller
2006-08-04spacesKevin Steves
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-26move #include <stdlib.h> out of includes.hKevin Steves
2006-07-26move #include <sys/param.h> out of includes.hKevin Steves
2006-07-25move #include <sys/time.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-22move #include <time.h> out of includes.hKevin Steves
2006-07-17move #include <unistd.h> out of includes.hKevin Steves
2006-07-11move #include <errno.h> out of includes.h; ok markus@Kevin Steves
2006-07-09move #include <fcntl.h> out of includes.hKevin Steves
2006-07-08move #include <sys/socket.h> out of includes.hKevin Steves
2006-06-13revert; i am on drugs. spotted by alexander AT beard.seDamien Miller
2006-06-13always use a format string, even when printing a constantDamien Miller
2006-05-17fix leak; coverity via Kylene Jo HallMarkus Friedl
2006-03-30replace {GET,PUT}_XXBIT macros with functionally similar functions,Damien Miller
2006-03-28use strtonum() to parse the pid from the file, and range check itTheo de Raadt
2006-03-25mark two more signal handlers ARGSUSEDTheo de Raadt
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25change OpenSSH's xrealloc() function from being xrealloc(p, new_size) toDamien Miller
2006-03-25introduce xcalloc() and xasprintf() failure-checked allocations functionsDamien Miller
2006-03-20annoying spacing fixes getting in the way of real diffsTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-02-20move #include <signal.h> out of includes.h; ok markus@Kevin Steves
2006-02-20move #include <sys/un.h> out of includes.h; ok djm@Kevin Steves
2006-02-08move #include <sys/resource.h> out of includes.h; ok markus@Kevin Steves
2006-02-08move #include <paths.h> out of includes.h; ok markus@Kevin Steves
2006-02-07move #include <sys/queue.h> out of includes.h; ok markus@Kevin Steves
2005-10-30no need to escape single quotes in comments, no binary changeDamien Miller
2005-09-13ensure that stdio fds are attached; ok deraadt@Damien Miller
2004-10-29factor out common permission-asking code to separate function; ok markus@Damien Miller
2004-10-07don't unlink agent socket when bind() fails, spotted by rich AT rich-paul.netDamien Miller
2004-08-11some signed/unsigned int comparison cleanups; markus@ okAnil Madhavapeddy
2004-06-14set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@Damien Miller
2004-05-08kill a tiny header; ok deraadt@Damien Miller
2003-12-02use SSH_LISTEN_BACKLOG (=128) in listen(2).Markus Friedl
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-10-1410X for mkdtemp; djm@Markus Friedl
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl