Age | Commit message (Expand) | Author |
2001-07-23 | use %lu; ok markus@ | Kevin Steves |
2001-06-25 | terminate secure_filename checking after checking homedir. that way it | Niels Provos |
2001-06-22 | merge authorized_keys2 into authorized_keys. | Markus Friedl |
2001-05-20 | configurable authorized_keys{,2} location; originally from peter@; ok djm@ | Markus Friedl |
2001-04-06 | do gid/groups-swap in addition to uid-swap, should help if /home/group | Markus Friedl |
2001-03-01 | KNF | Theo de Raadt |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-20 | typo | Markus Friedl |
2001-01-20 | pass the filename to auth_parse_options() | Markus Friedl |
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-11-14 | parse options only if key matches; fixes some confusing messages seen by the ... | Markus Friedl |
2000-10-14 | do not send RSA challenge if key is not allowed by key-options; from eivind@T... | Markus Friedl |
2000-10-11 | clear auth options unless auth sucessfull | Markus Friedl |
2000-10-03 | move fake-auth from auth1.c to individual auth methods, disables s/key in deb... | Markus Friedl |
2000-09-07 | some more Copyright fixes | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-07-07 | clean code is good code | Todd T. Fries |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-06-18 | split auth-rsa option parsing into auth-options | Markus Friedl |
2000-06-06 | fix match_hostname() logic for auth-rsa: deny access if we have a negative ma... | Markus Friedl |
2000-04-29 | keysize warnings error() -> log() | Markus Friedl |
2000-04-26 | missing fclose | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-04-12 | #include <ssl/foo.h> -> <openssh/foo.h> | Markus Friedl |
2000-03-23 | initial support for DSA keys. ok deraadt@, niels@ | Markus Friedl |
2000-02-11 | delay MD5 computation until client sends response, free() early, cleanup. | Markus Friedl |
2000-01-18 | fix user/1056, sshd keeps restrictions; dbt@meat.net | Markus Friedl |
1999-12-02 | warn only about mismatch if key is _used_ | Markus Friedl |
1999-12-02 | warn about keysize-mismatch with log() not error() | Markus Friedl |
1999-11-24 | KNF, final part 3 | Markus Friedl |
1999-11-24 | much more KNF | Theo de Raadt |
1999-11-23 | KNF part 1 | Markus Friedl |
1999-11-22 | syslog changes: | Markus Friedl |
1999-11-18 | more %d vs. %s in fmt-strings | Markus Friedl |
1999-11-15 | the keysize of rsa-parameter 'n' is passed implizit, | Markus Friedl |
1999-11-11 | make all access to options via 'extern Options options' | Markus Friedl |
1999-11-02 | replace assert() with error, fatal or packet_disconnect | Markus Friedl |
1999-10-27 | use libssl md5 routines | Theo de Raadt |
1999-10-18 | the session key is only the least significant 256-bits, mask the rest away | Niels Provos |
1999-10-11 | make sure ~/.ssh/authorized_keys is not writable for group/world (sshd) | Markus Friedl |
1999-09-30 | use libc md5 | Theo de Raadt |
1999-09-29 | numerous sprintf, strncpy, strcpy cleanups | Theo de Raadt |
1999-09-28 | convert all uses of gmp to SSL bignum | Niels Provos |