summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-01-26Avoid misinterpreting mgetgroups failure in running root-only tests.Jim Meyering
2008-01-17Do not define-away __attribute__ when __STRICT_ANSI__ is set.Jim Meyering
2008-01-12* src/dircolors.hin (image formats): Add the .svg suffix.Mike Frysinger
2008-01-09Fix a minor race condition when using cp -p --parents.Paul Eggert
2008-01-08Remove uses of now-undefined Makefile variable.Jim Meyering
2008-01-07cp (but not copy.c): plug a small leak.Jim Meyering
2008-01-07cp --parents: don't use uninitialized memory when restoring permissionsJan Blunck
2008-01-06touch: ignore "-d now" option, when appropriatePaul Eggert
2008-01-06Avoid tr case-conversion failure in some locales.Jim Meyering
2007-12-30* src/dircolors.hin (TERM): Add gnome-256color.Mike Frysinger
2007-12-19Improve wording in uniq's --help "Note".Paul Eggert
2007-12-18* src/uniq.c (usage): Say "key-selection", not "field-selection".Jim Meyering
2007-12-18Note that sorting uniq's input is often useful.Jim Meyering
2007-12-11"ls -l" wouldn't output "+" on SELinux hosts unless -Z was also given.Paul Eggert
2007-12-09"rm" as root would fail to unlink a non-directory on OS X 10.4.xJim Meyering
2007-12-08* src/c99-to-c89.diff: Adjust shred.c offsets.Jim Meyering
2007-12-04Reflect change in gnulib: don't include getpagesize.h,Jim Meyering
2007-12-02Remove just-installed su, if unable to make it set-UID root.Jim Meyering
2007-12-01* NEWS: Mention some of the SELinux changes.Jim Meyering
2007-12-01Add "extern" keyword to declaration of cp_options_default.Jim Meyering
2007-12-01Fix a security race with "cp -p A B" when B already exists.Paul Eggert
2007-11-29Close a file descriptor leak when cp --preserve=context fails.Paul Eggert
2007-11-26setuidgid.c: more cleanupJim Meyering
2007-11-25setuidgid: Update --help output.Jim Meyering
2007-11-24setuidgid: minor clean-up.Jim Meyering
2007-11-24setuidgid.c: Normalize leading white space: no more TABsJim Meyering
2007-11-24setuidgid: accept numeric UID, and new option -g GID,GID1,GID2,...Lasse Collin
2007-11-24"cp -p" tries to preserve GID even if preserving the UID fails.Lasse Collin
2007-11-23* src/runcon.c (main): Remove unused parameter, "envp".Jim Meyering
2007-11-22Quiet warnings about unused parameters.Jim Meyering
2007-11-22cp: by default, refuse to copy through a dangling destination symlinkJim Meyering
2007-11-21* src/c99-to-c89.diff: Adjust seq.c offsets.Jim Meyering
2007-11-21* src/seq.c (print_numbers): Rewrite in an attempt to avoid thePaul Eggert
2007-11-18* src/c99-to-c89.diff: Adjust seq.c offsets.Jim Meyering
2007-11-18Remove unused parameter in remove.c.Jim Meyering
2007-11-17Correct preceding patch.Jim Meyering
2007-11-17"seq .1 .1" would mistakenly generate no output on some systemsJim Meyering
2007-11-16Port to Solaris 'make' and use a Posixish shell on Solaris.Jim Meyering
2007-11-15Avoid misbehavior of a cross-device "mv" or "install".Jim Meyering
2007-11-14src/install.c (setdefaultfilecon): Stub-out the entire function.Jim Meyering
2007-11-14#ifdef-out matchpathcon-related code, for now.Jim Meyering
2007-11-12Clarify description of cp's -a option.Benno Schulenberg
2007-11-10install+SELinux: reduce a 12x performance hit to ~1.5xJim Meyering
2007-11-05* src/c99-to-c89.diff: Adjust offsets.Jim Meyering
2007-11-03Fix bug with "seq 10.8 0.1 10.95", plus another bug with %% in format.Paul Eggert
2007-10-28Define ENODATA, for FreeBSD 5.0 and 6.1.Jim Meyering
2007-10-27Adjust format string so msgfmt doesn't object.Jim Meyering
2007-10-25Tell xgettext that "ARG1 % ARG2" is not a C format string.Micah Cowan
2007-10-21tr: do not reject an unmatched [:lower:] or [:upper:] in SET1.Jim Meyering
2007-10-21Detect printf(3) failure due to ENOMEM.Jim Meyering