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

Christian Perrier bubulle at costa.debian.org
Wed May 31 16:30:27 UTC 2006


Author: bubulle
Date: 2006-05-31 16:30:22 +0000 (Wed, 31 May 2006)
New Revision: 1007

Modified:
   trunk/debian/patches/008_login_log_failure_in_FTMP
   trunk/debian/patches/008_su_get_PAM_username
   trunk/debian/patches/008_su_no_sanitize_env
   trunk/debian/patches/401_cppw_src.dpatch
   trunk/debian/patches/402-clarify_usermod_usage
   trunk/debian/patches/428_grpck_add_prune_option
   trunk/debian/patches/429_login_FAILLOG_ENAB
   trunk/debian/patches/431_su_uid_0_not_root
   trunk/debian/patches/433_shadow.5-typo_312430
   trunk/debian/patches/434_login_stop_checking_args_after--
   trunk/debian/patches/438_su_GNU_origin
   trunk/debian/patches/451_login_PATH
   trunk/debian/patches/454_userdel_no_MAIL_FILE
   trunk/debian/patches/462_warn_to_edit_shadow
   trunk/debian/patches/463_login_delay_obeys_to_PAM
   trunk/debian/patches/466_fflush-prompt
   trunk/debian/patches/467_useradd_-r_LSB
   trunk/debian/patches/468_duplicate_passwd_struct_before_usage
   trunk/debian/patches/479_chowntty_debug
   trunk/debian/patches/480_getopt_args_reorder
   trunk/debian/patches/483_su_fakelogin_wrong_arg0
   trunk/debian/patches/487_passwd_chauthtok_failed_message
   trunk/debian/patches/491_configure.in_friendly_selinux_detection
   trunk/debian/patches/501_commonio_group_shadow
   trunk/debian/patches/503_shadowconfig.8
   trunk/debian/patches/504_undef_USE_PAM.dpatch
   trunk/debian/patches/504_undef_USE_PAM.nolibpam
   trunk/debian/patches/506_relaxed_usernames
   trunk/debian/patches/507_32char_grnames.dpatch
   trunk/debian/patches/523_su_arguments_are_concatenated
   trunk/debian/patches/523_su_arguments_are_no_more_concatenated_by_default
   trunk/debian/patches/542_useradd-O_option
   trunk/debian/patches/592_manpages_typos
Log:
All patches refreshed with regard to 4.0.16 sources

Modified: trunk/debian/patches/008_login_log_failure_in_FTMP
===================================================================
--- trunk/debian/patches/008_login_log_failure_in_FTMP	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/008_login_log_failure_in_FTMP	2006-05-31 16:30:22 UTC (rev 1007)
@@ -6,8 +6,8 @@
 
 Index: shadow-4.0.16/src/login.c
 ===================================================================
---- shadow-4.0.16.orig/src/login.c	2006-05-31 22:58:28.365380776 +0700
-+++ shadow-4.0.16/src/login.c	2006-05-31 23:07:49.702044632 +0700
+--- shadow-4.0.16.orig/src/login.c	2006-05-31 23:24:44.967700792 +0700
++++ shadow-4.0.16/src/login.c	2006-05-31 23:24:45.922555632 +0700
 @@ -716,6 +716,20 @@
  #endif				/* WITH_AUDIT */
  
@@ -31,8 +31,8 @@
  			  pam_set_item(pamh,PAM_USER,NULL);
 Index: shadow-4.0.16/lib/getdef.c
 ===================================================================
---- shadow-4.0.16.orig/lib/getdef.c	2006-05-13 06:13:10.000000000 +0700
-+++ shadow-4.0.16/lib/getdef.c	2006-05-31 23:13:25.206040272 +0700
+--- shadow-4.0.16.orig/lib/getdef.c	2006-05-31 23:23:56.692039808 +0700
++++ shadow-4.0.16/lib/getdef.c	2006-05-31 23:24:45.926555024 +0700
 @@ -57,6 +57,7 @@
  	{"ERASECHAR", NULL},
  	{"FAIL_DELAY", NULL},

Modified: trunk/debian/patches/008_su_get_PAM_username
===================================================================
--- trunk/debian/patches/008_su_get_PAM_username	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/008_su_get_PAM_username	2006-05-31 16:30:22 UTC (rev 1007)
@@ -5,11 +5,11 @@
    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.15/src/su.c
+Index: shadow-4.0.16/src/su.c
 ===================================================================
---- shadow-4.0.15.orig/src/su.c	2006-03-08 19:33:09.823148673 +0100
-+++ shadow-4.0.15/src/su.c	2006-03-08 19:33:11.024905231 +0100
-@@ -285,6 +285,7 @@
+--- shadow-4.0.16.orig/src/su.c	2006-05-31 23:24:41.253265472 +0700
++++ shadow-4.0.16/src/su.c	2006-05-31 23:24:42.561066656 +0700
+@@ -287,6 +287,7 @@
  	struct passwd *pw = 0;
  	char **envp = environ;
  	char *shellstr = 0, *command = 0;
@@ -17,7 +17,7 @@
  
  #ifdef USE_PAM
  	int ret;
-@@ -649,6 +650,14 @@
+@@ -651,6 +652,14 @@
  			su_failure (tty);
  		}
  	}

Modified: trunk/debian/patches/008_su_no_sanitize_env
===================================================================
--- trunk/debian/patches/008_su_no_sanitize_env	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/008_su_no_sanitize_env	2006-05-31 16:30:22 UTC (rev 1007)
@@ -1,8 +1,8 @@
-Index: shadow-4.0.15/src/su.c
+Index: shadow-4.0.16/src/su.c
 ===================================================================
---- shadow-4.0.15.orig/src/su.c	2006-03-08 19:33:08.617392925 +0100
-+++ shadow-4.0.15/src/su.c	2006-03-08 19:33:09.823148673 +0100
-@@ -301,7 +301,7 @@
+--- shadow-4.0.16.orig/src/su.c	2006-05-31 23:24:39.945464288 +0700
++++ shadow-4.0.16/src/su.c	2006-05-31 23:24:41.253265472 +0700
+@@ -303,7 +303,7 @@
  #endif
  #endif				/* !USE_PAM */
  

Modified: trunk/debian/patches/401_cppw_src.dpatch
===================================================================
--- trunk/debian/patches/401_cppw_src.dpatch	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/401_cppw_src.dpatch	2006-05-31 16:30:22 UTC (rev 1007)
@@ -5,10 +5,10 @@
 ## DP: Add cppw / cpgr
 
 @DPATCH@
-Index: shadow-4.0.15/src/cppw.c
+Index: shadow-4.0.16/src/cppw.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ shadow-4.0.15/src/cppw.c	2006-03-08 19:33:20.948894913 +0100
++++ shadow-4.0.16/src/cppw.c	2006-05-31 23:24:49.894951736 +0700
 @@ -0,0 +1,200 @@
 +/*
 +  cppw, cpgr  copy with locking given file over the password or group file
@@ -210,10 +210,10 @@
 +
 +  return 0;
 +}
-Index: shadow-4.0.15/src/Makefile.am
+Index: shadow-4.0.16/src/Makefile.am
 ===================================================================
---- shadow-4.0.15.orig/src/Makefile.am	2006-03-08 19:32:12.184824557 +0100
-+++ shadow-4.0.15/src/Makefile.am	2006-03-08 19:33:20.950894508 +0100
+--- shadow-4.0.16.orig/src/Makefile.am	2006-05-31 23:23:55.364241664 +0700
++++ shadow-4.0.16/src/Makefile.am	2006-05-31 23:24:49.895951584 +0700
 @@ -23,6 +23,7 @@
  bin_PROGRAMS   = groups login su
  ubin_PROGRAMS  = faillog lastlog chage chfn chsh expiry gpasswd newgrp passwd
@@ -230,10 +230,10 @@
  gpasswd_LDADD  = $(LDADD) $(LIBAUDIT) $(LIBSELINUX)
  groupadd_LDADD = $(LDADD) $(LIBPAM) $(LIBAUDIT) $(LIBSELINUX)
  groupdel_LDADD = $(LDADD) $(LIBPAM) $(LIBAUDIT) $(LIBSELINUX)
-Index: shadow-4.0.15/po/POTFILES.in
+Index: shadow-4.0.16/po/POTFILES.in
 ===================================================================
---- shadow-4.0.15.orig/po/POTFILES.in	2006-03-08 19:32:12.186824152 +0100
-+++ shadow-4.0.15/po/POTFILES.in	2006-03-08 19:33:20.952894103 +0100
+--- shadow-4.0.16.orig/po/POTFILES.in	2006-05-31 23:23:55.412234368 +0700
++++ shadow-4.0.16/po/POTFILES.in	2006-05-31 23:24:49.896951432 +0700
 @@ -62,6 +62,7 @@
  src/chgpasswd.c
  src/chpasswd.c

Modified: trunk/debian/patches/402-clarify_usermod_usage
===================================================================
--- trunk/debian/patches/402-clarify_usermod_usage	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/402-clarify_usermod_usage	2006-05-31 16:30:22 UTC (rev 1007)
@@ -6,10 +6,10 @@
 
 Status wrt upstream: forwarded but not applied yet
 
-Index: shadow-4.0.15/src/usermod.c
+Index: shadow-4.0.16/src/usermod.c
 ===================================================================
---- shadow-4.0.15.orig/src/usermod.c	2006-05-04 19:44:57.799342864 +0200
-+++ shadow-4.0.15/src/usermod.c	2006-05-04 19:45:41.498699552 +0200
+--- shadow-4.0.16.orig/src/usermod.c	2006-05-31 23:24:50.963789248 +0700
++++ shadow-4.0.16/src/usermod.c	2006-05-31 23:25:10.977746664 +0700
 @@ -277,7 +277,6 @@
  	fprintf (stderr, _("Usage: usermod [options] login\n"
  			   "\n"

Modified: trunk/debian/patches/428_grpck_add_prune_option
===================================================================
--- trunk/debian/patches/428_grpck_add_prune_option	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/428_grpck_add_prune_option	2006-05-31 16:30:22 UTC (rev 1007)
@@ -5,13 +5,13 @@
 
 Status wrt upstream: It could certainly be submitted to upstream.
 
-Index: shadow-4.0.15/src/grpck.c
+Index: shadow-4.0.16/src/grpck.c
 ===================================================================
---- shadow-4.0.15.orig/src/grpck.c	2006-03-08 19:32:13.636530483 +0100
-+++ shadow-4.0.15/src/grpck.c	2006-03-08 19:33:12.227661587 +0100
+--- shadow-4.0.16.orig/src/grpck.c	2006-05-31 23:23:57.333942224 +0700
++++ shadow-4.0.16/src/grpck.c	2006-05-31 23:24:43.861868904 +0700
 @@ -139,6 +139,7 @@
  	int errors = 0;
- 	int deleted = 0;
+ 	int changed = 0;
  	int i;
 +	int prune = 0;
  	struct commonio_entry *gre, *tgre;

Modified: trunk/debian/patches/429_login_FAILLOG_ENAB
===================================================================
--- trunk/debian/patches/429_login_FAILLOG_ENAB	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/429_login_FAILLOG_ENAB	2006-05-31 16:30:22 UTC (rev 1007)
@@ -7,10 +7,10 @@
 Note: It could be removed if pam_tally could report the number of failures
       preceding a successful login.
 
-Index: shadow-4.0.15/src/login.c
+Index: shadow-4.0.16/src/login.c
 ===================================================================
---- shadow-4.0.15.orig/src/login.c	2006-03-08 19:33:14.653170248 +0100
-+++ shadow-4.0.15/src/login.c	2006-03-08 19:33:15.924912629 +0100
+--- shadow-4.0.16.orig/src/login.c	2006-05-31 23:24:45.922555632 +0700
++++ shadow-4.0.16/src/login.c	2006-05-31 23:24:46.988393600 +0700
 @@ -130,11 +130,11 @@
  static void setup_tty (void);
  static void check_flags (int, char *const *);
@@ -57,7 +57,7 @@
  			  if (getdef_str("FTMP_FILE") != NULL) {
  #if HAVE_UTMPX_H
  			    failent = utxent;
-@@ -1076,6 +1087,7 @@
+@@ -1077,6 +1088,7 @@
  		 */
  #ifndef USE_PAM
  		motd ();	/* print the message of the day */
@@ -65,7 +65,7 @@
  		if (getdef_bool ("FAILLOG_ENAB")
  		    && faillog.fail_cnt != 0) {
  			failprint (&faillog);
-@@ -1089,6 +1101,7 @@
+@@ -1090,6 +1102,7 @@
  					 username, (int) faillog.fail_cnt));
  			}
  		}
@@ -73,10 +73,10 @@
  		if (getdef_bool ("LASTLOG_ENAB")
  		    && lastlog.ll_time != 0) {
  			time_t ll_time = lastlog.ll_time;
-Index: shadow-4.0.15/lib/getdef.c
+Index: shadow-4.0.16/lib/getdef.c
 ===================================================================
---- shadow-4.0.15.orig/lib/getdef.c	2006-03-08 19:33:14.656169640 +0100
-+++ shadow-4.0.15/lib/getdef.c	2006-03-08 19:33:15.927912021 +0100
+--- shadow-4.0.16.orig/lib/getdef.c	2006-05-31 23:24:45.926555024 +0700
++++ shadow-4.0.16/lib/getdef.c	2006-05-31 23:24:46.990393296 +0700
 @@ -56,6 +56,7 @@
  	{"ENV_SUPATH", NULL},
  	{"ERASECHAR", NULL},
@@ -84,11 +84,11 @@
 +	{"FAILLOG_ENAB", NULL},
  	{"FAKE_SHELL", NULL},
  	{"FTMP_FILE", NULL},
- 	{"GETPASS_ASTERISKS", NULL},
-@@ -90,7 +91,6 @@
+ 	{"GID_MAX", NULL},
+@@ -88,7 +89,6 @@
  	{"ENV_HZ", NULL},
+ 	{"ENVIRON_FILE", NULL},
  	{"ENV_TZ", NULL},
- 	{"ENVIRON_FILE", NULL},
 -	{"FAILLOG_ENAB", NULL},
  	{"ISSUE_FILE", NULL},
  	{"LASTLOG_ENAB", NULL},

Modified: trunk/debian/patches/431_su_uid_0_not_root
===================================================================
--- trunk/debian/patches/431_su_uid_0_not_root	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/431_su_uid_0_not_root	2006-05-31 16:30:22 UTC (rev 1007)
@@ -6,11 +6,11 @@
                      upstream (multiple uid 0 accounts).
 http://lists.alioth.debian.org/pipermail/pkg-shadow-devel/2005-June/001287.html
 
-Index: shadow-4.0.15/src/su.c
+Index: shadow-4.0.16/src/su.c
 ===================================================================
---- shadow-4.0.15.orig/src/su.c	2006-03-08 19:32:14.295397015 +0100
-+++ shadow-4.0.15/src/su.c	2006-03-08 19:33:08.617392925 +0100
-@@ -424,7 +424,14 @@
+--- shadow-4.0.16.orig/src/su.c	2006-05-31 23:23:58.079828832 +0700
++++ shadow-4.0.16/src/su.c	2006-05-31 23:24:39.945464288 +0700
+@@ -426,7 +426,14 @@
  			optind++;
  	}
  	if (!name[0])		/* use default user ID */

Modified: trunk/debian/patches/433_shadow.5-typo_312430
===================================================================
--- trunk/debian/patches/433_shadow.5-typo_312430	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/433_shadow.5-typo_312430	2006-05-31 16:30:22 UTC (rev 1007)
@@ -3,11 +3,11 @@
 
 Status wrt upstream: Forwarded but not applied yet
 
-Index: shadow-4.0.15/man/shadow.5.xml
+Index: shadow-4.0.16/man/shadow.5.xml
 ===================================================================
---- shadow-4.0.15.orig/man/shadow.5.xml	2006-03-08 19:32:12.315798026 +0100
-+++ shadow-4.0.15/man/shadow.5.xml	2006-03-08 19:33:19.743139165 +0100
-@@ -52,7 +52,7 @@
+--- shadow-4.0.16.orig/man/shadow.5.xml	2006-05-31 23:23:55.624202144 +0700
++++ shadow-4.0.16/man/shadow.5.xml	2006-05-31 23:24:48.946095984 +0700
+@@ -50,7 +50,7 @@
  
      <para>
        The password field must be filled. The encrypted password consists of

Modified: trunk/debian/patches/434_login_stop_checking_args_after--
===================================================================
--- trunk/debian/patches/434_login_stop_checking_args_after--	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/434_login_stop_checking_args_after--	2006-05-31 16:30:22 UTC (rev 1007)
@@ -5,10 +5,10 @@
                      Upstream comment: "Better will be rewrite login
                      for use getopt_long()."
 
-Index: shadow-4.0.15/src/login.c
+Index: shadow-4.0.16/src/login.c
 ===================================================================
---- shadow-4.0.15.orig/src/login.c	2006-03-08 19:32:13.422573824 +0100
-+++ shadow-4.0.15/src/login.c	2006-03-08 19:33:13.424419158 +0100
+--- shadow-4.0.16.orig/src/login.c	2006-05-31 23:23:57.010991320 +0700
++++ shadow-4.0.16/src/login.c	2006-05-31 23:24:44.967700792 +0700
 @@ -253,6 +253,8 @@
  	for (arg = 1; arg < argc; arg++) {
  		if (argv[arg][0] == '-' && strlen (argv[arg]) > 2)

Modified: trunk/debian/patches/438_su_GNU_origin
===================================================================
--- trunk/debian/patches/438_su_GNU_origin	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/438_su_GNU_origin	2006-05-31 16:30:22 UTC (rev 1007)
@@ -4,10 +4,10 @@
 Status wrt upstream: It must be forwarded upstream.
                      Upstream also uses some bits from the GNU shellutils.
 
-Index: shadow-4.0.15/src/su.c
+Index: shadow-4.0.16/src/su.c
 ===================================================================
---- shadow-4.0.15.orig/src/su.c	2006-03-08 19:33:11.024905231 +0100
-+++ shadow-4.0.15/src/su.c	2006-03-08 19:33:18.457399619 +0100
+--- shadow-4.0.16.orig/src/su.c	2006-05-31 23:24:42.561066656 +0700
++++ shadow-4.0.16/src/su.c	2006-05-31 23:24:47.992240992 +0700
 @@ -26,6 +26,24 @@
   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   * SUCH DAMAGE.

Modified: trunk/debian/patches/451_login_PATH
===================================================================
--- trunk/debian/patches/451_login_PATH	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/451_login_PATH	2006-05-31 16:30:22 UTC (rev 1007)
@@ -4,10 +4,10 @@
 
 Status wrt upstream:
 
-Index: shadow-4.0.15/libmisc/setupenv.c
+Index: shadow-4.0.16/libmisc/setupenv.c
 ===================================================================
---- shadow-4.0.15.orig/libmisc/setupenv.c	2006-03-08 19:32:10.692126935 +0100
-+++ shadow-4.0.15/libmisc/setupenv.c	2006-03-08 19:33:40.256983644 +0100
+--- shadow-4.0.16.orig/libmisc/setupenv.c	2006-05-31 23:23:53.006600080 +0700
++++ shadow-4.0.16/libmisc/setupenv.c	2006-05-31 23:24:56.232988208 +0700
 @@ -242,7 +242,6 @@
  	addenv ("USER", info->pw_name);
  	addenv ("LOGNAME", info->pw_name);

Modified: trunk/debian/patches/454_userdel_no_MAIL_FILE
===================================================================
--- trunk/debian/patches/454_userdel_no_MAIL_FILE	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/454_userdel_no_MAIL_FILE	2006-05-31 16:30:22 UTC (rev 1007)
@@ -6,11 +6,11 @@
 Note: usermod should be checked also. Maybe MAIL_FILE can be removed from
       login.defs
 
-Index: shadow-4.0.15/src/userdel.c
+Index: shadow-4.0.16/src/userdel.c
 ===================================================================
---- shadow-4.0.15.orig/src/userdel.c	2006-03-08 19:33:24.695136031 +0100
-+++ shadow-4.0.15/src/userdel.c	2006-03-08 19:33:42.637501419 +0100
-@@ -547,7 +547,7 @@
+--- shadow-4.0.16.orig/src/userdel.c	2006-05-31 23:24:50.959789856 +0700
++++ shadow-4.0.16/src/userdel.c	2006-05-31 23:24:57.190842592 +0700
+@@ -553,7 +553,7 @@
  
  	maildir = getdef_str ("MAIL_DIR");
  #ifdef MAIL_SPOOL_DIR

Modified: trunk/debian/patches/462_warn_to_edit_shadow
===================================================================
--- trunk/debian/patches/462_warn_to_edit_shadow	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/462_warn_to_edit_shadow	2006-05-31 16:30:22 UTC (rev 1007)
@@ -5,10 +5,10 @@
 
 Status wrt upstream: Forwarded but not applied yet
 
-Index: shadow-4.0.15/src/vipw.c
+Index: shadow-4.0.16/src/vipw.c
 ===================================================================
---- shadow-4.0.15.orig/src/vipw.c	2006-03-08 19:32:09.889289567 +0100
-+++ shadow-4.0.15/src/vipw.c	2006-03-08 19:33:46.246770283 +0100
+--- shadow-4.0.16.orig/src/vipw.c	2006-05-31 23:23:52.349699944 +0700
++++ shadow-4.0.16/src/vipw.c	2006-05-31 23:24:59.095553032 +0700
 @@ -41,6 +41,12 @@
  #include "pwio.h"
  #include "sgroupio.h"

Modified: trunk/debian/patches/463_login_delay_obeys_to_PAM
===================================================================
--- trunk/debian/patches/463_login_delay_obeys_to_PAM	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/463_login_delay_obeys_to_PAM	2006-05-31 16:30:22 UTC (rev 1007)
@@ -9,8 +9,8 @@
 
 Index: shadow-4.0.16/src/login.c
 ===================================================================
---- shadow-4.0.16.orig/src/login.c	2006-05-31 23:15:39.714591864 +0700
-+++ shadow-4.0.16/src/login.c	2006-05-31 23:18:17.696574952 +0700
+--- shadow-4.0.16.orig/src/login.c	2006-05-31 23:24:46.988393600 +0700
++++ shadow-4.0.16/src/login.c	2006-05-31 23:25:00.053407416 +0700
 @@ -331,7 +331,6 @@
  	char ptime[80];
  #endif
@@ -82,8 +82,8 @@
  
 Index: shadow-4.0.16/lib/getdef.c
 ===================================================================
---- shadow-4.0.16.orig/lib/getdef.c	2006-05-31 23:16:16.377018328 +0700
-+++ shadow-4.0.16/lib/getdef.c	2006-05-31 23:18:51.610419264 +0700
+--- shadow-4.0.16.orig/lib/getdef.c	2006-05-31 23:24:46.990393296 +0700
++++ shadow-4.0.16/lib/getdef.c	2006-05-31 23:25:00.054407264 +0700
 @@ -55,7 +55,6 @@
  	{"ENV_PATH", NULL},
  	{"ENV_SUPATH", NULL},

Modified: trunk/debian/patches/466_fflush-prompt
===================================================================
--- trunk/debian/patches/466_fflush-prompt	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/466_fflush-prompt	2006-05-31 16:30:22 UTC (rev 1007)
@@ -5,8 +5,8 @@
       
 Index: shadow-4.0.16/libmisc/Makefile.am
 ===================================================================
---- shadow-4.0.16.orig/libmisc/Makefile.am	2005-09-05 23:21:37.000000000 +0700
-+++ shadow-4.0.16/libmisc/Makefile.am	2006-05-31 23:20:37.606305440 +0700
+--- shadow-4.0.16.orig/libmisc/Makefile.am	2006-05-31 23:23:51.481831880 +0700
++++ shadow-4.0.16/libmisc/Makefile.am	2006-05-31 23:25:02.028107216 +0700
 @@ -49,4 +49,5 @@
  	ulimit.c \
  	utmp.c \
@@ -16,8 +16,8 @@
 +	yesno.c
 Index: shadow-4.0.16/libmisc/fields.c
 ===================================================================
---- shadow-4.0.16.orig/libmisc/fields.c	2005-09-01 00:24:57.000000000 +0700
-+++ shadow-4.0.16/libmisc/fields.c	2006-05-31 23:20:37.608305136 +0700
+--- shadow-4.0.16.orig/libmisc/fields.c	2006-05-31 23:23:51.522825648 +0700
++++ shadow-4.0.16/libmisc/fields.c	2006-05-31 23:25:02.030106912 +0700
 @@ -71,6 +71,7 @@
  		maxsize = sizeof (newf);
  
@@ -29,7 +29,7 @@
 Index: shadow-4.0.16/libmisc/yesno.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ shadow-4.0.16/libmisc/yesno.c	2006-05-31 23:20:37.609304984 +0700
++++ shadow-4.0.16/libmisc/yesno.c	2006-05-31 23:25:02.030106912 +0700
 @@ -0,0 +1,41 @@
 +/*
 + * Common code for yes/no prompting
@@ -74,8 +74,8 @@
 +}
 Index: shadow-4.0.16/src/grpck.c
 ===================================================================
---- shadow-4.0.16.orig/src/grpck.c	2006-05-31 22:58:28.264396128 +0700
-+++ shadow-4.0.16/src/grpck.c	2006-05-31 23:21:44.575124632 +0700
+--- shadow-4.0.16.orig/src/grpck.c	2006-05-31 23:24:43.861868904 +0700
++++ shadow-4.0.16/src/grpck.c	2006-05-31 23:25:02.033106456 +0700
 @@ -50,6 +50,8 @@
  extern struct commonio_entry *__sgr_get_head (void);
  #endif
@@ -207,8 +207,8 @@
  			SYSLOG ((LOG_INFO,
 Index: shadow-4.0.16/src/pwck.c
 ===================================================================
---- shadow-4.0.16.orig/src/pwck.c	2006-05-08 00:44:39.000000000 +0700
-+++ shadow-4.0.16/src/pwck.c	2006-05-31 23:20:37.620303312 +0700
+--- shadow-4.0.16.orig/src/pwck.c	2006-05-31 23:23:51.641807560 +0700
++++ shadow-4.0.16/src/pwck.c	2006-05-31 23:25:02.035106152 +0700
 @@ -49,6 +49,8 @@
  extern void __spw_del_entry (const struct commonio_entry *);
  extern struct commonio_entry *__spw_get_head (void);

Modified: trunk/debian/patches/467_useradd_-r_LSB
===================================================================
--- trunk/debian/patches/467_useradd_-r_LSB	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/467_useradd_-r_LSB	2006-05-31 16:30:22 UTC (rev 1007)
@@ -6,10 +6,10 @@
                      is really ready to apply it. We apply it anyway because 
                      LSB compliance is important for Debian
 
-Index: shadow-4.0.15/src/useradd.c
+Index: shadow-4.0.16/src/useradd.c
 ===================================================================
---- shadow-4.0.15.orig/src/useradd.c	2006-03-21 11:21:18.833662408 +0100
-+++ shadow-4.0.15/src/useradd.c	2006-03-21 11:23:19.670292448 +0100
+--- shadow-4.0.16.orig/src/useradd.c	2006-05-31 23:24:55.230140664 +0700
++++ shadow-4.0.16/src/useradd.c	2006-05-31 23:25:01.062254048 +0700
 @@ -127,6 +127,7 @@
      mflg = 0,			/* create user's home directory if it doesn't exist */
      nflg = 0,			/* create a group having the same name as the user */

Modified: trunk/debian/patches/468_duplicate_passwd_struct_before_usage
===================================================================
--- trunk/debian/patches/468_duplicate_passwd_struct_before_usage	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/468_duplicate_passwd_struct_before_usage	2006-05-31 16:30:22 UTC (rev 1007)
@@ -27,10 +27,10 @@
 
 Status wrt upstream: 
 
-Index: shadow-4.0.15/src/chfn.c
+Index: shadow-4.0.16/src/chfn.c
 ===================================================================
---- shadow-4.0.15.orig/src/chfn.c	2006-03-08 19:32:09.341400554 +0100
-+++ shadow-4.0.15/src/chfn.c	2006-03-08 19:33:50.683871453 +0100
+--- shadow-4.0.16.orig/src/chfn.c	2006-05-31 23:23:51.141883560 +0700
++++ shadow-4.0.16/src/chfn.c	2006-05-31 23:25:03.169933632 +0700
 @@ -334,6 +334,11 @@
  		}
  		user = xstrdup (pw->pw_name);
@@ -43,10 +43,10 @@
  
  #ifdef	USE_NIS
  	/*
-Index: shadow-4.0.15/src/chsh.c
+Index: shadow-4.0.16/src/chsh.c
 ===================================================================
---- shadow-4.0.15.orig/src/chsh.c	2006-03-08 19:32:09.342400351 +0100
-+++ shadow-4.0.15/src/chsh.c	2006-03-08 19:33:50.686870845 +0100
+--- shadow-4.0.16.orig/src/chsh.c	2006-05-31 23:23:51.198874896 +0700
++++ shadow-4.0.16/src/chsh.c	2006-05-31 23:25:03.171933328 +0700
 @@ -246,6 +246,11 @@
  		}
  		user = xstrdup (pw->pw_name);

Modified: trunk/debian/patches/479_chowntty_debug
===================================================================
--- trunk/debian/patches/479_chowntty_debug	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/479_chowntty_debug	2006-05-31 16:30:22 UTC (rev 1007)
@@ -13,10 +13,10 @@
 is_my_tty() which is failing for a reason yet unknown (I suspect
 corruption of utmp file).
 
-Index: shadow-4.0.15/libmisc/chowntty.c
+Index: shadow-4.0.16/libmisc/chowntty.c
 ===================================================================
---- shadow-4.0.15.orig/libmisc/chowntty.c	2006-03-08 19:32:08.968476098 +0100
-+++ shadow-4.0.15/libmisc/chowntty.c	2006-03-08 19:33:57.836422550 +0100
+--- shadow-4.0.16.orig/libmisc/chowntty.c	2006-05-31 23:23:49.779090736 +0700
++++ shadow-4.0.16/libmisc/chowntty.c	2006-05-31 23:25:06.165478240 +0700
 @@ -40,6 +40,7 @@
  #include "defines.h"
  #include <pwd.h>

Modified: trunk/debian/patches/480_getopt_args_reorder
===================================================================
--- trunk/debian/patches/480_getopt_args_reorder	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/480_getopt_args_reorder	2006-05-31 16:30:22 UTC (rev 1007)
@@ -15,11 +15,11 @@
 case (a -- would have to be added for all the su -c "command"
 invocations).
 
-Index: shadow-4.0.15/src/su.c
+Index: shadow-4.0.16/src/su.c
 ===================================================================
---- shadow-4.0.15.orig/src/su.c	2006-03-08 19:33:53.727254950 +0100
-+++ shadow-4.0.15/src/su.c	2006-03-08 19:34:01.148751566 +0100
-@@ -356,19 +356,9 @@
+--- shadow-4.0.16.orig/src/su.c	2006-05-31 23:25:05.180627960 +0700
++++ shadow-4.0.16/src/su.c	2006-05-31 23:25:07.146329128 +0700
+@@ -373,19 +373,9 @@
  		};
  
  		while ((c =
@@ -40,7 +40,7 @@
  			case 'c':
  				command = optarg;
  				break;
-@@ -390,10 +380,9 @@
+@@ -407,10 +397,9 @@
  				shellstr = optarg;
  				break;
  			default:

Modified: trunk/debian/patches/483_su_fakelogin_wrong_arg0
===================================================================
--- trunk/debian/patches/483_su_fakelogin_wrong_arg0	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/483_su_fakelogin_wrong_arg0	2006-05-31 16:30:22 UTC (rev 1007)
@@ -2,11 +2,11 @@
 
 Status wrt upstream: not reported yet
 
-Index: shadow-4.0.15/src/su.c
+Index: shadow-4.0.16/src/su.c
 ===================================================================
---- shadow-4.0.15.orig/src/su.c	2006-03-08 19:34:01.148751566 +0100
-+++ shadow-4.0.15/src/su.c	2006-03-08 19:34:07.254514712 +0100
-@@ -901,7 +901,7 @@
+--- shadow-4.0.16.orig/src/su.c	2006-05-31 23:25:07.146329128 +0700
++++ shadow-4.0.16/src/su.c	2006-05-31 23:25:08.102183816 +0700
+@@ -918,7 +918,7 @@
  		 * Use the shell and create an argv
  		 * with the rest of the command line included.
  		 */

Modified: trunk/debian/patches/487_passwd_chauthtok_failed_message
===================================================================
--- trunk/debian/patches/487_passwd_chauthtok_failed_message	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/487_passwd_chauthtok_failed_message	2006-05-31 16:30:22 UTC (rev 1007)
@@ -6,10 +6,10 @@
 
 Status wrt upstream: not forwarded yet
 
-Index: shadow-4.0.15/libmisc/pam_pass.c
+Index: shadow-4.0.16/libmisc/pam_pass.c
 ===================================================================
---- shadow-4.0.15.orig/libmisc/pam_pass.c	2005-10-19 17:21:07.000000000 +0200
-+++ shadow-4.0.15/libmisc/pam_pass.c	2006-03-25 21:59:25.000000000 +0100
+--- shadow-4.0.16.orig/libmisc/pam_pass.c	2006-05-31 23:23:47.848384248 +0700
++++ shadow-4.0.16/libmisc/pam_pass.c	2006-05-31 23:25:11.939600440 +0700
 @@ -38,6 +38,7 @@
  	ret = pam_chauthtok (pamh, flags);
  	if (ret != PAM_SUCCESS) {

Modified: trunk/debian/patches/491_configure.in_friendly_selinux_detection
===================================================================
--- trunk/debian/patches/491_configure.in_friendly_selinux_detection	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/491_configure.in_friendly_selinux_detection	2006-05-31 16:30:22 UTC (rev 1007)
@@ -7,11 +7,11 @@
 
 Status wrt upstream: reported by Mike, not applied yet
 
-Index: shadow-4.0.15/configure.in
+Index: shadow-4.0.16/configure.in
 ===================================================================
---- shadow-4.0.15.orig/configure.in	2006-03-08 19:32:08.271617262 +0100
-+++ shadow-4.0.15/configure.in	2006-03-08 19:34:08.776206461 +0100
-@@ -226,7 +226,7 @@
+--- shadow-4.0.16.orig/configure.in	2006-05-31 23:23:48.743248208 +0700
++++ shadow-4.0.16/configure.in	2006-05-31 23:25:09.062037896 +0700
+@@ -220,7 +220,7 @@
  	[with_libpam=$withval], [with_libpam=yes])
  AC_ARG_WITH(selinux,
  	[AC_HELP_STRING([--with-selinux], [use SELinux support @<:@default=autodetect@:>@])],
@@ -20,7 +20,7 @@
  AC_ARG_WITH(skey,
  	[AC_HELP_STRING([--with-skey], [use S/Key support @<:@default=no@:>@])],
  	[with_skey=$withval], [with_skey=no])
-@@ -288,13 +288,21 @@
+@@ -282,13 +282,21 @@
  		AC_DEFINE(HAVE_LIBCRACK_PW, 1, [Defined if it includes *Pw functions.]))
  fi
  

Modified: trunk/debian/patches/501_commonio_group_shadow
===================================================================
--- trunk/debian/patches/501_commonio_group_shadow	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/501_commonio_group_shadow	2006-05-31 16:30:22 UTC (rev 1007)
@@ -2,11 +2,11 @@
 
 Fixes: #166793
 
-Index: shadow-4.0.15/lib/commonio.c
+Index: shadow-4.0.16/lib/commonio.c
 ===================================================================
---- shadow-4.0.15.orig/lib/commonio.c	2006-03-08 19:32:10.229220707 +0100
-+++ shadow-4.0.15/lib/commonio.c	2006-03-08 19:33:43.826260610 +0100
-@@ -11,6 +11,7 @@
+--- shadow-4.0.16.orig/lib/commonio.c	2006-05-31 23:23:52.578665136 +0700
++++ shadow-4.0.16/lib/commonio.c	2006-05-31 23:24:58.140698192 +0700
+@@ -13,6 +13,7 @@
  #include <stdio.h>
  #include <signal.h>
  #include <pwd.h>
@@ -14,7 +14,7 @@
  #include <nscd.h>
  #ifdef HAVE_SHADOW_H
  #include <shadow.h>
-@@ -672,13 +673,20 @@
+@@ -699,13 +700,20 @@
  			goto fail;
  		}
  	} else {

Modified: trunk/debian/patches/503_shadowconfig.8
===================================================================
--- trunk/debian/patches/503_shadowconfig.8	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/503_shadowconfig.8	2006-05-31 16:30:22 UTC (rev 1007)
@@ -3,10 +3,10 @@
 Status wrt upstream: The shadowconfig utility is debian specific.
                      It's man page also (but it used to be distributed)
 
-Index: shadow-4.0.15/man/shadowconfig.8
+Index: shadow-4.0.16/man/shadowconfig.8
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ shadow-4.0.15/man/shadowconfig.8	2006-03-08 19:33:07.219676062 +0100
++++ shadow-4.0.16/man/shadowconfig.8	2006-05-31 23:24:38.052752024 +0700
 @@ -0,0 +1,41 @@
 +.\"Generated by db2man.xsl. Don't modify this, modify the source.
 +.de Sh \" Subsection
@@ -49,10 +49,10 @@
 +.PP
 +Note that turning shadow passwords off and on again will lose all password aging information\&.
 +
-Index: shadow-4.0.15/man/shadowconfig.8.xml
+Index: shadow-4.0.16/man/shadowconfig.8.xml
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ shadow-4.0.15/man/shadowconfig.8.xml	2006-03-08 19:33:07.221675657 +0100
++++ shadow-4.0.16/man/shadowconfig.8.xml	2006-05-31 23:24:38.054751720 +0700
 @@ -0,0 +1,52 @@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
@@ -106,10 +106,10 @@
 +    </para>
 +  </refsect1>
 +</refentry>
-Index: shadow-4.0.15/man/fr/shadowconfig.8
+Index: shadow-4.0.16/man/fr/shadowconfig.8
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ shadow-4.0.15/man/fr/shadowconfig.8	2006-03-08 19:33:07.223675252 +0100
++++ shadow-4.0.16/man/fr/shadowconfig.8	2006-05-31 23:24:38.056751416 +0700
 @@ -0,0 +1,26 @@
 +.\" This file was generated with po4a. Translate the source file.
 +.\"
@@ -137,10 +137,10 @@
 +.SH TRADUCTION
 +Nicolas FRANÇOIS, 2004.
 +Veuillez signaler toute erreur à <\fIdebian\-l10\-french at lists.debian.org\fR>.
-Index: shadow-4.0.15/man/ja/shadowconfig.8
+Index: shadow-4.0.16/man/ja/shadowconfig.8
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ shadow-4.0.15/man/ja/shadowconfig.8	2006-03-08 19:33:07.225674847 +0100
++++ shadow-4.0.16/man/ja/shadowconfig.8	2006-05-31 23:24:38.057751264 +0700
 @@ -0,0 +1,25 @@
 +.\"     all right reserved,
 +.\" Translated Tue Oct 30 11:59:11 JST 2001
@@ -167,10 +167,10 @@
 +
 +.I /usr/share/doc/passwd/README.debian.gz
 +には shadow パスワードとそれに関する特徴の簡単な紹介が書かれている。
-Index: shadow-4.0.15/man/pl/shadowconfig.8
+Index: shadow-4.0.16/man/pl/shadowconfig.8
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ shadow-4.0.15/man/pl/shadowconfig.8	2006-03-08 19:33:07.226674644 +0100
++++ shadow-4.0.16/man/pl/shadowconfig.8	2006-05-31 23:24:38.059750960 +0700
 @@ -0,0 +1,27 @@
 +.\" $Id: shadowconfig.8,v 1.3 2001/08/23 23:10:51 kloczek Exp $
 +.\" {PTM/WK/1999-09-14}

Modified: trunk/debian/patches/504_undef_USE_PAM.dpatch
===================================================================
--- trunk/debian/patches/504_undef_USE_PAM.dpatch	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/504_undef_USE_PAM.dpatch	2006-05-31 16:30:22 UTC (rev 1007)
@@ -6,10 +6,10 @@
   * If it is kept for 4.0.13, libmisc/salt.c will also require an
     #undef USE_PAM
 
-Index: shadow-4.0.15/src/chage.c
+Index: shadow-4.0.16/src/chage.c
 ===================================================================
---- shadow-4.0.15.orig/src/chage.c	2006-03-08 19:32:11.925877012 +0100
-+++ shadow-4.0.15/src/chage.c	2006-03-08 19:33:24.670141095 +0100
+--- shadow-4.0.16.orig/src/chage.c	2006-05-31 23:23:54.635352472 +0700
++++ shadow-4.0.16/src/chage.c	2006-05-31 23:24:50.945791984 +0700
 @@ -28,6 +28,7 @@
   */
  
@@ -18,10 +18,10 @@
  
  #ident "$Id: chage.c,v 1.71 2006/02/21 22:44:35 kloczek Exp $"
  
-Index: shadow-4.0.15/src/chpasswd.c
+Index: shadow-4.0.16/src/chpasswd.c
 ===================================================================
---- shadow-4.0.15.orig/src/chpasswd.c	2006-03-08 19:32:11.927876607 +0100
-+++ shadow-4.0.15/src/chpasswd.c	2006-03-08 19:33:24.672140689 +0100
+--- shadow-4.0.16.orig/src/chpasswd.c	2006-05-31 23:23:54.687344568 +0700
++++ shadow-4.0.16/src/chpasswd.c	2006-05-31 23:24:50.946791832 +0700
 @@ -28,6 +28,7 @@
   */
  
@@ -30,10 +30,10 @@
  
  #ident "$Id: chpasswd.c,v 1.34 2005/10/19 15:21:07 kloczek Exp $"
  
-Index: shadow-4.0.15/src/groupadd.c
+Index: shadow-4.0.16/src/groupadd.c
 ===================================================================
---- shadow-4.0.15.orig/src/groupadd.c	2006-03-08 19:32:11.928876405 +0100
-+++ shadow-4.0.15/src/groupadd.c	2006-03-08 19:33:24.675140082 +0100
+--- shadow-4.0.16.orig/src/groupadd.c	2006-05-31 23:23:54.728338336 +0700
++++ shadow-4.0.16/src/groupadd.c	2006-05-31 23:24:50.948791528 +0700
 @@ -28,6 +28,7 @@
   */
  
@@ -42,10 +42,10 @@
  
  #ident "$Id: groupadd.c,v 1.51 2006/01/18 19:55:15 kloczek Exp $"
  
-Index: shadow-4.0.15/src/groupdel.c
+Index: shadow-4.0.16/src/groupdel.c
 ===================================================================
---- shadow-4.0.15.orig/src/groupdel.c	2006-03-08 19:32:11.930876000 +0100
-+++ shadow-4.0.15/src/groupdel.c	2006-03-08 19:33:24.677139677 +0100
+--- shadow-4.0.16.orig/src/groupdel.c	2006-05-31 23:23:54.770331952 +0700
++++ shadow-4.0.16/src/groupdel.c	2006-05-31 23:24:50.949791376 +0700
 @@ -28,6 +28,7 @@
   */
  
@@ -54,10 +54,10 @@
  
  #ident "$Id: groupdel.c,v 1.31 2006/01/18 19:55:15 kloczek Exp $"
  
-Index: shadow-4.0.15/src/groupmod.c
+Index: shadow-4.0.16/src/groupmod.c
 ===================================================================
---- shadow-4.0.15.orig/src/groupmod.c	2006-03-08 19:32:11.931875797 +0100
-+++ shadow-4.0.15/src/groupmod.c	2006-03-08 19:33:24.680139069 +0100
+--- shadow-4.0.16.orig/src/groupmod.c	2006-05-31 23:23:54.816324960 +0700
++++ shadow-4.0.16/src/groupmod.c	2006-05-31 23:24:50.950791224 +0700
 @@ -28,6 +28,7 @@
   */
  
@@ -66,51 +66,51 @@
  
  #ident "$Id: groupmod.c,v 1.37 2005/10/19 15:21:07 kloczek Exp $"
  
-Index: shadow-4.0.15/src/newusers.c
+Index: shadow-4.0.16/src/newusers.c
 ===================================================================
---- shadow-4.0.15.orig/src/newusers.c	2006-03-08 19:32:11.932875595 +0100
-+++ shadow-4.0.15/src/newusers.c	2006-03-08 19:33:24.683138462 +0100
+--- shadow-4.0.16.orig/src/newusers.c	2006-05-31 23:23:54.858318576 +0700
++++ shadow-4.0.16/src/newusers.c	2006-05-31 23:24:50.952790920 +0700
 @@ -34,6 +34,7 @@
   */
  
  #include <config.h>
 +#undef USE_PAM
  
- #ident "$Id: newusers.c,v 1.32 2006/01/18 19:55:15 kloczek Exp $"
+ #ident "$Id: newusers.c,v 1.33 2006/03/07 15:47:32 kloczek Exp $"
  
-Index: shadow-4.0.15/src/useradd.c
+Index: shadow-4.0.16/src/useradd.c
 ===================================================================
---- shadow-4.0.15.orig/src/useradd.c	2006-03-08 19:32:11.934875190 +0100
-+++ shadow-4.0.15/src/useradd.c	2006-03-08 19:33:24.690137044 +0100
+--- shadow-4.0.16.orig/src/useradd.c	2006-05-31 23:23:54.900312192 +0700
++++ shadow-4.0.16/src/useradd.c	2006-05-31 23:24:50.957790160 +0700
 @@ -28,6 +28,7 @@
   */
  
  #include <config.h>
 +#undef USE_PAM
  
- #ident "$Id: useradd.c,v 1.91 2006/02/07 19:49:32 kloczek Exp $"
+ #ident "$Id: useradd.c,v 1.96 2006/05/30 18:28:45 kloczek Exp $"
  
-Index: shadow-4.0.15/src/userdel.c
+Index: shadow-4.0.16/src/userdel.c
 ===================================================================
---- shadow-4.0.15.orig/src/userdel.c	2006-03-08 19:32:11.935874987 +0100
-+++ shadow-4.0.15/src/userdel.c	2006-03-08 19:33:24.695136031 +0100
+--- shadow-4.0.16.orig/src/userdel.c	2006-05-31 23:23:54.947305048 +0700
++++ shadow-4.0.16/src/userdel.c	2006-05-31 23:24:50.959789856 +0700
 @@ -28,6 +28,7 @@
   */
  
  #include <config.h>
 +#undef USE_PAM
  
- #ident "$Id: userdel.c,v 1.61 2006/02/07 20:19:46 kloczek Exp $"
+ #ident "$Id: userdel.c,v 1.64 2006/05/12 23:37:33 kloczek Exp $"
  
-Index: shadow-4.0.15/src/usermod.c
+Index: shadow-4.0.16/src/usermod.c
 ===================================================================
---- shadow-4.0.15.orig/src/usermod.c	2006-03-08 19:32:11.937874582 +0100
-+++ shadow-4.0.15/src/usermod.c	2006-03-08 19:33:24.702134614 +0100
+--- shadow-4.0.16.orig/src/usermod.c	2006-05-31 23:23:54.989298664 +0700
++++ shadow-4.0.16/src/usermod.c	2006-05-31 23:24:50.963789248 +0700
 @@ -28,6 +28,7 @@
   */
  
  #include <config.h>
 +#undef USE_PAM
  
- #ident "$Id: usermod.c,v 1.65 2006/01/18 19:55:15 kloczek Exp $"
+ #ident "$Id: usermod.c,v 1.66 2006/05/07 17:44:39 kloczek Exp $"
  

Modified: trunk/debian/patches/504_undef_USE_PAM.nolibpam
===================================================================
--- trunk/debian/patches/504_undef_USE_PAM.nolibpam	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/504_undef_USE_PAM.nolibpam	2006-05-31 16:30:22 UTC (rev 1007)
@@ -1,7 +1,7 @@
-Index: shadow-4.0.15/src/Makefile.am
+Index: shadow-4.0.16/src/Makefile.am
 ===================================================================
---- shadow-4.0.15.orig/src/Makefile.am	2006-03-08 19:33:20.950894508 +0100
-+++ shadow-4.0.15/src/Makefile.am	2006-03-08 19:33:30.316997202 +0100
+--- shadow-4.0.16.orig/src/Makefile.am	2006-05-31 23:24:49.895951584 +0700
++++ shadow-4.0.16/src/Makefile.am	2006-05-31 23:24:52.308584808 +0700
 @@ -53,16 +53,16 @@
  		 $(top_builddir)/lib/libshadow.la
  AM_CPPFLAGS    = -DLOCALEDIR=\"$(datadir)/locale\"

Modified: trunk/debian/patches/506_relaxed_usernames
===================================================================
--- trunk/debian/patches/506_relaxed_usernames	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/506_relaxed_usernames	2006-05-31 16:30:22 UTC (rev 1007)
@@ -14,10 +14,10 @@
  than '-' as the leading character).  Thus, the maintenance tools don't
  anymore.  closes: #79682, #166798, #171179
 
-Index: shadow-4.0.15/libmisc/chkname.c
+Index: shadow-4.0.16/libmisc/chkname.c
 ===================================================================
---- shadow-4.0.15.orig/libmisc/chkname.c	2006-03-08 19:32:11.412980911 +0100
-+++ shadow-4.0.15/libmisc/chkname.c	2006-03-08 19:33:33.777296244 +0100
+--- shadow-4.0.16.orig/libmisc/chkname.c	2006-05-31 23:23:53.951456440 +0700
++++ shadow-4.0.16/libmisc/chkname.c	2006-05-31 23:24:53.272438280 +0700
 @@ -17,6 +17,7 @@
  #endif
  static int good_name (const char *name)
@@ -43,11 +43,11 @@
  
  	return 1;
  }
-Index: shadow-4.0.15/man/useradd.8.xml
+Index: shadow-4.0.16/man/useradd.8.xml
 ===================================================================
---- shadow-4.0.15.orig/man/useradd.8.xml	2006-03-08 19:32:11.414980506 +0100
-+++ shadow-4.0.15/man/useradd.8.xml	2006-03-08 19:33:33.780295636 +0100
-@@ -174,6 +174,7 @@
+--- shadow-4.0.16.orig/man/useradd.8.xml	2006-05-31 23:23:53.994449904 +0700
++++ shadow-4.0.16/man/useradd.8.xml	2006-05-31 23:24:53.274437976 +0700
+@@ -172,6 +172,7 @@
  	    valid in conjunction with the <option>-m</option> option. The
  	    default is to not create the directory and to not copy any
  	    files.
@@ -55,7 +55,7 @@
  	  </para>
  	</listitem>
        </varlistentry>
-@@ -352,9 +353,13 @@
+@@ -350,9 +351,13 @@
      </para>
  
      <para>

Modified: trunk/debian/patches/507_32char_grnames.dpatch
===================================================================
--- trunk/debian/patches/507_32char_grnames.dpatch	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/507_32char_grnames.dpatch	2006-05-31 16:30:22 UTC (rev 1007)
@@ -31,10 +31,10 @@
 
 @DPATCH@
 
-Index: shadow-4.0.15/libmisc/chkname.c
+Index: shadow-4.0.16/libmisc/chkname.c
 ===================================================================
---- shadow-4.0.15.orig/libmisc/chkname.c	2006-03-08 19:33:33.777296244 +0100
-+++ shadow-4.0.15/libmisc/chkname.c	2006-03-08 19:33:36.412762374 +0100
+--- shadow-4.0.16.orig/libmisc/chkname.c	2006-05-31 23:24:53.272438280 +0700
++++ shadow-4.0.16/libmisc/chkname.c	2006-05-31 23:24:54.271286432 +0700
 @@ -66,10 +66,10 @@
  int check_group_name (const char *name)
  {

Modified: trunk/debian/patches/523_su_arguments_are_concatenated
===================================================================
--- trunk/debian/patches/523_su_arguments_are_concatenated	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/523_su_arguments_are_concatenated	2006-05-31 16:30:22 UTC (rev 1007)
@@ -8,11 +8,11 @@
 Note: the fix of the man page is still missing.
       (to be taken from the trunk)
 
-Index: shadow-4.0.15/src/su.c
+Index: shadow-4.0.16/src/su.c
 ===================================================================
---- shadow-4.0.15.orig/src/su.c	2006-03-08 19:33:18.457399619 +0100
-+++ shadow-4.0.15/src/su.c	2006-03-08 19:33:53.727254950 +0100
-@@ -879,6 +879,35 @@
+--- shadow-4.0.16.orig/src/su.c	2006-05-31 23:24:47.992240992 +0700
++++ shadow-4.0.16/src/su.c	2006-05-31 23:25:04.184779352 +0700
+@@ -881,6 +881,35 @@
  			argv[0] = "-c";
  			argv[1] = command;
  		}

Modified: trunk/debian/patches/523_su_arguments_are_no_more_concatenated_by_default
===================================================================
--- trunk/debian/patches/523_su_arguments_are_no_more_concatenated_by_default	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/523_su_arguments_are_no_more_concatenated_by_default	2006-05-31 16:30:22 UTC (rev 1007)
@@ -8,10 +8,10 @@
 
 Status wrt upstream: This patch is Debian specific.
 
-Index: shadow-4.0.14/src/su.c
+Index: shadow-4.0.16/src/su.c
 ===================================================================
---- shadow-4.0.14.orig/src/su.c	2006-02-27 20:44:34.000000000 +0100
-+++ shadow-4.0.14/src/su.c	2006-02-27 21:15:39.000000000 +0100
+--- shadow-4.0.16.orig/src/su.c	2006-05-31 23:25:04.184779352 +0700
++++ shadow-4.0.16/src/su.c	2006-05-31 23:25:05.180627960 +0700
 @@ -76,6 +76,19 @@
  /* If nonzero, change some environment vars to indicate the user su'd to. */
  static int change_environment;
@@ -32,7 +32,7 @@
  #ifdef USE_PAM
  static pam_handle_t *pamh = NULL;
  static int caught = 0;
-@@ -319,6 +332,8 @@
+@@ -322,6 +335,8 @@
  #endif
  #endif				/* !USE_PAM */
  
@@ -41,7 +41,7 @@
  	/* sanitize_env (); */
  
  	setlocale (LC_ALL, "");
-@@ -871,7 +886,7 @@
+@@ -885,7 +900,7 @@
  		 * resulted string is always given to the shell with its
  		 * -c option.
  		 */

Modified: trunk/debian/patches/542_useradd-O_option
===================================================================
--- trunk/debian/patches/542_useradd-O_option	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/542_useradd-O_option	2006-05-31 16:30:22 UTC (rev 1007)
@@ -5,11 +5,11 @@
 Status wrt upstream: not included as this is just specific 
                      backward compatibility for Debian
 
-Index: shadow-4.0.15/man/useradd.8.xml
+Index: shadow-4.0.16/man/useradd.8.xml
 ===================================================================
---- shadow-4.0.15.orig/man/useradd.8.xml	2006-03-08 19:33:33.780295636 +0100
-+++ shadow-4.0.15/man/useradd.8.xml	2006-03-08 19:33:39.009236402 +0100
-@@ -203,6 +203,11 @@
+--- shadow-4.0.16.orig/man/useradd.8.xml	2006-05-31 23:24:53.274437976 +0700
++++ shadow-4.0.16/man/useradd.8.xml	2006-05-31 23:24:55.226141272 +0700
+@@ -201,6 +201,11 @@
  	    <replaceable>UID_MIN</replaceable>=<replaceable>10</replaceable>,<replaceable>UID_MAX</replaceable>=<replaceable>499</replaceable>
  	    doesn't work yet.
  	  </para>
@@ -21,10 +21,10 @@
  	</listitem>
        </varlistentry>
        <varlistentry>
-Index: shadow-4.0.15/src/useradd.c
+Index: shadow-4.0.16/src/useradd.c
 ===================================================================
---- shadow-4.0.15.orig/src/useradd.c	2006-03-08 19:33:24.690137044 +0100
-+++ shadow-4.0.15/src/useradd.c	2006-03-08 19:33:39.015235187 +0100
+--- shadow-4.0.16.orig/src/useradd.c	2006-05-31 23:24:50.957790160 +0700
++++ shadow-4.0.16/src/useradd.c	2006-05-31 23:24:55.230140664 +0700
 @@ -1017,7 +1017,7 @@
  			{NULL, 0, NULL, '\0'}
  		};

Modified: trunk/debian/patches/592_manpages_typos
===================================================================
--- trunk/debian/patches/592_manpages_typos	2006-05-31 16:22:14 UTC (rev 1006)
+++ trunk/debian/patches/592_manpages_typos	2006-05-31 16:30:22 UTC (rev 1007)
@@ -6,11 +6,11 @@
 
 It is probably a bug of docbook-xsl 1.68.1-0.1
 
-Index: shadow-4.0.15/man/passwd.1.xml
+Index: shadow-4.0.16/man/passwd.1.xml
 ===================================================================
---- shadow-4.0.15.orig/man/passwd.1.xml	2006-03-08 19:33:41.446742632 +0100
-+++ shadow-4.0.15/man/passwd.1.xml	2006-03-08 19:34:13.809186922 +0100
-@@ -88,8 +88,8 @@
+--- shadow-4.0.16.orig/man/passwd.1.xml	2006-05-31 23:23:48.445293504 +0700
++++ shadow-4.0.16/man/passwd.1.xml	2006-05-31 23:25:10.025891368 +0700
+@@ -85,8 +85,8 @@
        <title>Hints for user passwords</title>
        <para>
  	The security of a password depends upon the strength of the




More information about the Pkg-shadow-commits mailing list