Blame SPECS/shadow-utils.spec

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