Blame SPECS/usermode.spec

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