Age | Commit message (Expand) | Author |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | accommodate older SELinux which lacks matchpathcon_init_prefix | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-31 | install: reenable matchpathcon-related code | Jim Meyering |
2008-05-26 | convert single-author programs to use proper_name | Jim Meyering |
2008-05-20 | install: avoid a leak in currently-ifdef'd-out code | Jim Meyering |
2008-03-10 | install, rmdir: write --verbose output to stdout, not to stderr. | Ondřej Vašík |
2007-12-01 | Fix a security race with "cp -p A B" when B already exists. | Paul Eggert |
2007-11-22 | cp: by default, refuse to copy through a dangling destination symlink | Jim Meyering |
2007-11-14 | src/install.c (setdefaultfilecon): Stub-out the entire function. | Jim Meyering |
2007-11-14 | #ifdef-out matchpathcon-related code, for now. | Jim Meyering |
2007-11-10 | install+SELinux: reduce a 12x performance hit to ~1.5x | Jim Meyering |
2007-08-20 | Avoid consuming too much seekable input when yesno is used. | Eric Blake |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-06-23 | Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0. | Jim Meyering |
2007-06-18 | A few more symlink-related fixes. Fix a bug triggered by cp | Paul Eggert |
2007-03-29 | * tests/cp/cp-a-selinux: New file. Test for the bug reported in | Jim Meyering |
2007-03-29 | cp, mv, install: add SELinux support, but unlike with the Red Hat | Jim Meyering |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2007-03-17 | Avoid an obscure build failure, prefer waitpid over wait. | Jim Meyering |
2007-02-10 | * src/csplit.c (usage): Use two spaces (not one) to separate | Jim Meyering |
2006-12-04 | install.c: Preserve time stamps before changing owner or file mode bits, | Paul Eggert |
2006-10-07 | * src/install.c (make_ancestor): New arg COMPONENT. | Paul Eggert |
2006-10-06 | Fix bug reported today by Mike Frysinger: mkdir -pv is logging the | Paul Eggert |
2006-09-16 | * NEWS: Document that mkdir -p and install -d now fork on occasion. | Paul Eggert |
2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert |
2006-07-17 | Include mkancesdirs.h. | Paul Eggert |
2006-03-26 | (target_directory_operand, install_file_in_dir): Use new last_component, in p... | Jim Meyering |
2006-02-18 | (usage): Use two spaces (not one) to separate the | Jim Meyering |
2005-12-17 | (cp_option_init): Don't set umask_kill member. | Jim Meyering |
2005-09-23 | (install_file_in_file): Be more conservative about the previous patch: | Paul Eggert |
2005-09-23 | (change_timestamps): First arg is source | Paul Eggert |
2005-09-16 | Include stat-time.h, and use its functions instead of the obsolete | Paul Eggert |
2005-06-16 | Finally remove support for --version-control=S (-V). | Jim Meyering |
2005-06-15 | (main): Fix my typo: s/argv[optind]/file[i]/. | Jim Meyering |
2005-06-14 | (main): Standardize on a diagnostic for | Paul Eggert |
2005-06-14 | (main): Adjust to new make_dir_parents convention. | Paul Eggert |
2005-06-14 | tweak diagnostic wording: Use `... return to working directory', rather | Jim Meyering |
2005-06-14 | remove obsolete FIXME | Jim Meyering |
2005-06-13 | (main): When make_dir_parents changes the current working | Jim Meyering |
2005-06-02 | Don't use "path" or "filename". | Paul Eggert |
2005-05-31 | (cp_options_init): Use chown_privileges rather than geteuid. | Paul Eggert |
2005-05-30 | (getpwnam, getgrnam): Remove decl. | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-01 | mode_free -> free | Paul Eggert |
2005-04-28 | (main): Adjust to new modechange API. | Paul Eggert |
2004-11-26 | (stat): Remove decl. | Paul Eggert |
2004-11-21 | (usage): Avoid usage that runs afoul of Docbook | Paul Eggert |