commit d06854177948725d7c26e0b018bdfe5aa698a747 parent 1988901b7df40fb70eb7e39ac8cfe5e4f4cc7fa7 Author: sin <sin@2f30.org> Date: Mon, 2 Jun 2014 16:50:22 +0100 Not all password entries start with '$' Respect old DES :) Diffstat:
M | su.c | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/su.c b/su.c @@ -68,10 +68,6 @@ main(int argc, char *argv[]) case '!': case '*': eprintf("Denied\n"); - case '$': - break; - default: - eprintf("Invalid shadow record\n"); } uid = getuid();