summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth2.c
AgeCommit message (Expand)Author
2000-10-11new cipher frameworkMarkus Friedl
2000-10-11add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av...Markus Friedl
2000-10-11clear auth options unless auth sucessfullMarkus Friedl
2000-09-27use key_type()Markus Friedl
2000-09-21add context to dispatch_runMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-07-07clean code is good codeTodd T. Fries
2000-06-19make userauth+pubkey interop with ssh.com-2.2.0Markus Friedl
2000-06-18split auth-rsa option parsing into auth-optionsMarkus Friedl
2000-06-18implement bug compatibility with ssh-2.0.13 pubkey, server sideMarkus Friedl
2000-05-08bug compat w/ ssh-2.0.13 x11, split out bugsMarkus Friedl
2000-05-06add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8Markus Friedl
2000-05-05log failure before sending the replyMarkus Friedl
2000-05-01Add missing #ifdefs; ok - markusDamien Miller
2000-05-01disable kerb,s/key in ssh2Markus Friedl
2000-04-27cleanup logging for sshd/2, respect PasswordAuth noMarkus Friedl
2000-04-27xfree DSA blobsMarkus Friedl
2000-04-26split auth/sshconnect in one file per protocol versionMarkus Friedl