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

Nicolas FRANCOIS nekral-guest at costa.debian.org
Wed Dec 14 19:50:21 UTC 2005


Author: nekral-guest
Date: 2005-12-14 19:50:20 +0000 (Wed, 14 Dec 2005)
New Revision: 702

Modified:
   trunk/debian/patches/008_su_get_PAM_username
Log:
Update for 4.0.14


Modified: trunk/debian/patches/008_su_get_PAM_username
===================================================================
--- trunk/debian/patches/008_su_get_PAM_username	2005-12-14 19:47:55 UTC (rev 701)
+++ trunk/debian/patches/008_su_get_PAM_username	2005-12-14 19:50:20 UTC (rev 702)
@@ -5,19 +5,19 @@
    I don't know what this patch is used for. IMO, the user name is
    already known before calling pam_get_item(pamh, PAM_USER, ...)
 
-Index: shadow-4.0.13/src/su.c
+Index: shadow-4.0.14/src/su.c
 ===================================================================
---- shadow-4.0.13.orig/src/su.c	2005-10-04 08:07:20.901072255 +0200
-+++ shadow-4.0.13/src/su.c	2005-10-04 08:07:21.600929655 +0200
-@@ -350,6 +350,7 @@
+--- shadow-4.0.14.orig/src/su.c	2005-12-14 20:48:04.000000000 +0100
++++ shadow-4.0.14/src/su.c	2005-12-14 20:49:36.000000000 +0100
+@@ -290,6 +290,7 @@
+ 	struct passwd *pw = 0;
  	char **envp = environ;
- 	char *command = 0, *shell = 0, **additional_args = 0;
- 	int optc;
+ 	char *shellstr = 0;
 +	char *tmp_name;
  
  #ifdef USE_PAM
  	int ret;
-@@ -656,6 +657,14 @@
+@@ -623,6 +624,14 @@
  			su_failure (tty);
  		}
  	}




More information about the Pkg-shadow-commits mailing list