summaryrefslogtreecommitdiffstats
path: root/bin/chmod/chmod.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use uid_from_user(3) and gid_from_group(3) in utilities thatmillert2018-09-161-7/+5
* chown: Remove SUPPORT_DOT ifdef - it's on by default for 22 yearsawolk2017-05-281-4/+6
* In chmod's symbolic mode without -h and -R flags, a missing FTS_COMFOLLOWtb2017-02-171-2/+4
* Delete useless setlocale(3) in src/bin/.schwarze2016-10-191-7/+4
* Document the -h option for chmod and chflags, rewording the chgrp(1) andguenther2015-12-311-9/+5
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* oops! cannot tame the chmod case, because the kernel drops thederaadt2015-10-031-4/+1
* the chmod & chflags codepaths can use tame "stdio rpath fattr". thederaadt2015-10-031-1/+7
* KNFderaadt2015-10-031-3/+2
* Put fts_close() where missing.uebayasi2015-06-251-1/+2
* Correct the handling of symbolic links by chmod/chgrp/chown/chflags,guenther2014-12-131-34/+43
* Properly validate ranges:tobias2014-12-131-8/+10
* In case of invalid syntax like "chmod -Pr -w tf" (trailing mode letterschwarze2014-10-061-9/+13
* Use errc/warnc to simplify code.guenther2014-05-211-3/+3
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-5/+1
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-2/+2
* zap from usage() as well; reminded by jmc@okan2011-03-091-3/+3
* sync comment with reality, -f won't be documented.jasper2010-01-121-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* fix the synopsis for chown(8)sobrado2009-01-211-3/+7
* various small lint cleanups; ok ottoderaadt2006-04-251-5/+7
* some warning reductiontedu2006-01-251-15/+16
* an old diff from tech to convert to using strtonum and some other misctedu2006-01-251-36/+45
* kill unused var found by lint. ok deraadt@otto2005-11-291-7/+6
* sync usage();jmc2005-10-151-3/+3
* setmode(3) returns void *, not mode_t *. ok millert@otto2004-07-011-3/+3
* If the user does "chown foo.bar" check to see if foo.bar is a usernamemillert2004-02-161-8/+16
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* Undo a misguided attempt to fix speling errors from long ago. UCBmillert2003-06-011-3/+3
* ansideraadt2002-07-041-11/+8
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-5/+5
* make -h option work again, it was left out on the getopt stringericj2000-07-311-3/+3
* merge chflags(1) into chmod.mickey2000-07-191-11/+44
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-3/+3
* oopsmickey2000-06-091-3/+3
* merge chown/chgrp into chmod.mickey2000-06-091-28/+123
* spellingtodd1997-11-081-3/+3
* somebody added setlocale() w/o locale.hgrr1997-06-281-2/+3
* setlocale; kleinkderaadt1997-06-271-2/+5
* -Wall'ing.mickey1996-12-141-3/+6
* zap getopt() case of -?, come on, it is the default!deraadt1996-08-021-3/+2
* update rcsidderaadt1996-06-231-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+209