]> granicus.if.org Git - shadow/log
shadow
16 years agoFix typo: EXTRA_DOST -> EXTRA_DIST.
nekral-guest [Sun, 18 Nov 2007 01:21:43 +0000 (01:21 +0000)]
Fix typo: EXTRA_DOST -> EXTRA_DIST.

16 years agoFix a typo in a comment.
nekral-guest [Sun, 18 Nov 2007 01:20:10 +0000 (01:20 +0000)]
Fix a typo in a comment.

16 years agoDo not document the behavior compared to old versions.
nekral-guest [Sat, 17 Nov 2007 23:11:02 +0000 (23:11 +0000)]
Do not document the behavior compared to old versions.

16 years agoDo not mention the patch names in the NEWS entries. They are mentioned in
nekral-guest [Sat, 17 Nov 2007 22:21:50 +0000 (22:21 +0000)]
Do not mention the patch names in the NEWS entries. They are mentioned in
the ChangeLog.

16 years agoAdd NEWS entries for the previous changes.
nekral-guest [Sat, 17 Nov 2007 22:17:42 +0000 (22:17 +0000)]
Add NEWS entries for the previous changes.

16 years agoDocument the differences between locking an account and locking a password.
nekral-guest [Sat, 17 Nov 2007 22:07:47 +0000 (22:07 +0000)]
Document the differences between locking an account and locking a password.

16 years agoSame fixes as applied to usermod: refuse to unlock an account when it
nekral-guest [Sat, 17 Nov 2007 22:05:31 +0000 (22:05 +0000)]
Same fixes as applied to usermod: refuse to unlock an account when it
would result in a passwordless account.

16 years agoRefuse to unlock an account when it would result in a passwordless
nekral-guest [Sat, 17 Nov 2007 22:02:22 +0000 (22:02 +0000)]
Refuse to unlock an account when it would result in a passwordless
account.  Based on Openwall's patch shadow-4.0.4.1-owl-usermod-unlock.diff

