Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-14 | setup -> set up; | Jason McIntyre | |
from wiz@netbsd | |||
2003-03-28 | - killed whitespace | Jason McIntyre | |
- new sentence new line - .Bk for arguments ok markus@ | |||
2003-01-21 | Add a -t life option to ssh-agent that set the default lifetime. | Marco S Hyman | |
The default can still be overriden by using -t in ssh-add. OK markus@ | |||
2002-06-24 | the socket name contains ssh-agent's ppid; via mpech@ from form@ | Markus Friedl | |
2002-06-22 | use process ID vs. pid/PID/process identifier | Kevin Steves | |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt | |
2002-06-05 | '-a bind_address' binds the agent to user-specified unix-domain | Markus Friedl | |
socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago). | |||
2002-02-04 | more sync for default ssh-add identities; ok markus@ | Kevin Steves | |
2002-02-03 | ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now. | Kevin Steves | |
2001-11-19 | clarify/state that private keys are not exposed to clients using the agent; | Kevin Steves | |
ok markus@ | |||
2001-09-05 | avoid first person in manual pages | Theo de Raadt | |
2001-08-23 | fix usage; ok markus@ | Kevin Steves | |
2001-07-15 | -d will not fork; ok markus@ | Kevin Steves | |
2001-06-26 | add debug flag | Markus Friedl | |
2001-04-10 | document id_rsa{.pub,}. markus ok | Jun-ichiro itojun Hagino | |
2001-04-02 | grammar; slade@shore.net | Theo de Raadt | |
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-28 | cleanup AUTHORS sections | Markus Friedl | |
2000-11-15 | typo, use .It | Markus Friedl | |
2000-11-15 | reorder SYNOPSIS | 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-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-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell | |
spit out a warning. | |||
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-11-16 | typo | Theo de Raadt | |
1999-10-28 | from niklas: Add -c -s and -k support, Create socket early to avoid race, | Markus Friedl | |
Don't let child access std{in,out,err} | |||
1999-10-17 | update trailer, and copy to other pages | Theo de Raadt | |
1999-10-16 | support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies. | Markus Friedl | |
interops (x11,agent,etc) with 1.2.27 and protocol 1.3 | |||
1999-10-14 | fix old connect() race security-bug for ssh-agent and agent-forwarding | Markus Friedl | |
by removing the connect() junk, with the following restrictions: 1) change the version to "OpenSSH-1.1": agent-forwarding will work only between OpenSSH-1.1 client and OpenSSH-1.1 server 2) renamed the environment variable of OpenSSH-1.1 to "SSH_AUTH_SOCKET", since useing OpenSSH-1.0 ssh-add against the new ssh-agent does not work | |||
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. |