summaryrefslogtreecommitdiff
path: root/src/chown-core.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* chown,chgrp: reinstate numeric id output in -v messagesPádraig Brady2022-02-131-9/+35
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: while (1) → while (true)Paul Eggert2021-06-261-1/+1
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-2/+2
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: omit unnecessary pragmas and fix tsort.cPaul Eggert2020-05-201-5/+0
* maint: avoid warnings from GCC's -fanalyzerPádraig Brady2020-05-111-0/+5
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: make chmod/chgrp/chown leak free under valgrindPádraig Brady2018-05-141-0/+7
* build: make GCC 8 adjustments more portablePádraig Brady2018-05-031-7/+0
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-8/+7
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* maint: cleanup up various uses of __attribute__Pádraig Brady2013-02-201-1/+1
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-3/+3
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: remove now-spurious curly bracesJim Meyering2011-06-041-6/+4
* chown,chgrp: output the original ownership in -v messagesPádraig Brady2011-05-271-11/+25
* chown,chgrp: output the correct ownership in -v messagesPádraig Brady2011-05-271-21/+38
* maint: replace uses of ignore_ptr with ignore_valuePádraig Brady2011-01-071-1/+1
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* chcon, chmod, chown, du: don't translate "%s"Paul Eggert2010-07-091-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* chcon, chgrp, chmod and chown now diagnose a directory cycleJim Meyering2009-11-071-0/+8
* maint: Use logical rather than bitwise operators on boolsPádraig Brady2009-09-231-1/+1
* chcon, chmod, chgrp, chown, du: report fts_close failurePádraig Brady2009-09-011-1/+4
* chcon, chmod, chgrp, chown, du: do not ignore fts_close failureJim Meyering2009-09-011-4/+2
* maint: chown, chgrp, chmod, chcon: remove unnecessary initializationJim Meyering2009-09-011-1/+2
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-175/+175
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-1/+1
* maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady2009-04-071-1/+1
* chmod, chown, chgrp: honor --silent (-f) once againOndřej Vašík2008-12-031-7/+13
* factor out time_t-to-string conversion idiomJim Meyering2008-06-271-1/+0
* Make copyright comments consistent.Jim Meyering2008-02-281-1/+1
* Now that system.h defines is_empty_dir, include "openat.h".Jim Meyering2008-01-301-1/+0
* Update all copyright notices to use the newer form.Jim Meyering2007-07-231-5/+4
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-101-1/+1
* Don't use fts_statp uninitialized for "chown -RLh --preserve-root ...".Jim Meyering2007-01-101-2/+10
* chgrp, chown: Don't prohibit -RLh, aka -RL with --no-dereference.Jim Meyering2006-12-141-1/+2
* * NEWS: --preserve-root now works with chgrp, chmod, and chown.Jim Meyering2006-12-141-8/+16
* Enable an fts optimization (call lstat only for directories,Jim Meyering2006-10-201-2/+7
* More chown/chgrp dereferencing-related fixes.Jim Meyering2006-10-131-2/+5