Blame SPECS/usermode.spec

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