Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | make copyright lines the same format | 2001-03-02 | 1 | -4/+4 | ||
| | ||||||
* | drop references to ssl(8). markus ok | 2001-02-08 | 1 | -3/+2 | ||
| | ||||||
* | cleanup AUTHORS sections | 2001-01-28 | 1 | -26/+9 | ||
| | ||||||
* | typo, use .It | 2000-11-15 | 1 | -2/+2 | ||
| | ||||||
* | reorder SYNOPSIS | 2000-11-15 | 1 | -6/+6 | ||
| | ||||||
* | - Section shuffling: comply to the section ordering outlined in mdoc(7). | 2000-11-10 | 1 | -2/+2 | ||
| | | | | | | - Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | |||||
* | cleanup copyright notices on all files. I have attempted to be accurate with | 2000-09-07 | 1 | -7/+30 | ||
| | | | | | | | 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. | |||||
* | no need for those dynamic libraries anymore | 2000-08-25 | 1 | -5/+1 | ||
| | ||||||
* | add SSH2/DSA support to the agent and some other DSA related cleanups. | 2000-08-19 | 1 | -4/+7 | ||
| | | | | (note that we cannot talk to ssh.com's ssh2 agents) | |||||
* | Insert more missing .El directives. Our troff really should identify these and | 2000-07-06 | 1 | -1/+2 | ||
| | | | | spit out a warning. | |||||
* | more doc on: DSA, id_dsa, known_hosts2, authorized_keys2 | 2000-05-03 | 1 | -2/+2 | ||
| | ||||||
* | Trailing whitespace begone! | 2000-04-12 | 1 | -7/+7 | ||
| | ||||||
* | Fix some formatting problems I missed before. | 2000-03-23 | 1 | -22/+30 | ||
| | ||||||
* | ie. -> i.e., | 2000-01-22 | 1 | -2/+2 | ||
| | ||||||
* | typo | 1999-11-16 | 1 | -2/+2 | ||
| | ||||||
* | from niklas: Add -c -s and -k support, Create socket early to avoid race, | 1999-10-28 | 1 | -11/+50 | ||
| | | | | Don't let child access std{in,out,err} | |||||
* | update trailer, and copy to other pages | 1999-10-17 | 1 | -9/+25 | ||
| | ||||||
* | support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies. | 1999-10-16 | 1 | -2/+2 | ||
| | | | | interops (x11,agent,etc) with 1.2.27 and protocol 1.3 | |||||
* | fix old connect() race security-bug for ssh-agent and agent-forwarding | 1999-10-14 | 1 | -19/+7 | ||
| | | | | | | | | | | 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 | |||||
* | detail how we manage to not include RSA, and point people at ssl(8) | 1999-10-02 | 1 | -2/+14 | ||
| | ||||||
* | first cut of mandoc man pages from aaron | 1999-09-26 | 1 | -50/+45 | ||
| | ||||||
* | i bet a lot of people didn't know what ssh 1.2.16 had a nice license. | 1999-09-26 | 1 | -0/+113 | ||
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. |