summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth.c
AgeCommit message (Expand)Author
2006-03-30Prevent duplicate log messages when privsep=yes; ok djm@Darren Tucker
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25introduce xcalloc() and xasprintf() failure-checked allocations functionsDamien Miller
2006-03-20in a switch (), break after return or goto is stupidTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2006-02-08move #include <paths.h> out of includes.h; ok markus@Kevin Steves
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2005-06-06introduce a generic %foo expansion function. replace existing % expansion andDamien Miller
2005-03-14Populate host for log message for logins denied by AllowUsers and DenyUsers.Darren Tucker
2005-01-22Log source of connections denied by AllowUsers, DenyUsers, AllowGroups andDarren Tucker
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