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