aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/chown/chown.c
Commit message (Expand)AuthorAgeFilesLines
* 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