source:
scripts/patches/Linux-PAM-0.77-linkage-3.patch@
50a4c58
Last change on this file since 50a4c58 was 7f65c0e, checked in by , 19 years ago | |
---|---|
|
|
File size: 2.2 KB |
-
configure.in
Submitted By: DJ Lucas (dj_AT_lucasit_DOT_com) Date: 2004-05-03 Initial Package Version: 0.77 Origin: Mandrake CVS (Jim Gifford) + cracklib source Description: Fixes linking on PAM and updates cracklib check $LastChangedBy: bdubbs $ $Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $ diff -Naur Linux-PAM-0.77-orig/configure.in Linux-PAM-0.77/configure.in
old new 257 257 258 258 dnl Look for cracklib dictionary 259 259 AC_MSG_CHECKING(path to cracklib dictionary) 260 DICT_DIR_CANDIDATES="/ usr/lib /usr/share/dict /usr/share/lib \260 DICT_DIR_CANDIDATES="/lib /usr/lib /usr/share/dict /usr/share/lib \ 261 261 /usr/local/lib /usr/local/share/lib" 262 262 DICT_FILE_CANDIDATES="pw_dict cracklib_dict" 263 263 CRACKLIB_DICTPATH="" -
libpam_misc/Makefile
diff -Naur Linux-PAM-0.77-orig/libpam_misc/Makefile Linux-PAM-0.77/libpam_misc/Makefile
old new 38 38 SLIBOBJECTS = $(addprefix static/,$(LIBOBJECTS)) 39 39 endif 40 40 41 LINKLIBS += -L../libpam -lpam 42 41 43 # --------------------------------------------- 42 44 ## rules 43 45 -
modules/pam_cracklib/pam_cracklib.c
diff -Naur Linux-PAM-0.77-orig/modules/pam_cracklib/pam_cracklib.c Linux-PAM-0.77/modules/pam_cracklib/pam_cracklib.c
old new 49 49 #include <sys/types.h> 50 50 #include <sys/stat.h> 51 51 #include <ctype.h> 52 53 extern char *FascistCheck(char *pw, const char *dictpath); 52 #include <crack.h> 54 53 55 54 #ifndef CRACKLIB_DICTPATH 56 55 #define CRACKLIB_DICTPATH "/usr/share/dict/cracklib_dict" -
modules/pam_lastlog/Makefile
diff -Naur Linux-PAM-0.77-orig/modules/pam_lastlog/Makefile Linux-PAM-0.77/modules/pam_lastlog/Makefile
old new 15 15 endif 16 16 17 17 TITLE=pam_lastlog 18 MODULE_SIMPLE_EXTRALIBS=-lutil 18 19 19 20 include ../Simple.Rules
Note:
See TracBrowser
for help on using the repository browser.