aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/chown/chown.c
Commit message (Expand)AuthorAgeFilesLines
* Handle overflow of uid or gid in arguments for chownBryan Drewery2018-09-261-6/+4
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* chown/chgrp: Add SIGINFO handlerConrad Meyer2017-01-081-29/+41
* chown: use NULL instead of 0 for null pointerEd Maste2016-10-101-1/+1
* Standardise chmod, chflags, chown and chgrp recursive symlink processingSteven Hartland2015-04-291-52/+54
* Mark global functions and/or variables in chown(8) static where possible.Ed Schouten2011-11-061-14/+14
* Plug resource leak.Edward Tomasz Napierala2010-06-051-0/+1
* Make chown(1) emit more useful error message when user/group name is invalid.Edward Tomasz Napierala2010-06-031-3/+1
* Add a "-x" option to chown(8)/chgrp(1) similar to the same option inGavin Atkinson2010-02-211-6/+11
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-191-2/+6
* Per letter dated July 22, 1999, delete clause 3 from code directlyWarner Losh2004-08-071-4/+0
* Use uid_t.Philippe Charnier2003-09-071-3/+4
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-3/+2
* Similar to chmod(1); make -v -v mean very verbose and showJohan Karlsson2003-04-251-3/+31
* Use basename(3).David E. O'Brien2002-12-301-3/+2
* Fix a spelling mistake.David Malone2002-07-171-1/+1
* Kill __P(), use ANSI C function declarations, remove local prototype for main,Juli Mallett2002-06-301-21/+14
* In the SUPPORT_DOT case, warn that seperation with a period is deprecated.Juli Mallett2002-06-271-0/+1
* Don't exit immediately if an error occurs, continue but exit non-zero.Tim J. Robbins2002-06-021-5/+9
* Add prototypes for main() so that these programs compile with -WerrorLuigi Rizzo2001-12-141-0/+1
* Clean up, WARNSify, unbreak -v option handling.Ruslan Ermilov2001-09-131-52/+51
* Fixed the bug from the previous revision.Ruslan Ermilov2001-05-311-1/+1
* Follow symbolic links named as command line arguments if run without -R.Ruslan Ermilov2001-05-281-2/+3
* Initialize vflag like the rest (not necessary, but this keeps it together)Peter Wemm2000-07-291-1/+4
* Somehow I didn't get all the "-v" code commited.David E. O'Brien2000-03-081-1/+4
* Add "-v".David E. O'Brien1999-11-271-4/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Backed out previous commit. chown(8) doesn't follow symlinks byBruce Evans1998-05-031-1/+2
* Don't ignore symbolic links in the absence of -h, -H or -L options.Wolfgang Helbig1998-05-021-2/+1
* Allow -R and -h to be combined as long as no symlink-following flagsJordan K. Hubbard1998-03-091-2/+2
* Chown(8) compiled with -DSUPPORT_DOT (backward compatibility) doesWolfram Schneider1997-09-211-6/+6
* Cosmetic in man page. Sync usage() with man page.Philippe Charnier1997-09-041-6/+6
* Correct error message when the superuser tries to changeSteve Price1997-08-241-13/+11
* Activate the -h flag which tells chown/chgrp to work on the symlink itselfPeter Wemm1997-03-311-13/+16
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
* chown(8) and chgrp(1) directories once onlyAdam David1996-08-141-5/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* groups[] is of type gid_t.David Greenman1994-09-231-1/+1
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+273