Skip to content

Commit

Permalink
[svn-upgrade] Integrating new upstream version, shadow (4.0.14)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekral-guest committed Oct 7, 2007
1 parent 8451bed commit 24178ad
Show file tree
Hide file tree
Showing 502 changed files with 27,617 additions and 15,245 deletions.
2 changes: 1 addition & 1 deletion doc/LICENSE → COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This document is freely plagiarised from the 'Artistic Licence',
distributed as part of the Perl v4.0 kit by Larry Wall, which is
available from most major archive sites. I stole it from CrackLib.

$Id: LICENSE,v 1.2 1997/05/01 23:14:30 marekm Exp $
$Id: COPYING,v 1.1 2005/12/11 16:55:40 kloczek Exp $
*)

This documents purpose is to state the conditions under which this
Expand Down
839 changes: 687 additions & 152 deletions ChangeLog

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ host_triplet = @host@
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(srcdir)/shadow.spec.in $(top_srcdir)/configure ABOUT-NLS \
ChangeLog NEWS TODO config.guess config.rpath config.sub \
depcomp install-sh ltmain.sh missing mkinstalldirs
COPYING ChangeLog NEWS TODO config.guess config.rpath \
config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
Expand Down
65 changes: 64 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,67 @@
$Id: NEWS,v 1.281 2005/10/10 18:24:59 kloczek Exp $
$Id: NEWS,v 1.331 2006/01/03 16:45:47 kloczek Exp $

shadow-4.0.13 -> shadow-4.0.14 03-01-2006

