Blame SPECS/usermode.spec

966f7a
Summary: Tools for certain user account management tasks
966f7a
Name: usermode
966f7a
Version: 1.113
966f7a
Release: 1%{?dist}
966f7a
License: GPLv2+
966f7a
Group: Applications/System
966f7a
URL: https://pagure.io/%{name}/
966f7a
Source: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.xz
966f7a
Source1: config-util
966f7a
Requires: pam, passwd, util-linux
966f7a
# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/IJFYI5Q2BYZKIGDFS2WLOBDUSEGWHIKV/
966f7a
BuildRequires: gcc
966f7a
BuildRequires: desktop-file-utils, gettext, glib2-devel, gtk2-devel, intltool
966f7a
BuildRequires: libblkid-devel, libSM-devel, libselinux-devel, libuser-devel
966f7a
BuildRequires: pam-devel, perl-XML-Parser, startup-notification-devel
966f7a
BuildRequires: util-linux
966f7a
966f7a
%package gtk
966f7a
Summary: Graphical tools for certain user account management tasks
966f7a
Group: Applications/System
966f7a
Requires: %{name} = %{version}-%{release}
966f7a
966f7a
%global _hardened_build 1
966f7a
966f7a
%description
966f7a
The usermode package contains the userhelper program, which can be
966f7a
used to allow configured programs to be run with superuser privileges
966f7a
by ordinary users.
966f7a
966f7a
%description gtk
966f7a
The usermode-gtk package contains several graphical tools for users:
966f7a
userinfo, usermount and userpasswd.  Userinfo allows users to change
966f7a
their finger information.  Usermount lets users mount, unmount, and
966f7a
format file systems.  Userpasswd allows users to change their
966f7a
passwords.
966f7a
966f7a
Install the usermode-gtk package if you would like to provide users with
966f7a
graphical tools for certain account management tasks.
966f7a
966f7a
%prep
966f7a
%setup -q
966f7a
966f7a
%build
966f7a
%configure --with-fexecve=yes --with-selinux
966f7a
966f7a
make %{?_smp_mflags}
966f7a
966f7a
%install
966f7a
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
966f7a
966f7a
# make userformat symlink to usermount
966f7a
ln -sf usermount $RPM_BUILD_ROOT%{_bindir}/userformat
966f7a
ln -s usermount.1 $RPM_BUILD_ROOT%{_mandir}/man1/userformat.1
966f7a
966f7a
mkdir -p $RPM_BUILD_ROOT/etc/security/console.apps
966f7a
install -p -m 644 %{SOURCE1} \
966f7a
	$RPM_BUILD_ROOT/etc/security/console.apps/config-util
966f7a
966f7a
for i in redhat-userinfo.desktop redhat-userpasswd.desktop \
966f7a
	redhat-usermount.desktop; do
966f7a
	echo 'NotShowIn=GNOME;KDE;' >>$RPM_BUILD_ROOT%{_datadir}/applications/$i
966f7a
	desktop-file-install --vendor redhat --delete-original \
966f7a
		--dir $RPM_BUILD_ROOT%{_datadir}/applications \
966f7a
		$RPM_BUILD_ROOT%{_datadir}/applications/$i
