summaryrefslogtreecommitdiffstats
path: root/usr.sbin/chown/chown.c
Commit message (Expand)AuthorAgeFilesLines
* Mark global functions and/or variables in chown(8) static where possible.ed2011-11-061-14/+14
* Plug resource leak.trasz2010-06-051-0/+1
* Make chown(1) emit more useful error message when user/group name is invalid.trasz2010-06-031-3/+1
* Add a "-x" option to chown(8)/chgrp(1) similar to the same option ingavin2010-02-211-6/+11
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-191-2/+6
* Per letter dated July 22, 1999, delete clause 3 from code directlyimp2004-08-071-4/+0
* Use uid_t.charnier2003-09-071-3/+4
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-3/+2
* Similar to chmod(1); make -v -v mean very verbose and showjohan2003-04-251-3/+31
* Use basename(3).obrien2002-12-301-3/+2
* Fix a spelling mistake.dwmalone2002-07-171-1/+1
* Kill __P(), use ANSI C function declarations, remove local prototype for main,jmallett2002-06-301-21/+14
* In the SUPPORT_DOT case, warn that seperation with a period is deprecated.jmallett2002-06-271-0/+1
* Don't exit immediately if an error occurs, continue but exit non-zero.tjr2002-06-021-5/+9
* Add prototypes for main() so that these programs compile with -Werrorluigi2001-12-141-0/+1
* Clean up, WARNSify, unbreak -v option handling.ru2001-09-131-52/+51
* Fixed the bug from the previous revision.ru2001-05-311-1/+1
* Follow symbolic links named as command line arguments if run without -R.ru2001-05-281-2/+3
* Initialize vflag like the rest (not necessary, but this keeps it together)peter2000-07-291-1/+4
* Somehow I didn't get all the "-v" code commited.obrien2000-03-081-1/+4
* Add "-v".obrien1999-11-271-4/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Backed out previous commit. chown(8) doesn't follow symlinks bybde1998-05-031-1/+2
* Don't ignore symbolic links in the absence of -h, -H or -L options.helbig1998-05-021-2/+1
* Allow -R and -h to be combined as long as no symlink-following flagsjkh1998-03-091-2/+2
* Chown(8) compiled with -DSUPPORT_DOT (backward compatibility) doeswosch1997-09-211-6/+6
* Cosmetic in man page. Sync usage() with man page.charnier1997-09-041-6/+6
* Correct error message when the superuser tries to changesteve1997-08-241-13/+11
* Activate the -h flag which tells chown/chgrp to work on the symlink itselfpeter1997-03-311-13/+16
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
* chown(8) and chgrp(1) directories once onlyadam1996-08-141-5/+4
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* groups[] is of type gid_t.dg1994-09-231-1/+1
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+273
OpenPOWER on IntegriCloud