Blame SPECS/shadow-utils.spec

4fb1b2
Summary: Utilities for managing accounts and shadow password files
4fb1b2
Name: shadow-utils
4fb1b2
Version: 4.6
9a10ea
Release: 12%{?dist}
4fb1b2
Epoch: 2
4fb1b2
URL: http://pkg-shadow.alioth.debian.org/
4fb1b2
Source0: https://github.com/shadow-maint/shadow/releases/download/%{version}/shadow-%{version}.tar.xz
4fb1b2
Source1: https://github.com/shadow-maint/shadow/releases/download/%{version}/shadow-%{version}.tar.xz.asc
4fb1b2
Source2: shadow-utils.useradd
4fb1b2
Source3: shadow-utils.login.defs
4fb1b2
Source4: shadow-bsd.txt
4fb1b2
Source5: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
4fb1b2
Patch0: shadow-4.6-redhat.patch
9a10ea
Patch1: shadow-4.6-goodname.patch
4fb1b2
Patch2: shadow-4.1.5.1-info-parent-dir.patch
4fb1b2
Patch6: shadow-4.6-selinux.patch
4fb1b2
Patch10: shadow-4.6-orig-context.patch
4fb1b2
Patch11: shadow-4.1.5.1-logmsg.patch
4fb1b2
Patch14: shadow-4.1.5.1-default-range.patch
9a10ea
Patch15: shadow-4.6-manfix.patch
4fb1b2
Patch17: shadow-4.1.5.1-userdel-helpfix.patch
4fb1b2
Patch19: shadow-4.2.1-date-parsing.patch
4fb1b2
Patch21: shadow-4.6-move-home.patch
4fb1b2
Patch22: shadow-4.6-audit-update.patch
4fb1b2
Patch23: shadow-4.5-usermod-unlock.patch
4fb1b2
Patch24: shadow-4.2.1-no-lock-dos.patch
4fb1b2
Patch28: shadow-4.3.1-selinux-perms.patch
4fb1b2
Patch29: shadow-4.2.1-null-tm.patch
4fb1b2
Patch31: shadow-4.6-getenforce.patch
4fb1b2
Patch32: shadow-4.5-crypt_h.patch
4fb1b2
Patch33: shadow-4.5-long-entry.patch
4fb1b2
Patch34: shadow-4.6-usermod-crash.patch
4fb1b2
Patch35: shadow-4.6-coverity.patch
4fb1b2
Patch36: shadow-4.6-use-itstool.patch
4fb1b2
Patch37: shadow-4.6-sssd-flush.patch
4fb1b2
Patch38: shadow-4.6-sysugid-min-limit.patch
4fb1b2
Patch39: shadow-4.6-chgrp-guard.patch
034400
Patch40: shadow-4.6-ignore-login-prompt.patch
034400
Patch41: shadow-4.6-use-lckpwdf.patch
5b8176
# Upstreamed
5b8176
Patch42: shadow-4.6-regular-user.patch
5b8176
# Upstreamed
5b8176
Patch43: shadow-4.6-home_mode-directive.patch
5b8176
# Upstreamed
5b8176
Patch44: shadow-4.6-check-local-groups.patch
9a10ea
# https://github.com/shadow-maint/shadow/commit/e84df9e163e133eb11a2728024ff3e3440592cf8
9a10ea
Patch45: shadow-4.6-sssd-redirect-warning.patch
4fb1b2
4fb1b2
License: BSD and GPLv2+
4fb1b2
Group: System Environment/Base
4fb1b2
BuildRequires: gcc
4fb1b2
BuildRequires: libselinux-devel >= 1.25.2-1
4fb1b2
BuildRequires: audit-libs-devel >= 1.6.5
4fb1b2
BuildRequires: libsemanage-devel
4fb1b2
BuildRequires: libacl-devel, libattr-devel
4fb1b2
BuildRequires: bison, flex, docbook-style-xsl, docbook-dtds
4fb1b2
BuildRequires: autoconf, automake, libtool, gettext-devel
4fb1b2
BuildRequires: /usr/bin/xsltproc, /usr/bin/itstool
4fb1b2
Requires: libselinux >= 1.25.2-1
4fb1b2
Requires: audit-libs >= 1.6.5
4fb1b2
Requires: setup
4fb1b2
Requires(pre): coreutils
4fb1b2
Requires(post): coreutils
4fb1b2
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
4fb1b2
4fb1b2
%description
4fb1b2
The shadow-utils package includes the necessary programs for
4fb1b2
converting UNIX password files to the shadow password format, plus
4fb1b2
programs for managing user and group accounts. The pwconv command
4fb1b2
converts passwords to the shadow password format. The pwunconv command
4fb1b2
unconverts shadow passwords and generates a passwd file (a standard
4fb1b2
UNIX password file). The pwck command checks the integrity of password
4fb1b2
and shadow files. The lastlog command prints out the last login times
4fb1b2
for all users. The useradd, userdel, and usermod commands are used for
4fb1b2
managing user accounts. The groupadd, groupdel, and groupmod commands
4fb1b2
are used for managing group accounts.
4fb1b2
4fb1b2
%prep
4fb1b2
%setup -q -n shadow-%{version}
4fb1b2
%patch0 -p1 -b .redhat
4fb1b2
%patch1 -p1 -b .goodname
4fb1b2
%patch2 -p1 -b .info-parent-dir
4fb1b2
%patch6 -p1 -b .selinux
4fb1b2
%patch10 -p1 -b .orig-context
4fb1b2
%patch11 -p1 -b .logmsg
4fb1b2
%patch14 -p1 -b .default-range
4fb1b2
%patch15 -p1 -b .manfix
4fb1b2
%patch17 -p1 -b .userdel
4fb1b2
%patch19 -p1 -b .date-parsing
4fb1b2
%patch21 -p1 -b .move-home
4fb1b2
%patch22 -p1 -b .audit-update
4fb1b2
%patch23 -p1 -b .unlock
4fb1b2
%patch24 -p1 -b .no-lock-dos
4fb1b2
%patch28 -p1 -b .selinux-perms
4fb1b2
%patch29 -p1 -b .null-tm
4fb1b2
%patch31 -p1 -b .getenforce
4fb1b2
%patch32 -p1 -b .crypt_h
4fb1b2
%patch33 -p1 -b .long-entry
4fb1b2
%patch34 -p1 -b .usermod-crash
4fb1b2
%patch35 -p1 -b .coverity
4fb1b2
%patch36 -p1 -b .use-itstool
4fb1b2
%patch37 -p1 -b .sssd-flush
4fb1b2
%patch38 -p1 -b .sysugid-min-limit
4fb1b2
%patch39 -p1 -b .chgrp-guard
034400
%patch40 -p1 -b .login-prompt
034400
%patch41 -p1 -b .use-lckpwdf
5b8176
%patch42 -p1 -b .regular-user
5b8176
%patch43 -p1 -b .home_mode-directive
5b8176
%patch44 -p1 -b .check-local-groups
9a10ea
%patch45 -p1 -b .sssd-redirect-warning
4fb1b2
4fb1b2
iconv -f ISO88591 -t utf-8  doc/HOWTO > doc/HOWTO.utf8
4fb1b2
cp -f doc/HOWTO.utf8 doc/HOWTO
4fb1b2
4fb1b2
cp -a %{SOURCE4} %{SOURCE5} .
4fb1b2
034400
# Force regeneration of getdate.c
034400
rm libmisc/getdate.c
034400
4fb1b2
%build
4fb1b2
%ifarch sparc64
4fb1b2
#sparc64 need big PIE
4fb1b2
export CFLAGS="$RPM_OPT_FLAGS -fPIE"
4fb1b2
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
4fb1b2
%else
4fb1b2
export CFLAGS="$RPM_OPT_FLAGS -fpie"
4fb1b2
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
4fb1b2
%endif
4fb1b2
4fb1b2
autoreconf
4fb1b2
%configure \
4fb1b2
        --enable-shadowgrp \
4fb1b2
        --enable-man \
