summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-1/+29
| | | | | | | 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.
* unusedmarkus2000-08-041-3/+1
|
* accept an empty shell in authentication; bug reported by chris@tinker.ucr.eduderaadt2000-05-171-2/+9
|
* split auth/sshconnect in one file per protocol versionmarkus2000-04-261-826/+2
|
* add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]markus2000-04-261-49/+249
| | | | | for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol.
* whitespace cleanupmarkus2000-04-141-23/+23
|
* check payload for (illegal) extra datamarkus2000-04-141-5/+15
|
* ssh2 server side, see README.openssh2; enable with 'sshd -2'markus2000-04-061-1/+172
|
* split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removalmarkus2000-03-281-0/+554