Displaying 2 results from an estimated 2 matches for "cracklib25_small".
1997 Jan 27
2
SECURITY: passwd problem (second edition)
...).
The quick fix of the problem is disable ''fascist'' mode of pam_unix_passwd
module in pam.conf.
The patch below should be by applied to cracklib then cracklib should
be rebuild, reinstalled and then pam_unix_passwd should be rebuilded.
Andrey V.
Savochkin
diff -r -u cracklib25_small.orig/cracklib/fascist.c cracklib25_small/cracklib/fascist.c
--- cracklib25_small.orig/cracklib/fascist.c Mon Jan 27 12:21:13 1997
+++ cracklib25_small/cracklib/fascist.c Mon Jan 27 12:24:28 1997
@@ -223,39 +223,17 @@
wc = 0;
ptr = gbuffer;
- while (*ptr)
+ while (*ptr && wc...
1997 Feb 09
0
Missing bugfixes in redhat4.1
...cation (in lucky case)
and performs random memory operations in other cases.
This bu also can be used in attempts to break system security
because one of affected program (passwd) is root-setuid.
Patch was posted in redhat-announce list and can be obtained from
ftp://shade.msu.ru/pub/linux/libs/cracklib25_small.bugfix.patch
Andrey V.
Savochkin