Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
coreutils: The GNU core utilities: a set of tools commonly used in shell scripts
- Summary
- These are the GNU core utilities. This package is the combination of
the old GNU fileutils, sh-utils, and textutils packages.
Changelog
- * Mon Apr 10 19:00:00 2006 Tim Waugh <twaugh{%}redhat{*}com> 5.2.1-31.4
- Eliminate bogus "can not preserve context" message when moving files
(bug #174832).
- Remove 'multiple' from pam configuration file (bug #178714). This change
was introduced in 5.2.1-31.3 but no changelog entry was added.
- Don't set fs uid until after pam_open_session (bug #178863).
- * Mon Nov 14 18:00:00 2005 Tim Waugh <twaugh{%}redhat{*}com> 5.2.1-31.3
- Truncate a sign-extended hostid (bug #160078).
- * Mon Jun 20 19:00:00 2005 Tim Waugh <twaugh{%}redhat{*}com> 5.2.1-31.2
- Fixed pam patch from Steve Grubb (bug #154946, bug #159219):
- su does not set the pam tty variable. This is needed
for auditing among other things.
- if there is a problem with init groups, session close must be called
since session open can mount drives.
- pam credentials should not be set in the child since the parent will
need to dispose of credentials later.
- if there is a fork error, pam credentials need to be deleted and the
session closed.
- the parent needs to delete the pam credentials before it ends pam.