cd37fb
Name: libuser
cd37fb
Version: 0.62
958d9a
Release: 25%{?dist}
cd37fb
Group: System Environment/Base
cd37fb
License: LGPLv2+
cd37fb
URL: https://pagure.io/libuser
cd37fb
Source: http://releases.pagure.org/libuser/libuser-%{version}.tar.xz
cd37fb
# https://bugzilla.redhat.com/show_bug.cgi?id=1608321
cd37fb
Source1:  libuser-0_62-jp.po
cd37fb
Source2:  libuser-0_62-zh-Hans.po
cd37fb
Source3:  libuser-0_62-zh-Hant.po
cd37fb
Source4:  libuser-0_62-fr.po
cd37fb
Source5:  libuser-0_62-it.po
cd37fb
Source6:  libuser-0_62-de.po
cd37fb
Source7:  libuser-0_62-ko.po
cd37fb
Source8:  libuser-0_62-pt_BR.po
cd37fb
Source9:  libuser-0_62-ru.po
cd37fb
Source10: libuser-0_62-es.po
cd37fb
cd37fb
# Because we patch configure
cd37fb
BuildRequires: autoconf gettext-devel automake libtool
cd37fb
BuildRequires: glib2-devel, linuxdoc-tools, pam-devel, popt-devel
cd37fb
BuildRequires: cyrus-sasl-devel, libselinux-devel, openldap-devel, python3-devel
cd37fb
# To make sure the configure script can find it
cd37fb
BuildRequires: nscd
cd37fb
# We support libaudit
cd37fb
BuildRequires: audit-libs-devel
cd37fb
# For %%check
cd37fb
BuildRequires: openldap-clients, openldap-servers, openssl
cd37fb
Summary: A user and group account administration library
cd37fb
cd37fb
%define __provides_exclude_from %{python3_sitearch}/.*\.so$
cd37fb
cd37fb
# Patch to address format-security.
cd37fb
# Submitted upstream at https://pagure.io/libuser/pull-request/17
cd37fb
Patch1: 0001-Fix-errors-with-Werror-format-security.patch
cd37fb
Patch2: 0002-Use-2048-bit-keys-in-tests-to-avoid-issues-with-mode.patch
cd37fb
Patch3: 0003-Add-audit-events-around-user-life-cycle.patch
cd37fb
Patch4: 0004-Check-negative-return-of-PyList_Size.patch
cd37fb
Patch5: 0005-files.c-Init-char-name-to-NULL.patch
cd37fb
Patch6: 0006-merge_ent_array_duplicates-Only-use-values-if-valid.patch
cd37fb
Patch7: 0007-editing_open-close-fd-after-we-ve-established-its-va.patch
b3168a
Patch8: 0008-lgroupmod-Emit-AUDIT_GRP_CHAUTHTOK-not-AUDIT_GRP_MGM.patch
958d9a
Patch9: 0009-man-typo.patch
cd37fb
cd37fb
%description
cd37fb
The libuser library implements a standardized interface for manipulating
cd37fb
and administering user and group accounts.  The library uses pluggable
cd37fb
back-ends to interface to its data sources.
cd37fb
cd37fb
Sample applications modeled after those included with the shadow password
cd37fb
suite are included.
cd37fb
cd37fb
%package devel
cd37fb
Group: Development/Libraries
cd37fb
Summary: Files needed for developing applications which use libuser
cd37fb
Requires: %{name}%{?_isa} = %{version}-%{release}
cd37fb
Requires: glib2-devel%{?_isa}
cd37fb
cd37fb
%description devel
cd37fb
The libuser-devel package contains header files, static libraries, and other
cd37fb
files useful for developing applications with libuser.
cd37fb
cd37fb
%package -n python3-libuser
cd37fb
%{?python_provide:%python_provide python2-libuser}
cd37fb
Summary: Python 3 bindings for the libuser library
cd37fb
Group: Development/Libraries
cd37fb
Requires: libuser%{?_isa} = %{version}-%{release}
cd37fb
Provides: libuser-python3 = %{version}-%{release}
cd37fb
Obsoletes: libuser-python3 < %{version}-%{release}
cd37fb
cd37fb
%description -n python3-libuser
cd37fb
The python3-libuser package contains the Python bindings for
cd37fb
the libuser library, which provides a Python 3 API for manipulating and
cd37fb
administering user and group accounts.
cd37fb
cd37fb
%prep
cd37fb
%setup -q -n libuser-%{version}
cd37fb
cd37fb
%patch1 -p1
cd37fb
%patch2 -p1
cd37fb
%patch3 -p1
cd37fb
%patch4 -p1
cd37fb
%patch5 -p1
cd37fb
%patch6 -p1
cd37fb
%patch7 -p1
b3168a
%patch8 -p1
958d9a
%patch9 -p1
cd37fb
cp %{SOURCE1}  po/ja.po
cd37fb
cp %{SOURCE2}  po/zh-Hans.po
cd37fb
cp %{SOURCE3}  po/zh-Hant.po
cd37fb
cp %{SOURCE4}  po/fr.po
cd37fb
cp %{SOURCE5}  po/it.po
cd37fb
cp %{SOURCE6}  po/de.po
cd37fb
cp %{SOURCE7}  po/ko.po
cd37fb
cp %{SOURCE8}  po/pt_BR.po
cd37fb
cp %{SOURCE9}  po/ru.po
cd37fb
cp %{SOURCE10} po/es.po
cd37fb
cd37fb
%build
cd37fb
autoreconf -if
cd37fb
%configure --with-selinux \
cd37fb
           --with-ldap \
cd37fb
           --with-audit \
cd37fb
           --with-html-dir=%{_datadir}/gtk-doc/html \
cd37fb
	PYTHON=/usr/bin/python3
cd37fb
make
cd37fb
# (make all) only rebuilds .gmo files if the .pot file is updated, regardless of po/ja.po changes
cd37fb
make -C po ja.gmo
cd37fb
make -C po zh-Hans.gmo
cd37fb
make -C po zh-Hant.gmo
cd37fb
make -C po it.gmo
cd37fb
make -C po de.gmo
cd37fb
make -C po ko.gmo
cd37fb
make -C po pt_BR.gmo
cd37fb
make -C po ru.gmo
cd37fb
make -C po es.gmo
cd37fb
cd37fb
cd37fb
%install
cd37fb
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
cd37fb
cd37fb
%find_lang %{name}
cd37fb
cd37fb
%check
cd37fb
cd37fb
LC_ALL=C.UTF-8 make check \
cd37fb
	|| { cat test-suite.log; false; }