966f7a
done
966f7a
966f7a
%find_lang %{name}
966f7a
966f7a
%files -f %{name}.lang
966f7a
%doc COPYING ChangeLog NEWS README
966f7a
%attr(4711,root,root) /usr/sbin/userhelper
966f7a
%{_bindir}/consolehelper
966f7a
%{_mandir}/man8/userhelper.8*
966f7a
%{_mandir}/man8/consolehelper.8*
966f7a
%config(noreplace) /etc/security/console.apps/config-util
966f7a
966f7a
%files gtk
966f7a
%{_bindir}/usermount
966f7a
%{_mandir}/man1/usermount.1*
966f7a
%{_bindir}/userformat
966f7a
%{_mandir}/man1/userformat.1*
966f7a
%{_bindir}/userinfo
966f7a
%{_mandir}/man1/userinfo.1*
966f7a
%{_bindir}/userpasswd
966f7a
%{_mandir}/man1/userpasswd.1*
966f7a
%{_bindir}/consolehelper-gtk
966f7a
%{_mandir}/man8/consolehelper-gtk.8*
966f7a
%{_bindir}/pam-panel-icon
966f7a
%{_mandir}/man1/pam-panel-icon.1*
966f7a
%{_datadir}/%{name}
966f7a
%{_datadir}/pixmaps/*
966f7a
%{_datadir}/applications/*
966f7a
966f7a
%changelog
966f7a
* Mon Nov 05 2018 Jiri Kucera <jkucera@redhat.com> - 1.113-1
966f7a
- Rebase to usermode-1.113 (fixes static scanner issues)
966f7a
  Resolves #1602722
966f7a
966f7a
* Wed Aug 08 2018 Jiri Kucera <jkucera@redhat.com> - 1.112-2
966f7a
- Dropped need to run autotools
966f7a
- <sys/sysmacros.h> must be now included manually
966f7a
  Resolves #1611752
966f7a
- Fixed bad FSF address
966f7a
966f7a
* Thu Feb 22 2018 Jiri Kucera <jkucera@redhat.com> - 1.112-1
966f7a
- Update to usermode-1.112
966f7a
  Resolves #1269643
966f7a
966f7a
* Wed Feb 21 2018 Jiri Kucera <jkucera@redhat.com> - 1.111-14
966f7a
- Added missing gcc dependency
966f7a
966f7a
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.111-13
966f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
966f7a
966f7a
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.111-12
966f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
966f7a
966f7a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.111-11
966f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
966f7a
966f7a
* Mon Apr 24 2017 Miloslav Trmač <mitr@redhat.com> - 1.111-10
966f7a
- Fix a FBFS with  -Werror=format-security
966f7a
  Resolves #1444750
966f7a
- Fix inconsistent dates in %%changelog
966f7a
966f7a
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.111-9
966f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
966f7a
966f7a
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.111-8
966f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
966f7a
966f7a
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.111-7
966f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
966f7a
966f7a
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.111-6
966f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
966f7a
966f7a
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.111-5
966f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
966f7a
966f7a
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.111-4
966f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
966f7a
966f7a
* Tue May 21 2013 Miloslav Trmač <mitr@redhat.com> - 1.111-3
966f7a
- Enable hardened build
966f7a
  Resolves: #965471
966f7a
966f7a
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.111-2
966f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
966f7a
966f7a
* Sat Sep 22 2012 Miloslav Trmač <mitr@redhat.com> - 1.111-1
966f7a
- Update to usermode-1.111
966f7a
966f7a
* Tue Aug 21 2012 Miloslav Trmač <mitr@redhat.com> - 1.110-2
966f7a
- Drop no longer necessary %%clean and %%defattr commands.
966f7a
966f7a
* Mon Aug 20 2012 Miloslav Trmač <mitr@redhat.com> - 1.110-1
966f7a
- Update to usermode-1.110.
966f7a
  Note that this drops halt/poweroff/reboot helpers, the respective
966f7a
  implementations in systemd now include PolicyKit support.  Spec file change
966f7a
  based on a patch by Lennart Poettering <lpoetter@redhat.com>.
966f7a
  Resolves: #804088, #849208
966f7a
966f7a
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.109-2
966f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
966f7a
966f7a
* Sat Mar  3 2012 Miloslav Trmač <mitr@redhat.com> - 1.109-1
966f7a
- Update to usermode-1.109
966f7a
966f7a
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.108-2
966f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
966f7a
966f7a
* Mon Oct  3 2011 Miloslav Trmač <mitr@redhat.com> - 1.108-1
966f7a
- Update to usermode-1.108
966f7a
  Resolves: #622813, #716524
966f7a
966f7a
* Thu Mar 31 2011 Miloslav Trmač <mitr@redhat.com> - 1.107-1
966f7a
- Update to usermode-1.107
966f7a
  Resolves: #668731
966f7a
- Add UGROUPS=wheel to config-util
966f7a
  Resolves: #688690
966f7a
966f7a
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.106.1-3
966f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
966f7a
966f7a
* Wed Sep 29 2010 jkeating - 1.106.1-2
966f7a
- Rebuilt for gcc bug 634757
966f7a
966f7a
* Tue Sep 14 2010 Miloslav Trmač <mitr@redhat.com> - 1.106.1-1
966f7a
- Update to usermode-1.106.1
966f7a
966f7a
* Thu Aug 26 2010 Miloslav Trmač <mitr@redhat.com> - 1.106-1
966f7a
- Update to usermode-1.106
966f7a
966f7a
* Thu Apr  8 2010 Miloslav Trmač <mitr@redhat.com> - 1.105-1
966f7a
- Update to usermode-1.105
966f7a
  Resolves: #578124
966f7a
  Resolves: #580481
966f7a
966f7a
* Fri Mar 26 2010 Miloslav Trmač <mitr@redhat.com> - 1.104.2-1
966f7a
- Update to usermode-1.104.2
966f7a
966f7a
* Thu Mar  4 2010 Miloslav Trmač <mitr@redhat.com> - 1.104.1-1
966f7a
- Update to usermode-1.104.1
966f7a
- Drop no longer necessary references to BuildRoot:
966f7a
966f7a
* Thu Feb 25 2010 Miloslav Trmač <mitr@redhat.com> - 1.104-1
966f7a
- Update to usermode-1.104
966f7a
  Resolves: #567117
966f7a
966f7a
* Tue Feb 16 2010 Miloslav Trmač <mitr@redhat.com> - 1.103-1
966f7a
- Update to usermode-1.103
966f7a
966f7a
* Fri Feb  5 2010 Miloslav Trmač <mitr@redhat.com> - 1.102-2
966f7a
- Use %%{?_smp_mflags}
966f7a
- Use the four-parameter version of %%defattr
966f7a
- Be more paranoid about dropping privileges
966f7a
  Resolves: #562194
966f7a
- Set PAM_TTY
966f7a
  Resolves: #562195
966f7a
966f7a
* Mon Oct  5 2009 Miloslav Trmač <mitr@redhat.com> - 1.102-1
966f7a
- Update to usermode-1.102
966f7a
966f7a
* Tue Sep 15 2009 Miloslav Trmač <mitr@redhat.com> - 1.101-1
966f7a
- Update to usermode-1.101
966f7a
966f7a
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.100-4
966f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
966f7a
966f7a
* Mon Jun 29 2009 Miloslav Trmač <mitr@redhat.com> - 1.100-3
966f7a
- Require libblkid-devel instead of e2fsprogs-devel
966f7a
966f7a
* Tue Apr 14 2009 Miloslav Trmač <mitr@redhat.com> - 1.100-2
966f7a
- Add BuildRequires: intltool
966f7a
966f7a
* Tue Apr 14 2009 Miloslav Trmač <mitr@redhat.com> - 1.100-1
966f7a
- Update to usermode-1.100
966f7a
966f7a
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.99-3
966f7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
966f7a
966f7a
* Wed Jan 14 2009 Miloslav Trmač <mitr@redhat.com> - 1.99-2
966f7a
- Fix problems pointed out in merge review:
966f7a
  - Drop Conflicts: SysVinit < very-old
966f7a
  - Remove very old version requirements from Requires and BuildRequires
966f7a
  - Make /etc/security/console.apps/* %%config(noreplace)
966f7a
  - Update BuildRoot
966f7a
966f7a
* Tue Nov 11 2008 Miloslav Trmač <mitr@redhat.com> - 1.99-1
966f7a
- Update to usermode-1.99
966f7a
  Resolves: #470834
966f7a
966f7a
* Thu Nov  6 2008 Miloslav Trmač <mitr@redhat.com> - 1.98.1-2
966f7a
- Hide usermount from GNOME and KDE menus
966f7a
  Resolves: #440029
966f7a
- Only hide userinfo and userpasswd in GNOME and KDE
966f7a
966f7a
* Tue Oct 28 2008 Miloslav Trmač <mitr@redhat.com> - 1.98.1-1
966f7a
- Update to usermode-1.98.1-1
966f7a
966f7a
* Sun Aug  3 2008 Miloslav Trmač <mitr@redhat.com> - 1.98-1
966f7a
- Support dialogs with no text entries
966f7a
- Preserve timestamps of some installed files
966f7a
  Resolves: #456749
966f7a
- Remove /usr/X11R6/bin from the default path.
966f7a
  Resolves: #446849
966f7a
- Left-justify messages
966f7a
- Preserve file timestamps where possible.
966f7a
966f7a
* Thu May  1 2008 Miloslav Trmač <mitr@redhat.com> - 1.97-1
966f7a
- Fix display of '_' in prompts
966f7a
  Resolves: #444545
966f7a
966f7a
* Thu Apr 10 2008 Miloslav Trmač <mitr@redhat.com> - 1.96.1-1
966f7a
- New release with updated translations
966f7a
966f7a
* Fri Feb 29 2008 Miloslav Trmač <mitr@redhat.com> - 1.96-1
966f7a
- Remove code that overrides SELinux contexts of processes started by
966f7a
  userhelper.
966f7a
  Related: #247967
966f7a
- Delete the WITH_SELINUX variable.
966f7a
966f7a
* Mon Feb 25 2008 Miloslav Trmač <mitr@redhat.com> - 1.95-1
966f7a
- New home page at https://fedorahosted.org/usermode/
966f7a
- Correctly preserve exit code when SESSION=yes
966f7a
- Fix minor errors in the .desktop files
966f7a
- Ship documentation
966f7a
966f7a
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.94-2
966f7a
- Autorebuild for GCC 4.3
966f7a
966f7a
* Thu Jan 10 2008 Miloslav Trmač <mitr@redhat.com> - 1.94-1
966f7a
- Add support for including files from wrapper configuration files.  Original
966f7a
  patch by Carlo de Wolf.
966f7a
  Resolves: #426095
966f7a
- Add /etc/security/console.apps/config-util for use by system-config-*
966f7a
- Rename sr@Latn.po to sr@latin.po
966f7a
  Resolves: #425842
966f7a
966f7a
* Tue Oct 16 2007 Miloslav Trmač <mitr@redhat.com> - 1.93.1-1
966f7a
- New release with updated translations
966f7a
  Resolves: #332441
966f7a
- Build with startup notification
966f7a
  Resolves: #294591
966f7a
966f7a
* Wed Sep  5 2007 Miloslav Trmač <mitr@redhat.com> - 1.93-1
966f7a
- Fix handling of PAM conversations with no questions
966f7a
  Resolves: #267361
966f7a
- Update License:
966f7a
966f7a
* Mon Jun 11 2007 Miloslav Trmač <mitr@redhat.com> - 1.92-1
966f7a
- Fix userhelper hangs in non-UTF8 locales
966f7a
  Resolves: #242420
966f7a
- Clean up menu categories in desktop files
966f7a
966f7a
* Sat Jun  9 2007 Miloslav Trmač <mitr@redhat.com> - 1.91.2-1
966f7a
- Show the user we're authenticating as in an i18n-safe way.
966f7a
  Resolves: #233210
966f7a
- Remove BuildRequires: libattr-devel
966f7a
966f7a
* Thu Apr 19 2007 Miloslav Trmac <mitr@redhat.com> - 1.91.1-1
966f7a
- New release with updated translations
966f7a
966f7a
* Tue Mar 27 2007 Matthias Clasen <mclasen@redhat.com> 1.91-2
966f7a
- Clean up desktop files
966f7a
966f7a
* Mon Mar 19 2007 Miloslav Trmac <mitr@redhat.com> - 1.91-1
966f7a
- Preserve environment variables in consolehelper if specified in the service
966f7a
  config file
966f7a
  Related: #213402
966f7a
966f7a
* Wed Mar 14 2007 Miloslav Trmac <mitr@redhat.com> - 1.90-1
966f7a
- Fix GUI=no handling
966f7a
  Resolves: #110701
966f7a
- Add a dialog caption when changing user password
966f7a
  Resolves: #154861
966f7a
- Fix an use of PAM data after free
966f7a
  Resolves: #176992
966f7a
- Support "user", "users", LABEL= and UUID= in usermount and userformat
966f7a
  Resolves: #189907
966f7a
- Use less memory in pam-panel-icon until the icon is actually displayed
966f7a
- Don't use deprecated GTK+ widgets
966f7a
966f7a
* Fri Mar  9 2007 Miloslav Trmac <mitr@redhat.com> - 1.89-1
966f7a
- Preserve application exit code in consolehelper
966f7a
  Resolves: #178991, #210893
966f7a
- Drop the historical build6x spec file variable
966f7a
- Fix some rpmlint warnings
966f7a
966f7a
* Mon Dec 11 2006 Martin Bacovsky <mbacovsk@redhat.com> - 1.88-3.el5
966f7a
- Updated translations
966f7a
- Resolves: #216622
966f7a
966f7a
* Fri Dec  1 2006 Martin Bacovsky <mbacovsk@redhat.com> - 1.88-2.el5
966f7a
- Updated translations
966f7a
- Resolves: #216622
966f7a
966f7a
* Thu Nov 30 2006 Martin Bacovsky <mbacovsk@redhat.com> - 1.88-1.el5
966f7a
- Updated translations
966f7a
- Resolves: #216622
966f7a
966f7a
* Tue Oct  3 2006 Martin Bacovsky <mbacovsky@redhat.com> 1.87-3
966f7a
- Repackaging with new translations
966f7a
966f7a
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.87-2
966f7a
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
966f7a
966f7a
* Wed Sep 20 2006 Martin Bacovsky <mbacovsky@redhat.com> 1.87-1
966f7a
- pam-panel-icon is now transparent on GTK+ >2.10 (#207181),
966f7a
  thanks to Bill Nottingham
966f7a
966f7a
* Wed Aug 30 2006 Martin Bacovsky <mbacovsky@redhat.com> 1.86-1
966f7a
- fix userpasswd - Query window pops up three times if cancelling passwd (#202924)
966f7a
- Serbian latin script translation added (#203003)
966f7a
966f7a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.85-2.2.1
966f7a
- rebuild
966f7a
966f7a
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.85-2.2
966f7a
- bump again for double-long bug on ppc(64)
966f7a
966f7a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.85-2.1
966f7a
- rebuilt for new gcc4.1 snapshot and glibc changes
966f7a
966f7a
* Tue Jan 31 2006 Jindrich Novy <jnovy@redhat.com> 1.85-2
966f7a
- add gettext, libattr-devel, libSM-devel dependencies
966f7a
966f7a
* Tue Jan  3 2006 Jindrich Novy <jnovy@redhat.com> 1.85-1
966f7a
- fix userpasswd - don't crash if pam produces multi-line output (#175735)
966f7a
  Thanks to toddp@bestweb.net
966f7a
- added Serbian translation (#176152)
966f7a
966f7a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
966f7a
- rebuilt
966f7a
966f7a
* Thu Dec  1 2005 Jindrich Novy <jnovy@redhat.com> 1.84-1
966f7a
- usermode-gtk dialog stays always on top, thanks to Pierre Ossman (#80634)
966f7a
966f7a
* Tue Nov 15 2005 Jindrich Novy <jnovy@redhat.com> 1.83-1
966f7a
- accept gecos information on commandline for userinfo,
966f7a
  patch by mclasen@redhat.com (#173232)
966f7a
- update translations
966f7a
966f7a
* Wed Oct 26 2005 Jindrich Novy <jnovy@redhat.com> 1.82-1
966f7a
- don't use pam_stack.so
966f7a
- introduce userformat to better handle device formatting
966f7a
  and removing usermount from menus (#132559)
966f7a
966f7a
* Tue Aug 16 2005 Jindrich Novy <jnovy@redhat.com> 1.81-1
966f7a
- apply SELinux functionality enhancement patch from Dan Walsh
966f7a
- rebuilt because of the new cairo
966f7a
966f7a
* Thu Aug 11 2005 Ray Strode <rstrode@redhat.com> 1.80-4
966f7a
- rebuild
966f7a
966f7a
* Tue Jul 12 2005 Jindrich Novy <jnovy@redhat.com> 1.80-3
966f7a
- rebuild again because of libwnck change
966f7a
966f7a
* Tue Jul 12 2005 Jindrich Novy <jnovy@redhat.com> 1.80-2
966f7a
- rebuild because of broken libwnck dependency
966f7a
966f7a
* Wed May 11 2005 Jindrich Novy <jnovy@redhat.com> 1.80-1
966f7a
- fix "Unknown error" when password is mistyped in userpasswd (#135500)
966f7a
- add icons to windows for usermode-gtk applications (#155867)
966f7a
- add missing checks for some PAM error codes
966f7a
- fix ungettextized error message
966f7a
- update translations
966f7a
966f7a
* Tue Mar 15 2005 Matthias Clasen <mclasen@redhat.com> 1.79-2
966f7a
- rebuild against new libwnck
966f7a
966f7a
* Wed Mar 02 2005 Jindrich Novy <jnovy@rdhat.com> 1.79-1
966f7a
- fix problem with root passwords starting with space (#124980)
966f7a
966f7a
* Wed Feb 16 2005 Jindrich Novy <jnovy@rdhat.com> 1.78-2
966f7a
- add $RPM_OPT_FLAGS to CFLAGS
966f7a
966f7a
* Thu Jan 27 2005 Jindrich Novy <jnovy@redhat.com> 1.78-1
966f7a
- pam-panel-icon has popup menu to choose to forget/keep
966f7a
  authentization by right clicking as usual for other panel applets (#75845)
966f7a
- fix race condition (#142254)
966f7a
966f7a
* Thu Jan 20 2005 Jindrich Novy <jnovy@redhat.com> 1.77-1
966f7a
- preserve LANGUAGE environment variable in userhelper (#82300)
966f7a
- use badge instead of keyring icon for pam-panel-icon (#122487)
966f7a
- icon is not showed in the panel when logged as root (#75234)
966f7a
- use new environment variable USERHELPER_UID to identify
966f7a
  an user who executed an application via userhelper  (#116186)
966f7a
966f7a
* Thu Dec 02 2004 Jindrich Novy <jnovy@redhat.com> 1.76-1
966f7a
- fix dependencies to Perl-XML-Parser #124170
966f7a
- use pamconsole instead of user in /etc/fstab to let
966f7a
  usermount work with hal #139820
966f7a
966f7a
* Tue Nov 16 2004 Jindrich Novy <jnovy@redhat.com>
966f7a
- update libuser interface to libuser-0.6
966f7a
966f7a
* Wed Nov 10 2004 Jindrich Novy <jnovy@redhat.com> 1.75-1
966f7a
- make pam-panel-icon using localized strings (#138609)
966f7a
- update translations
966f7a
- fix usermount to use "-I" option only for vfat and msdos fs
966f7a
- fix Makefile.am to not to use "Release" from spec to name dist tarballs
966f7a
966f7a
* Wed Oct 20 2004 Jindrich Novy <jnovy@redhat.com> 1.74-1
966f7a
- add patch from Mathew Miller (mattdm@mattdm.org) to use
966f7a
  own user's password instead of root's in authentization
966f7a
  (the user must be a member of specific group to enable it)
966f7a
966f7a
* Mon Oct 04 2004 Jindrich Novy <jnovy@redhat.com> 1.73-1
966f7a
- add support to configure.in for more languages
966f7a
- update translations from upstream
966f7a
- generate build scripts by autogen.sh
966f7a
966f7a
* Tue Sep 28 2004 Rik van Riel <riel@redhat.com> 1.72-2
966f7a
- add dependency on passwd (bz #125010)
966f7a
- make sure the Release: isn't part of the path name and tarball name
966f7a
966f7a
* Mon Sep 27 2004 Ray Strode <rstrode@redhat.com> 1.72-1
966f7a
- remove X-Red-Hat-Base category from userinfo.desktop
966f7a
- fix `make distcheck'
966f7a
- use proper value types for Terminal keys in desktop entries
966f7a
- remove upstreamed mkfs patch
966f7a
966f7a
* Fri Sep 24 2004 Jindrich Novy <jnovy@redhat.com> 1.71-4
966f7a
- updated dependencies to SELinux
966f7a
966f7a
* Wed Sep 22 2004 Jindrich Novy <jnovy@redhat.com> 1.71-3
966f7a
- installation to Preferences/More Preferences as a request
966f7a
  of Ray Strode (rstrode@redhat.com) and #131605
966f7a
966f7a
* Mon Sep 20 2004 Jindrich Novy <jnovy@redhat.com> 1.71-2
966f7a
- added "-I" option to mkfs in the .mkfs patch (#117793)
966f7a
966f7a
* Thu Aug 26 2004 Alexander Larsson <alexl@redhat.com> - 1.71-1
966f7a
- consolehelper: work if root is readonly
966f7a
966f7a
* Mon Jul 12 2004 Dan Walsh <dwalsh@redhat.com> 1.70-8
966f7a
- Additional diffs from NSA
966f7a
- Clean up comments
966f7a
966f7a
* Thu Jul 8 2004 Dan Walsh <dwalsh@redhat.com> 1.70-7
966f7a
- More fixes for SELinux.  roll back to only use root for auth.
966f7a
- Add getenforce checks
966f7a
- Add root_passwd check
966f7a
966f7a
* Thu Jul 1 2004 Dan Walsh <dwalsh@redhat.com> 1.70-6
966f7a
- More fixes to make targeted policy work correctly
966f7a
966f7a
* Thu Jul 1 2004 Dan Walsh <dwalsh@redhat.com> 1.70-5
966f7a
- Fix to use root if user not defined
966f7a
966f7a
* Tue May 25 2004 Dan Walsh <dwalsh@redhat.com> 1.70-4
966f7a
- Support new policy files
966f7a
966f7a
* Thu May 20 2004 Dan Walsh <dwalsh@redhat.com> 1.70-3
966f7a
- Change user context to default name if username context not in passwd file
966f7a
966f7a
* Thu Apr 1 2004 Dan Walsh <dwalsh@redhat.com> 1.70-1
966f7a
- Change user context to "root" if username context "user_t" not in passwd file
966f7a
966f7a
* Wed Mar 31 2004 Nalin Dahyabhai <nalin@redhat.com> 1.70-1
966f7a
- fix accidental mixup of role and type setting up new selinux context
966f7a
- log the new selinux context if we're running an app in a new selinux context
966f7a
966f7a
* Sat Feb 21 2004 Dan Walsh <dwalsh@redhat.com> 1.69-5
966f7a
- Change to fall back to root auth if selinux user does not exist
966f7a
966f7a
* Tue Jan 27 2004 Dan Walsh <dwalsh@redhat.com> 1.69-4
966f7a
- fix call to is_selinux_enabled
966f7a
966f7a
* Mon Dec  8 2003 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- fix warning in userinfo which would cause random early exit (#111409)
966f7a
- clean up warnings
966f7a
966f7a
* Tue Nov 25 2003 Dan Walsh <dwalsh@redhat.com> 1.69-3.sel
966f7a
- Fix handling of roles from console file
966f7a
966f7a
* Fri Nov 14 2003 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- don't disable use of deprecated GLib and GTK+ APIs, reported by the
966f7a
  mysterious Pierre-with-no-last-name
966f7a
966f7a
* Thu Oct 30 2003 Dan Walsh <dwalsh@redhat.com> 1.69-2.sel
966f7a
- Turn on sleinux
966f7a
966f7a
* Thu Oct 23 2003 Nalin Dahyabhai <nalin@redhat.com> 1.69-1
966f7a
- all around: cleanups
966f7a
- consolehelper: coalesce multiple messages from PAM again
966f7a
- usermount: handle user-not-allowed-to-control-mounts error correctly (#100457)
966f7a
- userhelper: trim off terminating commas when changing chfn info
966f7a
966f7a
* Mon Oct 6 2003 Dan Walsh <dwalsh@redhat.com> 1.68-8
966f7a
966f7a
* Wed Oct 1 2003 Dan Walsh <dwalsh@redhat.com> 1.68-7.sel
966f7a
- Fix to use /etc instead of /usr/etc
966f7a
966f7a
* Thu Sep 25 2003 Dan Walsh <dwalsh@redhat.com> 1.68-6.sel
966f7a
- turn on selinux
966f7a
- add default userhelper context file
966f7a
966f7a
* Thu Sep 25 2003 Nalin Dahyabhai <nalin@redhat.com> 1.68-6
966f7a
- make selinux a configure option to avoid screwing with makefiles
966f7a
966f7a
* Thu Sep 25 2003 Nalin Dahyabhai <nalin@redhat.com> 1.68-5
966f7a
- rebuild
966f7a
966f7a
* Mon Sep 8 2003 Dan Walsh <dwalsh@redhat.com> 1.68-4
966f7a
- turn off selinux
966f7a
966f7a
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 1.68-3.sel
966f7a
- turn on selinux
966f7a
966f7a
* Tue Jul 29 2003 Dan Walsh <dwalsh@redhat.com> 1.68-2
966f7a
- Add SELinux support
966f7a
966f7a
* Wed Apr 16 2003 Nalin Dahyabhai <nalin@redhat.com> 1.68-1
966f7a
- update translations
966f7a
- suppress the error dialog from user cancel
966f7a
966f7a
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
966f7a
- rebuilt
966f7a
966f7a
* Thu Feb 20 2003 Nalin Dahyabhai <nalin@redhat.com> 1.67-1
966f7a
- work around GTK+ clearing DESKTOP_STARTUP_ID at gtk_init() time, so that
966f7a
  startup notification actually works (#84684)
966f7a
966f7a
* Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 1.66-1
966f7a
- consolehelper-gtk: complete startup notification at startup
966f7a
- userhelper: pass startup notification data to consolehelper-gtk
966f7a
- consolehelper-gtk: setup startup notification for children if userhelper
966f7a
  requests it
966f7a
966f7a
* Mon Jan 27 2003 Nalin Dahyabhai <nalin@redhat.com> 1.65-2
966f7a
- rebuild
966f7a
966f7a
* Mon Jan 20 2003 Nalin Dahyabhai <nalin@redhat.com> 1.65-1
966f7a
- pass-through DESKTOP_STARTUP_ID
966f7a
966f7a
* Mon Jan  6 2003 Nalin Dahyabhai <nalin@redhat.com> 1.64-1
966f7a
- set the requesting user PAM item to the invoking user's name (#81255)
966f7a
966f7a
* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.63-2
966f7a
- remove directory names from PAM config files, allowing the same config
966f7a
  files to work for both arches on multilib boxes
966f7a
- translation updates
966f7a
966f7a
* Wed Sep  4 2002 Nalin Dahyabhai <nalin@redhat.com> 1.63-1
966f7a
- userhelper: swallow the exec'd program's exit status, which would be
966f7a
  misinterpreted by consolehelper anyway
966f7a
966f7a
* Tue Sep  3 2002 Nalin Dahyabhai <nalin@redhat.com> 1.62-1
966f7a
- consolehelper: suppress dialog on successful execution
966f7a
- userhelper: return 0 on success, not 1 (what was I *thinking*?)
966f7a
966f7a
* Mon Sep  2 2002 Nalin Dahyabhai <nalin@redhat.com> 1.61-1
966f7a
- userinfo: exit properly on escape. handle site_info field properly. go
966f7a
  insensitive while running child process.
966f7a
- userpasswd: exit properly on cancel.
966f7a
- all of the above: reap the child instead of checking for pipe close -- this
966f7a
  way is more robust (#68578,72684).
966f7a
- usermount: run mount/umount synchronously. capture stderr and display in a
966f7a
  dialog. desensitize action buttons when no filesystems are selected.
966f7a
- consolehelper: display errors if we're attempting to run bogus programs
966f7a
  (#72127)
966f7a
- translation updates (#70278)
966f7a
966f7a
* Wed Aug 14 2002 Nalin Dahyabhai <nalin@redhat.com> 1.60-1
966f7a
- reconnect the "cancel" and "ok" buttons in userinfo
966f7a
- heed the cancel button when prompting for passwords in userinfo (#68578)
966f7a
- translation update
966f7a
966f7a
* Wed Aug 14 2002 Nalin Dahyabhai <nalin@redhat.com> 1.59-2
966f7a
- change "forget password" to "forget authorization", because we don't actually
966f7a
  remember the password (that would be scary, #71476)
966f7a
- translation update
966f7a
966f7a
* Tue Aug 13 2002 Nalin Dahyabhai <nalin@redhat.com> 1.59-1
966f7a
- pam-panel-icon: overhaul, change the 'locked' icon to keyring-small, nix the
966f7a
  'unlocked' icon
966f7a
- consolehelper-gtk: properly set up the dialog buttons (should be 'cancel/ok'
966f7a
  when we're asking questions, was always 'close')
966f7a
- disappear pam_timestamp_init
966f7a
966f7a
* Wed Aug  7 2002 Nalin Dahyabhai <nalin@redhat.com> 1.58-2
966f7a
- install the new 'unlocked' icon
966f7a
966f7a
* Tue Aug  6 2002 Jonathan Blandford <jrb@redhat.com>
966f7a
- New version.
966f7a
966f7a
* Mon Aug  5 2002 Nalin Dahyabhai <nalin@redhat.com> 1.57-1
966f7a
- add support for BANNER and BANNER_DOMAIN in the userhelper configuration
966f7a
966f7a
* Mon Aug  5 2002 Nalin Dahyabhai <nalin@redhat.com> 1.56-4
966f7a
- mark strings in the .glade file as translatable (#70278)
966f7a
- translation updates
966f7a
966f7a
* Wed Jul 31 2002 Nalin Dahyabhai <nalin@redhat.com> 1.56-3
966f7a
- add icons for userpasswd and usermount
966f7a
966f7a
* Wed Jul 24 2002 Nalin Dahyabhai <nalin@redhat.com> 1.56-2
966f7a
- actually include the icons
966f7a
- translation updates
966f7a
966f7a
* Tue Jul 23 2002 Nalin Dahyabhai <nalin@redhat.com> 1.56-1
966f7a
- userinfo: prevent users from selecting "nologin" as a shell (#68579)
966f7a
- don't strip binaries by default; leave that to the buildroot policy
966f7a
- use desktop-file-install
966f7a
966f7a
* Wed Jun 19 2002 Havoc Pennington <hp@redhat.com>
966f7a
- put pam-panel-icon in file list
966f7a
966f7a
* Mon May 20 2002 Nalin Dahyabhai <nalin@redhat.com> 1.55-2
966f7a
- don't strip binaries which have no special privileges
966f7a
966f7a
* Wed May 15 2002 Nalin Dahyabhai <nalin@redhat.com> 1.55-1
966f7a
- remove the pixmap we don't use any more (we use stock pixmaps now)
966f7a
- update translations
966f7a
966f7a
* Tue Apr 16 2002 Nalin Dahyabhai <nalin@redhat.com> 1.54-1
966f7a
- suppress even error messages from Xlib when consolehelper calls
966f7a
  gtk_init_check() to see if the display is available
966f7a
966f7a
* Mon Apr 15 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-2
966f7a
- refresh translations
966f7a
966f7a
* Thu Apr 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-1
966f7a
- refresh shell variable code from authconfig (#63175)
966f7a
966f7a
* Tue Apr  9 2002 Nalin Dahyabhai <nalin@redhat.com> 1.52-2
966f7a
- refresh translations
966f7a
966f7a
* Mon Apr  1 2002 Nalin Dahyabhai <nalin@redhat.com> 1.52-1
966f7a
- attempt to make prompts at the console more meaningful
966f7a
- when falling back, reset the entire environment to the user's
966f7a
966f7a
* Thu Mar 28 2002 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- stop giving the user chances to enter the right password if we get a
966f7a
  conversation error reading a response (appears to be masked by libpam)
966f7a
  (#62195)
966f7a
- always center consolehelper dialog windows
966f7a
966f7a
* Wed Mar 27 2002 Nalin Dahyabhai <nalin@redhat.com> 1.51-1
966f7a
- patch to make gettext give us UTF-8 strings (which GTK needs) from ynakai
966f7a
966f7a
* Fri Mar 22 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-6
966f7a
- update translations
966f7a
- actually include the glade files (#61665)
966f7a
966f7a
* Mon Mar 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-5
966f7a
- update translations
966f7a
966f7a
* Mon Feb 25 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-4
966f7a
- rebuild
966f7a
966f7a
* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-3
966f7a
- update translations
966f7a
966f7a
* Thu Jan 31 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-2
966f7a
- rebuild to fix dependencies
966f7a
966f7a
* Thu Jan 31 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-1
966f7a
- fix userpasswd dialog message being incorrect for password changes
966f7a
- use a dumb conversation function when text mode is invoked without a tty -- if
966f7a
  the service's configuration doesn't call for prompts, then it'll still work
966f7a
- port from pwdb to libuser
966f7a
- catch child-exit errors correctly again
966f7a
- fix keyboard-grabbing
966f7a
966f7a
* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 1.49-3
966f7a
- add default locations for certain binaries to configure.in
966f7a
966f7a
* Thu Jan  3 2002 Nalin Dahyabhai <nalin@redhat.com> 1.49-2
966f7a
- munge glade file to use stock items for buttons where possible
966f7a
966f7a
* Mon Dec 10 2001 Nalin Dahyabhai <nalin@redhat.com> 1.49-1
966f7a
- the console.apps configs shouldn't be missingok
966f7a
- fix buildprereqs for gtk2/libglade2
966f7a
966f7a
* Tue Dec  4 2001 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- more gtk2 changes
966f7a
- split off a -gtk subpackage with all of the gtk-specific functionality
966f7a
966f7a
* Wed Nov 28 2001 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- the grand libglade/gtk2 overhaul
966f7a
- allow disabling display of GUI windows by setting "GUI=false" in the
966f7a
  console.apps configuration file (default: TRUE)
966f7a
- allow disabling display of GUI windows by recognizing a magic option
966f7a
  on the command-line of the program being wrapped (NOXOPTION, no default)
966f7a
966f7a
* Fri Nov  9 2001 Nalin Dahyabhai <nalin@redhat.com> 1.46-1
966f7a
- restore the previous XAUTHORITY setting before opening PAM sessions
966f7a
966f7a
* Fri Nov  2 2001 Nalin Dahyabhai <nalin@redhat.com> 1.45-1
966f7a
- propagate environment variables from libpam to applications
966f7a
966f7a
* Wed Oct  3 2001 Nalin Dahyabhai <nalin@redhat.com> 1.44-1
966f7a
- only try to call gtk_main_quit() if we've got a loop to get out of (#54109)
966f7a
- obey RPM_OPT_FLAGS, obey
966f7a
966f7a
* Tue Aug 28 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.43-1
966f7a
- Update translations
966f7a
966f7a
* Mon Aug  6 2001 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- add build requirements on glib-devel, gtk+-devel, pam-devel (#49726)
966f7a
966f7a
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
966f7a
- Bump release + rebuild.
966f7a
966f7a
* Wed Feb 14 2001 Preston Brown <pbrown@redhat.com>
966f7a
- final translation merge.
966f7a
966f7a
* Wed Feb 14 2001 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- clear the supplemental groups list before running binaries as root (#26851)
966f7a
966f7a
* Wed Feb  7 2001 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- set XAUTHORITY if we fall back to regular behavior (#26343)
966f7a
- make the suid helper 04711 instead of 04755
966f7a
966f7a
* Mon Feb  5 2001 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- refresh translations
966f7a
966f7a
* Mon Jan 29 2001 Preston Brown <pbrown@redhat.com>
966f7a
- use lang finding script.
966f7a
966f7a
* Thu Jan 25 2001 Yukihiro Nakai <ynakai@redhat.com>
966f7a
- Some fix for Japanese environment.
966f7a
- Use gtk_set_locale() instead of setlocale()
966f7a
- Copyright update.
966f7a
966f7a
* Sun Jan  7 2001 Yukihiro Nakai <ynakai@redhat.com>
966f7a
- Add gettextized
966f7a
966f7a
* Thu Nov  2 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- fix segfault in userhelper (#20027)
966f7a
966f7a
* Tue Oct 24 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- /sbin/shutdown, not /usr/sbin/shutdown (#19034)
966f7a
966f7a
* Fri Oct  6 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- don't pass on arguments to halt and reboot, because they error out
966f7a
966f7a
* Thu Oct  5 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- fix the /usr/bin/shutdown wrapper so that root can call shutdown
966f7a
- only include the /usr/bin/shutdown wrapper on 6.x
966f7a
- also sanitize LC_MESSAGES
966f7a
- tweak sanitizing checks (from mkj)
966f7a
966f7a
* Wed Oct  4 2000 Jakub Jelinek <jakub@redhat.com>
966f7a
- fix a security bug with LC_ALL/LANG variables (#18046)
966f7a
966f7a
* Mon Aug 28 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- mark defined strings translateable (#17006)
966f7a
966f7a
* Thu Aug 24 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- fix incorrect user name
966f7a
- add a shell wrapper version of /usr/bin/shutdown
966f7a
- build for 6.x errata
966f7a
- bump revision to upgrade the errata
966f7a
966f7a
* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- fix stdin/stdout redirection shenanigans (#11706)
966f7a
- fix authentication and execution as users other than root
966f7a
- make sure the right descriptors are terminals before dup2()ing them
966f7a
- cut out an extra-large CPU waster that breaks GUI apps
966f7a
966f7a
* Mon Aug 21 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- fix typo (#16664)
966f7a
966f7a
* Sun Aug 20 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- previous fix, part two
966f7a
966f7a
* Sat Aug 19 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- fix inadvertent breakage of the shell-changing code
966f7a
966f7a
* Fri Aug 18 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- fix the "run unprivileged" option
966f7a
966f7a
* Mon Aug 14 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- actually use the right set of translations
966f7a
966f7a
* Fri Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- remove the shutdown command from the list of honored commands
966f7a
966f7a
* Wed Aug  9 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- merge in updated translations
966f7a
- set XAUTHORITY after successful authentication (#11006)
966f7a
966f7a
* Wed Aug  2 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- install translations
966f7a
- fixup a messy text string
966f7a
- make "Mount"/"Unmount" translatable
966f7a
- stop prompting for passwords to shut down -- we can hit ctrl-alt-del anyway,
966f7a
  and gdm users can just shut down without logging in
966f7a
966f7a
* Mon Jul 31 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- attempt to add i18n support
966f7a
966f7a
* Wed Jul 12 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- attempt to get a usable icon for userhelper-wrap (#13616, #13768)
966f7a
966f7a
* Wed Jul  5 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- fix them right this time
966f7a
966f7a
* Mon Jul  3 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- fix verbosity problems
966f7a
966f7a
* Mon Jun 19 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- strip all binaries by default
966f7a
- add the name of the program being run to the userhelper dialog
966f7a
- add a graphic to the userhelper-wrap package
966f7a
- add a button to jump straight to nonprivileged operation when supported
966f7a
966f7a
* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
966f7a
- rebuilt to see if we get stripped binaries
966f7a
966f7a
* Mon Jun  5 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- move man pages to %%{_mandir}
966f7a
966f7a
* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- modify PAM setup to use system-auth
966f7a
- bzip2 compress tarball
966f7a
966f7a
* Fri Mar 17 2000 Ngo Than <than@redhat.de>
966f7a
- fix problem with LANG and LC_ALL
966f7a
- compress source with bzip2
966f7a
966f7a
* Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- fix problem parsing userhelper's -w flag with other args
966f7a
966f7a
* Wed Mar 08 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- ignore read() == 0 because the child exits
966f7a
966f7a
* Tue Mar 07 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- queue notice messages until we get prompts in userhelper to fix bug #8745
966f7a
966f7a
* Thu Feb 03 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- free trip through the build system
966f7a
966f7a
* Tue Jan 11 2000 Nalin Dahyabhai <nalin@redhat.com>
966f7a
- grab keyboard input focus for dialogs
966f7a
966f7a
* Fri Jan 07 2000 Michael K. Johnson <johnsonm@redhat.com>
966f7a
- The root exploit fix created a bug that only showed up in certain
966f7a
  circumstances.  Unfortunately, we didn't test in those circumstances...
966f7a
966f7a
* Mon Jan 03 2000 Michael K. Johnson <johnsonm@redhat.com>
966f7a
- fixed local root exploit
966f7a
966f7a
* Thu Sep 30 1999 Michael K. Johnson <johnsonm@redhat.com>
966f7a
- fixed old complex broken gecos parsing, replaced with simple working parsing
966f7a
- can now blank fields (was broken by previous fix for something else...)
966f7a
966f7a
* Tue Sep 21 1999 Michael K. Johnson <johnsonm@redhat.com>
966f7a
- FALLBACK/RETRY in consolehelper/userhelper
966f7a
- session management fixed for consolehelper/userhelper SESSION=true
966f7a
- fix memory leak and failure to close in error condition (#3614)
966f7a
- fix various bugs where not all elements in userinfo got set
966f7a
966f7a
* Mon Sep 20 1999 Michael K. Johnson <johnsonm@redhat.com>
966f7a
- set $HOME when acting as consolehelper
966f7a
- rebuild against new pwdb
966f7a
966f7a
* Tue Sep 14 1999 Michael K. Johnson <johnsonm@redhat.com>
966f7a
- honor "owner" flag to mount
966f7a
- ask for passwords with username
966f7a
966f7a
* Tue Jul 06 1999 Bill Nottingham <notting@redhat.com>
966f7a
- import pam_console wrappers from SysVinit, since they require usermode
966f7a
966f7a
* Mon Apr 12 1999 Michael K. Johnson <johnsonm@redhat.com>
966f7a
- even better check for X availability
966f7a
966f7a
* Wed Apr 07 1999 Michael K. Johnson <johnsonm@redhat.com>
966f7a
- better check for X availability
966f7a
- center windows to make authentication easier (improve later with
966f7a
  transients and embedded windows where possible)
966f7a
- applink -> applnk
966f7a
- added a little padding, especially important when running without
966f7a
  a window manager, as happens when running from session manager at
966f7a
  logout time
966f7a
966f7a
* Wed Mar 31 1999 Michael K. Johnson <johnsonm@redhat.com>
966f7a
- hm, need to be root...
966f7a
966f7a
* Fri Mar 19 1999 Michael K. Johnson <johnsonm@redhat.com>
966f7a
- updated userhelper.8 man page for consolehelper capabilities
966f7a
- moved from wmconfig to desktop entries
966f7a
966f7a
* Thu Mar 18 1999 Michael K. Johnson <johnsonm@redhat.com>
966f7a
- added consolehelper
966f7a
- Changed conversation architecture to follow PAM spec
966f7a
966f7a
* Wed Mar 17 1999 Bill Nottingham <notting@redhat.com>
966f7a
- remove gdk_input_remove (causing segfaults)
966f7a
966f7a
* Tue Jan 12 1999 Michael K. Johnson <johnsonm@redhat.com>
966f7a
- fix missing include files
966f7a
966f7a
* Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
966f7a
- strip binaries
966f7a
- use defattr
966f7a
- fix spec file ( rm -rf $(RPM_BUILD_ROOT) is a stupid thing to do ! )
966f7a
966f7a
* Tue Oct 06 1998 Preston Brown <pbrown@redhat.com>
966f7a
- fixed so that the close button on window managers quits the program properly
966f7a
966f7a
* Thu Apr 16 1998 Erik Troan <ewt@redhat.com>
966f7a
- use gtk-config during build
966f7a
- added make archive rule to Makefile
966f7a
- uses a build root
966f7a
966f7a
* Fri Nov  7 1997 Otto Hammersmith <otto@redhat.com>
966f7a
- new version that fixed memory leak bug.
966f7a
966f7a
* Mon Nov  3 1997 Otto Hammersmith <otto@redhat.com>
966f7a
- updated version to fix bugs
966f7a
966f7a
* Fri Oct 17 1997 Otto Hammersmith <otto@redhat.com>
966f7a
- Wrote man pages for userpasswd and userhelper.
966f7a
966f7a
* Tue Oct 14 1997 Otto Hammersmith <otto@redhat.com>
966f7a
- Updated the packages... now includes userpasswd for changing passwords
966f7a
  and newer versions of usermount and userinfo.  No known bugs or
966f7a
  misfeatures. 
966f7a
- Fixed the file list...
966f7a
966f7a
* Mon Oct 6 1997 Otto Hammersmith <otto@redhat.com>
966f7a
- Created the spec file.