Update of /cvsroot/mailman/mailman
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10293
Modified Files:
Tag: Release_2_1-maint
NEWS configure configure.in
Log Message:
>From the NEWS file:
- Added the ability for Mailman generated passwords (both member and list
admin) to be more cryptographically secure. See new configuration
variables USER_FRIENDLY_PASSWORDS, MEMBER_PASSWORD_LENGTH, and
ADMIN_PASSWORD_LENGTH. Also added a new bin/withlist script called
reset_pw which can be used to reset all member passwords. Passwords
generated by Mailman are now 8 characters by default for members, and 10
characters for list administrators.
Index: NEWS
===================================================================
RCS file: /cvsroot/mailman/mailman/NEWS,v
retrieving revision 2.43.2.34
retrieving revision 2.43.2.35
diff -u -d -r2.43.2.34 -r2.43.2.35
--- NEWS 28 Dec 2004 04:11:55 -0000 2.43.2.34
+++ NEWS 30 Dec 2004 20:49:28 -0000 2.43.2.35
@@ -6,6 +6,14 @@
2.1.6 (XX-XXX-200X)
+ - Added the ability for Mailman generated passwords (both member and list
+ admin) to be more cryptographically secure. See new configuration
+ variables USER_FRIENDLY_PASSWORDS, MEMBER_PASSWORD_LENGTH, and
+ ADMIN_PASSWORD_LENGTH. Also added a new bin/withlist script called
+ reset_pw which can be used to reset all member passwords. Passwords
+ generated by Mailman are now 8 characters by default for members, and 10
+ characters for list administrators.
+
- Allow editing of the welcome message from the admin page (1085501).
- A potential cross-site scripting hole in the driver script has been
Index: configure
===================================================================
RCS file: /cvsroot/mailman/mailman/configure,v
retrieving revision 2.38.2.4
retrieving revision 2.38.2.5
diff -u -d -r2.38.2.4 -r2.38.2.5
--- configure 24 Dec 2003 17:11:48 -0000 2.38.2.4
+++ configure 30 Dec 2004 20:49:28 -0000 2.38.2.5
@@ -1,326 +1,51 @@
#! /bin/sh
-# From configure.in Revision: 2.39.2.3 .
+
+# From configure.in Revision: 2.39.2.4
+
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57.
+# Generated automatically using autoconf version 2.13
+# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
-# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
[...5822 lines suppressed...]
- test "$silent" = yes &&
- ac_config_status_args="$ac_config_status_args --quiet"
- exec 5>/dev/null
- $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
- exec 5>>config.log
- # Use ||, not &&, to avoid exiting from the if with $? = 1, which
- # would make configure fail if this is the last instruction.
- $ac_cs_success || { (exit 1); exit 1; }
-fi
+EOF
+cat >> $CONFIG_STATUS <<\EOF
+echo "configuration completed at" `date`
+exit 0
+EOF
+chmod +x $CONFIG_STATUS
+rm -fr confdefs* $ac_clean_files
+test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
# Make sure all the build scripts are executable.
Index: configure.in
===================================================================
RCS file: /cvsroot/mailman/mailman/configure.in,v
retrieving revision 2.39.2.4
retrieving revision 2.39.2.5
diff -u -d -r2.39.2.4 -r2.39.2.5
--- configure.in 24 Dec 2003 17:11:48 -0000 2.39.2.4
+++ configure.in 30 Dec 2004 20:49:28 -0000 2.39.2.5
@@ -545,6 +545,7 @@
bin/add_members \
bin/arch \
bin/change_pw \
+bin/reset_pw \
bin/check_db \
bin/check_perms \
bin/cleanarch \
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org