summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth-rsa.c
AgeCommit message (Expand)Author
2000-11-14parse options only if key matches; fixes some confusing messages seen by the ...Markus Friedl
2000-10-14do not send RSA challenge if key is not allowed by key-options; from eivind@T...Markus Friedl
2000-10-11clear auth options unless auth sucessfullMarkus Friedl
2000-10-03move fake-auth from auth1.c to individual auth methods, disables s/key in deb...Markus Friedl
2000-09-07some more Copyright fixesMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-07-07clean code is good codeTodd T. Fries
2000-06-20OpenBSD tagMarkus Friedl
2000-06-18split auth-rsa option parsing into auth-optionsMarkus Friedl
2000-06-06fix match_hostname() logic for auth-rsa: deny access if we have a negative ma...Markus Friedl
2000-04-29keysize warnings error() -> log()Markus Friedl
2000-04-26missing fcloseMarkus Friedl
2000-04-14whitespace cleanupMarkus Friedl
2000-04-12#include <ssl/foo.h> -> <openssh/foo.h>Markus Friedl
2000-03-23initial support for DSA keys. ok deraadt@, niels@Markus Friedl
2000-02-11delay MD5 computation until client sends response, free() early, cleanup.Markus Friedl
2000-01-18fix user/1056, sshd keeps restrictions; dbt@meat.netMarkus Friedl
1999-12-02warn only about mismatch if key is _used_Markus Friedl
1999-12-02warn about keysize-mismatch with log() not error()Markus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-22syslog changes:Markus Friedl
1999-11-18more %d vs. %s in fmt-stringsMarkus Friedl
1999-11-15the keysize of rsa-parameter 'n' is passed implizit,Markus Friedl
1999-11-11make all access to options via 'extern Options options'Markus Friedl
1999-11-02replace assert() with error, fatal or packet_disconnectMarkus Friedl
1999-10-27use libssl md5 routinesTheo de Raadt
1999-10-18the session key is only the least significant 256-bits, mask the rest awayNiels Provos
1999-10-11make sure ~/.ssh/authorized_keys is not writable for group/world (sshd)Markus Friedl
1999-09-30use libc md5Theo de Raadt
1999-09-29numerous sprintf, strncpy, strcpy cleanupsTheo de Raadt
1999-09-28convert all uses of gmp to SSL bignumNiels Provos