4fb1b2
        --with-audit \
4fb1b2
        --with-sha-crypt \
4fb1b2
        --with-selinux \
4fb1b2
        --without-libcrack \
4fb1b2
        --without-libpam \
4fb1b2
        --disable-shared \
4fb1b2
        --with-group-name-max-length=32
4fb1b2
%make_build
4fb1b2
4fb1b2
%install
4fb1b2
rm -rf $RPM_BUILD_ROOT
4fb1b2
%make_install gnulocaledir=$RPM_BUILD_ROOT/%{_datadir}/locale MKINSTALLDIRS=`pwd`/mkinstalldirs
4fb1b2
install -d -m 755 $RPM_BUILD_ROOT/%{_sysconfdir}/default
4fb1b2
install -p -c -m 0644 %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/login.defs
4fb1b2
install -p -c -m 0600 %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/default/useradd
4fb1b2
4fb1b2
4fb1b2
ln -s useradd $RPM_BUILD_ROOT%{_sbindir}/adduser
4fb1b2
ln -s useradd.8 $RPM_BUILD_ROOT/%{_mandir}/man8/adduser.8
4fb1b2
for subdir in $RPM_BUILD_ROOT/%{_mandir}/{??,??_??,??_??.*}/man* ; do
4fb1b2
        test -d $subdir && test -e $subdir/useradd.8 && echo ".so man8/useradd.8" > $subdir/adduser.8
4fb1b2
done
4fb1b2
4fb1b2
# Remove binaries we don't use.
4fb1b2
rm $RPM_BUILD_ROOT/%{_bindir}/chfn
4fb1b2
rm $RPM_BUILD_ROOT/%{_bindir}/chsh
4fb1b2
rm $RPM_BUILD_ROOT/%{_bindir}/expiry
4fb1b2
rm $RPM_BUILD_ROOT/%{_bindir}/groups
4fb1b2
rm $RPM_BUILD_ROOT/%{_bindir}/login
4fb1b2
rm $RPM_BUILD_ROOT/%{_bindir}/passwd
4fb1b2
rm $RPM_BUILD_ROOT/%{_bindir}/su
4fb1b2
rm $RPM_BUILD_ROOT/%{_bindir}/faillog
4fb1b2
rm $RPM_BUILD_ROOT/%{_sysconfdir}/login.access
4fb1b2
rm $RPM_BUILD_ROOT/%{_sysconfdir}/limits
4fb1b2
rm $RPM_BUILD_ROOT/%{_sbindir}/logoutd
4fb1b2
rm $RPM_BUILD_ROOT/%{_sbindir}/nologin
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man1/chfn.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man1/chfn.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man1/chsh.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man1/chsh.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man1/expiry.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man1/expiry.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man1/groups.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man1/groups.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man1/login.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man1/login.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man1/passwd.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man1/passwd.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man1/su.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man1/su.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man5/limits.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man5/limits.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man5/login.access.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man5/login.access.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man5/passwd.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man5/passwd.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man5/porttime.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man5/porttime.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man5/suauth.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man5/suauth.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man8/logoutd.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man8/logoutd.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man8/nologin.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man8/nologin.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man3/getspnam.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man3/getspnam.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man5/faillog.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man5/faillog.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/man8/faillog.*
4fb1b2
rm $RPM_BUILD_ROOT/%{_mandir}/*/man8/faillog.*
4fb1b2
4fb1b2
find $RPM_BUILD_ROOT%{_mandir} -depth -type d -empty -delete
4fb1b2
%find_lang shadow
4fb1b2
for dir in $(ls -1d $RPM_BUILD_ROOT%{_mandir}/{??,??_??}) ; do
4fb1b2
    dir=$(echo $dir | sed -e "s|^$RPM_BUILD_ROOT||")
4fb1b2
    lang=$(basename $dir)
4fb1b2
#   echo "%%lang($lang) $dir" >> shadow.lang
4fb1b2
#   echo "%%lang($lang) $dir/man*" >> shadow.lang
4fb1b2
    echo "%%lang($lang) $dir/man*/*" >> shadow.lang
