[Pkg-shadow-commits] r317 - trunk/debian/patches

Nicolas FRANCOIS pkg-shadow-devel@lists.alioth.debian.org
Wed, 29 Jun 2005 19:23:20 +0000


Author: nekral-guest
Date: 2005-06-29 19:23:19 +0000 (Wed, 29 Jun 2005)
New Revision: 317

Added:
   trunk/debian/patches/432_login_cancel_timout_after_authentication
Removed:
   trunk/debian/patches/008_login_cancel_timout_after_authentication
Modified:
   trunk/debian/patches/series
Log:
This patch should be kept. I can't see a situation were it harms, and it
fixes a situation that I can't test.
It should be proposed upstream.


Deleted: trunk/debian/patches/008_login_cancel_timout_after_authentication
===================================================================
--- trunk/debian/patches/008_login_cancel_timout_after_authentication	2005-06-29 19:20:12 UTC (rev 316)
+++ trunk/debian/patches/008_login_cancel_timout_after_authentication	2005-06-29 19:23:19 UTC (rev 317)
@@ -1,19 +0,0 @@
-Goal: Cancel login timeout after authentication so that patient people
-      timing out on network directory services can log in with local
-      accounts.
-Fixes: #107148
-
-Status wrt upstream: It should be forwarded to upstream.
-
-Index: shadow-4.0.3/src/login.c
-===================================================================
---- shadow-4.0.3.orig/src/login.c	2005-05-28 22:21:15.794189000 +0200
-+++ shadow-4.0.3/src/login.c	2005-05-28 22:21:22.214189000 +0200
-@@ -866,6 +866,7 @@
- 			}
- 
- 			/* We don't get here unless they were authenticated above */
-+			alarm(0);
- 			retcode = pam_acct_mgmt (pamh, 0);
- 
- 			if (retcode == PAM_NEW_AUTHTOK_REQD) {

Copied: trunk/debian/patches/432_login_cancel_timout_after_authentication (from rev 310, trunk/debian/patches/008_login_cancel_timout_after_authentication)

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2005-06-29 19:20:12 UTC (rev 316)
+++ trunk/debian/patches/series	2005-06-29 19:23:19 UTC (rev 317)
@@ -37,7 +37,7 @@
 008_login_more_LOG_UNKFAIL_ENAB
 008_login_log_failure_in_FTMP
 429_login_FAILLOG_ENAB
-008_login_cancel_timout_after_authentication
+432_login_cancel_timout_after_authentication
 355_login_close_session_as_root
 347_login_log_pam_user_if_USE_PAM
 348_login_PAM_SILENT_if_hushed_login