Age | Commit message (Expand) | Author |
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-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-07-17 | move #include <unistd.h> out of includes.h | Kevin Steves |
2006-07-09 | use O_RDONLY vs. 0 in open(); no binary change | Kevin Steves |
2006-07-09 | move #include <fcntl.h> out of includes.h | Kevin Steves |
2006-07-06 | move #include <pwd.h> out of includes.h; ok markus@ | Kevin Steves |
2006-05-30 | Sync usage() with man page and reality. | Michael Knudsen |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-20 | in a switch (), break after return or goto is stupid | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-03-13 | Make ssh-add check file permissions before attempting to load private | Darren Tucker |
2006-02-20 | move #include <sys/stat.h> out of includes.h; ok markus@ | Kevin Steves |
2005-11-12 | space | Theo de Raadt |
2005-09-13 | ensure that stdio fds are attached; ok deraadt@ | Damien Miller |
2005-07-17 | knf says that a 2nd level indent is four (not three or five) spaces | Damien Miller |
2005-03-10 | spacing | Theo de Raadt |
2004-05-08 | kill a tiny header; ok deraadt@ | Damien Miller |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-06-16 | print out key comment on each prompt; make ssh-askpass more useable; ok djm@ | Markus Friedl |
2003-06-11 | make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@ | Damien Miller |
2003-03-05 | fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@ | Markus Friedl |
2003-01-23 | ssh-add -c, prompt user for confirmation (using ssh-askpass) when | Markus Friedl |
2002-11-21 | KNF | Theo de Raadt |
2002-09-19 | typo; cd@kalkatraz.de | Markus Friedl |
2002-06-26 | fix exit code for -X/-x | Markus Friedl |
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-10 | use convtime() to parse and validate key lifetime. can now | Kevin Steves |
2002-06-05 | ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@ | Markus Friedl |
2002-06-05 | add -x/-X to usage | Markus Friedl |
2002-06-05 | ssh-add -x for lock and -X for unlocking the agent. | Markus Friedl |
2002-03-21 | Add PIN-protection for secret key. | Jim Rees |
2002-03-21 | ignore errors for nonexisting default keys in ssh-add, | Markus Friedl |
2002-03-19 | KNF whitespace | Markus Friedl |
2002-01-29 | exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@ | Markus Friedl |
2001-12-24 | try all listed keys.. how did this get broken? | Theo de Raadt |
2001-12-21 | Try all standard key files (id_rsa, id_dsa, identity) when invoked with | Damien Miller |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-10-02 | return non-zero exit code on error; ok markus@ | Damien Miller |
2001-08-03 | improve usage(). ok markus@ | Jakob Schlyter |
2001-08-01 | use strings instead of ints for smartcard reader ids | Markus Friedl |
2001-06-27 | convert to getopt(3) | Markus Friedl |
2001-06-26 | initial support for smartcards in the agent | Markus Friedl |
2001-06-25 | update copyright for 2001 | Markus Friedl |
2001-06-24 | switch to readpassphrase(3) | Markus Friedl |