Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-03-28 | - killed whitespace | Jason McIntyre | |
- new sentence new line - .Bk for arguments ok markus@ | |||
2003-02-10 | xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490 | Markus Friedl | |
2003-01-23 | ssh-add -c, prompt user for confirmation (using ssh-askpass) when | Markus Friedl | |
private agent key is used; with djm@; test by dugsong@, djm@; ok deraadt@ | |||
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt | |
2002-06-10 | use convtime() to parse and validate key lifetime. can now | Kevin Steves | |
use '-t 2h' etc. ok markus@ provos@ | |||
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 | |
todo: encrypt private keys with locked... | |||
2002-06-05 | mention $SSH_AUTH_SOCK; dave@ugc.org.uk | Markus Friedl | |
2002-02-04 | more sync for default ssh-add identities; ok markus@ | Kevin Steves | |
2002-01-29 | add DIAGNOSTICS; ok stevesk@ | Markus Friedl | |
2001-12-21 | Try all standard key files (id_rsa, id_dsa, identity) when invoked with | Damien Miller | |
no arguments; ok markus@ | |||
2001-08-23 | minor cleanup | Kevin Steves | |
2001-08-03 | document smartcard options. ok markus@ | Jakob Schlyter | |
2001-05-05 | typos, grammar | Kevin Steves | |
2001-04-10 | document id_rsa{.pub,}. markus ok | Jun-ichiro itojun Hagino | |
2001-04-09 | ssh-add retries the last passphrase... | Markus Friedl | |
2001-03-02 | make copyright lines the same format | Theo de Raadt | |
2001-02-08 | drop references to ssl(8). markus ok | Jun-ichiro itojun Hagino | |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-28 | cleanup AUTHORS sections | Markus Friedl | |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell | |
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | |||
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||
2000-09-03 | add missing .El against .Bl. | Jun-ichiro itojun Hagino | |
2000-08-25 | no need for those dynamic libraries anymore | Theo de Raadt | |
2000-08-19 | add SSH2/DSA support to the agent and some other DSA related cleanups. | Markus Friedl | |
(note that we cannot talk to ssh.com's ssh2 agents) | |||
2000-05-03 | more doc on: DSA, id_dsa, known_hosts2, authorized_keys2 | Markus Friedl | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
1999-12-02 | document $SSH_ASKPASS, reasonable default | Markus Friedl | |
1999-11-24 | SSH_ASKPASS support | Markus Friedl | |
1999-11-16 | rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se> | Markus Friedl | |
1999-10-17 | Remove some redundant .Pp. | Aaron Campbell | |
1999-10-17 | update trailer, and copy to other pages | Theo de Raadt | |
1999-10-11 | document reality (no askpass, ignore group-world-accessible private keys) | Markus Friedl | |
1999-10-02 | detail how we manage to not include RSA, and point people at ssl(8) | Theo de Raadt | |
1999-09-26 | first cut of mandoc man pages from aaron | Theo de Raadt | |
1999-09-26 | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | Theo de Raadt | |
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise. |