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