16 years agoMake sure that the prefix is the name of a directory (not only the
nekral-guest [Sat, 17 Nov 2007 21:24:06 +0000 (21:24 +0000)]
Make sure that the prefix is the name of a directory (not only the
beginning of a directory).
Openwall patch shadow-4.0.4.1-owl-userdel-path_prefix.diff.

16 years ago* src/newgrp.c: Do not give an indication that the group has no
nekral-guest [Sat, 17 Nov 2007 21:03:33 +0000 (21:03 +0000)]
* src/newgrp.c: Do not give an indication that the group has no
  password.
* src/newgrp.c: Do not only bail on syslog if the password is not
  valid. Also give an indication to the user on stderr.

16 years agoRemove a comment which states that an user shall provide a password to
nekral-guest [Sat, 17 Nov 2007 20:41:49 +0000 (20:41 +0000)]
Remove a comment which states that an user shall provide a password to
switch to her group.

16 years agoLast parts of the Openwall patch shadow-4.0.4.1-owl-chage-drop-priv.diff:
nekral-guest [Sat, 17 Nov 2007 20:28:32 +0000 (20:28 +0000)]
Last parts of the Openwall patch shadow-4.0.4.1-owl-chage-drop-priv.diff:
 * src/chage.c: Make chage -l also drop the saved GID.
 * src/chage.c: Prefer setregid/setreuid to setgid/setuid.

16 years ago* src/chage.c: Remove cleanup(). pw_lock is never called. Replace
nekral-guest [Sat, 17 Nov 2007 20:09:54 +0000 (20:09 +0000)]
* src/chage.c: Remove cleanup(). pw_lock is never called. Replace
  cleanup(2) by spw_unlock and remove the calls to cleanup(1).
* src/chage.c: Remove variable pwrw. It is always set to 0. The
  password database is always read only.

16 years ago* man/generate_translations.mak: Generic rules for all the
nekral-guest [Sat, 17 Nov 2007 18:45:22 +0000 (18:45 +0000)]
* man/generate_translations.mak: Generic rules for all the
  generated translated manpages (if ENABLE_REGENERATE_MAN).
* man/Makefile.am: Removed rules for all the generated translated
  manpages.
* man/sv/Makefile.am, man/de/Makefile.am, man/fr/Makefile.am,
  man/pl/Makefile.am, man/ru/Makefile.am, man/it/Makefile.am:
  Include generate_translations.mak to handle the generated
  translations (XML and roff files).
* man/Makefile.am: Translated XML files moved from the CLEANFILES
  variable of man/Makefile.am to the various languages Makefiles.

16 years agoFixes from Openwall patch shadow-4.0.4.1-alt-man.diff:
nekral-guest [Sat, 17 Nov 2007 18:13:17 +0000 (18:13 +0000)]
Fixes from Openwall patch shadow-4.0.4.1-alt-man.diff:
 * man/useradd.8.xml: Indicate that the NIS caveats is also valid
   for any external database as LDAP.
 * man/groupadd.8.xml: Likewise.
 * man/groupadd.8.xml: Reorder and reformat the caveats bullets.

16 years agoStart applying Debian patch 409_man_generate_from_PO:
nekral-guest [Sat, 17 Nov 2007 17:47:02 +0000 (17:47 +0000)]
Start applying Debian patch 409_man_generate_from_PO:
 * NEWS: Applied Debian patch 409_man_generate_from_PO to
   automatically generate the translated manpages from the POs.
 * man/Makefile.am: Replace the individual rules for the generation
   of the manpages (from XML) by a generic Makefile rule an
   dependencies for the linked manpages.

16 years agoDocument that chpasswd does not use PAM to update the passwords. This fixes
nekral-guest [Sat, 17 Nov 2007 17:31:54 +0000 (17:31 +0000)]
Document that chpasswd does not use PAM to update the passwords. This fixes
http://bugs.debian.org/396726.  Debian patch 411_chpasswd_document_no_pam.

16 years agoProvide URLs for the Debian bugs.
nekral-guest [Sat, 17 Nov 2007 17:24:23 +0000 (17:24 +0000)]
Provide URLs for the Debian bugs.

16 years agoAvoid terminating the PAM library in the forked child. This is done later
nekral-guest [Sat, 17 Nov 2007 17:19:44 +0000 (17:19 +0000)]
Avoid terminating the PAM library in the forked child.  This is done later
in the parent after closing the PAM session.
This fixes http://bugs.debian.org/412061.
Debian patch 405_su_no_pam_end_before_exec.

16 years agoMention sg in the newgrp manpage. Debian patch 410_newgrp_man_mention_sg.
nekral-guest [Sat, 17 Nov 2007 17:03:01 +0000 (17:03 +0000)]
Mention sg in the newgrp manpage. Debian patch 410_newgrp_man_mention_sg.

16 years agoFix typo: the warndays option was called warning. This is now warndays,
nekral-guest [Sat, 17 Nov 2007 16:57:37 +0000 (16:57 +0000)]
Fix typo: the warndays option was called warning.  This is now warndays,
as documented in the manpage and usage.  Debian patch 417_passwd_warndays.

16 years agoRemove the preprocessor check SHADOWPWD. The variable is no more defined
nekral-guest [Sat, 17 Nov 2007 16:50:26 +0000 (16:50 +0000)]
Remove the preprocessor check SHADOWPWD. The variable is no more defined
(and always assumed).  Debian patch 493_pwck_no_SHADOWPWD.

16 years agoAdd NEWS entries for the last 2 changes.
nekral-guest [Sat, 17 Nov 2007 16:43:00 +0000 (16:43 +0000)]
Add NEWS entries for the last 2 changes.

16 years ago-l/-u options: edit the shadow account expiry field *in addition* to
nekral-guest [Sat, 17 Nov 2007 16:40:39 +0000 (16:40 +0000)]
-l/-u options: edit the shadow account expiry field *in addition* to
editing the password field.  Debian patch 494_passwd_lock.

16 years agoFix typos.
nekral-guest [Sat, 17 Nov 2007 16:33:33 +0000 (16:33 +0000)]
Fix typos.

16 years agoNew TODO for later.
nekral-guest [Sat, 17 Nov 2007 16:27:30 +0000 (16:27 +0000)]
New TODO for later.

16 years agoDo not request a password when a user uses newgrp to switch to her primary
nekral-guest [Sat, 17 Nov 2007 16:19:00 +0000 (16:19 +0000)]
Do not request a password when a user uses newgrp to switch to her primary
group.  Debian patch 497_newgrp_primary_group.

16 years agoLog an error if the password entry could not be
nekral-guest [Sat, 17 Nov 2007 16:05:54 +0000 (16:05 +0000)]
Log an error if the password entry could not be
found (respect LOG_UNKFAIL_ENAB to avoid logging a password). This
fixes the Debian bug http://bugs.debian.org/451521

16 years ago-b documenation: Use the same notation for the -d argument as in the -d documentation.
nekral-guest [Sat, 17 Nov 2007 15:27:12 +0000 (15:27 +0000)]
-b documenation: Use the same notation for the -d argument as in the -d documentation.

16 years agoAllow the -b option even without the -D option.
nekral-guest [Sat, 17 Nov 2007 15:07:59 +0000 (15:07 +0000)]
Allow the -b option even without the -D option.

16 years agoUse the same error message for the below errors.
nekral-guest [Sat, 17 Nov 2007 14:49:39 +0000 (14:49 +0000)]
Use the same error message for the below errors.
(option working ONLY if another is specified).

16 years agoMake usermod -o and -u work independently of the argument order.
nekral-guest [Sat, 17 Nov 2007 14:40:54 +0000 (14:40 +0000)]
Make usermod -o and -u work independently of the argument order.

16 years agoValidate that two of the -L, -p, and -U options are not used at the same
nekral-guest [Sat, 17 Nov 2007 14:33:26 +0000 (14:33 +0000)]
Validate that two of the -L, -p, and -U options are not used at the same
time after the parsing of options. -U used to be allowed after -p or -L,
but not before.

16 years agoMake usermod -d and -m work independant of the argument order. Thanks to
nekral-guest [Sat, 17 Nov 2007 14:21:05 +0000 (14:21 +0000)]
Make usermod -d and -m work independant of the argument order. Thanks to
Justin Pryzby <jpryzby+d@quoininc.com> for the patch. This fixes Debian's
bug #451518.

16 years ago* NEWS, lib/nscd.c: Execute nscd -i instead of using the private
nekral-guest [Sat, 17 Nov 2007 14:04:05 +0000 (14:04 +0000)]
* NEWS, lib/nscd.c: Execute nscd -i instead of using the private
  glibc socket to flush the nscd tables. This comes from the RedHat
  patch shadow-4.0.16-nscd.c.
* lib/commonio.c: Forbid inheritance of the passwd and group files
  to the spawed processes (like nscd). This comes from the RedHat
  patch shadow-4.0.17-notInheritFd.patch.
* lib/nscd.h: Update header.

16 years agoRemove remaining return value in update_group.
nekral-guest [Sat, 17 Nov 2007 13:48:56 +0000 (13:48 +0000)]
Remove remaining return value in update_group.

16 years ago* src/usermod.c (fail_exit): Add static variables pw_locked,
nekral-guest [Sat, 17 Nov 2007 11:42:47 +0000 (11:42 +0000)]
* src/usermod.c (fail_exit): Add static variables pw_locked,
  spw_locked, gr_locked, and sgr_locked to indicate which files must
  be unlocked.
* src/usermod.c (open_files, close_files): Open and close the
  group files as well as the passwd files. This permit to check if
  the group files modification are allowed before writing the passwd
  files.
* src/usermod.c (grp_update, update_gshadow, update_group): Do not
  return a status code, but call fail_exit() in case of error. The
  group files are no more opened and closed in update_gshadow() and
  update_group().
* src/usermod.c (main): move the call to grp_update between
  open_files and close_files.
* src/usermod.c: Differentiate failure to add a group entry and
  failure to add a shadow group entry.

16 years agoDifferentiate failure to update a group entry and failure to update a shadow group...
nekral-guest [Sat, 17 Nov 2007 11:31:06 +0000 (11:31 +0000)]
Differentiate failure to update a group entry and failure to update a shadow group entry.

16 years agoInform the user if out of memory while updating a group database.
nekral-guest [Fri, 16 Nov 2007 23:39:42 +0000 (23:39 +0000)]
Inform the user if out of memory while updating a group database.

16 years agoUpdate the group database before flushing the nscd caches.
nekral-guest [Fri, 16 Nov 2007 23:29:41 +0000 (23:29 +0000)]
Update the group database before flushing the nscd caches.

16 years agoAbort if an error is found while updating the user or group database. No
nekral-guest [Fri, 16 Nov 2007 23:26:56 +0000 (23:26 +0000)]
Abort if an error is found while updating the user or group database. No
changes will be written in the databases.

16 years agoIt is no more needed to check that the user's groups are specified only
nekral-guest [Fri, 16 Nov 2007 23:05:24 +0000 (23:05 +0000)]
It is no more needed to check that the user's groups are specified only
once in the group file. This is checked by gr_update().

16 years ago * lib/commonio.c (next_entry_by_name): New function.
nekral-guest [Fri, 16 Nov 2007 22:59:14 +0000 (22:59 +0000)]
 * lib/commonio.c (next_entry_by_name): New function.
 * NEWS, lib/commonio.c (commonio_update): When an entry is updated, make
   sure that there are no other entry with the same name. This fixes
   an infinite loop in userdel and usermod when an (erroneous) group
   file contains two entries with the same name.
   (https://bugzilla.redhat.com/show_bug.cgi?id=240915)

16 years agoFix date entry.
nekral-guest [Fri, 16 Nov 2007 22:33:59 +0000 (22:33 +0000)]
Fix date entry.

16 years ago * libmisc/salt.c: Make sure the salt string is terminated at the
nekral-guest [Fri, 16 Nov 2007 19:02:00 +0000 (19:02 +0000)]
 * libmisc/salt.c: Make sure the salt string is terminated at the
   right place (either 8th, or 11th position).
 * NEWS, src/chgpasswd.c, src/chpasswd.c: The protocol + salt does
   not need 15 chars. No need for a temporary buffer.
   This change the fix committed on 2007-11-10. The salt provided to
   pw_encrypt could have been too long.

16 years agoFix typo: missing / in <placeholder-1/>. This caused the gpasswd title to be incomple...
nekral-guest [Fri, 16 Nov 2007 14:10:29 +0000 (14:10 +0000)]
Fix typo: missing / in <placeholder-1/>. This caused the gpasswd title to be incomplete in the French manpage.

16 years agoAdd support for uClibc with no l64a().
nekral-guest [Fri, 16 Nov 2007 12:36:21 +0000 (12:36 +0000)]
Add support for uClibc with no l64a().

16 years agoAdd support for systems with no innetgr(). On those systems, username
nekral-guest [Fri, 16 Nov 2007 11:32:42 +0000 (11:32 +0000)]
Add support for systems with no innetgr().  On those systems, username
with an @ will be treated like any other username (i.e. lookup in the
local database for an user with an @). Thanks to Mike Frysinger for the
patch.

16 years agoIndentation fix.
nekral-guest [Fri, 16 Nov 2007 10:50:38 +0000 (10:50 +0000)]
Indentation fix.

16 years agoDeclare the child and pid variable at the beginning of a block. This
nekral-guest [Wed, 14 Nov 2007 13:46:15 +0000 (13:46 +0000)]
Declare the child and pid variable at the beginning of a block.  This
fixes a compilation issue with gcc 2.95. The intent is the same as
Gentoo's patch shadow-4.0.12-gcc2.patch.

16 years agoAdd a variable to set the suid permissions. This should simplify Gentoo's
nekral-guest [Wed, 14 Nov 2007 13:32:25 +0000 (13:32 +0000)]
Add a variable to set the suid permissions. This should simplify Gentoo's
patch shadow-4.0.11.1-perms.patch.

16 years agoAdded the subversion svn:keywords property (Id) for proper identification.
nekral-guest [Sat, 10 Nov 2007 23:46:11 +0000 (23:46 +0000)]
Added the subversion svn:keywords property (Id) for proper identification.

16 years agoRestore the ignore patterns from the previous repository.
nekral-guest [Sat, 10 Nov 2007 23:34:37 +0000 (23:34 +0000)]
Restore the ignore patterns from the previous repository.

16 years agoUpdate the PO files.
nekral-guest [Sat, 10 Nov 2007 22:36:37 +0000 (22:36 +0000)]
Update the PO files.

16 years agoDon't ask for a password if there are no group passwords. Just directly
nekral-guest [Sat, 10 Nov 2007 18:54:40 +0000 (18:54 +0000)]
Don't ask for a password if there are no group passwords. Just directly
give up. This comes from the Fedora's patch shadow-4.0.13-newgrpPwd.patch,
and seems to be the only part with an effect.

16 years agoFix chpasswd and chgpasswd stack overflow. Based on Fedora's shadow-4.0.18.1-overflow...
nekral-guest [Sat, 10 Nov 2007 18:48:23 +0000 (18:48 +0000)]
Fix chpasswd and chgpasswd stack overflow. Based on Fedora's shadow-4.0.18.1-overflow.patch.

16 years agoAllow non numerical group identifier to be specified with useradd's -g
nekral-guest [Sat, 10 Nov 2007 15:51:38 +0000 (15:51 +0000)]
Allow non numerical group identifier to be specified with useradd's -g
option. Applied Debian patch 397_non_numerical_identifier. Thanks also to
Greg Schafer <gschafer@zip.com.au>.

16 years agoUpdate the release date.
nekral-guest [Sun, 28 Oct 2007 15:36:14 +0000 (15:36 +0000)]
Update the release date.

16 years agoUpdate the version number to 4.0.18.2 and the gettext version to 0.16.
nekral-guest [Sat, 27 Oct 2007 23:22:11 +0000 (23:22 +0000)]
Update the version number to 4.0.18.2 and the gettext version to 0.16.

16 years agoRemove the generate_translations.mak inclusion. This file does not exist
nekral-guest [Sat, 27 Oct 2007 23:19:32 +0000 (23:19 +0000)]
Remove the generate_translations.mak inclusion. This file does not exist
and will be introduced later when the Debian patch
409_man_generate_from_PO will be included.

16 years agoRemove a plural form. nplurals=1 for japanese. Moreover, msgstr[0] was identical...
nekral-guest [Sat, 27 Oct 2007 23:18:08 +0000 (23:18 +0000)]
Remove a plural form. nplurals=1 for japanese. Moreover, msgstr[0] was identical to msgstr[1].

16 years agoMake autogen.sh executable.
nekral-guest [Sat, 27 Oct 2007 23:15:42 +0000 (23:15 +0000)]
Make autogen.sh executable.

16 years agoAdd support for 2 new resource limits. Thanks to Justin Bronder for the
nekral-guest [Sat, 27 Oct 2007 19:45:21 +0000 (19:45 +0000)]
Add support for 2 new resource limits. Thanks to Justin Bronder for the
patch. This was reported in the Debian bug #442334.
This only impact shadow when it is not compiled with PAM support.

16 years agoDocument all gpasswd.1 options separately. This clarify the gpasswd.1
nekral-guest [Sat, 27 Oct 2007 14:00:31 +0000 (14:00 +0000)]
Document all gpasswd.1 options separately. This clarify the gpasswd.1
manpages (reported in debian bug #445480).

16 years agoMention the GNU origin of some parts from su. Debian patch 438
bubulle [Sat, 27 Oct 2007 13:50:40 +0000 (13:50 +0000)]
Mention the GNU origin of some parts from su. Debian patch 438

16 years agoFix spelling error. Debian patch 433
bubulle [Sat, 27 Oct 2007 13:45:14 +0000 (13:45 +0000)]
Fix spelling error. Debian patch 433

16 years agoMerge Debian patch 416_man-fr_newgrp (yet another French fry^W fix)
bubulle [Sat, 27 Oct 2007 13:13:24 +0000 (13:13 +0000)]
Merge Debian patch 416_man-fr_newgrp (yet another French fry^W fix)

16 years agoUpdate contact information.
nekral-guest [Sat, 27 Oct 2007 13:11:28 +0000 (13:11 +0000)]
Update contact information.

16 years agoUpdate contact informations.
nekral-guest [Sat, 27 Oct 2007 13:08:46 +0000 (13:08 +0000)]
Update contact informations.

16 years agoMerge Debian patch 402: clarify usermod "-a" help
bubulle [Sat, 27 Oct 2007 13:01:19 +0000 (13:01 +0000)]
Merge Debian patch 402: clarify usermod "-a" help

16 years agoMerged in Debian patch 203 (german man pages translation)
bubulle [Sat, 27 Oct 2007 12:57:25 +0000 (12:57 +0000)]
Merged in Debian patch 203 (german man pages translation)

16 years agoMerge in Debian patch 202: switch Italian man pages to gettext
bubulle [Sat, 27 Oct 2007 12:53:06 +0000 (12:53 +0000)]
Merge in Debian patch 202: switch Italian man pages to gettext

16 years agoMention 102 in the "fix sorry" changelog entry
bubulle [Sat, 27 Oct 2007 12:49:56 +0000 (12:49 +0000)]
Mention 102 in the "fix sorry" changelog entry

16 years agoMerged patch 201: fix translation error in French man pages
bubulle [Sat, 27 Oct 2007 12:49:12 +0000 (12:49 +0000)]
Merged patch 201: fix translation error in French man pages

16 years agoNo longer apologize to users
bubulle [Sat, 27 Oct 2007 12:46:30 +0000 (12:46 +0000)]
No longer apologize to users

16 years agoApply patch 102 from Debian. No mention in Changelog as we will immediately
bubulle [Sat, 27 Oct 2007 12:42:21 +0000 (12:42 +0000)]
Apply patch 102 from Debian. No mention in Changelog as we will immediately
fuzzy the strings with "sorry"

16 years agoUpdated Chinese translation (zh_CN: 385t11f4t).
nekral-guest [Sat, 27 Oct 2007 12:35:57 +0000 (12:35 +0000)]
Updated Chinese translation (zh_CN: 385t11f4t).

16 years agoUpdated Finish translation.
nekral-guest [Sat, 27 Oct 2007 12:08:44 +0000 (12:08 +0000)]
Updated Finish translation.
Thanks to Tommi Vainikainen <thv+debian@iki.fi>.

16 years agoIf compiled without PAM support, enforce the limits from /etc/limits when
nekral-guest [Fri, 12 Oct 2007 22:36:26 +0000 (22:36 +0000)]
If compiled without PAM support, enforce the limits from /etc/limits when
one of the -, -l, or --login options is set, even if called by root.
Thanks to Justin Bronder.

16 years agoConvert the Changelog and NEWS to UTF-8.
nekral-guest [Sun, 7 Oct 2007 14:57:03 +0000 (14:57 +0000)]
Convert the Changelog and NEWS to UTF-8.

16 years agoFix the NEWS entries. The shadow-4.0.18.1 header was missing and
nekral-guest [Sun, 7 Oct 2007 14:52:16 +0000 (14:52 +0000)]
Fix the NEWS entries. The shadow-4.0.18.1 header was missing and
shadow-4.0.18.1/shadow-4.0.18.2 entries were mixed.

16 years agoCommit the last version from the PLD CVS repository.
nekral-guest [Sun, 7 Oct 2007 14:36:51 +0000 (14:36 +0000)]
Commit the last version from the PLD CVS repository.
(last changelog entry: 2007-02-01)
This also adds the files which were present in the CVS repository, but not
present in the shadow archives.

16 years agoRemove generated files present in the shadow archives but not in the CVS
nekral-guest [Sun, 7 Oct 2007 13:59:23 +0000 (13:59 +0000)]
Remove generated files present in the shadow archives but not in the CVS
repository.

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.18.1)
nekral-guest [Sun, 7 Oct 2007 11:48:07 +0000 (11:48 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.18.1)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.18)
nekral-guest [Sun, 7 Oct 2007 11:47:57 +0000 (11:47 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.18)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.17)
nekral-guest [Sun, 7 Oct 2007 11:47:45 +0000 (11:47 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.17)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.16)
nekral-guest [Sun, 7 Oct 2007 11:47:33 +0000 (11:47 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.16)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.15)
nekral-guest [Sun, 7 Oct 2007 11:47:22 +0000 (11:47 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.15)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.14)
nekral-guest [Sun, 7 Oct 2007 11:47:11 +0000 (11:47 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.14)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.13)
nekral-guest [Sun, 7 Oct 2007 11:47:01 +0000 (11:47 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.13)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.12)
nekral-guest [Sun, 7 Oct 2007 11:46:52 +0000 (11:46 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.12)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.11.1)
nekral-guest [Sun, 7 Oct 2007 11:46:43 +0000 (11:46 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.11.1)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.11)
nekral-guest [Sun, 7 Oct 2007 11:46:34 +0000 (11:46 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.11)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.10)
nekral-guest [Sun, 7 Oct 2007 11:46:25 +0000 (11:46 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.10)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.9)
nekral-guest [Sun, 7 Oct 2007 11:46:16 +0000 (11:46 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.9)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.8)
nekral-guest [Sun, 7 Oct 2007 11:46:07 +0000 (11:46 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.8)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.7)
nekral-guest [Sun, 7 Oct 2007 11:45:58 +0000 (11:45 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.7)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.6)
nekral-guest [Sun, 7 Oct 2007 11:45:49 +0000 (11:45 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.6)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.5)
nekral-guest [Sun, 7 Oct 2007 11:45:40 +0000 (11:45 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.5)

16 years ago[svn-upgrade] Integrating new upstream version, shadow (4.0.4.1)
nekral-guest [Sun, 7 Oct 2007 11:45:31 +0000 (11:45 +0000)]
[svn-upgrade] Integrating new upstream version, shadow (4.0.4.1)