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