Age | Commit message (Expand) | Author |
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 |
2006-03-30 | replace {GET,PUT}_XXBIT macros with functionally similar functions, | Damien Miller |
2006-03-28 | use strtonum() to parse the pid from the file, and range check it | Theo de Raadt |
2006-03-25 | mark two more signal handlers ARGSUSED | Theo de Raadt |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to | Damien Miller |
2006-03-25 | introduce xcalloc() and xasprintf() failure-checked allocations functions | Damien Miller |
2006-03-20 | annoying spacing fixes getting in the way of real diffs | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-02-20 | move #include <signal.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-20 | move #include <sys/un.h> out of includes.h; ok djm@ | Kevin Steves |
2006-02-08 | move #include <sys/resource.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-08 | move #include <paths.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-07 | move #include <sys/queue.h> out of includes.h; ok markus@ | Kevin Steves |
2005-10-30 | no need to escape single quotes in comments, no binary change | Damien Miller |
2005-09-13 | ensure that stdio fds are attached; ok deraadt@ | Damien Miller |
2004-10-29 | factor out common permission-asking code to separate function; ok markus@ | Damien Miller |
2004-10-07 | don't unlink agent socket when bind() fails, spotted by rich AT rich-paul.net | Damien Miller |
2004-08-11 | some signed/unsigned int comparison cleanups; markus@ ok | Anil Madhavapeddy |
2004-06-14 | set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@ | Damien Miller |
2004-05-08 | kill a tiny header; ok deraadt@ | Damien Miller |
2003-12-02 | use SSH_LISTEN_BACKLOG (=128) in listen(2). | Markus Friedl |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-10-14 | 10X for mkdtemp; djm@ | Markus Friedl |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |