[Pkg-shadow-commits] r1114 - branches/etch/debian/patches

Christian Perrier bubulle at costa.debian.org
Sun Sep 17 10:27:25 UTC 2006


Author: bubulle
Date: 2006-09-17 10:27:25 +0000 (Sun, 17 Sep 2006)
New Revision: 1114

Modified:
   branches/etch/debian/patches/008_login_log_failure_in_FTMP
   branches/etch/debian/patches/008_su_get_PAM_username
   branches/etch/debian/patches/008_su_no_sanitize_env
   branches/etch/debian/patches/101_ja
   branches/etch/debian/patches/102_de-fix-sorry
   branches/etch/debian/patches/301_passwd-typo-383216
   branches/etch/debian/patches/401_cppw_src.dpatch
   branches/etch/debian/patches/402-clarify_usermod_usage
   branches/etch/debian/patches/403_fix_PATH-MAX_hurd
   branches/etch/debian/patches/428_grpck_add_prune_option
   branches/etch/debian/patches/429_login_FAILLOG_ENAB
   branches/etch/debian/patches/431_su_uid_0_not_root
   branches/etch/debian/patches/433_shadow.5-typo_312430
   branches/etch/debian/patches/434_login_stop_checking_args_after--
   branches/etch/debian/patches/438_su_GNU_origin
   branches/etch/debian/patches/451_login_PATH
   branches/etch/debian/patches/454_userdel_no_MAIL_FILE
   branches/etch/debian/patches/462_warn_to_edit_shadow
   branches/etch/debian/patches/463_login_delay_obeys_to_PAM
   branches/etch/debian/patches/466_fflush-prompt
   branches/etch/debian/patches/467_useradd_-r_LSB
   branches/etch/debian/patches/468_duplicate_passwd_struct_before_usage
   branches/etch/debian/patches/479_chowntty_debug
   branches/etch/debian/patches/480_getopt_args_reorder
   branches/etch/debian/patches/483_su_fakelogin_wrong_arg0
   branches/etch/debian/patches/487_passwd_chauthtok_failed_message
   branches/etch/debian/patches/491_configure.in_friendly_selinux_detection
   branches/etch/debian/patches/495_salt_stack_smash
   branches/etch/debian/patches/496_login_init_session
   branches/etch/debian/patches/497_non_numerical_identifier
   branches/etch/debian/patches/498_man_nonpam_undefined
   branches/etch/debian/patches/499_gettext-0.15
   branches/etch/debian/patches/501_commonio_group_shadow
   branches/etch/debian/patches/503_shadowconfig.8
   branches/etch/debian/patches/504_undef_USE_PAM.dpatch
   branches/etch/debian/patches/504_undef_USE_PAM.nolibpam
   branches/etch/debian/patches/506_relaxed_usernames
   branches/etch/debian/patches/507_32char_grnames.dpatch
   branches/etch/debian/patches/508_nologin_in_usr_sbin
   branches/etch/debian/patches/523_su_arguments_are_concatenated
   branches/etch/debian/patches/523_su_arguments_are_no_more_concatenated_by_default
   branches/etch/debian/patches/542_useradd-O_option
   branches/etch/debian/patches/592_manpages_typos
Log:
Refresh patches with 4.0.18.1 sources


Modified: branches/etch/debian/patches/008_login_log_failure_in_FTMP
===================================================================
--- branches/etch/debian/patches/008_login_log_failure_in_FTMP	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/008_login_log_failure_in_FTMP	2006-09-17 10:27:25 UTC (rev 1114)
@@ -6,8 +6,8 @@
 
 Index: shadow-4.0.18.1/src/login.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/login.c	2006-08-25 11:56:33.298306569 +0200
-+++ shadow-4.0.18.1/src/login.c	2006-08-25 11:56:34.494316290 +0200
+--- shadow-4.0.18.1.orig/src/login.c	2006-09-17 12:25:05.879439018 +0200
++++ shadow-4.0.18.1/src/login.c	2006-09-17 12:25:06.519444105 +0200
 @@ -716,6 +716,20 @@
  #endif				/* WITH_AUDIT */
  
@@ -31,8 +31,8 @@
  			  pam_set_item(pamh,PAM_USER,NULL);
 Index: shadow-4.0.18.1/lib/getdef.c
 ===================================================================
---- shadow-4.0.18.1.orig/lib/getdef.c	2006-08-25 11:56:09.014109160 +0200
-+++ shadow-4.0.18.1/lib/getdef.c	2006-08-25 11:56:34.498316323 +0200
+--- shadow-4.0.18.1.orig/lib/getdef.c	2006-06-24 15:17:18.000000000 +0200
++++ shadow-4.0.18.1/lib/getdef.c	2006-09-17 12:25:06.523444137 +0200
 @@ -57,6 +57,7 @@
  	{"ERASECHAR", NULL},
  	{"FAIL_DELAY", NULL},

Modified: branches/etch/debian/patches/008_su_get_PAM_username
===================================================================
--- branches/etch/debian/patches/008_su_get_PAM_username	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/008_su_get_PAM_username	2006-09-17 10:27:25 UTC (rev 1114)
@@ -7,8 +7,8 @@
 
 Index: shadow-4.0.18.1/src/su.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/su.c	2006-08-25 11:56:29.870278704 +0200
-+++ shadow-4.0.18.1/src/su.c	2006-08-25 11:56:31.014288003 +0200
+--- shadow-4.0.18.1.orig/src/su.c	2006-09-17 12:25:03.831422738 +0200
++++ shadow-4.0.18.1/src/su.c	2006-09-17 12:25:04.511428143 +0200
 @@ -287,6 +287,7 @@
  	struct passwd *pw = 0;
  	char **envp = environ;

Modified: branches/etch/debian/patches/008_su_no_sanitize_env
===================================================================
--- branches/etch/debian/patches/008_su_no_sanitize_env	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/008_su_no_sanitize_env	2006-09-17 10:27:25 UTC (rev 1114)
@@ -1,7 +1,7 @@
 Index: shadow-4.0.18.1/src/su.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/su.c	2006-08-25 11:56:28.746269567 +0200
-+++ shadow-4.0.18.1/src/su.c	2006-08-25 11:56:29.870278704 +0200
+--- shadow-4.0.18.1.orig/src/su.c	2006-09-17 12:25:02.703413772 +0200
++++ shadow-4.0.18.1/src/su.c	2006-09-17 12:25:03.831422738 +0200
 @@ -304,7 +304,7 @@
  #endif
  #endif				/* !USE_PAM */

Modified: branches/etch/debian/patches/101_ja
===================================================================
--- branches/etch/debian/patches/101_ja	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/101_ja	2006-09-17 10:27:25 UTC (rev 1114)
@@ -6,8 +6,8 @@
 
 Index: shadow-4.0.18.1/po/ja.po
 ===================================================================
---- shadow-4.0.18.1.orig/po/ja.po	2006-08-25 11:55:59.350030591 +0200
-+++ shadow-4.0.18.1/po/ja.po	2006-08-25 11:57:29.914766695 +0200
+--- shadow-4.0.18.1.orig/po/ja.po	2006-07-26 22:32:45.000000000 +0200
++++ shadow-4.0.18.1/po/ja.po	2006-09-17 12:25:30.383633794 +0200
 @@ -1,14 +1,15 @@
  # Shadow utils japanese message catalog
  # Copyright (C) YEAR Free Software Foundation, Inc.

Modified: branches/etch/debian/patches/102_de-fix-sorry
===================================================================
--- branches/etch/debian/patches/102_de-fix-sorry	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/102_de-fix-sorry	2006-09-17 10:27:25 UTC (rev 1114)
@@ -7,8 +7,8 @@
 
 Index: shadow-4.0.18.1/po/de.po
 ===================================================================
---- shadow-4.0.18.1.orig/po/de.po	2006-08-26 22:26:16.673199743 +0200
-+++ shadow-4.0.18.1/po/de.po	2006-08-26 22:26:30.205302965 +0200
+--- shadow-4.0.18.1.orig/po/de.po	2006-07-26 22:31:43.000000000 +0200
++++ shadow-4.0.18.1/po/de.po	2006-09-17 12:25:31.659643936 +0200
 @@ -1204,7 +1204,7 @@
  msgstr "Unbekannte GID: %lu\n"
  

Modified: branches/etch/debian/patches/301_passwd-typo-383216
===================================================================
--- branches/etch/debian/patches/301_passwd-typo-383216	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/301_passwd-typo-383216	2006-09-17 10:27:25 UTC (rev 1114)
@@ -6,8 +6,8 @@
 
 Index: shadow-4.0.18.1/man/passwd.1.xml
 ===================================================================
---- shadow-4.0.18.1.orig/man/passwd.1.xml	2006-08-25 11:57:15.846652378 +0200
-+++ shadow-4.0.18.1/man/passwd.1.xml	2006-08-25 11:57:28.750757237 +0200
+--- shadow-4.0.18.1.orig/man/passwd.1.xml	2006-09-17 12:25:23.823581651 +0200
++++ shadow-4.0.18.1/man/passwd.1.xml	2006-09-17 12:25:29.707628421 +0200
 @@ -201,7 +201,7 @@
  	</term>
  	<listitem>

Modified: branches/etch/debian/patches/401_cppw_src.dpatch
===================================================================
--- branches/etch/debian/patches/401_cppw_src.dpatch	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/401_cppw_src.dpatch	2006-09-17 10:27:25 UTC (rev 1114)
@@ -8,7 +8,7 @@
 Index: shadow-4.0.18.1/src/cppw.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ shadow-4.0.18.1/src/cppw.c	2006-08-25 11:56:39.182354396 +0200
++++ shadow-4.0.18.1/src/cppw.c	2006-09-17 12:25:09.059464295 +0200
 @@ -0,0 +1,200 @@
 +/*
 +  cppw, cpgr  copy with locking given file over the password or group file
@@ -212,8 +212,8 @@
 +}
 Index: shadow-4.0.18.1/src/Makefile.am
 ===================================================================
---- shadow-4.0.18.1.orig/src/Makefile.am	2006-08-25 11:56:07.834099567 +0200
-+++ shadow-4.0.18.1/src/Makefile.am	2006-08-25 11:56:39.186354429 +0200
+--- shadow-4.0.18.1.orig/src/Makefile.am	2006-07-18 18:52:23.000000000 +0200
++++ shadow-4.0.18.1/src/Makefile.am	2006-09-17 12:25:09.059464295 +0200
 @@ -24,6 +24,7 @@
  sbin_PROGRAMS  = nologin
  ubin_PROGRAMS  = faillog lastlog chage chfn chsh expiry gpasswd newgrp passwd
@@ -232,8 +232,8 @@
  groupdel_LDADD = $(LDADD) $(LIBPAM) $(LIBAUDIT) $(LIBSELINUX)
 Index: shadow-4.0.18.1/po/POTFILES.in
 ===================================================================
---- shadow-4.0.18.1.orig/po/POTFILES.in	2006-08-25 11:56:07.886099990 +0200
-+++ shadow-4.0.18.1/po/POTFILES.in	2006-08-25 11:56:39.186354429 +0200
+--- shadow-4.0.18.1.orig/po/POTFILES.in	2006-07-18 18:56:36.000000000 +0200
++++ shadow-4.0.18.1/po/POTFILES.in	2006-09-17 12:25:09.063464327 +0200
 @@ -61,6 +61,7 @@
  src/chgpasswd.c
  src/chpasswd.c

Modified: branches/etch/debian/patches/402-clarify_usermod_usage
===================================================================
--- branches/etch/debian/patches/402-clarify_usermod_usage	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/402-clarify_usermod_usage	2006-09-17 10:27:25 UTC (rev 1114)
@@ -8,8 +8,8 @@
 
 Index: shadow-4.0.18.1/src/usermod.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/usermod.c	2006-08-25 11:56:43.906392793 +0200
-+++ shadow-4.0.18.1/src/usermod.c	2006-08-25 11:57:18.938677504 +0200
+--- shadow-4.0.18.1.orig/src/usermod.c	2006-09-17 12:25:09.755469828 +0200
++++ shadow-4.0.18.1/src/usermod.c	2006-09-17 12:25:24.475586833 +0200
 @@ -279,8 +279,6 @@
  	fprintf (stderr, _("Usage: usermod [options] LOGIN\n"
  			   "\n"

Modified: branches/etch/debian/patches/403_fix_PATH-MAX_hurd
===================================================================
--- branches/etch/debian/patches/403_fix_PATH-MAX_hurd	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/403_fix_PATH-MAX_hurd	2006-09-17 10:27:25 UTC (rev 1114)
@@ -8,8 +8,8 @@
 
 Index: shadow-4.0.18.1/lib/commonio.c
 ===================================================================
---- shadow-4.0.18.1.orig/lib/commonio.c	2006-08-25 11:56:56.590495886 +0200
-+++ shadow-4.0.18.1/lib/commonio.c	2006-08-25 11:57:21.306696747 +0200
+--- shadow-4.0.18.1.orig/lib/commonio.c	2006-09-17 12:25:14.567508078 +0200
++++ shadow-4.0.18.1/lib/commonio.c	2006-09-17 12:25:25.799597357 +0200
 @@ -47,20 +47,34 @@
  int lrename (const char *old, const char *new)
  {

Modified: branches/etch/debian/patches/428_grpck_add_prune_option
===================================================================
--- branches/etch/debian/patches/428_grpck_add_prune_option	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/428_grpck_add_prune_option	2006-09-17 10:27:25 UTC (rev 1114)
@@ -7,8 +7,8 @@
 
 Index: shadow-4.0.18.1/src/grpck.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/grpck.c	2006-08-25 11:56:09.562113616 +0200
-+++ shadow-4.0.18.1/src/grpck.c	2006-08-25 11:56:32.166297367 +0200
+--- shadow-4.0.18.1.orig/src/grpck.c	2006-05-07 19:44:39.000000000 +0200
++++ shadow-4.0.18.1/src/grpck.c	2006-09-17 12:25:05.259434089 +0200
 @@ -139,6 +139,7 @@
  	int errors = 0;
  	int changed = 0;

Modified: branches/etch/debian/patches/429_login_FAILLOG_ENAB
===================================================================
--- branches/etch/debian/patches/429_login_FAILLOG_ENAB	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/429_login_FAILLOG_ENAB	2006-09-17 10:27:25 UTC (rev 1114)
@@ -9,8 +9,8 @@
 
 Index: shadow-4.0.18.1/src/login.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/login.c	2006-08-25 11:56:34.494316290 +0200
-+++ shadow-4.0.18.1/src/login.c	2006-08-25 11:56:35.698326077 +0200
+--- shadow-4.0.18.1.orig/src/login.c	2006-09-17 12:25:06.519444105 +0200
++++ shadow-4.0.18.1/src/login.c	2006-09-17 12:25:07.171449288 +0200
 @@ -130,11 +130,11 @@
  static void setup_tty (void);
  static void check_flags (int, char *const *);
@@ -75,8 +75,8 @@
  			time_t ll_time = lastlog.ll_time;
 Index: shadow-4.0.18.1/lib/getdef.c
 ===================================================================
---- shadow-4.0.18.1.orig/lib/getdef.c	2006-08-25 11:56:34.498316323 +0200
-+++ shadow-4.0.18.1/lib/getdef.c	2006-08-25 11:56:35.702326110 +0200
+--- shadow-4.0.18.1.orig/lib/getdef.c	2006-09-17 12:25:06.523444137 +0200
++++ shadow-4.0.18.1/lib/getdef.c	2006-09-17 12:25:07.175449319 +0200
 @@ -56,6 +56,7 @@
  	{"ENV_SUPATH", NULL},
  	{"ERASECHAR", NULL},

Modified: branches/etch/debian/patches/431_su_uid_0_not_root
===================================================================
--- branches/etch/debian/patches/431_su_uid_0_not_root	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/431_su_uid_0_not_root	2006-09-17 10:27:25 UTC (rev 1114)
@@ -8,8 +8,8 @@
 
 Index: shadow-4.0.18.1/src/su.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/su.c	2006-08-25 11:56:12.146134623 +0200
-+++ shadow-4.0.18.1/src/su.c	2006-08-25 11:56:28.746269567 +0200
+--- shadow-4.0.18.1.orig/src/su.c	2006-08-01 12:30:02.000000000 +0200
++++ shadow-4.0.18.1/src/su.c	2006-09-17 12:25:02.703413772 +0200
 @@ -427,7 +427,14 @@
  			optind++;
  	}

Modified: branches/etch/debian/patches/433_shadow.5-typo_312430
===================================================================
--- branches/etch/debian/patches/433_shadow.5-typo_312430	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/433_shadow.5-typo_312430	2006-09-17 10:27:25 UTC (rev 1114)
@@ -5,8 +5,8 @@
 
 Index: shadow-4.0.18.1/man/shadow.5.xml
 ===================================================================
---- shadow-4.0.18.1.orig/man/shadow.5.xml	2006-08-25 11:56:08.074101518 +0200
-+++ shadow-4.0.18.1/man/shadow.5.xml	2006-08-25 11:56:38.034345065 +0200
+--- shadow-4.0.18.1.orig/man/shadow.5.xml	2006-07-24 07:48:36.000000000 +0200
++++ shadow-4.0.18.1/man/shadow.5.xml	2006-09-17 12:25:08.431459303 +0200
 @@ -50,7 +50,7 @@
  
      <para>

Modified: branches/etch/debian/patches/434_login_stop_checking_args_after--
===================================================================
--- branches/etch/debian/patches/434_login_stop_checking_args_after--	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/434_login_stop_checking_args_after--	2006-09-17 10:27:25 UTC (rev 1114)
@@ -7,8 +7,8 @@
 
 Index: shadow-4.0.18.1/src/login.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/login.c	2006-08-25 11:56:09.286111372 +0200
-+++ shadow-4.0.18.1/src/login.c	2006-08-25 11:56:33.298306569 +0200
+--- shadow-4.0.18.1.orig/src/login.c	2006-07-10 06:11:32.000000000 +0200
++++ shadow-4.0.18.1/src/login.c	2006-09-17 12:25:05.879439018 +0200
 @@ -253,6 +253,8 @@
  	for (arg = 1; arg < argc; arg++) {
  		if (argv[arg][0] == '-' && strlen (argv[arg]) > 2)

Modified: branches/etch/debian/patches/438_su_GNU_origin
===================================================================
--- branches/etch/debian/patches/438_su_GNU_origin	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/438_su_GNU_origin	2006-09-17 10:27:25 UTC (rev 1114)
@@ -6,8 +6,8 @@
 
 Index: shadow-4.0.18.1/src/su.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/su.c	2006-08-25 11:56:31.014288003 +0200
-+++ shadow-4.0.18.1/src/su.c	2006-08-25 11:56:36.906335896 +0200
+--- shadow-4.0.18.1.orig/src/su.c	2006-09-17 12:25:04.511428143 +0200
++++ shadow-4.0.18.1/src/su.c	2006-09-17 12:25:07.823454470 +0200
 @@ -26,6 +26,24 @@
   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   * SUCH DAMAGE.

Modified: branches/etch/debian/patches/451_login_PATH
===================================================================
--- branches/etch/debian/patches/451_login_PATH	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/451_login_PATH	2006-09-17 10:27:25 UTC (rev 1114)
@@ -6,8 +6,8 @@
 
 Index: shadow-4.0.18.1/libmisc/setupenv.c
 ===================================================================
---- shadow-4.0.18.1.orig/libmisc/setupenv.c	2006-08-25 11:56:05.298078950 +0200
-+++ shadow-4.0.18.1/libmisc/setupenv.c	2006-08-25 11:56:54.306477322 +0200
+--- shadow-4.0.18.1.orig/libmisc/setupenv.c	2006-05-13 01:13:10.000000000 +0200
++++ shadow-4.0.18.1/libmisc/setupenv.c	2006-09-17 12:25:13.323498189 +0200
 @@ -186,8 +186,8 @@
  {
  #ifndef USE_PAM

Modified: branches/etch/debian/patches/454_userdel_no_MAIL_FILE
===================================================================
--- branches/etch/debian/patches/454_userdel_no_MAIL_FILE	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/454_userdel_no_MAIL_FILE	2006-09-17 10:27:25 UTC (rev 1114)
@@ -8,8 +8,8 @@
 
 Index: shadow-4.0.18.1/src/userdel.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/userdel.c	2006-08-25 11:56:43.898392728 +0200
-+++ shadow-4.0.18.1/src/userdel.c	2006-08-25 11:56:55.442486555 +0200
+--- shadow-4.0.18.1.orig/src/userdel.c	2006-09-17 12:25:09.751469796 +0200
++++ shadow-4.0.18.1/src/userdel.c	2006-09-17 12:25:13.955503213 +0200
 @@ -550,7 +550,7 @@
  
  	maildir = getdef_str ("MAIL_DIR");

Modified: branches/etch/debian/patches/462_warn_to_edit_shadow
===================================================================
--- branches/etch/debian/patches/462_warn_to_edit_shadow	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/462_warn_to_edit_shadow	2006-09-17 10:27:25 UTC (rev 1114)
@@ -7,8 +7,8 @@
 
 Index: shadow-4.0.18.1/src/vipw.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/vipw.c	2006-08-25 11:56:04.658073747 +0200
-+++ shadow-4.0.18.1/src/vipw.c	2006-08-25 11:56:57.726505118 +0200
+--- shadow-4.0.18.1.orig/src/vipw.c	2006-06-20 22:00:04.000000000 +0200
++++ shadow-4.0.18.1/src/vipw.c	2006-09-17 12:25:15.219513260 +0200
 @@ -41,6 +41,12 @@
  #include "pwio.h"
  #include "sgroupio.h"

Modified: branches/etch/debian/patches/463_login_delay_obeys_to_PAM
===================================================================
--- branches/etch/debian/patches/463_login_delay_obeys_to_PAM	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/463_login_delay_obeys_to_PAM	2006-09-17 10:27:25 UTC (rev 1114)
@@ -9,8 +9,8 @@
 
 Index: shadow-4.0.18.1/src/login.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/login.c	2006-08-25 11:56:35.698326077 +0200
-+++ shadow-4.0.18.1/src/login.c	2006-08-25 11:56:58.906514708 +0200
+--- shadow-4.0.18.1.orig/src/login.c	2006-09-17 12:25:07.171449288 +0200
++++ shadow-4.0.18.1/src/login.c	2006-09-17 12:25:15.827518093 +0200
 @@ -331,7 +331,6 @@
  	char ptime[80];
  #endif
@@ -82,8 +82,8 @@
  
 Index: shadow-4.0.18.1/lib/getdef.c
 ===================================================================
---- shadow-4.0.18.1.orig/lib/getdef.c	2006-08-25 11:56:43.910392826 +0200
-+++ shadow-4.0.18.1/lib/getdef.c	2006-08-25 11:56:58.910514741 +0200
+--- shadow-4.0.18.1.orig/lib/getdef.c	2006-09-17 12:25:09.767469923 +0200
++++ shadow-4.0.18.1/lib/getdef.c	2006-09-17 12:25:15.827518093 +0200
 @@ -55,7 +55,6 @@
  	{"ENV_PATH", NULL},
  	{"ENV_SUPATH", NULL},

Modified: branches/etch/debian/patches/466_fflush-prompt
===================================================================
--- branches/etch/debian/patches/466_fflush-prompt	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/466_fflush-prompt	2006-09-17 10:27:25 UTC (rev 1114)
@@ -5,8 +5,8 @@
       
 Index: shadow-4.0.18.1/libmisc/Makefile.am
 ===================================================================
---- shadow-4.0.18.1.orig/libmisc/Makefile.am	2006-08-25 11:56:03.618065291 +0200
-+++ shadow-4.0.18.1/libmisc/Makefile.am	2006-08-25 11:57:01.414535092 +0200
+--- shadow-4.0.18.1.orig/libmisc/Makefile.am	2005-09-05 18:21:37.000000000 +0200
++++ shadow-4.0.18.1/libmisc/Makefile.am	2006-09-17 12:25:17.111528299 +0200
 @@ -49,4 +49,5 @@
  	ulimit.c \
  	utmp.c \
@@ -16,8 +16,8 @@
 +	yesno.c
 Index: shadow-4.0.18.1/libmisc/fields.c
 ===================================================================
---- shadow-4.0.18.1.orig/libmisc/fields.c	2006-08-25 11:56:03.666065682 +0200
-+++ shadow-4.0.18.1/libmisc/fields.c	2006-08-25 11:57:01.418535124 +0200
+--- shadow-4.0.18.1.orig/libmisc/fields.c	2005-08-31 19:24:57.000000000 +0200
++++ shadow-4.0.18.1/libmisc/fields.c	2006-09-17 12:25:17.115528331 +0200
 @@ -71,6 +71,7 @@
  		maxsize = sizeof (newf);
  
@@ -29,7 +29,7 @@
 Index: shadow-4.0.18.1/libmisc/yesno.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ shadow-4.0.18.1/libmisc/yesno.c	2006-08-25 11:57:01.418535124 +0200
++++ shadow-4.0.18.1/libmisc/yesno.c	2006-09-17 12:25:17.115528331 +0200
 @@ -0,0 +1,41 @@
 +/*
 + * Common code for yes/no prompting
@@ -74,8 +74,8 @@
 +}
 Index: shadow-4.0.18.1/src/grpck.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/grpck.c	2006-08-25 11:56:32.166297367 +0200
-+++ shadow-4.0.18.1/src/grpck.c	2006-08-25 11:57:01.422535157 +0200
+--- shadow-4.0.18.1.orig/src/grpck.c	2006-09-17 12:25:05.259434089 +0200
++++ shadow-4.0.18.1/src/grpck.c	2006-09-17 12:25:17.115528331 +0200
 @@ -50,6 +50,8 @@
  extern struct commonio_entry *__sgr_get_head (void);
  #endif
@@ -207,8 +207,8 @@
  			SYSLOG ((LOG_INFO,
 Index: shadow-4.0.18.1/src/pwck.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/pwck.c	2006-08-25 11:56:03.810066852 +0200
-+++ shadow-4.0.18.1/src/pwck.c	2006-08-25 11:57:01.426535189 +0200
+--- shadow-4.0.18.1.orig/src/pwck.c	2006-05-07 19:44:39.000000000 +0200
++++ shadow-4.0.18.1/src/pwck.c	2006-09-17 12:25:17.119528363 +0200
 @@ -49,6 +49,8 @@
  extern void __spw_del_entry (const struct commonio_entry *);
  extern struct commonio_entry *__spw_get_head (void);

Modified: branches/etch/debian/patches/467_useradd_-r_LSB
===================================================================
--- branches/etch/debian/patches/467_useradd_-r_LSB	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/467_useradd_-r_LSB	2006-09-17 10:27:25 UTC (rev 1114)
@@ -8,8 +8,8 @@
 
 Index: shadow-4.0.18.1/src/useradd.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/useradd.c	2006-08-25 11:56:53.114467634 +0200
-+++ shadow-4.0.18.1/src/useradd.c	2006-08-25 11:57:00.202525241 +0200
+--- shadow-4.0.18.1.orig/src/useradd.c	2006-09-17 12:25:12.687493134 +0200
++++ shadow-4.0.18.1/src/useradd.c	2006-09-17 12:25:16.499523435 +0200
 @@ -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: branches/etch/debian/patches/468_duplicate_passwd_struct_before_usage
===================================================================
--- branches/etch/debian/patches/468_duplicate_passwd_struct_before_usage	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/468_duplicate_passwd_struct_before_usage	2006-09-17 10:27:25 UTC (rev 1114)
@@ -29,8 +29,8 @@
 
 Index: shadow-4.0.18.1/src/chfn.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/chfn.c	2006-08-25 11:56:03.378063340 +0200
-+++ shadow-4.0.18.1/src/chfn.c	2006-08-25 11:57:02.850546762 +0200
+--- shadow-4.0.18.1.orig/src/chfn.c	2006-05-07 19:44:39.000000000 +0200
++++ shadow-4.0.18.1/src/chfn.c	2006-09-17 12:25:19.415546613 +0200
 @@ -334,6 +334,11 @@
  		}
  		user = xstrdup (pw->pw_name);
@@ -45,8 +45,8 @@
  	/*
 Index: shadow-4.0.18.1/src/chsh.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/chsh.c	2006-08-25 11:56:03.434063795 +0200
-+++ shadow-4.0.18.1/src/chsh.c	2006-08-25 11:57:02.850546762 +0200
+--- shadow-4.0.18.1.orig/src/chsh.c	2006-07-13 23:26:35.000000000 +0200
++++ shadow-4.0.18.1/src/chsh.c	2006-09-17 12:25:19.419546645 +0200
 @@ -265,6 +265,11 @@
  		}
  		user = xstrdup (pw->pw_name);

Modified: branches/etch/debian/patches/479_chowntty_debug
===================================================================
--- branches/etch/debian/patches/479_chowntty_debug	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/479_chowntty_debug	2006-09-17 10:27:25 UTC (rev 1114)
@@ -15,8 +15,8 @@
 
 Index: shadow-4.0.18.1/libmisc/chowntty.c
 ===================================================================
---- shadow-4.0.18.1.orig/libmisc/chowntty.c	2006-08-25 11:56:02.638057324 +0200
-+++ shadow-4.0.18.1/libmisc/chowntty.c	2006-08-25 11:57:06.490576345 +0200
+--- shadow-4.0.18.1.orig/libmisc/chowntty.c	2005-08-31 19:24:57.000000000 +0200
++++ shadow-4.0.18.1/libmisc/chowntty.c	2006-09-17 12:25:21.331561843 +0200
 @@ -40,6 +40,7 @@
  #include "defines.h"
  #include <pwd.h>

Modified: branches/etch/debian/patches/480_getopt_args_reorder
===================================================================
--- branches/etch/debian/patches/480_getopt_args_reorder	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/480_getopt_args_reorder	2006-09-17 10:27:25 UTC (rev 1114)
@@ -17,8 +17,8 @@
 
 Index: shadow-4.0.18.1/src/su.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/su.c	2006-08-25 11:57:05.290566592 +0200
-+++ shadow-4.0.18.1/src/su.c	2006-08-25 11:57:07.626585577 +0200
+--- shadow-4.0.18.1.orig/src/su.c	2006-09-17 12:25:20.687556724 +0200
++++ shadow-4.0.18.1/src/su.c	2006-09-17 12:25:21.967566898 +0200
 @@ -374,19 +374,9 @@
  		};
  

Modified: branches/etch/debian/patches/483_su_fakelogin_wrong_arg0
===================================================================
--- branches/etch/debian/patches/483_su_fakelogin_wrong_arg0	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/483_su_fakelogin_wrong_arg0	2006-09-17 10:27:25 UTC (rev 1114)
@@ -4,8 +4,8 @@
 
 Index: shadow-4.0.18.1/src/su.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/su.c	2006-08-25 11:57:07.626585577 +0200
-+++ shadow-4.0.18.1/src/su.c	2006-08-25 11:57:08.778594939 +0200
+--- shadow-4.0.18.1.orig/src/su.c	2006-09-17 12:25:21.967566898 +0200
++++ shadow-4.0.18.1/src/su.c	2006-09-17 12:25:22.587571826 +0200
 @@ -916,7 +916,7 @@
  		 * Use the shell and create an argv
  		 * with the rest of the command line included.

Modified: branches/etch/debian/patches/487_passwd_chauthtok_failed_message
===================================================================
--- branches/etch/debian/patches/487_passwd_chauthtok_failed_message	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/487_passwd_chauthtok_failed_message	2006-09-17 10:27:25 UTC (rev 1114)
@@ -8,8 +8,8 @@
 
 Index: shadow-4.0.18.1/libmisc/pam_pass.c
 ===================================================================
---- shadow-4.0.18.1.orig/libmisc/pam_pass.c	2006-08-25 11:56:01.178045454 +0200
-+++ shadow-4.0.18.1/libmisc/pam_pass.c	2006-08-25 11:57:20.106686996 +0200
+--- shadow-4.0.18.1.orig/libmisc/pam_pass.c	2005-10-19 17:21:07.000000000 +0200
++++ shadow-4.0.18.1/libmisc/pam_pass.c	2006-09-17 12:25:25.179592429 +0200
 @@ -38,6 +38,7 @@
  	ret = pam_chauthtok (pamh, flags);
  	if (ret != PAM_SUCCESS) {

Modified: branches/etch/debian/patches/491_configure.in_friendly_selinux_detection
===================================================================
--- branches/etch/debian/patches/491_configure.in_friendly_selinux_detection	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/491_configure.in_friendly_selinux_detection	2006-09-17 10:27:25 UTC (rev 1114)
@@ -9,8 +9,8 @@
 
 Index: shadow-4.0.18.1/configure.in
 ===================================================================
---- shadow-4.0.18.1.orig/configure.in	2006-08-25 11:56:01.978051958 +0200
-+++ shadow-4.0.18.1/configure.in	2006-08-25 11:57:09.914604171 +0200
+--- shadow-4.0.18.1.orig/configure.in	2006-08-03 12:17:21.000000000 +0200
++++ shadow-4.0.18.1/configure.in	2006-09-17 12:25:23.199576691 +0200
 @@ -220,7 +220,7 @@
  	[with_libpam=$withval], [with_libpam=yes])
  AC_ARG_WITH(selinux,

Modified: branches/etch/debian/patches/495_salt_stack_smash
===================================================================
--- branches/etch/debian/patches/495_salt_stack_smash	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/495_salt_stack_smash	2006-09-17 10:27:25 UTC (rev 1114)
@@ -10,8 +10,8 @@
 
 Index: shadow-4.0.18.1/libmisc/salt.c
 ===================================================================
---- shadow-4.0.18.1.orig/libmisc/salt.c	2006-08-25 11:56:43.914392858 +0200
-+++ shadow-4.0.18.1/libmisc/salt.c	2006-08-25 11:57:23.602715405 +0200
+--- shadow-4.0.18.1.orig/libmisc/salt.c	2006-09-17 12:25:09.767469923 +0200
++++ shadow-4.0.18.1/libmisc/salt.c	2006-09-17 12:25:27.043607245 +0200
 @@ -25,11 +25,13 @@
  {
  	struct timeval tv;
@@ -39,8 +39,8 @@
  }
 Index: shadow-4.0.18.1/src/chgpasswd.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/chgpasswd.c	2006-08-25 11:56:43.910392826 +0200
-+++ shadow-4.0.18.1/src/chgpasswd.c	2006-08-25 11:57:23.606715437 +0200
+--- shadow-4.0.18.1.orig/src/chgpasswd.c	2006-09-17 12:25:09.755469828 +0200
++++ shadow-4.0.18.1/src/chgpasswd.c	2006-09-17 12:25:27.043607245 +0200
 @@ -244,10 +244,16 @@
  		newpwd = cp;
  		if (!eflg) {
@@ -63,8 +63,8 @@
  		}
 Index: shadow-4.0.18.1/src/chpasswd.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/chpasswd.c	2006-08-25 11:56:43.878392566 +0200
-+++ shadow-4.0.18.1/src/chpasswd.c	2006-08-25 11:57:23.606715437 +0200
+--- shadow-4.0.18.1.orig/src/chpasswd.c	2006-09-17 12:25:09.743469732 +0200
++++ shadow-4.0.18.1/src/chpasswd.c	2006-09-17 12:25:27.047607277 +0200
 @@ -240,10 +240,16 @@
  		newpwd = cp;
  		if (!eflg) {

Modified: branches/etch/debian/patches/496_login_init_session
===================================================================
--- branches/etch/debian/patches/496_login_init_session	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/496_login_init_session	2006-09-17 10:27:25 UTC (rev 1114)
@@ -10,8 +10,8 @@
 
 Index: shadow-4.0.18.1/src/login.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/login.c	2006-08-25 11:56:58.906514708 +0200
-+++ shadow-4.0.18.1/src/login.c	2006-08-25 11:57:24.906726001 +0200
+--- shadow-4.0.18.1.orig/src/login.c	2006-09-17 12:25:15.827518093 +0200
++++ shadow-4.0.18.1/src/login.c	2006-09-17 12:25:27.723612651 +0200
 @@ -41,6 +41,7 @@
  #include <signal.h>
  #include <stdio.h>
@@ -35,8 +35,8 @@
  #ifndef USE_PAM
 Index: shadow-4.0.18.1/src/sulogin.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/sulogin.c	2006-08-25 11:56:00.314038429 +0200
-+++ shadow-4.0.18.1/src/sulogin.c	2006-08-25 11:57:24.906726001 +0200
+--- shadow-4.0.18.1.orig/src/sulogin.c	2006-05-13 01:13:10.000000000 +0200
++++ shadow-4.0.18.1/src/sulogin.c	2006-09-17 12:25:27.723612651 +0200
 @@ -35,6 +35,7 @@
  #include <pwd.h>
  #include <signal.h>

Modified: branches/etch/debian/patches/497_non_numerical_identifier
===================================================================
--- branches/etch/debian/patches/497_non_numerical_identifier	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/497_non_numerical_identifier	2006-09-17 10:27:25 UTC (rev 1114)
@@ -7,8 +7,8 @@
 
 Index: shadow-4.0.18.1/src/useradd.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/useradd.c	2006-08-25 11:57:00.202525241 +0200
-+++ shadow-4.0.18.1/src/useradd.c	2006-08-25 11:57:26.106735752 +0200
+--- shadow-4.0.18.1.orig/src/useradd.c	2006-09-17 12:25:16.499523435 +0200
++++ shadow-4.0.18.1/src/useradd.c	2006-09-17 12:25:28.379617865 +0200
 @@ -206,11 +206,8 @@
  	char *errptr;
  
@@ -25,8 +25,8 @@
  
 Index: shadow-4.0.18.1/src/usermod.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/usermod.c	2006-08-25 11:57:18.938677504 +0200
-+++ shadow-4.0.18.1/src/usermod.c	2006-08-25 11:57:26.114735817 +0200
+--- shadow-4.0.18.1.orig/src/usermod.c	2006-09-17 12:25:24.475586833 +0200
++++ shadow-4.0.18.1/src/usermod.c	2006-09-17 12:25:28.383617897 +0200
 @@ -167,11 +167,8 @@
  	char *errptr;
  

Modified: branches/etch/debian/patches/498_man_nonpam_undefined
===================================================================
--- branches/etch/debian/patches/498_man_nonpam_undefined	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/498_man_nonpam_undefined	2006-09-17 10:27:25 UTC (rev 1114)
@@ -8,8 +8,8 @@
 
 Index: shadow-4.0.18.1/man/sv/Makefile.am
 ===================================================================
---- shadow-4.0.18.1.orig/man/sv/Makefile.am	2006-08-25 11:55:59.726033648 +0200
-+++ shadow-4.0.18.1/man/sv/Makefile.am	2006-08-25 11:57:27.334745731 +0200
+--- shadow-4.0.18.1.orig/man/sv/Makefile.am	2006-08-03 12:13:27.000000000 +0200
++++ shadow-4.0.18.1/man/sv/Makefile.am	2006-09-17 12:25:29.031623047 +0200
 @@ -54,4 +54,4 @@
  
  EXTRA_DIST = \
@@ -18,8 +18,8 @@
 +	$(man_nopam)
 Index: shadow-4.0.18.1/man/it/Makefile.am
 ===================================================================
---- shadow-4.0.18.1.orig/man/it/Makefile.am	2006-08-25 11:55:59.774034039 +0200
-+++ shadow-4.0.18.1/man/it/Makefile.am	2006-08-25 11:57:27.338745763 +0200
+--- shadow-4.0.18.1.orig/man/it/Makefile.am	2006-08-03 12:11:59.000000000 +0200
++++ shadow-4.0.18.1/man/it/Makefile.am	2006-09-17 12:25:29.031623047 +0200
 @@ -46,5 +46,5 @@
                          
  EXTRA_DIST = \
@@ -29,8 +29,8 @@
  	id.1
 Index: shadow-4.0.18.1/man/it/Makefile.in
 ===================================================================
---- shadow-4.0.18.1.orig/man/it/Makefile.in	2006-08-25 11:55:59.838034559 +0200
-+++ shadow-4.0.18.1/man/it/Makefile.in	2006-08-25 11:57:27.338745763 +0200
+--- shadow-4.0.18.1.orig/man/it/Makefile.in	2006-08-03 12:25:12.000000000 +0200
++++ shadow-4.0.18.1/man/it/Makefile.in	2006-09-17 12:25:29.035623079 +0200
 @@ -205,7 +205,7 @@
  
  EXTRA_DIST = \

Modified: branches/etch/debian/patches/499_gettext-0.15
===================================================================
--- branches/etch/debian/patches/499_gettext-0.15	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/499_gettext-0.15	2006-09-17 10:27:25 UTC (rev 1114)
@@ -7,8 +7,8 @@
 
 Index: shadow-4.0.18.1/po/Makefile.in.in
 ===================================================================
---- shadow-4.0.18.1.orig/po/Makefile.in.in	2006-08-25 17:43:49.000000000 +0200
-+++ shadow-4.0.18.1/po/Makefile.in.in	2006-08-25 17:44:12.000000000 +0200
+--- shadow-4.0.18.1.orig/po/Makefile.in.in	2006-06-12 02:35:49.000000000 +0200
++++ shadow-4.0.18.1/po/Makefile.in.in	2006-09-17 12:25:31.039639008 +0200
 @@ -26,7 +26,7 @@
  
  INSTALL = @INSTALL@

Modified: branches/etch/debian/patches/501_commonio_group_shadow
===================================================================
--- branches/etch/debian/patches/501_commonio_group_shadow	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/501_commonio_group_shadow	2006-09-17 10:27:25 UTC (rev 1114)
@@ -4,8 +4,8 @@
 
 Index: shadow-4.0.18.1/lib/commonio.c
 ===================================================================
---- shadow-4.0.18.1.orig/lib/commonio.c	2006-08-25 11:56:04.926075926 +0200
-+++ shadow-4.0.18.1/lib/commonio.c	2006-08-25 11:56:56.590495886 +0200
+--- shadow-4.0.18.1.orig/lib/commonio.c	2006-06-08 15:36:11.000000000 +0200
++++ shadow-4.0.18.1/lib/commonio.c	2006-09-17 12:25:14.567508078 +0200
 @@ -13,6 +13,7 @@
  #include <stdio.h>
  #include <signal.h>

Modified: branches/etch/debian/patches/503_shadowconfig.8
===================================================================
--- branches/etch/debian/patches/503_shadowconfig.8	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/503_shadowconfig.8	2006-09-17 10:27:25 UTC (rev 1114)
@@ -6,7 +6,7 @@
 Index: shadow-4.0.18.1/man/shadowconfig.8
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ shadow-4.0.18.1/man/shadowconfig.8	2006-08-25 11:56:27.414258739 +0200
++++ shadow-4.0.18.1/man/shadowconfig.8	2006-09-17 12:25:01.695405759 +0200
 @@ -0,0 +1,41 @@
 +.\"Generated by db2man.xsl. Don't modify this, modify the source.
 +.de Sh \" Subsection
@@ -52,7 +52,7 @@
 Index: shadow-4.0.18.1/man/shadowconfig.8.xml
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ shadow-4.0.18.1/man/shadowconfig.8.xml	2006-08-25 11:56:27.418258772 +0200
++++ shadow-4.0.18.1/man/shadowconfig.8.xml	2006-09-17 12:25:01.699405791 +0200
 @@ -0,0 +1,52 @@
 +<?xml version="1.0" encoding="UTF-8"?>
 +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
@@ -109,7 +109,7 @@
 Index: shadow-4.0.18.1/man/fr/shadowconfig.8
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ shadow-4.0.18.1/man/fr/shadowconfig.8	2006-08-25 11:56:27.418258772 +0200
++++ shadow-4.0.18.1/man/fr/shadowconfig.8	2006-09-17 12:25:01.699405791 +0200
 @@ -0,0 +1,26 @@
 +.\" This file was generated with po4a. Translate the source file.
 +.\"
@@ -140,7 +140,7 @@
 Index: shadow-4.0.18.1/man/ja/shadowconfig.8
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ shadow-4.0.18.1/man/ja/shadowconfig.8	2006-08-25 11:56:27.422258804 +0200
++++ shadow-4.0.18.1/man/ja/shadowconfig.8	2006-09-17 12:25:01.699405791 +0200
 @@ -0,0 +1,25 @@
 +.\"     all right reserved,
 +.\" Translated Tue Oct 30 11:59:11 JST 2001
@@ -170,7 +170,7 @@
 Index: shadow-4.0.18.1/man/pl/shadowconfig.8
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ shadow-4.0.18.1/man/pl/shadowconfig.8	2006-08-25 11:56:27.422258804 +0200
++++ shadow-4.0.18.1/man/pl/shadowconfig.8	2006-09-17 12:25:01.699405791 +0200
 @@ -0,0 +1,27 @@
 +.\" $Id: shadowconfig.8,v 1.3 2001/08/23 23:10:51 kloczek Exp $
 +.\" {PTM/WK/1999-09-14}

Modified: branches/etch/debian/patches/504_undef_USE_PAM.dpatch
===================================================================
--- branches/etch/debian/patches/504_undef_USE_PAM.dpatch	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/504_undef_USE_PAM.dpatch	2006-09-17 10:27:25 UTC (rev 1114)
@@ -4,8 +4,8 @@
 
 Index: shadow-4.0.18.1/src/chage.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/chage.c	2006-08-25 11:56:06.934092251 +0200
-+++ shadow-4.0.18.1/src/chage.c	2006-08-25 11:56:43.878392566 +0200
+--- shadow-4.0.18.1.orig/src/chage.c	2006-07-19 18:38:57.000000000 +0200
++++ shadow-4.0.18.1/src/chage.c	2006-09-17 12:25:09.743469732 +0200
 @@ -28,6 +28,7 @@
   */
  
@@ -16,8 +16,8 @@
  
 Index: shadow-4.0.18.1/src/chpasswd.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/chpasswd.c	2006-08-25 11:56:06.982092641 +0200
-+++ shadow-4.0.18.1/src/chpasswd.c	2006-08-25 11:56:43.878392566 +0200
+--- shadow-4.0.18.1.orig/src/chpasswd.c	2006-06-24 12:18:55.000000000 +0200
++++ shadow-4.0.18.1/src/chpasswd.c	2006-09-17 12:25:09.743469732 +0200
 @@ -28,6 +28,7 @@
   */
  
@@ -28,8 +28,8 @@
  
 Index: shadow-4.0.18.1/src/groupadd.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/groupadd.c	2006-08-25 11:56:07.030093031 +0200
-+++ shadow-4.0.18.1/src/groupadd.c	2006-08-25 11:56:43.882392598 +0200
+--- shadow-4.0.18.1.orig/src/groupadd.c	2006-07-28 19:38:52.000000000 +0200
++++ shadow-4.0.18.1/src/groupadd.c	2006-09-17 12:25:09.743469732 +0200
 @@ -28,6 +28,7 @@
   */
  
@@ -40,8 +40,8 @@
  
 Index: shadow-4.0.18.1/src/groupdel.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/groupdel.c	2006-08-25 11:56:07.074093389 +0200
-+++ shadow-4.0.18.1/src/groupdel.c	2006-08-25 11:56:43.886392631 +0200
+--- shadow-4.0.18.1.orig/src/groupdel.c	2006-01-18 20:55:15.000000000 +0100
++++ shadow-4.0.18.1/src/groupdel.c	2006-09-17 12:25:09.747469764 +0200
 @@ -28,6 +28,7 @@
   */
  
@@ -52,8 +52,8 @@
  
 Index: shadow-4.0.18.1/src/groupmod.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/groupmod.c	2006-08-25 11:56:07.122093779 +0200
-+++ shadow-4.0.18.1/src/groupmod.c	2006-08-25 11:56:43.886392631 +0200
+--- shadow-4.0.18.1.orig/src/groupmod.c	2006-07-28 19:38:52.000000000 +0200
++++ shadow-4.0.18.1/src/groupmod.c	2006-09-17 12:25:09.747469764 +0200
 @@ -28,6 +28,7 @@
   */
  
@@ -64,8 +64,8 @@
  
 Index: shadow-4.0.18.1/src/newusers.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/newusers.c	2006-08-25 11:56:07.166094137 +0200
-+++ shadow-4.0.18.1/src/newusers.c	2006-08-25 11:56:43.890392663 +0200
+--- shadow-4.0.18.1.orig/src/newusers.c	2006-03-07 16:50:33.000000000 +0100
++++ shadow-4.0.18.1/src/newusers.c	2006-09-17 12:25:09.747469764 +0200
 @@ -34,6 +34,7 @@
   */
  
@@ -76,8 +76,8 @@
  
 Index: shadow-4.0.18.1/src/useradd.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/useradd.c	2006-08-25 11:56:07.214094527 +0200
-+++ shadow-4.0.18.1/src/useradd.c	2006-08-25 11:56:43.898392728 +0200
+--- shadow-4.0.18.1.orig/src/useradd.c	2006-07-28 19:42:48.000000000 +0200
++++ shadow-4.0.18.1/src/useradd.c	2006-09-17 12:25:09.751469796 +0200
 @@ -28,6 +28,7 @@
   */
  
@@ -88,8 +88,8 @@
  
 Index: shadow-4.0.18.1/src/userdel.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/userdel.c	2006-08-25 11:56:07.258094885 +0200
-+++ shadow-4.0.18.1/src/userdel.c	2006-08-25 11:56:43.898392728 +0200
+--- shadow-4.0.18.1.orig/src/userdel.c	2006-07-10 06:11:32.000000000 +0200
++++ shadow-4.0.18.1/src/userdel.c	2006-09-17 12:25:09.751469796 +0200
 @@ -28,6 +28,7 @@
   */
  
@@ -100,8 +100,8 @@
  
 Index: shadow-4.0.18.1/src/usermod.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/usermod.c	2006-08-25 11:56:07.306095275 +0200
-+++ shadow-4.0.18.1/src/usermod.c	2006-08-25 11:56:43.906392793 +0200
+--- shadow-4.0.18.1.orig/src/usermod.c	2006-07-28 19:42:48.000000000 +0200
++++ shadow-4.0.18.1/src/usermod.c	2006-09-17 12:25:09.755469828 +0200
 @@ -28,6 +28,7 @@
   */
  
@@ -112,8 +112,8 @@
  
 Index: shadow-4.0.18.1/src/chgpasswd.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/chgpasswd.c	2006-08-25 11:56:07.354095665 +0200
-+++ shadow-4.0.18.1/src/chgpasswd.c	2006-08-25 11:56:43.910392826 +0200
+--- shadow-4.0.18.1.orig/src/chgpasswd.c	2006-06-20 22:00:04.000000000 +0200
++++ shadow-4.0.18.1/src/chgpasswd.c	2006-09-17 12:25:09.755469828 +0200
 @@ -28,6 +28,7 @@
   */
  
@@ -124,8 +124,8 @@
  
 Index: shadow-4.0.18.1/lib/getdef.c
 ===================================================================
---- shadow-4.0.18.1.orig/lib/getdef.c	2006-08-25 11:56:35.702326110 +0200
-+++ shadow-4.0.18.1/lib/getdef.c	2006-08-25 11:56:43.910392826 +0200
+--- shadow-4.0.18.1.orig/lib/getdef.c	2006-09-17 12:25:07.175449319 +0200
++++ shadow-4.0.18.1/lib/getdef.c	2006-09-17 12:25:09.767469923 +0200
 @@ -82,6 +82,9 @@
  	{"UMASK", NULL},
  	{"USERDEL_CMD", NULL},
@@ -146,8 +146,8 @@
  	{"OBSCURE_CHECKS_ENAB", NULL},
 Index: shadow-4.0.18.1/lib/prototypes.h
 ===================================================================
---- shadow-4.0.18.1.orig/lib/prototypes.h	2006-08-25 11:56:07.454096478 +0200
-+++ shadow-4.0.18.1/lib/prototypes.h	2006-08-25 11:56:43.914392858 +0200
+--- shadow-4.0.18.1.orig/lib/prototypes.h	2006-02-07 17:36:30.000000000 +0100
++++ shadow-4.0.18.1/lib/prototypes.h	2006-09-17 12:25:09.767469923 +0200
 @@ -130,8 +130,12 @@
  /* rlogin.c */
  extern int do_rlogin (const char *, char *, int, char *, int);
@@ -163,8 +163,8 @@
  extern int setup_groups (const struct passwd *);
 Index: shadow-4.0.18.1/libmisc/salt.c
 ===================================================================
---- shadow-4.0.18.1.orig/libmisc/salt.c	2006-08-25 11:56:07.514096966 +0200
-+++ shadow-4.0.18.1/libmisc/salt.c	2006-08-25 11:56:43.914392858 +0200
+--- shadow-4.0.18.1.orig/libmisc/salt.c	2005-08-31 19:24:58.000000000 +0200
++++ shadow-4.0.18.1/libmisc/salt.c	2006-09-17 12:25:09.767469923 +0200
 @@ -6,6 +6,7 @@
   */
  

Modified: branches/etch/debian/patches/504_undef_USE_PAM.nolibpam
===================================================================
--- branches/etch/debian/patches/504_undef_USE_PAM.nolibpam	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/504_undef_USE_PAM.nolibpam	2006-09-17 10:27:25 UTC (rev 1114)
@@ -1,7 +1,7 @@
 Index: shadow-4.0.18.1/src/Makefile.am
 ===================================================================
---- shadow-4.0.18.1.orig/src/Makefile.am	2006-08-25 11:56:39.186354429 +0200
-+++ shadow-4.0.18.1/src/Makefile.am	2006-08-25 11:56:49.386437334 +0200
+--- shadow-4.0.18.1.orig/src/Makefile.am	2006-09-17 12:25:09.059464295 +0200
++++ shadow-4.0.18.1/src/Makefile.am	2006-09-17 12:25:10.759477808 +0200
 @@ -54,17 +54,17 @@
  		 $(top_builddir)/lib/libshadow.la
  AM_CPPFLAGS    = -DLOCALEDIR=\"$(datadir)/locale\"

Modified: branches/etch/debian/patches/506_relaxed_usernames
===================================================================
--- branches/etch/debian/patches/506_relaxed_usernames	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/506_relaxed_usernames	2006-09-17 10:27:25 UTC (rev 1114)
@@ -17,8 +17,8 @@
 
 Index: shadow-4.0.18.1/libmisc/chkname.c
 ===================================================================
---- shadow-4.0.18.1.orig/libmisc/chkname.c	2006-08-25 11:56:06.094085422 +0200
-+++ shadow-4.0.18.1/libmisc/chkname.c	2006-08-25 11:56:50.742448356 +0200
+--- shadow-4.0.18.1.orig/libmisc/chkname.c	2005-08-31 19:24:57.000000000 +0200
++++ shadow-4.0.18.1/libmisc/chkname.c	2006-09-17 12:25:11.379482737 +0200
 @@ -17,6 +17,7 @@
  #endif
  static int good_name (const char *name)
@@ -46,8 +46,8 @@
  }
 Index: shadow-4.0.18.1/man/useradd.8.xml
 ===================================================================
---- shadow-4.0.18.1.orig/man/useradd.8.xml	2006-08-25 11:56:06.150085877 +0200
-+++ shadow-4.0.18.1/man/useradd.8.xml	2006-08-25 11:56:50.770448583 +0200
+--- shadow-4.0.18.1.orig/man/useradd.8.xml	2006-07-24 07:48:36.000000000 +0200
++++ shadow-4.0.18.1/man/useradd.8.xml	2006-09-17 12:25:11.383482768 +0200
 @@ -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

Modified: branches/etch/debian/patches/507_32char_grnames.dpatch
===================================================================
--- branches/etch/debian/patches/507_32char_grnames.dpatch	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/507_32char_grnames.dpatch	2006-09-17 10:27:25 UTC (rev 1114)
@@ -33,8 +33,8 @@
 
 Index: shadow-4.0.18.1/libmisc/chkname.c
 ===================================================================
---- shadow-4.0.18.1.orig/libmisc/chkname.c	2006-08-25 11:56:50.742448356 +0200
-+++ shadow-4.0.18.1/libmisc/chkname.c	2006-08-25 11:56:51.958458239 +0200
+--- shadow-4.0.18.1.orig/libmisc/chkname.c	2006-09-17 12:25:11.379482737 +0200
++++ shadow-4.0.18.1/libmisc/chkname.c	2006-09-17 12:25:12.031487919 +0200
 @@ -66,10 +66,10 @@
  int check_group_name (const char *name)
  {

Modified: branches/etch/debian/patches/508_nologin_in_usr_sbin
===================================================================
--- branches/etch/debian/patches/508_nologin_in_usr_sbin	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/508_nologin_in_usr_sbin	2006-09-17 10:27:25 UTC (rev 1114)
@@ -1,7 +1,7 @@
 Index: shadow-4.0.18.1/src/Makefile.am
 ===================================================================
---- shadow-4.0.18.1.orig/src/Makefile.am	2006-08-25 11:56:49.386437334 +0200
-+++ shadow-4.0.18.1/src/Makefile.am	2006-08-25 11:57:22.462706141 +0200
+--- shadow-4.0.18.1.orig/src/Makefile.am	2006-09-17 12:25:10.759477808 +0200
++++ shadow-4.0.18.1/src/Makefile.am	2006-09-17 12:25:26.423602317 +0200
 @@ -21,7 +21,6 @@
  # $prefix/bin and $prefix/sbin, no install-data hacks...)
  

Modified: branches/etch/debian/patches/523_su_arguments_are_concatenated
===================================================================
--- branches/etch/debian/patches/523_su_arguments_are_concatenated	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/523_su_arguments_are_concatenated	2006-09-17 10:27:25 UTC (rev 1114)
@@ -10,8 +10,8 @@
 
 Index: shadow-4.0.18.1/src/su.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/su.c	2006-08-25 11:56:36.906335896 +0200
-+++ shadow-4.0.18.1/src/su.c	2006-08-25 11:57:04.046556482 +0200
+--- shadow-4.0.18.1.orig/src/su.c	2006-09-17 12:25:07.823454470 +0200
++++ shadow-4.0.18.1/src/su.c	2006-09-17 12:25:20.079551891 +0200
 @@ -879,6 +879,35 @@
  			argv[0] = "-c";
  			argv[1] = command;

Modified: branches/etch/debian/patches/523_su_arguments_are_no_more_concatenated_by_default
===================================================================
--- branches/etch/debian/patches/523_su_arguments_are_no_more_concatenated_by_default	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/523_su_arguments_are_no_more_concatenated_by_default	2006-09-17 10:27:25 UTC (rev 1114)
@@ -10,8 +10,8 @@
 
 Index: shadow-4.0.18.1/src/su.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/su.c	2006-08-25 11:57:04.046556482 +0200
-+++ shadow-4.0.18.1/src/su.c	2006-08-25 11:57:05.290566592 +0200
+--- shadow-4.0.18.1.orig/src/su.c	2006-09-17 12:25:20.079551891 +0200
++++ shadow-4.0.18.1/src/su.c	2006-09-17 12:25:20.687556724 +0200
 @@ -76,6 +76,19 @@
  /* If nonzero, change some environment vars to indicate the user su'd to. */
  static int change_environment;

Modified: branches/etch/debian/patches/542_useradd-O_option
===================================================================
--- branches/etch/debian/patches/542_useradd-O_option	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/542_useradd-O_option	2006-09-17 10:27:25 UTC (rev 1114)
@@ -7,8 +7,8 @@
 
 Index: shadow-4.0.18.1/man/useradd.8.xml
 ===================================================================
---- shadow-4.0.18.1.orig/man/useradd.8.xml	2006-08-25 11:56:50.770448583 +0200
-+++ shadow-4.0.18.1/man/useradd.8.xml	2006-08-25 11:56:53.106467569 +0200
+--- shadow-4.0.18.1.orig/man/useradd.8.xml	2006-09-17 12:25:11.383482768 +0200
++++ shadow-4.0.18.1/man/useradd.8.xml	2006-09-17 12:25:12.683493102 +0200
 @@ -201,6 +201,11 @@
  	    <replaceable>UID_MIN</replaceable>=<replaceable>10</replaceable>,<replaceable>UID_MAX</replaceable>=<replaceable>499</replaceable>
  	    doesn't work yet.
@@ -23,8 +23,8 @@
        <varlistentry>
 Index: shadow-4.0.18.1/src/useradd.c
 ===================================================================
---- shadow-4.0.18.1.orig/src/useradd.c	2006-08-25 11:56:43.898392728 +0200
-+++ shadow-4.0.18.1/src/useradd.c	2006-08-25 11:56:53.114467634 +0200
+--- shadow-4.0.18.1.orig/src/useradd.c	2006-09-17 12:25:09.751469796 +0200
++++ shadow-4.0.18.1/src/useradd.c	2006-09-17 12:25:12.687493134 +0200
 @@ -1023,7 +1023,7 @@
  			{NULL, 0, NULL, '\0'}
  		};

Modified: branches/etch/debian/patches/592_manpages_typos
===================================================================
--- branches/etch/debian/patches/592_manpages_typos	2006-09-17 10:21:45 UTC (rev 1113)
+++ branches/etch/debian/patches/592_manpages_typos	2006-09-17 10:27:25 UTC (rev 1114)
@@ -8,8 +8,8 @@
 
 Index: shadow-4.0.18.1/man/passwd.1.xml
 ===================================================================
---- shadow-4.0.18.1.orig/man/passwd.1.xml	2006-08-25 11:56:01.738050007 +0200
-+++ shadow-4.0.18.1/man/passwd.1.xml	2006-08-25 11:57:15.846652378 +0200
+--- shadow-4.0.18.1.orig/man/passwd.1.xml	2006-07-24 07:48:36.000000000 +0200
++++ shadow-4.0.18.1/man/passwd.1.xml	2006-09-17 12:25:23.823581651 +0200
 @@ -87,8 +87,8 @@
        <title>Hints for user passwords</title>
        <para>
@@ -23,8 +23,8 @@
        </para>
 Index: shadow-4.0.18.1/man/useradd.8.xml
 ===================================================================
---- shadow-4.0.18.1.orig/man/useradd.8.xml	2006-08-25 11:56:53.106467569 +0200
-+++ shadow-4.0.18.1/man/useradd.8.xml	2006-08-25 11:57:15.950653223 +0200
+--- shadow-4.0.18.1.orig/man/useradd.8.xml	2006-09-17 12:25:12.683493102 +0200
++++ shadow-4.0.18.1/man/useradd.8.xml	2006-09-17 12:25:23.823581651 +0200
 @@ -35,7 +35,7 @@
      <title>DESCRIPTION</title>
        <para>




More information about the Pkg-shadow-commits mailing list