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