Age | Commit message (Expand) | Author |
2004-07-28 | more s/illegal/invalid/ | Markus Friedl |
2004-07-21 | s/Illegal user/Invalid user/; many requests; ok djm, millert, niklas, miod, ... | Markus Friedl |
2004-05-23 | Add MaxAuthTries sshd config option; ok markus@ | Darren Tucker |
2004-05-11 | improve some code lint did not like; djm millert ok | Theo de Raadt |
2004-05-08 | make two tiny header files go away; djm ok | Theo de Raadt |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-08-26 | fix passwd auth for 'username leaks via timing'; with djm@, original patches ... | Markus Friedl |
2003-06-02 | deprecate VerifyReverseMapping since it's dangerous if combined | Markus Friedl |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2002-11-04 | don't compare against pw_home if realpath fails for pw_home (seen on AFS); ok... | Markus Friedl |
2002-09-20 | log illegal user here for missing privsep case (ssh2). | Kevin Steves |
2002-08-08 | typo in comment | Kevin Steves |
2002-05-17 | Fix typo/thinko. Pass in as to auth_approval(), not NULL. | Todd C. Miller |
2002-05-13 | move the packet_send_debug handling from auth-options.c to auth.c; ok provos@ | Markus Friedl |
2002-03-19 | check for NULL; from provos@ | Markus Friedl |
2002-03-19 | make getpwnamallow() allways call pwcopy() | Markus Friedl |
2002-03-19 | KNF whitespace | Markus Friedl |
2002-03-18 | move auth_approval into getpwnamallow with help from millert@ | Niels Provos |
2002-03-17 | getpwnamallow returns struct passwd * only if user valid; okay markus@ | Niels Provos |
2002-03-15 | fix file type checking (use S_ISREG). ok by markus | Jun-ichiro itojun Hagino |
2002-03-01 | undo the 'delay hostname lookup' change | Markus Friedl |
2002-02-28 | log user not allowed details, from dwd@bell-labs.com; ok markus@ | Kevin Steves |
2002-02-28 | delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsers | Kevin Steves |
2002-01-29 | s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@ | Markus Friedl |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-11-17 | enum/int type cleanup where it made sense to do so; ok markus@ | Kevin Steves |
2001-11-08 | don't print ROOT in CAPS for the authentication messages, i.e. | Markus Friedl |
2001-10-03 | use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp | Markus Friedl |
2001-07-11 | no need to call dirname(pw->pw_dir). | Markus Friedl |
2001-06-27 | tridge@samba.org | Markus Friedl |
2001-06-25 | terminate secure_filename checking after checking homedir. that way it | Niels Provos |
2001-06-23 | *known_hosts2 is obsolete for hostbased authentication and | Markus Friedl |
2001-05-24 | fix comment; from jakob@ | Markus Friedl |
2001-05-20 | configurable authorized_keys{,2} location; originally from peter@; ok djm@ | Markus Friedl |
2001-03-19 | undo /etc/shell and proto 2,1 change for openssh-2.5.2 | Markus Friedl |
2001-03-17 | check /etc/shells, too | Markus Friedl |
2001-03-02 | make copyright lines the same format | Theo de Raadt |
2001-02-22 | use pwcopy in ssh.c, too | Markus Friedl |
2001-02-12 | PermitRootLogin={yes,without-password,forced-commands-only,no} | Markus Friedl |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-02-03 | make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@ | Markus Friedl |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-18 | 1) removes fake skey from sshd, since this will be much | Markus Friedl |
2001-01-13 | support supplementary group in {Allow,Deny}Groups | Markus Friedl |
2000-10-11 | new cipher framework | 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-08-04 | unused | Markus Friedl |
2000-05-17 | accept an empty shell in authentication; bug reported by chris@tinker.ucr.edu | Theo de Raadt |