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