[hackers] [ubase] Print "incorrect password" when checking empty passwords as well || sin

From: <git_AT_suckless.org>
Date: Mon, 09 Jun 2014 14:08:22 +0200

commit 60500e376a85653a1417d8597cfb74ff147960d7
Author: sin <sin_AT_2f30.org>
Date: Mon Jun 9 13:03:19 2014 +0100

    Print "incorrect password" when checking empty passwords as well

diff --git a/util/passwd.c b/util/passwd.c
index d428b7e..a285cb4 100644
--- a/util/passwd.c
+++ b/util/passwd.c
_AT_@ -24,8 +24,12 @@ pw_check(struct passwd *pw, const char *pass)
                 return -1;
         }
 
- if (pw->pw_passwd[0] == '
Received on Mon Jun 09 2014 - 14:08:22 CEST

This archive was generated by hypermail 2.3.0 : Mon Jun 09 2014 - 14:12:09 CEST