*** general:
- fixes in handling login.defs: $MAIL_FILE is used in userdel and usermod,
$MD5_CRYPT_ENAB is used by crypt_make_salt, which is used by chpasswd,
gpasswd and newusers.
Both variables moved to PAM not dependent (447_missing_login.defs_variables
Debian patch),
- chage: fix chage display when the last change field is set to 0.
This is consistent with PAM (merge 427_chage_expiry_0 Debian patch),
- su: if an password is expired, su should propose to change this password
(fixed http://bugs.debian.org/321384),
- login: added auditing support (based on Fedora patch for login from util-linux),
- useradd: merge PUG fixes from RedHat patch,
- nologin: new program,
- vipw: added a "quiet" mode (http://bugs.debian.org/190252),
- newgrp: added auditing support (by Steve Grubb <[email protected]>),
- switch over to a new logging function (by Steve Grubb <[email protected]>),
- userdel: fix incorrect audit record in userdel
(https://bugzilla.redhat.com/bugzilla/174392),
- userdel: remove the user's group unless it is not really a user-private group
for better PUG support (based on FC patch),
- userdel: make the -f option force the removal of the user's group (even if it
is the primary group of another user)
(merge 453_userdel_-f_removes_group Debian patch),
- usermod: rewrited for use getopt_long() (Christian Perrier <[email protected]>),
- grpck: fixed segmentation fault on using -s when /etc/gshadow is empty (fix by
Tomasz Lemiech <[email protected]>),
- passwd: remove handle -f, -g and -s options.
- added handle -s/--shell, -m/-p/preserve-environment options like GNU su
(based on patches from Debian submited by
Nicolas François <[email protected]>)
- su: export $USER and $SHELL as well as $HOME (http://bugs.debian.org/11003 and
http://bugs.debian.org/11189),
- su, vipw: rewrited for use getopt_long(),
- su: log successful/failed through syslog (http://bugs.debian.org/190215),
- updated translations: ca, cs, da, eu, fi, fr, it, pl, pt, ru, sv, tl, vi.
*** documentation:
- added es, ko vigr(8) and vipw(8), hu lastlog(8), ko vipw(8), zh_CN su(1),
zh_TW chpasswd(8) and su(1),
- added tr man pages: chage(1), chfn(1), groupadd(8), groupdel(8), groupmod(8),
login(1), passwd(1), passwd(5), shadow(5), su(1) useradd(8), userdel(8),
usermod(8),
- passwd5): added es, hu, pt_BR, zh_CN zh_TW translations,
- added full set (up to date) fr man pages
(by Nicolas François <[email protected]>),
- pwck(1): document -q option,
- WARNING: all translated man pages are now in UFT-8,
- added full set of ru man pages (by Yuri Kozlov <[email protected]>),
- login(1): better explain the respective roles of login, init and getty with regards
to the utmp file (merge 440_manpages-login.1 Debian patch),
- login(1): document how to initiate a trusted path on linux
(http://bugs.debian.org/305600),
- userdel(8): document the -f option; document the group removal behavior (merge
455_userdel.8.xml Debian patch),
- groupadd(8), useradd(8): document that useradd/groupadd refuse adding entries already in an
external database (http://bugs.debian.org/282184),
- updated it groupdel(8), passwd(1), pwconv(8), useradd(8), userdel(8), usermod(8) man pages
(merge 205_it-manpages Debian patch),
- added fi chfn(1), chsh(1), passwd(1), su(1),
- newusers(8): added it translation,
- newgrp(1): added de, es, zh_CN, zh_TW translations.

shadow-4.0.12 -> shadow-4.0.13 10-10-2005

Expand Down
73 changes: 72 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,78 @@ Mailing lists archives:
[email protected] - http://mail.pld.org.pl/mailman/pipermail/shadow/
[email protected] - http://mail.pld.org.pl/mailman/pipermail/shadow-commit/

Authors and contributors
========================

Thanks to at least the following people for sending me patches, bug
reports and various comments. This list may be incomplete, I received
a lot of mail...


Adam Rudnicki <[email protected]>
Alan Curry <[email protected]>
Alexander O. Yuriev <[email protected]>
Algis Rudys <[email protected]>
Andreas Jaeger <[email protected]>
Aniello Del Sorbo <[email protected]>
Anton Gluck <[email protected]>
Arkadiusz Miskiewicz <[email protected]>
Ben Collins <[email protected]>
Brian R. Gaeke <[email protected]>
Calle Karlsson <[email protected]>
Chip Rosenthal <[email protected]>
Chris Evans <[email protected]>
Cristian Gafton <[email protected]>
Darcy Boese <[email protected]>
Dave Hagewood <[email protected]>
David A. Holland <[email protected]>
David Frey <[email protected]>
Ed Carp <[email protected]>
Floody <[email protected]>
Frank Denis <[email protected]>
George Kraft IV <[email protected]>
Greg Mortensen <[email protected]>
Guido van Rooij
Guy Maor <[email protected]>
Hrvoje Dogan <[email protected]>
Janos Farkas <[email protected]>
Jay Soffian <[email protected]>
Jesse Thilo <[email protected]>
Joey Hess <[email protected]>
John Adelsberger <[email protected]>
Jonathan Hankins <[email protected]>
Jon Lewis <[email protected]>
Joshua Cowan <[email protected]>
Judd Bourgeois <[email protected]>
Juergen Heinzl <[email protected]>
Juha Virtanen <[email protected]>
Julianne Frances Haugh <[email protected]>
Leonard N. Zubkoff <[email protected]>
Luca Berra <[email protected]>
Lutz Schwalowsky <[email protected]>
Marc Ewing <[email protected]>
Martin Bene <[email protected]>
Martin Mares <[email protected]>
Michael Meskes <[email protected]>
Michael Talbot-Wilson <[email protected]>
Mike Pakovic <[email protected]>
Nicolas François <[email protected]>
Nikos Mavroyanopoulos <[email protected]>
Pavel Machek <[email protected]>
Phillip Street
Rafał Maszkowski <[email protected]>
Rani Chouha <[email protected]>
Sami Kerola <[email protected]>
Shane Watts <[email protected]>
Steve M. Robbins <[email protected]>
Thorsten Kukuk <[email protected]>
Tim Hockin <[email protected]>
Timo Karjalainen <[email protected]>
Ulisses Alonso Camaro <[email protected]>
Werner Fink <[email protected]>

Maintainer contact
==================

Tomasz K�oczko <[email protected]>
Tomasz Kłoczko <[email protected]>

Loading

0 comments on commit 24178ad

Please sign in to comment.