[hackers] [ubase] Not all password entries start with '$' || sin
commit d06854177948725d7c26e0b018bdfe5aa698a747
Author: sin <sin_AT_2f30.org>
Date: Mon Jun 2 16:50:22 2014 +0100
Not all password entries start with '$'
Respect old DES :)
diff --git a/su.c b/su.c
index 8484298..722675d 100644
--- a/su.c
+++ b/su.c
_AT_@ -68,10 +68,6 @@ main(int argc, char *argv[])
case '!':
case '*':
eprintf("Denied
");
- case '$':
- break;
- default:
- eprintf("Invalid shadow record
");
}
uid = getuid();
Received on Mon Jun 02 2014 - 17:51:15 CEST
This archive was generated by hypermail 2.3.0
: Mon Jun 02 2014 - 18:00:09 CEST