cd37fb
cd37fb
# Verify that all python modules load, just in case.
cd37fb
LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}:${LD_LIBRARY_PATH}
cd37fb
export LD_LIBRARY_PATH
cd37fb
cd $RPM_BUILD_ROOT/%{python3_sitearch}
cd37fb
# The Python 3 module only supports UTF-8
cd37fb
LC_ALL=C.UTF-8 python3 -c "import libuser"
cd37fb
cd37fb
cd37fb
%post -p /sbin/ldconfig
cd37fb
cd37fb
%postun -p /sbin/ldconfig
cd37fb
cd37fb
%files -f %{name}.lang
cd37fb
%{!?_licensedir:%global license %%doc}
cd37fb
%license COPYING
cd37fb
%doc AUTHORS NEWS README TODO docs/*.txt
cd37fb
%config(noreplace) %{_sysconfdir}/libuser.conf
cd37fb
cd37fb
%attr(0755,root,root) %{_bindir}/*
cd37fb
%{_libdir}/*.so.*
cd37fb
%dir %{_libdir}/%{name}
cd37fb
%{_libdir}/%{name}/*.so
cd37fb
%attr(0755,root,root) %{_sbindir}/*
cd37fb
%{_mandir}/man1/*
cd37fb
%{_mandir}/man5/*
cd37fb
cd37fb
%exclude %{_libdir}/*.la
cd37fb
%exclude %{_libdir}/%{name}/*.la
cd37fb
cd37fb
%files -n python3-libuser
cd37fb
%doc python/modules.txt
cd37fb
%{python3_sitearch}/*.so
cd37fb
%exclude %{python3_sitearch}/*.la
cd37fb
cd37fb
%files devel
cd37fb
%{_includedir}/libuser
cd37fb
%{_libdir}/*.so
cd37fb
%{_libdir}/pkgconfig/*
cd37fb
%{_datadir}/gtk-doc/html/*
cd37fb
cd37fb
%changelog
958d9a
* Tue Nov 29 2022 Tomas Halman <thalman@redhat.com> - 0.62-25
958d9a
- Man-page update
958d9a
- Resolves: rhbz#2070941 - small typo in lchage man page
958d9a
b3168a
* Wed Jun 26 2019 Jakub Hrozek <jhrozek@redhat.com> - 0.62-23
b3168a
- Actually apply the patch from the previous build
b3168a
- Resolves: rhbz#1670997 - Amend the user lifecycle auditing
b3168a
b3168a
* Fri Jun  7 2019 Jakub Hrozek <jhrozek@redhat.com> - 0.62-22
b3168a
- Resolves: rhbz#1670997 - Amend the user lifecycle auditing
b3168a
cd37fb
* Fri Nov 30 2018 Jakub Hrozek <jhrozek@redhat.com> - 0.62-21
cd37fb
- Resolves: rhbz#1608321 - [libuser] RHEL 8.0 Tier 0 Localization
cd37fb
cd37fb
* Fri Oct 12 2018 Jakub Hrozek <jhrozek@redhat.com> - 0.62-20
cd37fb
- Resolves: rhbz#1637398 - libuser-python3 should be renamed to comply
cd37fb
                           with Packaging Guidelines
cd37fb
cd37fb
* Wed Oct  3 2018 Jakub Hrozek <jhrozek@redhat.com> - 0.62-19
cd37fb
- Resolves: rhbz#1602600 -  Please review important issues found by covscan
cd37fb
                            in "libuser-0.62-14.el8+7" package
cd37fb
cd37fb
* Fri Sep 28 2018 Jakub Hrozek <jhrozek@redhat.com> - 0.62-18
cd37fb
- Resolves: rhbz#1608321 - [libuser] RHEL 8.0 Tier 0 Localization
cd37fb
cd37fb
* Mon Aug 13 2018 Jakub Hrozek <jhrozek@redhat.com> - 0.62-17
cd37fb
- Resolves: rhbz#1558151 - libuser needs audit events around the account
cd37fb
                           lifecycle
cd37fb
cd37fb
* Mon Aug  6 2018 Jakub Hrozek <jhrozek@redhat.com> - 0.62-16
cd37fb
- Use 2048bit keys in tests
cd37fb
- Resolves: rhbz#1611729 - [RHEL8-S-BUILD] libuser Fails Scratch Build on rhel-8.0
cd37fb
cd37fb
* Mon Jun 11 2018 Jakub Hrozek <jhrozek@redhat.com> - 0.62-15
cd37fb
- Drop the fakeroot dependency
cd37fb
- Resolves: #1581448 - Remove fakeroot from libuser in RHEL8
cd37fb
cd37fb
* Sun Jun 10 2018 Jakub Hrozek <jhrozek@redhat.com> - 0.62-14
cd37fb
- Do not build python2-libuser at all in RHEL-8
cd37fb
- Resolves: #1559103 - libuser: Drop Python 2 subpackage(s) from RHEL 8
cd37fb
cd37fb
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 0.62-13
cd37fb
- Rebuilt for switch to libxcrypt
cd37fb
cd37fb
* Sat Oct 21 2017 Miloslav Trmač <mitr@redhat.com> - 0.62-12
cd37fb
- Update URL: and Source: to point to Pagure instead of fedorahosted.org
cd37fb
  Resolves: #1502354
cd37fb
cd37fb
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.62-11
cd37fb
- Add Provides for the old name without %%_isa
cd37fb
cd37fb
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.62-10
cd37fb
- Python 2 binary package renamed to python2-libuser
cd37fb
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
cd37fb
cd37fb
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.62-9
cd37fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
cd37fb
cd37fb
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.62-8
cd37fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
cd37fb
cd37fb
* Wed Mar 15 2017 Stephen Gallagher <sgallagh@redhat.com> - 0.62-7
cd37fb
- Fix FTBFS on Fedora 26+
cd37fb
- Add patch to fix issues with -Werror=format-security
cd37fb
- Ensure that the python 3 tests use a locale guaranteed to be present
cd37fb
cd37fb
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.62-6
cd37fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
cd37fb
cd37fb
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.62-5
cd37fb
- Rebuild for Python 3.6
cd37fb
cd37fb
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.62-4
cd37fb
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
cd37fb
cd37fb
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.62-3
cd37fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
cd37fb
cd37fb
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.62-2
cd37fb
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
cd37fb
cd37fb
* Thu Jul 23 2015 Miloslav Trmač <mitr@redhat.com> - 0.62-1
cd37fb
- Update to libuser-0.62
cd37fb
  Resolves: #1246225 (CVE-2015-3245, CVE-2015-3246)
cd37fb
cd37fb
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.61-2
cd37fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
cd37fb
cd37fb
* Wed Mar 25 2015 Miloslav Trmač <mitr@redhat.com> - 0.61-1
cd37fb
- Update to libuser-0.61, notably adding Python 3 bindings
cd37fb
  Resolves: #1014555
cd37fb
- Filter out libuser plugin and Python extension Provides:
cd37fb
cd37fb
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.60-7
cd37fb
- Rebuilt for Fedora 23 Change
cd37fb
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
cd37fb
cd37fb
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60-6
cd37fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
cd37fb
cd37fb
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 0.60-5
cd37fb
- fix license handling
cd37fb
cd37fb
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.60-4
cd37fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
cd37fb
cd37fb
* Tue Oct 15 2013 Miloslav Trmač <mitr@redhat.com> - 0.60-3
cd37fb
- Fix the -2 change, %%check should fail on test suite failure
cd37fb
cd37fb
* Mon Oct 14 2013 Miloslav Trmač <mitr@redhat.com> - 0.60-2
cd37fb
- Include test suite output in build log on failure
cd37fb
cd37fb
* Mon Oct 14 2013 Miloslav Trmač <mitr@redhat.com> - 0.60-1
cd37fb
- Update to libuser-0.60
cd37fb
  Resolves: #910774, #985569, #1008825
cd37fb
cd37fb
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.59-2
cd37fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
cd37fb
cd37fb
* Thu Mar 28 2013 Miloslav Trmač <mitr@redhat.com> - 0.59-1
cd37fb
- Update to libuser-0.59 (CVE-2012-5630, CVE-2012-5644)
cd37fb
  Resolves: #928846
cd37fb
cd37fb
* Mon Feb  4 2013 Miloslav Trmač <mitr@redhat.com> - 0.58-2
cd37fb
- Always use secure_getenv() or __secure_getenv(), fail build if neither is
cd37fb
  available.  Patch by Viktor Hercinger <vhercing@redhat.com>.
cd37fb
cd37fb
* Thu Nov  8 2012 Miloslav Trmač <mitr@redhat.com> - 0.58-1
cd37fb
- Update to libuser-0.58
cd37fb
  Resolves: #844140, #854236
cd37fb
cd37fb
* Mon Sep 24 2012 Miloslav Trmač <mitr@redhat.com> - 0.57.7-1
cd37fb
- Update to libuser-0.57.7
cd37fb
cd37fb
* Tue Aug 21 2012 Miloslav Trmač <mitr@redhat.com> - 0.57.6-3
cd37fb
- Drop no longer necessary %%clean and %%defattr commands.
cd37fb
cd37fb
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.57.6-2
cd37fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
cd37fb
cd37fb
* Thu Mar 22 2012 Miloslav Trmač <mitr@redhat.com> - 0.57.6-1
cd37fb
- Update to libuser-0.57.6
cd37fb
  Resolves: #803840
cd37fb
cd37fb
* Sat Mar  3 2012 Miloslav Trmač <mitr@redhat.com> - 0.57.5-1
cd37fb
- Update to libuser-0.57.5
cd37fb
- BuildRequires: openssl, the testsuite needs /usr/bin/openssl
cd37fb
cd37fb
* Fri Feb 10 2012 Miloslav Trmač <mitr@redhat.com> - 0.57.4-1
cd37fb
- Update to libuser-0.57.4
cd37fb
  Resolves: #788521
cd37fb
cd37fb
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.57.3-3
cd37fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
cd37fb
cd37fb
* Tue Oct  4 2011 Miloslav Trmač <mitr@redhat.com> - 0.57.3-2
cd37fb
- Wait up to 30 seconds for slapd to start in the test suite
cd37fb
cd37fb
* Tue Oct  4 2011 Miloslav Trmač <mitr@redhat.com> - 0.57.3-1
cd37fb
- Update to libuser-0.57.3
cd37fb
  Resolves: #717116, #724986
cd37fb
cd37fb
* Thu Mar 31 2011 Miloslav Trmač <mitr@redhat.com> - 0.57.2-1
cd37fb
- Update to libuser-0.57.2
cd37fb
  Resolves: #671494
cd37fb
- Reenable (make check)
cd37fb
cd37fb
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.57.1-5
cd37fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
cd37fb
cd37fb
* Fri Feb  4 2011 Miloslav Trmač <mitr@redhat.com> - 0.57.1-4
cd37fb
- Use %%{?_isa} in Requires:
cd37fb
cd37fb
* Fri Jan 21 2011 Miloslav Trmač <mitr@redhat.com> - 0.57.1-3
cd37fb
- Disable (make check) to allow parallel 32-bit and 64-bit builds
cd37fb
cd37fb
* Thu Jan 20 2011 Miloslav Trmač <mitr@redhat.com> - 0.57.1-2
cd37fb
- Don't default commonName to gecos if it is empty
cd37fb
  Resolves: #670151
cd37fb
cd37fb
* Fri Jan 14 2011 Miloslav Trmač <mitr@redhat.com> - 0.57.1-1
cd37fb
- Update to libuser-0.57.1
cd37fb
  Resolves: #668855
cd37fb
cd37fb
* Mon Jan 10 2011 Miloslav Trmač <mitr@redhat.com> - 0.57-1
cd37fb
- Update to libuser-0.57
cd37fb
  Resolves: #497333 #610172
cd37fb
cd37fb
* Wed Sep 29 2010 Miloslav Trmač <mitr@redhat.com> - 0.56.18-2
cd37fb
- Handle matchpathcon() failing with ENOENT
cd37fb
  Resolves: #631717
cd37fb
cd37fb
* Tue Sep 14 2010 Miloslav Trmač <mitr@redhat.com> - 0.56.18-1
cd37fb
- Update to libuser-0.56.18
cd37fb
cd37fb
* Wed Sep  1 2010 Miloslav Trmač <mitr@redhat.com> - 0.56.17-2
cd37fb
- Change default crypt_style to sha512
cd37fb
  Resolves: #629001
cd37fb
cd37fb
* Thu Aug 26 2010 Miloslav Trmač <mitr@redhat.com> - 0.56.17-1
cd37fb
- Update to libuser-0.56.17
cd37fb
cd37fb
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.56.16-3
cd37fb
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
cd37fb
cd37fb
* Fri Jul  2 2010 Miloslav Trmač <mitr@redhat.com> - 0.56.16-2
cd37fb
- Provide LU_VALUE_INVALID_ID and id_t validation in the Python module
cd37fb
  Resolves: #610838
cd37fb
cd37fb
* Thu Mar 25 2010 Miloslav Trmač <mitr@redhat.com> - 0.56.16-1
cd37fb
- Update to libuser-0.56.16.
cd37fb
cd37fb
* Thu Mar  4 2010 Miloslav Trmač <mitr@redhat.com> - 0.56.15-1
cd37fb
- Update to libuser-0.56.15.
cd37fb
- Drop no longer necessary references to BuildRequires
cd37fb
cd37fb
* Mon Feb  8 2010 Miloslav Trmač <mitr@redhat.com> - 0.56.14-1
cd37fb
- Update to libuser-0.56.14.
cd37fb
cd37fb
* Tue Jan  5 2010 Miloslav Trmač <mitr@redhat.com> - 0.56.13-2
cd37fb
- s/%%define/%%global/
cd37fb
cd37fb
* Fri Dec 11 2009 Miloslav Trmač <mitr@redhat.com> - 0.56.13-1
cd37fb
- Update to libuser-0.56.13.
cd37fb
  Resolves: #251951
cd37fb
  Resolves: #454079
cd37fb
  Resolves: #456373
cd37fb
  Resolves: #456382
cd37fb
  Resolves: #530513
cd37fb
cd37fb
* Fri Oct  2 2009 Miloslav Trmač <mitr@redhat.com> - 0.56.12-1
cd37fb
- Update to libuser-0.56.12.
cd37fb
cd37fb
* Mon Sep 14 2009 Miloslav Trmač <mitr@redhat.com> - 0.56.11-1
cd37fb
- Update to libuser-0.56.11.
cd37fb
  Resolves: #454091
cd37fb
  Resolves: #456267
cd37fb
  Resolves: #456270
cd37fb
  Resolves: #487129
cd37fb
cd37fb
* Thu Jul 30 2009 Miloslav Trmač <mitr@redhat.com> - 0.56.10-3
cd37fb
- Fix nscd cache invalidation
cd37fb
  Resolves: #506628
cd37fb
- Preserve timestamps during (make install)
cd37fb
cd37fb
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.56.10-2
cd37fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
cd37fb
cd37fb
* Wed Apr 15 2009 Miloslav Trmač <mitr@redhat.com> - 0.56.10-1
cd37fb
- Update to libuser-0.56.10.
cd37fb
cd37fb
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.56.9-3
cd37fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
cd37fb
cd37fb
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.56.9-2
cd37fb
- Rebuild for Python 2.6
cd37fb
cd37fb
* Wed Apr  9 2008 Miloslav Trmač <mitr@redhat.com> - 0.56.9-1
cd37fb
- Update to libuser-0.56.9.
cd37fb
cd37fb
* Sat Feb 23 2008 Miloslav Trmač <mitr@redhat.com> - 0.56.8-1
cd37fb
- New home page at https://fedorahosted.org/libuser/ .
cd37fb
cd37fb
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.56.7-2
cd37fb
- Autorebuild for GCC 4.3
cd37fb
cd37fb
* Wed Jan  9 2008 Miloslav Trmač <mitr@redhat.com> - 0.56.7-1
cd37fb
- Add support for SHA256 and SHA512 in password hashes
cd37fb
  Related: #173583
cd37fb
- Fix file locking on some architectures
cd37fb
- Rename sr@Latn.po to sr@latin.po
cd37fb
  Resolves: #426584
cd37fb
- Address issues from a review by Jason Tibbitts:
cd37fb
  - Remove default.-c, moving the provided functions to libuser proper
cd37fb
  - Remove the WITH_SELINUX build option
cd37fb
  - Move Python library test to %%check
cd37fb
  Resolves: #226054
cd37fb
cd37fb
* Mon Jan 07 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.56.6-4
cd37fb
- Add the usual "there is no upstream" notice.
cd37fb
cd37fb
* Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 0.56.6-4
cd37fb
 - Rebuild for openldap bump
cd37fb
cd37fb
* Tue Dec  4 2007 Miloslav Trmač <mitr@redhat.com> - 0.56.6-3
cd37fb
- Rebuild with openldap-2.4.
cd37fb
cd37fb
* Wed Oct 31 2007 Miloslav Trmač <mitr@redhat.com> - 0.56.6-2
cd37fb
- Fix uninitialized memory usage when SELinux is disabled
cd37fb
cd37fb
* Thu Oct 25 2007 Miloslav Trmač <mitr@redhat.com> - 0.56.6-1
cd37fb
- Set SELinux file contexts when creating home directories, preserve them when
cd37fb
  moving home directories
cd37fb
  Resolves: #351201
cd37fb
cd37fb
* Thu Oct 11 2007 Miloslav Trmač <mitr@redhat.com> - 0.56.5-1
cd37fb
- Work around spurious error messages when run against the Fedora Directory
cd37fb
  server
cd37fb
- Fix error reporting when creating home directories and creating/removing mail
cd37fb
  spool files
cd37fb
  Resolves: #318121
cd37fb
cd37fb
* Wed Sep  5 2007 Miloslav Trmač <mitr@redhat.com> - 0.56.4-3
cd37fb
- s/popt/popt-devel/ in BuildRequires
cd37fb
  Resolves: #277541
cd37fb
cd37fb
* Wed Aug  8 2007 Miloslav Trmač <mitr@redhat.com> - 0.56.4-2
cd37fb
- Split the Python module to a separate subpackage (original patch by Yanko
cd37fb
  Kaneti)
cd37fb
- Update the License: tag
cd37fb
cd37fb
* Fri Jun 15 2007 Miloslav Trmač <mitr@redhat.com> - 0.56.4-1
cd37fb
- Update the last password change date field when changing passwords
cd37fb
  Resolves: #243854
cd37fb
cd37fb
* Sat Jun  9 2007 Miloslav Trmač <mitr@redhat.com> - 0.56.3-1
cd37fb
- Allow specifying a SASL mechanism (original patch by Simo Sorce)
cd37fb
  Resolves: #240904
cd37fb
cd37fb
* Thu Apr 19 2007 Miloslav Trmac <mitr@redhat.com> - 0.56.2-1
cd37fb
- New release with updated translations
cd37fb
cd37fb
* Fri Feb 23 2007 Miloslav Trmac <mitr@redhat.com> - 0.56.1-1
cd37fb
- When changing passwords, only silently ignore know shadow markers, not all
cd37fb
  invalid hashes
cd37fb
  Resolves: #225495
cd37fb
cd37fb
* Sat Feb 17 2007 Miloslav Trmac <mitr@redhat.com> - 0.56-1
cd37fb
- Tighten the API and implementation to avoid corrupting number-like strings;
cd37fb
  the module interface ABI has changed
cd37fb
  Resolves: #226976
cd37fb
cd37fb
* Sat Jan  6 2007 Jeremy Katz <katzj@redhat.com> - 0.55-2
cd37fb
- Fix inconsistent PyObject/PyMem usage (#220679)
cd37fb
cd37fb
* Sun Dec 10 2006 Miloslav Trmac <mitr@redhat.com> - 0.55-1
cd37fb
- Update to support the 64-bit API of Python 2.5
cd37fb
- Drop the quota library and Python module
cd37fb
cd37fb
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 0.54.8-2
cd37fb
- rebuild against python2.5
cd37fb
- follow python packaging guidelines
cd37fb
cd37fb
* Thu Nov  2 2006 Miloslav Trmac <mitr@redhat.com> - 0.54.8-1
cd37fb
- Add importing of HOME from default/useradd
cd37fb
  Related: #204707
cd37fb
cd37fb
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 0.54.7-2
cd37fb
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
cd37fb
cd37fb
* Mon Sep 25 2006 Miloslav Trmac <mitr@redhat.com> - 0.54.7-1
cd37fb
- New release with updated translations
cd37fb
cd37fb
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.54.6-2.1
cd37fb
- rebuild
cd37fb
cd37fb
* Wed Jun  7 2006 Miloslav Trmac <mitr@redhat.com> - 0.54.6-2
cd37fb
- Configure without --enable-gtk-doc to fix multilib conflict (#192715)
cd37fb
cd37fb
* Mon May  1 2006 Miloslav Trmac <mitr@redhat.com> - 0.54.6-1
cd37fb
- Fix bugs in handling of invalid lines in the files and shadow modules
cd37fb
- Fix pattern matching in lu_*_enumerate_full in the files and shadow modules
cd37fb
- Add more error reporting, return non-zero exit status on error from utils
cd37fb
- Use the skeleton directory specified in libuser.conf by Python
cd37fb
  admin.createHome and admin.addUser, add parameter skeleton= to admin.addUser
cd37fb
  (#189984)
cd37fb
cd37fb
* Tue Feb 21 2006 Miloslav Trmac <mitr@redhat.com> - 0.54.5-1
cd37fb
- Fix multilib conflict on libuser.conf.5
cd37fb
cd37fb
* Mon Feb 13 2006 Miloslav Trmac <mitr@redhat.com> - 0.54.4-1
cd37fb
- New release with updated translations
cd37fb
cd37fb
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.54.3-1.2.1
cd37fb
- bump again for double-long bug on ppc(64)
cd37fb
cd37fb
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.54.3-1.2
cd37fb
- rebuilt for new gcc4.1 snapshot and glibc changes
cd37fb
cd37fb
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
cd37fb
- rebuilt
cd37fb
cd37fb
* Fri Dec  2 2005 Miloslav Trmac <mitr@redhat.com> - 0.54.3-1
cd37fb
- Fix crash in lpasswd when user is not specified (#174801)
cd37fb
cd37fb
* Fri Nov 11 2005 Miloslav Trmac <mitr@redhat.com> - 0.54.2-1
cd37fb
- Avoid using deprecated openldap functions
cd37fb
cd37fb
* Fri Nov 11 2005 Miloslav Trmac <mitr@redhat.com> - 0.54.1-2
cd37fb
- Rebuild with newer openldap
cd37fb
cd37fb
* Tue Oct 11 2005 Miloslav Trmac <mitr@redhat.com> - 0.54.1-1
cd37fb
- Support importing of configuration from shadow-utils (/etc/login.defs and
cd37fb
  /etc/default/useradd)
cd37fb
- Add libuser.conf(5) man page
cd37fb
cd37fb
* Wed Oct  5 2005 Matthias Clasen <mclasen@redhat.com> - 0.54-2
cd37fb
- Use gmodule-no-export in the .pc file
cd37fb
cd37fb
* Tue Sep 13 2005 Miloslav Trmac <mitr@redhat.com> - 0.54-1
cd37fb
- Make sure attributes with no values can never appear
cd37fb
- Fix crash in the "files" module when an attribute is missing
cd37fb
- Use hidden visibility for internal functions, remove them from
cd37fb
  libuser/user_private.h; this changes module interface ABI
cd37fb
cd37fb
* Wed Jun  8 2005 Miloslav Trmac <mitr@redhat.com> - 0.53.8-1
cd37fb
- Permit "portable" user and group names as defined by SUSv3, plus trailing $
cd37fb
  (#159452)
cd37fb
- Don't build static libraries
cd37fb
cd37fb
* Sat Apr 30 2005 Miloslav Trmac <mitr@redhat.com> - 0.53.7-1
cd37fb
- Rebuild with updated translations, add missing translations.
cd37fb
cd37fb
* Sun Apr 24 2005 Miloslav Trmac <mitr@redhat.com> - 0.53.6-1
cd37fb
- Allow empty configuration values (#155402)
cd37fb
cd37fb
* Fri Apr 15 2005 Miloslav Trmac <mitr@redhat.com> - 0.53.5-1
cd37fb
- Ignore nss_compat lines in the "files" module (#154651)
cd37fb
- Autodetect Python version (#154096)
cd37fb
- Add BuildRequires: libselinux-devel, s/BuildPrereq/BuildRequires/
cd37fb
cd37fb
* Wed Apr  6 2005 Miloslav Trmac <mitr@redhat.com> - 0.53.4-1
cd37fb
- Fix adding objectclasses to existing LDAP entries (#152960)
cd37fb
cd37fb
* Wed Mar 30 2005 Miloslav Trmac <mitr@redhat.com> - 0.53.3-2
cd37fb
- Add Requires: glib2-devel to libuser-devel (#152501)
cd37fb
- Run ldconfig using %%post{,un} -p to let RPM play tricks
cd37fb
cd37fb
* Sat Mar  5 2005 Miloslav Trmac <mitr@redhat.com> - 0.53.3-1
cd37fb
- Don't silently ignore some I/O errors
cd37fb
- Don't include a Cyrus SASL v1 header file when libldap links to v2 (#150046)
cd37fb
- Rebuild with gcc 4
cd37fb
cd37fb
* Mon Jan 17 2005 Miloslav Trmac <mitr@redhat.com> - 0.53.2-1
cd37fb
- Important bug fixes in lchage, lgroupmod, lnewusers and lusermod
cd37fb
- Minor bug fixes in lpasswd and luseradd
cd37fb
- Add man pages for the utilities (#61673)
cd37fb
cd37fb
* Mon Dec 13 2004 Miloslav Trmac <mitr@redhat.com> - 0.53.1-1
cd37fb
- Export UT_NAMESIZE from <utmp.h> to Python (#141273)
cd37fb
cd37fb
* Sun Nov 14 2004 Miloslav Trmac <mitr@redhat.com> - 0.53-1
cd37fb
- Support UID and GID values larger than LONG_MAX (#124967)
cd37fb
- Fix updating of groups after user renaming in lusermod
cd37fb
- Allow setting a shadow password even if the current shadow password is
cd37fb
  invalid (#131180)
cd37fb
- Add lu_{user,group}_unlock_nonempty (#86414); module interface ABI has 
cd37fb
  changed
cd37fb
- Miscellaneous bug and memory leak fixes
cd37fb
cd37fb
* Mon Nov  8 2004 Jeremy Katz <katzj@redhat.com> - 0.52.6-2
cd37fb
- rebuild against python 2.4
cd37fb
cd37fb
* Tue Nov  2 2004 Miloslav Trmac <mitr@redhat.com> - 0.52.6-1
cd37fb
- Make error reporting more consistent, more verbose and always on stderr
cd37fb
  (partly #133861, original patch by Pawel Salek)
cd37fb
- Mark strings previously blocked by string freeze for translation
cd37fb
cd37fb
* Tue Oct 12 2004 Miloslav Trmac <mitr@redhat.com> - 0.52.5-1
cd37fb
- Fix home directory renaming in ADMIN.modifyUser (#135280)
cd37fb
- Further Python reference counting fixes
cd37fb
cd37fb
* Sun Oct 10 2004 Miloslav Trmac <mitr@redhat.com> - 0.52.4-1
cd37fb
- Fix memory leaks (#113730)
cd37fb
- Build with updated translations
cd37fb
cd37fb
* Wed Sep 29 2004 Miloslav Trmac <mitr@redhat.com> - 0.52.3-1
cd37fb
- Fix compilation without libuser headers already installed (#134085)
cd37fb
cd37fb
* Tue Sep 28 2004 Miloslav Trmac <mitr@redhat.com> - 0.52.2-1
cd37fb
- Allow LDAP connection using ldaps, custom ports or without TLS (original
cd37fb
  patch from Pawel Salek).
cd37fb
cd37fb
* Mon Sep 27 2004 Miloslav Trmac <mitr@redhat.com> - 0.52.1-1
cd37fb
- Fix freecon() of uninitialized value in files/shadow module
cd37fb
cd37fb
* Mon Sep 27 2004 Miloslav Trmac <mitr@redhat.com> - 0.52-1
cd37fb
- Usable LDAP backend (#68052, #99435, #130404)
cd37fb
- Miscellaneous bug fixes
cd37fb
cd37fb
* Fri Sep 24 2004 Miloslav Trmac <mitr@redhat.com> - 0.51.12-1
cd37fb
- Don't claim success and exception at the same time (#133479)
cd37fb
- LDAP fixes, second round
cd37fb
- Various other bugfixes
cd37fb
cd37fb
* Thu Sep 23 2004 Miloslav Trmac <mitr@redhat.com> - 0.51.11-1
cd37fb
- Allow documented optional arguments in Python
cd37fb
  ADMIN.{addUser,modifyUser,deleteUser} (#119812)
cd37fb
- Add man pages for lchfn and lchsh
cd37fb
- LDAP fixes, first round
cd37fb
- Avoid file conflict on multilib systems
cd37fb
- Call ldconfig correctly
cd37fb
cd37fb
* Fri Sep  3 2004 Miloslav Trmac <mitr@redhat.com> - 0.51.10-1
cd37fb
- Don't attempt to lookup using original entity name after entity
cd37fb
  modification (rename in particular) (#78376, #121252)
cd37fb
- Fix copying of symlinks from /etc/skel (#87572, original patch from gLaNDix)
cd37fb
- Make --enable-quota work, and fix the quota code to at least compile (#89114)
cd37fb
- Fix several bugs (#120168, original patch from Steve Grubb)
cd37fb
- Don't hardcode python version in spec file (#130952, from Robert Scheck)
cd37fb
- Properly integrate the SELinux patch, it should actually be used now, even
cd37fb
  though it was "enabled" since 0.51.7-6
cd37fb
cd37fb
* Tue Aug 31 2004 Miloslav Trmac <mitr@redhat.com> - 0.51.9-1
cd37fb
- Fix various typos
cd37fb
- Document library interfaces
cd37fb
- Build all shared libraries with -fPIC (#72536)
cd37fb
cd37fb
* Wed Aug 25 2004 Miloslav Trmac <mitr@redhat.com> - 0.51.8-1
cd37fb
- Update to build with latest autotools and gtk-doc
cd37fb
- Update ALL_LINGUAS and POTFILES.in
cd37fb
- Rebuild to depend on newer openldap
cd37fb
cd37fb
* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 0.51.7-7
cd37fb
- fix is_selinux_enabled call
cd37fb
cd37fb
* Sun Dec 14 2003 Jeremy Katz <katzj@redhat.com> 0.51.7-6
cd37fb
- rebuild against python 2.3
cd37fb
- enable SELinux
cd37fb
cd37fb
* Mon Sep 08 2003 Dan Walsh <dwalsh@redhat.com> 0.51.7-5
cd37fb
- Turn off SELinux 
cd37fb
cd37fb
* Wed Aug 06 2003 Dan Walsh <dwalsh@redhat.com> 0.51.7-3
cd37fb
- Add SELinux support
cd37fb
cd37fb
* Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.51.7-1
cd37fb
- ldap: set error codes correctly when we encounter failures initializing
cd37fb
- don't double-close modules which fail initialization
cd37fb
- ldap: don't set an error in cases where one is already set
cd37fb
cd37fb
* Tue Feb 18 2003 Nalin Dahyabhai <nalin@redhat.com> 0.51.6-1
cd37fb
- use a crypt salt consistent with the defaults/crypt_style setting when
cd37fb
  setting new passwords (#79337)
cd37fb
cd37fb
* Thu Feb  6 2003 Nalin Dahyabhai <nalin@redhat.com> 0.51.5-2
cd37fb
- rebuild
cd37fb
cd37fb
* Wed Feb  5 2003 Nalin Dahyabhai <nalin@redhat.com> 0.51.5-1
cd37fb
- expose lu_get_first_unused_id() as a package-private function
cd37fb
- provide libuser.ADMIN.getFirstUnusedUid and libuser.ADMIN.getFirstUnusedGid
cd37fb
  in python
cd37fb
cd37fb
* Thu Dec 19 2002 Nalin Dahyabhai <nalin@redhat.com> 0.51.4-1
cd37fb
- fix not freeing resources properly in files.c(generic_is_locked), spotted by
cd37fb
  Zou Pengcheng
cd37fb
cd37fb
* Wed Dec 11 2002 Nalin Dahyabhai <nalin@redhat.com> 0.51.2-1
cd37fb
- degrade gracefully
cd37fb
- build with --with-pic and -fPIC
cd37fb
- remove unpackaged man page
cd37fb
cd37fb
* Tue Aug 27 2002 Nalin Dahyabhai <nalin@redhat.com> 0.51.1-2
cd37fb
- translation updates
cd37fb
cd37fb
* Wed Jul 24 2002 Nalin Dahyabhai <nalin@redhat.com> 0.51.1-1
cd37fb
- doc updates -- cvs tree moved
cd37fb
- language updates
cd37fb
- disallow weird characters in account names
cd37fb
cd37fb
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cd37fb
- automated rebuild
cd37fb
cd37fb
* Mon May 20 2002 Nalin Dahyabhai <nalin@redhat.com> 0.51-1
cd37fb
- files: ignore blank lines in files
cd37fb
- libuser: disallow creation of accounts with names containing whitespace,
cd37fb
  control characters, or non-ASCII characters
cd37fb
cd37fb
* Tue Apr 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.50.2-1
cd37fb
- refresh translations
cd37fb
- fix a heap-corruption bug in the python bindings
cd37fb
cd37fb
* Mon Apr 15 2002 Nalin Dahyabhai <nalin@redhat.com> 0.50-1
cd37fb
- bump version
cd37fb
- refresh translations
cd37fb
cd37fb
* Thu Mar 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49.102-1
cd37fb
- ldap: cache an entity's dn in the entity structure to try to speed things up
cd37fb
cd37fb
* Mon Mar 11 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49.101-3
cd37fb
- rebuild in new environment
cd37fb
cd37fb
* Thu Mar  7 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49.101-2
cd37fb
- add missing buildreqs on cyrus-sasl-devel and openldap-devel (#59456)
cd37fb
- translation refresh
cd37fb
cd37fb
* Fri Mar  1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49.101-1
cd37fb
- fix python bindings of enumerateFull functions
cd37fb
- adjust prompter wrapping to not error out on successful returns
cd37fb
cd37fb
* Thu Feb 28 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49.100-1
cd37fb
- be more careful about printing error messages
cd37fb
- fix refreshing after adding of accounts
cd37fb
- ldap: try to use a search to convert names to DNs, and only fall back to
cd37fb
  guessing if it turns up nothing
cd37fb
- files: fix an off-by-one in removal of entries
cd37fb
cd37fb
* Mon Feb 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49.99-1
cd37fb
- refresh translations
cd37fb
- fix admin() constructor comments in the python module
cd37fb
cd37fb
* Thu Feb 21 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49.98-1
cd37fb
- automatically refresh entities after add, modify, setpass, removepass,
cd37fb
  lock, and unlock operations
cd37fb
- remove debug spewage when creating and removing mail spools
cd37fb
- files: fix saving of multi-valued attributes
cd37fb
- rename MEMBERUID attribute for groups to MEMBERNAME
cd37fb
cd37fb
* Wed Feb 20 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49.97-1
cd37fb
- files: fix bug in removals
cd37fb
- ldap: revert attempts at being smart at startup time, because it makes UIs
cd37fb
  very messy (up the three whole dialogs just to start the ldap stuff!)
cd37fb
cd37fb
* Sat Feb 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49.96-1
cd37fb
- fix thinko in dispatch routines
cd37fb
cd37fb
* Wed Feb 13 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49.95-1
cd37fb
- lgroupmod: fix thinko
cd37fb
cd37fb
* Thu Jan 31 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49.94-2
cd37fb
- rebuild in new environment
cd37fb
cd37fb
* Tue Jan 29 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49.93-1
cd37fb
- move shadow initialization for groups to the proper callback
cd37fb
- rework locking in the files module to not require that files be writable
cd37fb
cd37fb
* Tue Jan 29 2002 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- expose lu_strerror()
cd37fb
- add various typedefs for types used by the library
cd37fb
cd37fb
* Mon Jan 28 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49.92-1
cd37fb
- add removepass() functions
cd37fb
cd37fb
* Thu Jan 24 2002 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- lchfn,lchsh,lpasswd - reorder PAM authentication calls
cd37fb
- include API docs in the package
cd37fb
cd37fb
* Thu Jan 24 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49.91-1
cd37fb
- ldap: finish port to new API
cd37fb
- sasl: finish port to new API (needs test)
cd37fb
- libuser: don't commit object changes before passing data to service
cd37fb
  functions which might need differing data sets to figure out what to
cd37fb
  change (for example, ldap)
cd37fb
cd37fb
* Thu Jan 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.49.90-1
cd37fb
- bind the internal mail spool creation/removal functions for python
cd37fb
cd37fb
* Wed Jan 16 2002 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- renamed the python module
cd37fb
- revamped internals to use gobject's gvalues and gvaluearrays instead of
cd37fb
  glists of cached strings
cd37fb
- add enumeration-with-data functions to the C library
cd37fb
cd37fb
* Mon Jan 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cd37fb
- require linuxdoc-tools instead of sgml-tools for rawhide
cd37fb
cd37fb
* Tue Nov 13 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- fixup build files to allow building for arbitrary versions of python
cd37fb
cd37fb
* Wed Aug 29 2001 Nalin Dahyabhai <nalin@redhat.com> 0.32-1
cd37fb
- link the python module against libpam
cd37fb
- attempt to import the python modules at build-time to verify dependencies
cd37fb
cd37fb
* Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com> 0.31-1
cd37fb
- fix a file-parsing bug that popped up in 0.29's mmap modifications
cd37fb
cd37fb
* Mon Aug 27 2001 Nalin Dahyabhai <nalin@redhat.com> 0.30-1
cd37fb
- quotaq: fix argument order when reading quota information
cd37fb
- user_quota: set quota grace periods correctly
cd37fb
- luseradd: never create home directories for system accounts
cd37fb
cd37fb
* Tue Aug 21 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- add da translation files
cd37fb
- update translations
cd37fb
cd37fb
* Tue Aug 21 2001 Nalin Dahyabhai <nalin@redhat.com> 0.29-1
cd37fb
- add an explicit build dependency on jade (for the docs)
cd37fb
cd37fb
* Mon Aug 20 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- HUP nscd on modifications
cd37fb
- userutil.c: mmap files we're reading for probable speed gain
cd37fb
- userutil.c: be conservative with the amount of random data we read
cd37fb
- docs fixes
cd37fb
cd37fb
* Wed Aug 15 2001 Nalin Dahyabhai <nalin@redhat.com> 0.28-1
cd37fb
- apps: print usage on errors
cd37fb
- lnewusers.c: initialize groups as groups, not users
cd37fb
- lnewusers.c: set passwords for new accounts
cd37fb
- luseradd.c: accept group names in addition to IDs for the -g flag
cd37fb
- luseradd.c: allow the primary GID to be a preexisting group
cd37fb
cd37fb
* Tue Aug 14 2001 Nalin Dahyabhai <nalin@redhat.com> 0.27-1
cd37fb
- add ko translation files
cd37fb
- files.c: fix a heap corruption bug in lock/unlock (#51750)
cd37fb
- files.c: close a memory leak in reading of files
cd37fb
cd37fb
* Mon Aug 13 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- files.c: remove implementation limits on lengths of lines
cd37fb
cd37fb
* Thu Aug  9 2001 Nalin Dahyabhai <nalin@redhat.com> 0.26-1
cd37fb
- lusermod: change user name in groups the user is a member of during renames
cd37fb
- lgroupmod: change primary GID for users who are in the group during renumbers
cd37fb
- ldap.c: handle new attributes more gracefully if possible
cd37fb
- add ru translation files
cd37fb
cd37fb
* Tue Aug  7 2001 Nalin Dahyabhai <nalin@redhat.com> 0.25.1-1
cd37fb
- rename the quota source files to match the library, which clears up a
cd37fb
  file conflict with older quota packages
cd37fb
- add ja translation files
cd37fb
cd37fb
* Thu Aug  2 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- add lu_ent_clear_all() function
cd37fb
cd37fb
* Thu Aug  2 2001 Nalin Dahyabhai <nalin@redhat.com> 0.25-1
cd37fb
- close up some memory leaks
cd37fb
- add the ability to include resident versions of modules in the library
cd37fb
cd37fb
* Wed Aug  1 2001 Nalin Dahyabhai <nalin@redhat.com> 0.24-4
cd37fb
- fix incorrect Py_BuildValue invocation in python module
cd37fb
cd37fb
* Tue Jul 31 2001 Nalin Dahyabhai <nalin@redhat.com> 0.24-3
cd37fb
- stop leaking descriptors in the files module
cd37fb
- speed up user creation by reordering some checks for IDs being in use
cd37fb
- update the shadowLastChanged attribute when we set a password
cd37fb
- adjust usage of getXXXXX_r where needed
cd37fb
- fix assorted bugs in python binding which break prompting
cd37fb
cd37fb
* Mon Jul 30 2001 Nalin Dahyabhai <nalin@redhat.com> 0.23-1
cd37fb
- install sv translation
cd37fb
- make lpasswd prompt for passwords when none are given on the command line
cd37fb
- make sure all user-visible strings are marked for translation
cd37fb
- clean up some user-visible strings
cd37fb
- require PAM authentication in lchsh, lchfn, and lpasswd for non-networked modules
cd37fb
cd37fb
* Fri Jul 27 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- print uids and gids of users and names in lid app
cd37fb
- fix tree traversal in users_enumerate_by_group and groups_enumerate_by_users
cd37fb
- implement enumerate_by_group and enumerate_by_user in ldap module
cd37fb
- fix id-based lookups in the ldap module
cd37fb
- implement islocked() method in ldap module
cd37fb
- implement setpass() method in ldap module
cd37fb
- add lchfn and lchsh apps
cd37fb
- add %%d substitution to libuser.conf
cd37fb
cd37fb
* Thu Jul 26 2001 Nalin Dahyabhai <nalin@redhat.com> 0.21-1
cd37fb
- finish adding a sasldb module which manipulates a sasldb file
cd37fb
- add users_enumerate_by_group and groups_enumerate_by_users
cd37fb
cd37fb
* Wed Jul 25 2001 Nalin Dahyabhai <nalin@redhat.com> 
cd37fb
- luserdel: remove the user's primary group if it has the same name as
cd37fb
  the user and has no members configured (-G disables)
cd37fb
- fixup some configure stuff to make libuser.conf get generated correctly
cd37fb
  even when execprefix isn't specified
cd37fb
cd37fb
* Tue Jul 24 2001 Nalin Dahyabhai <nalin@redhat.com> 0.20-1
cd37fb
- only call the auth module when setting passwords (oops)
cd37fb
- use GTrees instead of GHashTables for most internal tables
cd37fb
- files: complain properly about unset attributes
cd37fb
- files: group passwords are single-valued, not multiple-valued
cd37fb
- add lpasswd app, make sure all apps start up popt with the right names
cd37fb
cd37fb
* Mon Jul 23 2001 Nalin Dahyabhai <nalin@redhat.com> 0.18-1
cd37fb
- actually make the new optional arguments optional
cd37fb
- fix lu_error_new() to actually report errors right
cd37fb
- fix part of the python bindings
cd37fb
- include tools in the binary package again
cd37fb
- fixup modules so that password-changing works right again
cd37fb
- add a "key" field to prompt structures for use by apps which like to
cd37fb
  cache these things
cd37fb
- add an optional "mvhomedir" argument to userModify (python)
cd37fb
cd37fb
* Fri Jul 20 2001 Nalin Dahyabhai <nalin@redhat.com> 0.16.1-1
cd37fb
- finish home directory population
cd37fb
- implement home directory moving
cd37fb
- change entity get semantics in the python bindings to allow default values for .get()
cd37fb
- add lu_ent_has(), and a python has_key() method to Entity types
cd37fb
- don't include tools in the binary package
cd37fb
- add translated strings
cd37fb
cd37fb
* Thu Jul 19 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- lib/user.c: catch and ignore errors when running stacks
cd37fb
- lusermod: fix slightly bogus help messages
cd37fb
- luseradd: when adding a user and group, use the gid of the group
cd37fb
  instead of the user's uid as the primary group
cd37fb
- properly set the password field in user accounts created using
cd37fb
  auth-only auth modules (shadow needs "x" instead of "!!")
cd37fb
- implement home directory removal, start on population
cd37fb
cd37fb
* Wed Jul 18 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- fix group password setting in the files module
cd37fb
- setpass affects both auth and info, so run both stacks
cd37fb
cd37fb
* Tue Jul 17 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- make the testbed apps noinst
cd37fb
cd37fb
* Mon Jul 16 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- fix errors due to uninitialized fields in the python bindings
cd37fb
- add kwargs support to all python wrappers
cd37fb
- add a mechanism for passing arguments to python callbacks
cd37fb
cd37fb
* Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- stub out the krb5 and ldap modules so that they'll at least compile again
cd37fb
 
cd37fb
* Tue Jul 10 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- don't bail when writing empty fields to colon-delimited files
cd37fb
- use permissions of the original file when making backup files instead of 0600
cd37fb
cd37fb
* Fri Jul  6 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- finish implementing is_locked methods in files/shadow module
cd37fb
- finish cleanup of the python bindings
cd37fb
- allow conditional builds of modules so that we can build without
cd37fb
  all of the prereqs for all of the modules
cd37fb
cd37fb
* Thu Jun 21 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- add error reporting facilities
cd37fb
- split public header into pieces by function
cd37fb
- backend cleanups
cd37fb
cd37fb
* Mon Jun 18 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- make %%{name}-devel require %%{name} and not %%{name}-devel
cd37fb
cd37fb
* Fri Jun 15 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- clean up quota bindings some more
cd37fb
- finish most of the ldap bindings
cd37fb
- fix a subtle bug in the files module that would show up when renaming accounts
cd37fb
- fix mapping methods for entity structures in python
cd37fb
cd37fb
* Thu Jun 14 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- get bindings for prompts to work correctly
cd37fb
- clean up some of the add/remove semantics (set source on add)
cd37fb
- ldap: implement enumeration
cd37fb
- samples/enum: fix the argument order
cd37fb
cd37fb
* Wed Jun 13 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- clean up python bindings for quota
cd37fb
cd37fb
* Tue Jun 12 2001 Nalin Dahyabhai <nalin@redhat.com> 0.11
cd37fb
- finish up python bindings for quota support
cd37fb
cd37fb
* Sun Jun 10 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- finish up quota support libs
cd37fb
cd37fb
* Fri Jun  8 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- start quota support library to get some type safety
cd37fb
cd37fb
* Thu Jun  7 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- start looking at quota manipulation
cd37fb
cd37fb
* Wed Jun  6 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- add functions for enumerating users and groups, optionally per-module
cd37fb
- lusermod.c: -s should specify the shell, not the home directory
cd37fb
cd37fb
* Fri Jun  1 2001 Nalin Dahyabhai <nalin@redhat.com> 0.10
cd37fb
- finish the python bindings and verify that the file backend works again
cd37fb
cd37fb
* Wed May 30 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- remove a redundant check which was breaking modifications
cd37fb
cd37fb
* Tue May 29 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- finish adding setpass methods
cd37fb
cd37fb
* Wed May  2 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9
cd37fb
- get a start on some Python bindings
cd37fb
cd37fb
* Tue May  1 2001 Nalin Dahyabhai <nalin@redhat.com> 0.8.2
cd37fb
- make binary-incompatible change in headers
cd37fb
cd37fb
* Mon Apr 30 2001 Nalin Dahyabhai <nalin@redhat.com> 0.8.1
cd37fb
- add doxygen docs and a "doc" target for them
cd37fb
cd37fb
* Sat Jan 20 2001 Nalin Dahyabhai <nalin@redhat.com> 0.8
cd37fb
- add a "quiet" prompter
cd37fb
- add --interactive flag to sample apps and default to using quiet prompter
cd37fb
- ldap: attempt a "self" bind if other attempts fail
cd37fb
- krb5: connect to the password-changing service if the user principal has
cd37fb
  the NULL instance
cd37fb
cd37fb
* Wed Jan 10 2001 Nalin Dahyabhai <nalin@redhat.com>
cd37fb
- the great adding-of-the-copyright-statements
cd37fb
- take more care when creating backup files in the files module
cd37fb
cd37fb
* Wed Jan  3 2001 Nalin Dahyabhai <nalin@redhat.com> 0.7
cd37fb
- add openldap-devel as a buildprereq
cd37fb
- krb5: use a continuous connection
cd37fb
- krb5: add "realm" config directive
cd37fb
- ldap: use a continuous connection
cd37fb
- ldap: add "server", "basedn", "binddn", "user", "authuser" config directives
cd37fb
- ldap: actually finish the account deletion function
cd37fb
- ldap: don't send cleartext passwords to the directory
cd37fb
- fix naming attribute for users (should be uid, not gid)
cd37fb
- refine the search-by-id,convert-to-name,search-by-name logic
cd37fb
- fix handling of defaults when the config file is read in but contains no value
cd37fb
- implement an LDAP information store
cd37fb
- try to clean up module naming with libtool
cd37fb
- luseradd: pass plaintext passwords along
cd37fb
- luseradd: use symbolic attribute names instead of hard-coded
cd37fb
- lusermod: pass plaintext passwords along
cd37fb
- lgroupadd: pass plaintext passwords along
cd37fb
- lgroupmod: pass plaintext passwords along
cd37fb
- add libuser as a dependency of libuser-devel
cd37fb
cd37fb
* Tue Jan  2 2001 Nalin Dahyabhai <nalin@redhat.com> 0.6
cd37fb
- initial packaging