Age | Commit message (Expand) | Author |
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 |
2003-09-19 | provide a ssh-agent specific fatal() function; ok deraadt | Markus Friedl |
2003-09-18 | more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@ | Markus Friedl |
2003-06-12 | add sc_get_key_label; larsch at trustcenter.de; bugzilla#591 | Markus Friedl |
2003-06-11 | make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@ | Damien Miller |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-03-13 | ssh-agent is similar to ssh-keysign (allows other processes to use | Markus Friedl |
2003-01-23 | ssh-add -c, prompt user for confirmation (using ssh-askpass) when | Markus Friedl |
2003-01-21 | Add a -t life option to ssh-agent that set the default lifetime. | Marco S Hyman |
2002-10-01 | allow root to access the agent, since there is no protection from root. | Markus Friedl |
2002-09-12 | %u for uid print; ok markus@ | Kevin Steves |
2002-09-10 | check the euid of the connecting process with getpeereid(2); ok provos deraad... | Markus Friedl |
2002-08-22 | shutdown(SHUT_RDWR) not needed before close here; ok markus@ | Kevin Steves |
2002-08-22 | use common close function; ok markus@ | Kevin Steves |
2002-08-21 | raise listen backlog; ok markus@ | Kevin Steves |
2002-08-12 | make ssh-agent setgid, disallow ptrace. | Markus Friedl |
2002-07-21 | extern char *optarg; for portable | Kevin Steves |
2002-06-24 | cat to (void) when output from buffer_get_X is ignored | Markus Friedl |
2002-06-23 | some minor KNF and %u | Theo de Raadt |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt |
2002-06-15 | remove the CONSTRAIN_IDENTITY messages and introduce a new | Markus Friedl |
2002-06-15 | fix stupid typo | Markus Friedl |
2002-06-15 | break agent key lifetime protocol and allow other contraints for key usage. | Markus Friedl |
2002-06-11 | pid_t cleanup. Markus need this now to keep hacking. | Mike Pechkin |
2002-06-09 | use tab not spaces (|unexpand) | Markus Friedl |
2002-06-05 | ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@ | Markus Friedl |
2002-06-05 | ssh-add -x for lock and -X for unlocking the agent. | Markus Friedl |
2002-06-05 | copy current request into an extra buffer and just flush this | Markus Friedl |
2002-06-05 | '-a bind_address' binds the agent to user-specified unix-domain | Markus Friedl |
2002-04-02 | check $SHELL for -k and -d, too; http://bugzilla.mindrot.org/show_bug.cgi?id=199 | Markus Friedl |
2002-03-25 | change sc_get_key to sc_get_keys and hide smartcard details in scard.c | Markus Friedl |
2002-03-21 | Add PIN-protection for secret key. | Jim Rees |
2002-03-04 | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add | Kevin Steves |
2002-02-05 | use log interface and remove perror() in child. use | Kevin Steves |
2002-02-04 | unneeded includes | Kevin Steves |
2002-01-18 | unneeded cast cleanup; ok markus@ | Kevin Steves |
2002-01-13 | change to use queue.h macros; okay markus@ | Niels Provos |
2001-12-29 | remove unneeded casts and some char->u_char cleanup; ok markus@ | Kevin Steves |
2001-12-27 | call fatal() for openssl allocation failures | Markus Friedl |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |