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