4fb1b2
done
4fb1b2
4fb1b2
%files -f shadow.lang
4fb1b2
%doc NEWS doc/HOWTO README
4fb1b2
%{!?_licensedir:%global license %%doc}
4fb1b2
%license gpl-2.0.txt shadow-bsd.txt
4fb1b2
%attr(0644,root,root)   %config(noreplace) %{_sysconfdir}/login.defs
4fb1b2
%attr(0644,root,root)   %config(noreplace) %{_sysconfdir}/default/useradd
4fb1b2
%{_bindir}/sg
4fb1b2
%attr(4755,root,root) %{_bindir}/chage
4fb1b2
%attr(4755,root,root) %{_bindir}/gpasswd
4fb1b2
%{_bindir}/lastlog
4fb1b2
%attr(4755,root,root) %{_bindir}/newgrp
4fb1b2
%attr(0755,root,root) %caps(cap_setgid=ep) %{_bindir}/newgidmap
4fb1b2
%attr(0755,root,root) %caps(cap_setuid=ep) %{_bindir}/newuidmap
4fb1b2
%{_sbindir}/adduser
4fb1b2
%attr(0755,root,root)   %{_sbindir}/user*
4fb1b2
%attr(0755,root,root)   %{_sbindir}/group*
4fb1b2
%{_sbindir}/grpck
4fb1b2
%{_sbindir}/pwck
4fb1b2
%{_sbindir}/*conv
4fb1b2
%{_sbindir}/chpasswd
4fb1b2
%{_sbindir}/chgpasswd
4fb1b2
%{_sbindir}/newusers
4fb1b2
%{_sbindir}/vipw
4fb1b2
%{_sbindir}/vigr
4fb1b2
%{_mandir}/man1/chage.1*
4fb1b2
%{_mandir}/man1/gpasswd.1*
4fb1b2
%{_mandir}/man1/sg.1*
4fb1b2
%{_mandir}/man1/newgrp.1*
4fb1b2
%{_mandir}/man1/newgidmap.1*
4fb1b2
%{_mandir}/man1/newuidmap.1*
4fb1b2
%{_mandir}/man3/shadow.3*
4fb1b2
%{_mandir}/man5/shadow.5*
4fb1b2
%{_mandir}/man5/login.defs.5*
4fb1b2
%{_mandir}/man5/gshadow.5*
4fb1b2
%{_mandir}/man5/subuid.5*
4fb1b2
%{_mandir}/man5/subgid.5*
4fb1b2
%{_mandir}/man8/adduser.8*
4fb1b2
%{_mandir}/man8/group*.8*
4fb1b2
%{_mandir}/man8/user*.8*
4fb1b2
%{_mandir}/man8/pwck.8*
4fb1b2
%{_mandir}/man8/grpck.8*
4fb1b2
%{_mandir}/man8/chpasswd.8*
4fb1b2
%{_mandir}/man8/chgpasswd.8*
4fb1b2
%{_mandir}/man8/newusers.8*
4fb1b2
%{_mandir}/man8/*conv.8*
4fb1b2
%{_mandir}/man8/lastlog.8*
4fb1b2
%{_mandir}/man8/vipw.8*
4fb1b2
%{_mandir}/man8/vigr.8*
4fb1b2
4fb1b2
%changelog
9a10ea
* Fri Oct 23 2020 Iker Pedrosa <ipedrosa@redhat.com> - 2:4.6-12
9a10ea
- lib/sssd: redirect warning message to file (#1749001)
9a10ea
- useradd: clarify valid usernames/groupnames (#1869432)
9a10ea
- login.defs: link login specific information to its own package (#1804766)
9a10ea
5b8176
* Fri Aug  7 2020 Iker Pedrosa <ipedrosa@redhat.com> - 2:4.6-11
5b8176
- change UMASK value and add HOME_MODE in login.defs (#1777718)
5b8176
5b8176
* Tue May  5 2020 Iker Pedrosa <ipedrosa@redhat.com> - 2:4.6-10
5b8176
- check only local groups when adding new supplementary groups to a user
5b8176
5b8176
* Fri Apr 17 2020 Iker Pedrosa <ipedrosa@redhat.com> - 2:4.6-9
5b8176
- do not mistake a regular user process for a namespaced one (#1788696)
5b8176
- add HOME_MODE support in login.defs (#1777718)
5b8176
034400
* Fri Jun  7 2019 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-8
034400
- properly audit group password change
034400
- do not add uid of a new (not yet added) user to the audit message
034400
- use lckpwdf() again to disable concurrent edits of databases by
034400
  other applications
034400
- clarify chage manual page in regards to shadow and passwd
034400
  inconsistency
034400
- fix minor issues in groupadd and login.defs manual pages
034400
- Ignore LOGIN_PLAIN_PROMPT variable in login.defs
034400
- force regeneration of getdate.c otherwise the date parsing fix
034400
  is not applied
034400
4fb1b2
* Tue Dec 18 2018 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-7
4fb1b2
- usermod: guard against unsafe change of ownership of
4fb1b2
  special home directories
4fb1b2
4fb1b2
* Fri Nov 30 2018 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-6
4fb1b2
- drop trailing space from login.defs ENCRYPT_METHOD setting
4fb1b2
4fb1b2
* Mon Nov 19 2018 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-5
4fb1b2
- use cap_setxid file capabilities for newxidmap instead of making them setuid
4fb1b2
- limit the SYS_U/GID_MIN value to 1 as the algorithm does not work with 0
4fb1b2
  and the 0 is always used by root anyway
4fb1b2
- manual page improvements
4fb1b2
- flush sssd caches - patch by Jakub Hrozek
4fb1b2
4fb1b2
* Fri Oct 12 2018 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-4
4fb1b2
- fix some issues from Coverity scan
4fb1b2
4fb1b2
* Tue Jul 31 2018 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-2
4fb1b2
- use itstool instead of xml2po
4fb1b2
4fb1b2
* Tue Jul 31 2018 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-1
4fb1b2
- Update to current upstream release 4.6
4fb1b2
- Raise limit for passwd and shadow entry length but also prevent
4fb1b2
  writing longer entries (#1422497)
4fb1b2
4fb1b2
* Tue Feb 06 2018 Björn Esser <besser82@fedoraproject.org> - 2:4.5-9
4fb1b2
- Add patch to include crypt.h, if present
4fb1b2
- Use %%make_{build,install} macros
4fb1b2
- Refresh other patches for proper alignment
4fb1b2
4fb1b2
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 2:4.5-8
4fb1b2
- Rebuilt for switch to libxcrypt
4fb1b2
4fb1b2
* Mon Nov  6 2017 Tomáš Mráz <tmraz@redhat.com> - 2:4.5-7
4fb1b2
- fix regression caused by the userdel-chroot patch (#1509978)
4fb1b2
4fb1b2
* Thu Nov  2 2017 Tomáš Mráz <tmraz@redhat.com> - 2:4.5-6
4fb1b2
- fix userdel in chroot (#1316168)
4fb1b2
- add useful chage -E example to chage manpage
4fb1b2
4fb1b2
* Fri Sep 15 2017 Tomáš Mráz <tmraz@redhat.com> - 2:4.5-5
4fb1b2
- do not allow "." and ".." user names
4fb1b2
4fb1b2
* Mon Aug 14 2017 Tomáš Mráz <tmraz@redhat.com> - 2:4.5-4
4fb1b2
- allow switching to secondary group without checking the membership
4fb1b2
  explicitly (patch from upstream)
4fb1b2
4fb1b2
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:4.5-3
4fb1b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4fb1b2
4fb1b2
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:4.5-2
4fb1b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4fb1b2
4fb1b2
* Fri Jul 21 2017 Tomáš Mráz <tmraz@redhat.com> - 2:4.5-1
4fb1b2
- update to current upstream release 4.5
4fb1b2
4fb1b2
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:4.3.1-3
4fb1b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4fb1b2
4fb1b2
* Thu Aug 25 2016 Tomáš Mráz <tmraz@redhat.com> - 2:4.3.1-2
4fb1b2
- fix regression in useradd - not processing defaults properly (#1369979)
4fb1b2
4fb1b2
* Tue Aug 23 2016 Tomáš Mráz <tmraz@redhat.com> - 2:4.3.1-1
4fb1b2
- new upstream release fixing low impact security issue
4fb1b2
4fb1b2
* Tue Jun 14 2016 Tomáš Mráz <tmraz@redhat.com> - 2:4.2.1-11
4fb1b2
- guard for localtime() and gmtime() failure
4fb1b2
4fb1b2
* Mon May 30 2016 Tomáš Mráz <tmraz@redhat.com> - 2:4.2.1-10
4fb1b2
- chpasswd, chgpasswd: open audit when starting
4fb1b2
4fb1b2
* Thu May 26 2016 Tomáš Mráz <tmraz@redhat.com> - 2:4.2.1-9
4fb1b2
- chgpasswd: do not remove it
4fb1b2
- chpasswd, chgpasswd: add selinux_check_access call (#1336902)
4fb1b2
4fb1b2
* Thu Mar 17 2016 Tomáš Mráz <tmraz@redhat.com> - 2:4.2.1-8
4fb1b2
- userdel: fix userdel -f with /etc/subuid present (#1316168)
4fb1b2
4fb1b2
* Tue Feb  9 2016 Tomáš Mráz <tmraz@redhat.com> - 2:4.2.1-7
4fb1b2
- usermod: properly return error during password manipulation
4fb1b2
4fb1b2
* Wed Feb  3 2016 Tomáš Mráz <tmraz@redhat.com> - 2:4.2.1-6
4fb1b2
- add possibility to clear or set lastlog record for user via lastlog
4fb1b2
4fb1b2
* Fri Jan  8 2016 Tomáš Mráz <tmraz@redhat.com> - 2:4.2.1-5
4fb1b2
- do not use obscure permissions for binaries
4fb1b2
- remove unused commands from login.defs(5) cross-reference
4fb1b2
4fb1b2
* Fri Nov  6 2015 Tomáš Mráz <tmraz@redhat.com> - 2:4.2.1-4
4fb1b2
- document that groupmems is not setuid root
4fb1b2
- document that expiration of the password after inactivity period
4fb1b2
  locks the user account completely
4fb1b2
4fb1b2
* Thu Aug 27 2015 Tomáš Mráz <tmraz@redhat.com> - 2:4.2.1-3
4fb1b2
- unlock also passwords locked with passwd -l
4fb1b2
- prevent breaking user entry by entering a password containing colon
4fb1b2
- fix possible DoS when locking the database files for update
4fb1b2
- properly use login.defs from the chroot in useradd
4fb1b2
4fb1b2
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:4.2.1-2
4fb1b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4fb1b2
4fb1b2
* Wed Nov 26 2014 Tomáš Mráz <tmraz@redhat.com> - 2:4.2.1-1
4fb1b2
- new upstream release with support for subordinate uids and gids
4fb1b2
4fb1b2
* Tue Nov 25 2014 Tomáš Mráz <tmraz@redhat.com> - 2:4.1.5.1-22
4fb1b2
- small adjustments to the audit patch
4fb1b2
4fb1b2
* Fri Oct 17 2014 Tomáš Mráz <tmraz@redhat.com> - 2:4.1.5.1-21
4fb1b2
- update auditing to cover more events and fix some incorrect audit
4fb1b2
  records - patch by Steve Grubb (#1151580)
4fb1b2
- apply the same new allocation algorithm to uids as for gids
4fb1b2
4fb1b2
* Wed Sep 10 2014 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-20
4fb1b2
- discard obsolete matchpathcon cache after semanage_commit()
4fb1b2
4fb1b2
* Tue Sep  9 2014 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-19
4fb1b2
- disallow all-numeric user and group names (#1139318)
4fb1b2
4fb1b2
* Fri Aug 29 2014 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-18
4fb1b2
- label the newly created home dir correctly (#1077809)
4fb1b2
- mention that chage -d 0 forces password change (#1135010)
4fb1b2
- improve date parsing and error detecting in chage
4fb1b2
- avoid full group database scanning in newgrp in most common case
4fb1b2
- report error if usermod asked for moving homedir and it does not exist
4fb1b2
4fb1b2
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:4.1.5.1-17
4fb1b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4fb1b2
4fb1b2
* Tue Aug  5 2014 Tom Callaway <spot@fedoraproject.org> - 2:4.1.5.1-16
4fb1b2
- fix license handling
4fb1b2
4fb1b2
* Mon Jul 14 2014 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-15
4fb1b2
- revert the last change as it is not really needed
4fb1b2
4fb1b2
* Thu Jul 10 2014 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-14
4fb1b2
- put system users and groups into /usr/lib/{passwd,group} if
4fb1b2
  the files exist and SHADOW_USE_USRLIB environment variable is set
4fb1b2
  Patch by Colin Walters
4fb1b2
4fb1b2
* Mon Jun 30 2014 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-13
4fb1b2
- ignore getgrgid() errors for now
4fb1b2
4fb1b2
* Mon Jun 30 2014 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-12
4fb1b2
- improve group allocation algorithm - patch by Stephen Gallager (#1089738)
4fb1b2
4fb1b2
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:4.1.5.1-11
4fb1b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4fb1b2
4fb1b2
* Wed Feb 12 2014 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-10
4fb1b2
- clean up login.defs manpage
4fb1b2
- properly document userdel -f behavior
4fb1b2
4fb1b2
* Fri Oct 18 2013 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-9
4fb1b2
- document that the directory where user's home is created must exist
4fb1b2
4fb1b2
* Thu Jul 25 2013 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-8
4fb1b2
- slightly more meaningful error messages if crypt() returns NULL (#988184)
4fb1b2
- explicit suid permissions
4fb1b2
4fb1b2
* Fri Jul 19 2013 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-7
4fb1b2
- fix useradd man page bugs
4fb1b2
4fb1b2
* Fri Jun 14 2013 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-6
4fb1b2
- report error to stdout when SELinux context for home directory
4fb1b2
  cannot be determined (#973647)
4fb1b2
- audit the changing home directory owner (#885797)
4fb1b2
- do not set the default SELinux MLS range (#852676)
4fb1b2
4fb1b2
* Tue Mar 19 2013 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-5
4fb1b2
- improve the failure syslog message in useradd (#830617)
4fb1b2
4fb1b2
* Wed Feb 20 2013 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-4
4fb1b2
- keep the original context if matchpathcon() fails (#912399)
4fb1b2
4fb1b2
* Tue Jan 29 2013 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-3
4fb1b2
- fix bugs in merge_group_entries()
4fb1b2
4fb1b2
* Fri Jan 11 2013 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-2
4fb1b2
- /etc/default is owned by glibc-common now (#894194)
4fb1b2
4fb1b2
* Wed Sep 19 2012 Tomas Mraz <tmraz@redhat.com> - 2:4.1.5.1-1
4fb1b2
- new upstream version
4fb1b2
- use the original file permissions when creating backup (#853102)
4fb1b2
4fb1b2
* Wed Jul 25 2012 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.5-5
4fb1b2
- make /etc/default/useradd world-readable (#835137)
4fb1b2
4fb1b2
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:4.1.5-4
4fb1b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4fb1b2
4fb1b2
* Mon Jun 18 2012 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.5-3
4fb1b2
- pwconv/grpconv skipped 2nd of consecutive failures (#832995)
4fb1b2
4fb1b2
* Thu Mar 22 2012 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.5-2
4fb1b2
- fix selinux context handling
4fb1b2
- reset selinux context on files copied from skel
4fb1b2
4fb1b2
* Mon Mar 19 2012 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.5-1
4fb1b2
- upgrade
4fb1b2
4fb1b2
* Tue Feb 07 2012 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-14
4fb1b2
- compile with PIE and RELRO flags (#784349)
4fb1b2
4fb1b2
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:4.1.4.3-13
4fb1b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4fb1b2
4fb1b2
* Tue Dec 20 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-12
4fb1b2
- fix leaks in .IDs patch (#734340)
4fb1b2
4fb1b2
* Wed Nov 16 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-11
4fb1b2
- free memory associated with SELinux security contexts
4fb1b2
4fb1b2
* Wed Nov 09 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-10
4fb1b2
- replace semanage call by library call
4fb1b2
- useradd man page (#739147)
4fb1b2
4fb1b2
* Tue Aug 02 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-9
4fb1b2
- man page adjustment (userdel -Z)
4fb1b2
4fb1b2
* Tue Aug 02 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-8
4fb1b2
- fixing semanage issue (#701355)
4fb1b2
4fb1b2
* Fri Jul 22 2011 Miloslav Trmač <mitr@redhat.com> - 2:4.1.4.3-7
4fb1b2
- Make sure /etc/login.defs is not changed on upgrades from Fedora 1[345].
4fb1b2
4fb1b2
* Wed Jun 29 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-6
4fb1b2
- man page fixes (#696213 #674878)
4fb1b2
4fb1b2
* Tue Jun 28 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-5
4fb1b2
- userdel option to remove Linux login <-> SELinux login mapping (#639900)
4fb1b2
- useradd special exit value if SELinux user mapping is invalid (#639975)
4fb1b2
- usermod special exit value if SELinux user mapping is invalid (#639976)
4fb1b2
4fb1b2
* Mon Jun 27 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-4
4fb1b2
- refer to PAM in /etc/login.defs (#629277)
4fb1b2
4fb1b2
* Mon Jun 06 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-3
4fb1b2
- fix shadow-4.1.4.2-underflow.patch
4fb1b2
4fb1b2
* Tue May 31 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-2
4fb1b2
- fix integer underflow in laslog (#706321)
4fb1b2
4fb1b2
* Fri May 20 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.3-1
4fb1b2
- upgrade
4fb1b2
- change UID/GID_MIN to #1000
4fb1b2
- fix find_new_uid/gid for big UID/GID_MAX
4fb1b2
4fb1b2
* Wed Feb 09 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-11
4fb1b2
- useradd man page (-m option)
4fb1b2
- create home directory on fs with noacl
4fb1b2
- remove faillog app (pam_tally.so is no longer shipped)
4fb1b2
  Resolves: #523265, #622320
4fb1b2
4fb1b2
* Tue Feb 01 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-10
4fb1b2
- do not use  gshadow functions from glibc, there is a bug
4fb1b2
  in glibc sgetsgent(#674361)
4fb1b2
  Resolves: #674234
4fb1b2
4fb1b2
* Wed Jan 05 2011 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-9
4fb1b2
- fix gshadow functions from shadow utils
4fb1b2
- make shadow utils use gshadow functions from glibc
4fb1b2
  Resolves: #665780
4fb1b2
4fb1b2
* Tue Jul 20 2010 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-8
4fb1b2
- fix pwck/grpck hang
4fb1b2
  Resolves: #586322
4fb1b2
4fb1b2
* Mon Jun 14 2010 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-7
4fb1b2
- fix integer underflow in faillog (#603683)
4fb1b2
- use preferred GID for reserved static IDs
4fb1b2
4fb1b2
* Thu Apr 29 2010 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-6
4fb1b2
- preserve ACL's on files in /etc/skel
4fb1b2
  Resolves: #513055
4fb1b2
4fb1b2
* Wed Apr 28 2010 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-5
4fb1b2
- newusers man page more informative
4fb1b2
- userdel should not need to run semanage
4fb1b2
  Resolves: #586330 #586408
4fb1b2
4fb1b2
* Thu Apr 01 2010 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-4
4fb1b2
- fix man directories ownership (#569418)
4fb1b2
4fb1b2
* Fri Mar 26 2010 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-3
4fb1b2
- max group name length set to 32 characters
4fb1b2
4fb1b2
* Wed Nov 18 2009 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-2
4fb1b2
- apply patches{1,2,3}
4fb1b2
- enable SHA512 in /etc/login.defs
4fb1b2
4fb1b2
* Mon Sep 07 2009 Peter Vrabec <pvrabec@redhat.com> - 2:4.1.4.2-1
4fb1b2
- upgrade
4fb1b2
4fb1b2
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2:4.1.4.1-7
4fb1b2
- rebuilt with new audit
4fb1b2
4fb1b2
* Wed Aug 05 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.4.1-6
4fb1b2
- increase threshold for uid/gid reservations to 200 (#515667)
4fb1b2
4fb1b2
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:4.1.4.1-5
4fb1b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4fb1b2
4fb1b2
* Thu Jul 16 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.4.1-4
4fb1b2
- fix a list of owned directories (#510366)
4fb1b2
4fb1b2
* Thu Jul 16 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.4.1-3
4fb1b2
- reduce the reuse of system IDs
4fb1b2
4fb1b2
* Wed Jul 15 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.4.1-2
4fb1b2
- speed up sys users look up on LDAP boxes (#511813)
4fb1b2
4fb1b2
* Tue Jun 16 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.4.1-1
4fb1b2
- upgrade
4fb1b2
4fb1b2
* Fri May 15 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.4-1
4fb1b2
- upgrade
4fb1b2
4fb1b2
* Wed Apr 22 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.3.1-2
4fb1b2
- lastlog fix
4fb1b2
4fb1b2
* Fri Apr 17 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.3.1-1
4fb1b2
- upgrade
4fb1b2
4fb1b2
* Tue Apr 14 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.3-2
4fb1b2
- get "-n" option back
4fb1b2
- fix selinux issues
4fb1b2
4fb1b2
* Tue Apr 14 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.3-1
4fb1b2
- upgrade
4fb1b2
4fb1b2
* Tue Mar 24 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-12
4fb1b2
- don not allow UID/GID = 4294967295 (#484040)
4fb1b2
4fb1b2
* Mon Jan 19 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-11
4fb1b2
- fix license tag (#226416)
4fb1b2
- get rid of tabs in spec file (#226416)
4fb1b2
- convert HOWTO to UTF8 (#226416)
4fb1b2
4fb1b2
* Mon Jan 05 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-10
4fb1b2
- Add policycoreutils as Requires, because of restorecon (#478494)
4fb1b2
4fb1b2
* Sun Dec 21 2008 Jesse Keating <jkeating@redhat.com> - 2:4.1.2-9
4fb1b2
- Add setup as a Requires. Perhaps this should be a files requires. (#477529)
4fb1b2
4fb1b2
* Wed Sep 24 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-8
4fb1b2
- groupmems: check username for valid character (#455603)
4fb1b2
- groupmems: don't segfault on nonexistent group (#456088)
4fb1b2
4fb1b2
* Thu Sep 11 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-7
4fb1b2
- fix usermod SELinux user mappings change (#458766)
4fb1b2
4fb1b2
* Tue Sep 02 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-6
4fb1b2
- audit improvements, thnx. to sgrubb@redhat.com
4fb1b2
4fb1b2
* Tue Sep 02 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-5
4fb1b2
- fix groupmems issues (#459825)
4fb1b2
4fb1b2
* Mon Jul 28 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-4
4fb1b2
- fix configure options (#456748)
4fb1b2
4fb1b2
* Thu Jul 24 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-3
4fb1b2
- recreate selinux patch
4fb1b2
4fb1b2
* Tue Jul 22 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-2
4fb1b2
- provide getspnam by man-pages
4fb1b2
4fb1b2
* Mon May 26 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-1
4fb1b2
- upgrade
4fb1b2
4fb1b2
* Tue May 20 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.1-2
4fb1b2
- fix salt size problem (#447136)
4fb1b2
4fb1b2
* Mon Apr 07 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.1-1
4fb1b2
- upgrade
4fb1b2
4fb1b2
* Fri Mar 07 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.0-5
4fb1b2
- improve newgrp audit patch
4fb1b2
4fb1b2
* Mon Mar 03 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.0-4
4fb1b2
- fix selinux labeling  (#433757)
4fb1b2
4fb1b2
* Tue Feb 19 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.0-3
4fb1b2
- fix groupmems segmentation fault (#430813)
4fb1b2
4fb1b2
* Wed Feb 13 2008 Peter Vrabec <pvrabec@redhat.com> 2:4.1.0-2
4fb1b2
- fix newgrp audit event
4fb1b2
4fb1b2
* Wed Dec 12 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.1.0-1
4fb1b2
- new upgrade release from new upstream
4fb1b2
- provide vipw and vigr
4fb1b2
4fb1b2
* Thu Nov 29 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-20
4fb1b2
- do not create mail spool entries for system accounts (#402351)
4fb1b2
4fb1b2
* Thu Oct 18 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-19
4fb1b2
- fix timestamps when moving home dirs to another file system (#278571)
4fb1b2
4fb1b2
* Mon Oct 08 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-18
4fb1b2
- mark localized man pages with %%lang
4fb1b2
4fb1b2
* Wed Aug 22 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-17
4fb1b2
- rebuild
4fb1b2
4fb1b2
* Tue Jun 26 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-16
4fb1b2
- fix "CAVEATS" section of groupadd man page (#245590)
4fb1b2
4fb1b2
* Wed Jun 06 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-15
4fb1b2
- fix infinitive loop if there are duplicate entries
4fb1b2
  in /etc/group (#240915)
4fb1b2
4fb1b2
* Wed Jun 06 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-14
4fb1b2
- do not run find_new_uid() twice and use getpwuid() to check
4fb1b2
  UID uniqueness (#236871)
4fb1b2
4fb1b2
* Tue Apr 10 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-13
4fb1b2
- fix useradd dump core when build without WITH_SELINUX (#235641)
4fb1b2
4fb1b2
* Mon Mar 26 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-12
4fb1b2
- create user's mailbox file by default (#231311)
4fb1b2
4fb1b2
* Fri Mar 16 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-11
4fb1b2
- assign system dynamic UID/GID from the top of available UID/GID (#190523)
4fb1b2
4fb1b2
* Wed Feb 28 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-10
4fb1b2
- spec file fixes to meet fedora standarts.
4fb1b2
- fix useless call of restorecon(). (#222159)
4fb1b2
4fb1b2
* Sun Jan 14 2007 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-9
4fb1b2
- fix append option in usermod (#222540).
4fb1b2
4fb1b2
* Thu Dec 21 2006 Dan Walsh <dwalsh@redhat.com> 2:4.0.18.1-8
4fb1b2
- Fix execution and creation of Home Directories under SELinux
4fb1b2
- Resolves: rhbz#217441
4fb1b2
4fb1b2
* Thu Dec 14 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-7
4fb1b2
- fix rpmlint issues
4fb1b2
4fb1b2
* Wed Dec 06 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-6
4fb1b2
- use MD5 encryption by default (#218629).
4fb1b2
4fb1b2
* Thu Nov 30 2006 Steve Grubb <sgrubb@redhat.com> 2:4.0.18.1-5
4fb1b2
- Fix SELinux context on home directories created with useradd (#217441)
4fb1b2
4fb1b2
* Tue Nov 14 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-4
4fb1b2
- fix chpasswd and chgpasswd stack overflow (#213052)
4fb1b2
4fb1b2
* Sat Nov 04 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-3
4fb1b2
- fix "-g" and "-G" option.
4fb1b2
4fb1b2
* Fri Nov 03 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-2
4fb1b2
- improve audit logging (#211659)
4fb1b2
- improve "-l" option. Do not reset faillog if it's used (#213450).
4fb1b2
4fb1b2
* Wed Nov 01 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.18.1-1
4fb1b2
- upgrade
4fb1b2
4fb1b2
* Wed Oct 25 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-7
4fb1b2
- add dist-tag
4fb1b2
4fb1b2
* Wed Oct 04 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-6
4fb1b2
- fix regression. Permissions on user* group* binaries
4fb1b2
  should be 0750, because of CAPP/LSPP certification
4fb1b2
- fix groupdel man page
4fb1b2
4fb1b2
* Fri Aug 11 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-5
4fb1b2
- fix bug introduced with UIG_GID.patch (#201991)
4fb1b2
4fb1b2
* Sat Aug 05 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-4
4fb1b2
- fix userdel, it didn't delete user's group (#201379)
4fb1b2
4fb1b2
* Fri Aug 04 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-3
4fb1b2
- fix UID/GID overflow in user* group* (#198920)
4fb1b2
4fb1b2
* Fri Aug 04 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-2
4fb1b2
- do not inherit file desc. in execve(nscd)
4fb1b2
4fb1b2
* Mon Jul 17 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.17-1
4fb1b2
- upgrade
4fb1b2
4fb1b2
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2:4.0.16-3.1
4fb1b2
- rebuild
4fb1b2
4fb1b2
* Tue Jun 13 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.16-3
4fb1b2
- call "nscd -i" to flush nscd cache (#191464)
4fb1b2
4fb1b2
* Sat Jun 10 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.16-2
4fb1b2
- "useradd -r" must create a system group (#194728)
4fb1b2
4fb1b2
* Tue Jun 06 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.16-1
4fb1b2
- upgrade
4fb1b2
- do not replace login.defs file (#190014)
4fb1b2
4fb1b2
* Sat Apr 08 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.15-3
4fb1b2
- fix typo in shadow-4.0.15-login.defs (#188263)
4fb1b2
4fb1b2
* Tue Apr 04 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.15-2
4fb1b2
- properly notify nscd to flush its cache(#186803)
4fb1b2
4fb1b2
* Mon Apr 03 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.15-1
4fb1b2
- upgrade
4fb1b2
4fb1b2
* Fri Mar 10 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.14-4
4fb1b2
- fix lrename() function to handle relative symlinks too
4fb1b2
4fb1b2
* Tue Mar 07 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.14-3
4fb1b2
- set default umask to 077 in login.defs
4fb1b2
4fb1b2
* Mon Mar 06 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.14-2
4fb1b2
- use lrename() function, which follow a destination symbolic link(#181977)
4fb1b2
4fb1b2
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2:4.0.14-1.2
4fb1b2
- bump again for double-long bug on ppc(64)
4fb1b2
4fb1b2
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2:4.0.14-1.1
4fb1b2
- rebuilt for new gcc4.1 snapshot and glibc changes
4fb1b2
4fb1b2
* Fri Jan 06 2006 Peter Vrabec <pvrabec@redhat.com> 2:4.0.14-1
4fb1b2
- upgrade
4fb1b2
4fb1b2
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4fb1b2
- rebuilt
4fb1b2
4fb1b2
* Tue Nov 29 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.13-4
4fb1b2
- fix incorrect audit record in userdel (#174392)
4fb1b2
4fb1b2
* Wed Nov 16 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.13-3
4fb1b2
- fix useradd segfaults (#173241)
4fb1b2
4fb1b2
* Sat Nov 5 2005 Steve Grubb <sgrubb@redhat.com> 2:4.0.13-2
4fb1b2
- Update audit communication to standard format messages
4fb1b2
4fb1b2
* Fri Oct 21 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.13-1
4fb1b2
- upgrade
4fb1b2
4fb1b2
* Fri Sep 23 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.12-4
4fb1b2
- add useradd -l option back, it was removed by mistake
4fb1b2
4fb1b2
* Tue Sep 20 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.12-3
4fb1b2
- provide login.defs man page
4fb1b2
- adjust audit patch
4fb1b2
4fb1b2
* Tue Aug 30 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.12-2
4fb1b2
- audit support
4fb1b2
4fb1b2
* Sat Aug 27 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.12-1
4fb1b2
- upgrade
4fb1b2
4fb1b2
* Sat Aug 13 2005 Dan Walsh <dwalsh@redhat.com> 2:4.0.11.1-5
4fb1b2
- Change to use new selinux api for selinux_check_passwd_access
4fb1b2
4fb1b2
* Tue Aug 09 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.11.1-4
4fb1b2
- change the password last changed field in the shadow file
4fb1b2
  when "usermod -p" is used (#164943)
4fb1b2
4fb1b2
* Mon Aug 08 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.11.1-3
4fb1b2
- provide getspnam.3 man page(#162476)
4fb1b2
- fix useradd man page(#97131)
4fb1b2
4fb1b2
* Mon Aug 08 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.11.1-2
4fb1b2
- do not copy files from skel directory if home directory
4fb1b2
  already exist (#89591,#80242)
4fb1b2
4fb1b2
* Fri Aug 05 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.11.1-1
4fb1b2
- upgrade
4fb1b2
4fb1b2
* Mon May 23 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.7-9
4fb1b2
- remove vigr binary
4fb1b2
4fb1b2
* Mon May 23 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.7-8
4fb1b2
- fix nscd socket path
4fb1b2
4fb1b2
* Fri Apr 29 2005 Jeremy Katz <katzj@redhat.com> - 2:4.0.7-7
4fb1b2
- don't assume selinux is enabled if is_selinux_enabled() returns -1
4fb1b2
4fb1b2
* Mon Apr 18 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.7-6
4fb1b2
- fix chage -l option (#109499, #137498)
4fb1b2
4fb1b2
* Mon Apr 04 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.7-5
4fb1b2
- fix memory leak, and CPU spinning when grp_update() and
4fb1b2
  duplicate group entries in /etc/group (#151484)
4fb1b2
4fb1b2
* Tue Mar 29 2005 Peter Vrabec <pvrabec@redhat.com>  2:4.0.7-4
4fb1b2
- use newgrp binary
4fb1b2
- newgrp don't ask for password if user's default GID = group ID,
4fb1b2
  ask for password if there is some in /etc/gshadow
4fb1b2
  and in /etc/group is 'x' (#149997)
4fb1b2
4fb1b2
* Mon Mar 14 2005 Peter Vrabec <pvrabec@redhat.com>
4fb1b2
- gcc4 fix (#150994) 2:4.0.7-3
4fb1b2
4fb1b2
* Mon Mar 07 2005 Peter Vrabec <pvrabec@redhat.com>
4fb1b2
- man pages cs,es,ko,ru,zh_CN,zh_TW to UTF-8
4fb1b2
4fb1b2
* Wed Mar 02 2005 Peter Vrabec <pvrabec@redhat.com>
4fb1b2
- upgrade 2:4.0.7-1
4fb1b2
4fb1b2
* Fri Feb 25 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.3-59
4fb1b2
- static limit on group count to dynamic (#125510, #148994, #147742)
4fb1b2
4fb1b2
* Mon Feb 21 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.3-58
4fb1b2
- add "-l" option #146214
4fb1b2
4fb1b2
* Mon Feb 14 2005 Adrian Havill <havill@redhat.com>
4fb1b2
- rebuilt
4fb1b2
4fb1b2
* Wed Feb 9 2005 Dan Walsh <dwalsh@redhat.com> 2:4.0.3-39
4fb1b2
- Change useradd to use matchpathcon
4fb1b2
4fb1b2
* Thu Oct 21 2004 Dan Walsh <dwalsh@redhat.com> 2:4.0.3-37
4fb1b2
- Add matchpathcon to create the files correctly when they do not exist.
4fb1b2
4fb1b2
* Mon Oct 18 2004 Miloslav Trmac <mitr@redhat.com> - 2:4.0.3-36
4fb1b2
- Change symlink ownership when copying from /etc/skel (#66819, patch by
4fb1b2
  Michael Weiser)
4fb1b2
4fb1b2
* Fri Oct 15 2004 Adrian Havill <havill@redhat.com> 2:4.0.3-35
4fb1b2
- make the limit for the group name the same as the username (determined
4fb1b2
  by the header files, rather than a constant) (#56850)
4fb1b2
4fb1b2
* Wed Oct 13 2004 Adrian Havill <havill@redhat.com> 2:4.0.3-33
4fb1b2
- allow for mixed case and dots in usernames (#135401)
4fb1b2
- all man pages to UTF-8, not just Japanese (#133883)
4fb1b2
- add Polish blurb for useradd -n man page option (#82177)
4fb1b2
4fb1b2
* Tue Oct 12 2004 Adrian Havill <havill@redhat.com> 2:4.0.3-31
4fb1b2
- check for non-standard legacy place for ncsd HUP (/var/run/nscd.pid) and
4fb1b2
  then the std FHS place (/var/run/nscd.pid) (#125421)
4fb1b2
4fb1b2
* Fri Oct 1 2004 Dan Walsh <dwalsh@redhat.com> 2:4.0.3-30
4fb1b2
- Add checkPasswdAccess for chage in SELinux
4fb1b2
4fb1b2
* Sun Sep 26 2004 Adrian Havill <riel@redhat.com> 2:4.0.3-29
4fb1b2
- always unlock all files on any exit (#126709)
4fb1b2
4fb1b2
* Tue Aug 24 2004 Warren Togami <wtogami@redhat.com> 2:4.0.3-26
4fb1b2
- #126596 fix Req and BuildReqs
4fb1b2
4fb1b2
* Sun Aug  1 2004 Alan Cox <alan@redhat.com> 4.0.3-25
4fb1b2
- Fix build deps etc, move to current auto* (Steve Grubb)
4fb1b2
4fb1b2
* Sat Jul 10 2004 Alan Cox <alan@redhat.com> 4.0.3-24
4fb1b2
- Fix nscd path. This fixes various stale data caching bugs (#125421)
4fb1b2
4fb1b2
* Thu Jun 17 2004 Dan Walsh <dwalsh@redhat.com> 4.0.3-23
4fb1b2
- Add get_enforce checks
4fb1b2
- Clean up patch for potential upstream submission
4fb1b2
- Add removemalloc patch to get it to build on 3.4
4fb1b2
4fb1b2
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
4fb1b2
- rebuilt
4fb1b2
4fb1b2
* Tue Mar 30 2004 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-21
4fb1b2
- rebuild
4fb1b2
4fb1b2
* Tue Mar 30 2004 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-20
4fb1b2
- make /etc/default world-readable, needed for #118338
4fb1b2
4fb1b2
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
4fb1b2
- rebuilt
4fb1b2
4fb1b2
* Wed Jan 21 2004 Dan Walsh <dwalsh@redhat.com> 4.0.3-18
4fb1b2
- Fix selinux relabel of /etc/passwd file
4fb1b2
4fb1b2
* Wed Jan  7 2004 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-17
4fb1b2
- fix use of uninitialized memory in useradd (#89145)
4fb1b2
4fb1b2
* Tue Dec 16 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-16
4fb1b2
- back to UTF-8 again
4fb1b2
- remove getspnam(3) man page, now conflicts with man-pages 1.64
4fb1b2
4fb1b2
* Thu Nov 13 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-15
4fb1b2
- don't convert man pages to UTF-8 for RHEL 3, conditionalized using macro
4fb1b2
- fixup dangling man page references
4fb1b2
4fb1b2
* Mon Nov 10 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-14
4fb1b2
- lastlog: don't pass a possibly-smaller field to localtime (#109648)
4fb1b2
- configure: call AC_SYS_LARGEFILE to get large file support
4fb1b2
4fb1b2
* Fri Nov 7 2003 Dan Walsh <dwalsh@redhat.com> 4.0.3-13.sel
4fb1b2
- turn on SELinux support
4fb1b2
4fb1b2
* Wed Oct 22 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-12
4fb1b2
- convert ja man pages to UTF-8 (#106051)
4fb1b2
- override MKINSTALLDIRS at install-time (#107476)
4fb1b2
4fb1b2
* Mon Sep 8 2003 Dan Walsh <dwalsh@redhat.com>
4fb1b2
- turn off SELinux support
4fb1b2
4fb1b2
* Thu Sep 4 2003 Dan Walsh <dwalsh@redhat.com> 4.0.3-11.sel
4fb1b2
- build with SELinux support
4fb1b2
4fb1b2
* Mon Jul 28 2003 Dan Walsh <dwalsh@redhat.com> 4.0.3-10
4fb1b2
- Add SELinux support
4fb1b2
4fb1b2
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
4fb1b2
- rebuilt
4fb1b2
4fb1b2
* Wed Jun  4 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-8
4fb1b2
- rebuild
4fb1b2
4fb1b2
* Tue Jun  3 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-7
4fb1b2
- run autoconf to generate updated configure at compile-time
4fb1b2
4fb1b2
* Wed Feb 12 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-6
4fb1b2
- adjust mailspool patch to complain if no group named "mail" exists, even
4fb1b2
  though that should never happen
4fb1b2
4fb1b2
* Tue Feb 11 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-5
4fb1b2
- fix perms on mailspools created by useradd to be owned by the "mail"
4fb1b2
  group (#59810)
4fb1b2
4fb1b2
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
4fb1b2
- rebuilt
4fb1b2
4fb1b2
* Mon Dec  9 2002 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-3
4fb1b2
- install the shadow.3 man page
4fb1b2
4fb1b2
* Mon Nov 25 2002 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-2
4fb1b2
- disable use of cracklib at build-time
4fb1b2
- fixup reserved-account changes for useradd
4fb1b2
4fb1b2
* Thu Nov 21 2002 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-1
4fb1b2
- update to 4.0.3, bumping epoch
4fb1b2
4fb1b2
* Mon Nov 18 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-14
4fb1b2
- remove man pages which conflict with the man-pages package(s)
4fb1b2
4fb1b2
* Fri Nov 15 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-13
4fb1b2
- prevent libshadow from being built more than once, to keep automake happy
4fb1b2
- change how md5 and md5crypt are enabled, to keep autoconf happy
4fb1b2
- remove unpackaged files after %%install
4fb1b2
4fb1b2
* Thu Aug 29 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-12
4fb1b2
- force .mo files to be regenerated with current gettext to flush out possible
4fb1b2
  problems
4fb1b2
- fixup non-portable encodings in translations
4fb1b2
- make sv translation header non-fuzzy so that it will be included (#71281)
4fb1b2
4fb1b2
* Fri Aug 23 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-11
4fb1b2
- don't apply aging parameters when creating system accounts (#67408)
4fb1b2
4fb1b2
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
4fb1b2
- automated rebuild
4fb1b2
4fb1b2
* Sun May 26 2002 Tim Powers <timp@redhat.com>
4fb1b2
- automated rebuild
4fb1b2
4fb1b2
* Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-8
4fb1b2
- rebuild in new environment
4fb1b2
4fb1b2
* Wed Mar 27 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-7
4fb1b2
- rebuild with proper defines to get support for large lastlog files (#61983)
4fb1b2
4fb1b2
* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-6
4fb1b2
- rebuild
4fb1b2
4fb1b2
* Fri Jan 25 2002 Nalin Dahyabhai <nalin@redhat.com> 20000902-5
4fb1b2
- fix autoheader breakage and random other things autotools complain about
4fb1b2
4fb1b2
* Mon Aug 27 2001 Nalin Dahyabhai <nalin@redhat.com> 20000902-4
4fb1b2
- use -O0 instead of -O on ia64
4fb1b2
- build in source directory
4fb1b2
- don't leave lock files on the filesystem when useradd creates a group for
4fb1b2
  the user (#50269)
4fb1b2
- fix the -o option to check for duplicate UIDs instead of login names (#52187)
4fb1b2
4fb1b2
* Thu Jul 26 2001 Bill Nottingham <notting@redhat.com> 20000902-3
4fb1b2
- build with -O on ia64
4fb1b2
4fb1b2
* Fri Jun 08 2001 Than Ngo <than@redhat.com> 20000902-2
4fb1b2
- fixup broken specfile
4fb1b2
4fb1b2
* Tue May 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 20000902-1
4fb1b2
- Create an empty mailspool when creating a user so non-setuid/non-setgid
4fb1b2
  MDAs (postfix+procmail) can deliver mail (#41811)
4fb1b2
- 20000902
4fb1b2
- adapt patches
4fb1b2
4fb1b2
* Fri Mar  9 2001 Nalin Dahyabhai <nalin@redhat.com>
4fb1b2
- don't overwrite user dot files in useradd (#19982)
4fb1b2
- truncate new files when moving overwriting files with the contents of other
4fb1b2
  files while moving directories (keeps files from looking weird later on)
4fb1b2
- configure using %%{_prefix} as the prefix
4fb1b2
4fb1b2
* Fri Feb 23 2001 Trond Eivind Glomsrxd <teg@redhat.com>
4fb1b2
- langify
4fb1b2
4fb1b2
* Wed Aug 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4fb1b2
- Fix up chage behavior (Bug #15883)
4fb1b2
4fb1b2
* Wed Aug 30 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4fb1b2
- 20000826
4fb1b2
- Fix up useradd man page (Bug #17036)
4fb1b2
4fb1b2
* Tue Aug  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4fb1b2
- check for vipw lock before adding or deleting users (Bug #6489)
4fb1b2
4fb1b2
* Mon Aug  7 2000 Nalin Dahyabhai <nalin@redhat.com>
4fb1b2
- take LOG_CONS out of the openlog() call so that we don't litter the
4fb1b2
  screen during text-mode upgrades
4fb1b2
4fb1b2
* Tue Jul 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4fb1b2
- Remove a fixed-size buffer that caused problems when adding a huge number
4fb1b2
  of users to a group (>8192 bytes) (Bugs #3809, #11930)
4fb1b2
4fb1b2
* Tue Jul 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4fb1b2
- remove dependency on util-linux because it causes prereq loops
4fb1b2
4fb1b2
* Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
4fb1b2
- change symlinked man pages to includers
4fb1b2
- require /usr/bin/newgrp (util-linux) so that /usr/bin/sg isn't left dangling
4fb1b2
4fb1b2
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
4fb1b2
- automatic rebuild
4fb1b2
4fb1b2
* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
4fb1b2
- use mandir for FHS
4fb1b2
- added patches in src/ and po/ to honor DESTDIR
4fb1b2
- use make install DESTDIR=$RPM_BUILD_ROOT
4fb1b2
4fb1b2
* Wed Feb 16 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4fb1b2
- Fix up usermod's symlink behavior (Bug #5458)
4fb1b2
4fb1b2
* Fri Feb 11 2000 Cristian Gafton <gafton@redhat.com>
4fb1b2
- get rid of mkpasswd
4fb1b2
4fb1b2
* Mon Feb  7 2000 Nalin Dahyabhai <nalin@redhat.com>
4fb1b2
- fix usermod patch to check for shadow before doing any shadow-specific stuff
4fb1b2
  and merge it into the pwlock patch
4fb1b2
4fb1b2
* Sat Feb  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4fb1b2
- fix man symlinks
4fb1b2
4fb1b2
* Wed Feb  2 2000 Nalin Dahyabhai <gafton@redhat.com>
4fb1b2
- make -p only change shadow password (bug #8923)
4fb1b2
4fb1b2
* Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
4fb1b2
- rebuild to fix dependeencies
4fb1b2
- man pages are compressed
4fb1b2
4fb1b2
* Wed Jan 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4fb1b2
- Fix a security bug (adduser could overwrite previously existing
4fb1b2
  groups, Bug #8609)
4fb1b2
4fb1b2
* Sun Jan  9 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4fb1b2
- unset LINGUAS before building
4fb1b2
- Fix typo in newusers manpage (Bug #8258)
4fb1b2
- libtoolize
4fb1b2
4fb1b2
* Wed Sep 22 1999 Cristian Gafton <gafton@redhat.com>
4fb1b2
- fix segfault for userdel when the primary group for the user is not
4fb1b2
  defined
4fb1b2
4fb1b2
* Tue Sep 21 1999 Cristian Gafton <gafton@redhat.com>
4fb1b2
- Serial: 1 because now we are using 19990827 (why the heck can't they have
4fb1b2
  a normal version just like everybody else?!)
4fb1b2
- ported all patches to the new code base
4fb1b2
4fb1b2
* Thu Apr 15 1999 Bill Nottingham <notting@redhat.com>
4fb1b2
- SIGHUP nscd from usermod, too
4fb1b2
4fb1b2
* Fri Apr 09 1999 Michael K. Johnson <johnsonm@redhat.com>
4fb1b2
- added usermod password locking from Chris Adams <cadams@ro.com>
4fb1b2
4fb1b2
* Thu Apr 08 1999 Bill Nottingham <notting@redhat.com>
4fb1b2
- have things that modify users/groups SIGHUP nscd on exit
4fb1b2
4fb1b2
* Wed Mar 31 1999 Michael K. Johnson <johnsonm@redhat.com>
4fb1b2
- have userdel remove user private groups when it is safe to do so
4fb1b2
- allow -f to force user removal even when user appears busy in utmp
4fb1b2
4fb1b2
* Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
4fb1b2
- edit out unused CHFN fields from login.defs.
4fb1b2
4fb1b2
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
4fb1b2
- auto rebuild in the new build environment (release 7)
4fb1b2
4fb1b2
* Wed Jan 13 1999 Bill Nottingham <notting@redhat.com>
4fb1b2
- configure fix for arm
4fb1b2
4fb1b2
* Wed Dec 30 1998 Cristian Gafton <gafton@redhat.com>
4fb1b2
- build against glibc 2.1
4fb1b2
4fb1b2
* Fri Aug 21 1998 Jeff Johnson <jbj@redhat.com>
4fb1b2
- Note that /usr/sbin/mkpasswd conflicts with /usr/bin/mkpasswd;
4fb1b2
  one of these (I think /usr/sbin/mkpasswd but other opinions are valid)
4fb1b2
  should probably be renamed.  In any case, mkpasswd.8 from this package
4fb1b2
  needs to be installed. (problem #823)
4fb1b2
4fb1b2
* Fri May 08 1998 Prospector System <bugs@redhat.com>
4fb1b2
- translations modified for de, fr, tr
4fb1b2
4fb1b2
* Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
4fb1b2
- updated to 980403
4fb1b2
- redid the patches
4fb1b2
4fb1b2
* Tue Dec 30 1997 Cristian Gafton <gafton@redhat.com>
4fb1b2
- updated the spec file
4fb1b2
- updated the patch so that new accounts created on shadowed system won't
4fb1b2
  confuse pam_pwdb anymore ('!!' default password instead on '!')
4fb1b2
- fixed a bug that made useradd -G segfault
4fb1b2
- the check for the ut_user is now patched into configure
4fb1b2
4fb1b2
* Thu Nov 13 1997 Erik Troan <ewt@redhat.com>
4fb1b2
- added patch for XOPEN oddities in glibc headers
4fb1b2
- check for ut_user before checking for ut_name -- this works around some
4fb1b2
  confusion on glibc 2.1 due to the utmpx header not defining the ut_name
4fb1b2
  compatibility stuff. I used a gross sed hack here because I couldn't make
4fb1b2
  automake work properly on the sparc (this could be a glibc 2.0.99 problem
4fb1b2
  though). The utuser patch works fine, but I don't apply it.
4fb1b2
- sleep after running autoconf
4fb1b2
4fb1b2
* Thu Nov 06 1997 Cristian Gafton <gafton@redhat.com>
4fb1b2
- added forgot lastlog command to the spec file
4fb1b2
4fb1b2
* Mon Oct 27 1997 Cristian Gafton <gafton@redhat.com>
4fb1b2
- obsoletes adduser
4fb1b2
4fb1b2
* Thu Oct 23 1997 Cristian Gafton <gafton@redhat.com>
4fb1b2
- modified groupadd; updated the patch
4fb1b2
4fb1b2
* Fri Sep 12 1997 Cristian Gafton <gafton@redhat.com>
4fb1b2
- updated to 970616
4fb1b2
- changed useradd to meet RH specs
4fb1b2
- fixed some bugs
4fb1b2
4fb1b2
* Tue Jun 17 1997 Erik Troan <ewt@redhat.com>
4fb1b2
- built against glibc