summaryrefslogtreecommitdiff
path: root/to-be-evaluated
diff options
context:
space:
mode:
authorhartmans <Unknown>2002-05-03 03:43:19 +0000
committerhartmans <Unknown>2002-05-03 03:43:19 +0000
commit57ef2aba3ed97c3f64919bf8d69a8c4f70fb4447 (patch)
tree155a50d2d3475d775682893d360846c9ce05f018 /to-be-evaluated
parent623caf733e82c2ffa111ec4bba32ef682095a0f0 (diff)
No good reason to have pam_filter xcase hack
Diffstat (limited to 'to-be-evaluated')
-rw-r--r--to-be-evaluated/001_modules_pam_filter13
1 files changed, 0 insertions, 13 deletions
diff --git a/to-be-evaluated/001_modules_pam_filter b/to-be-evaluated/001_modules_pam_filter
deleted file mode 100644
index bba02f83..00000000
--- a/to-be-evaluated/001_modules_pam_filter
+++ /dev/null
@@ -1,13 +0,0 @@
-I see no reason why this patch is a good idea--hartmans
-diff -urN Linux-PAM-0.72.bak/modules/pam_filter/pam_filter.c Linux-PAM-0.72/modules/pam_filter/pam_filter.c
---- Linux-PAM-0.72.bak/modules/pam_filter/pam_filter.c Thu Jul 8 01:01:45 1999
-+++ Linux-PAM-0.72/modules/pam_filter/pam_filter.c Tue Dec 14 10:54:41 1999
-@@ -322,7 +322,7 @@
- t_mode.c_oflag &= ~OPOST; /* no ouput post processing */
-
- /* no signals, canonical input, echoing, upper/lower output */
-- t_mode.c_lflag &= ~(ISIG|ICANON|ECHO|XCASE);
-+ t_mode.c_lflag &= ~(ISIG|ICANON|ECHO);
- t_mode.c_cflag &= ~(CSIZE|PARENB); /* no parity */
- t_mode.c_cflag |= CS8; /* 8 bit chars */
-