summaryrefslogtreecommitdiff
path: root/usr.sbin/chown
AgeCommit message (Expand)Author
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-03-29Minor fix, from Alan R. S. Bueno in PR 41046, adjusted by me to not usedholland
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2006-06-17Fix typo or mispelling.reed
2006-06-17Fix mispelling.reed
2005-12-09Add xref to chflags(1). From Andre Luiz de Oliveira in PR 32265.wiz
2005-03-16Kill __P(), final round.xtraeme
2005-03-16Kill __P(), use ANSI function declarations; WARNS=3xtraeme
2003-09-25Allow a numeric ID to be preceeded by '#' to avoid the name lookup.dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-19No trailing whitespace, please.wiz
2003-01-18Added -v extension. Approved by Klaus (kleink).jrf
2002-07-07Align default behaviour of chmod, chgrp, chown, and chflags with symlink(7),bjh21
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-19Whitespace nits.wiz
2000-12-17Correct display of invalid username error and cache duplicate passwordmike
2000-08-25Initialize variables which I recently changed storage class from file globalenami
2000-08-04- Ignore dangling symlink found while following.enami
2000-08-04- Make some global variable function local.enami
2000-07-07No space is allowed between owner and optional :group.enami
2000-05-10change the parsing of chown user[:gid] to the following:darrenr
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-14Minor cleanups; g/c a dead assignment variable.kleink
1999-03-14Oops, missed global data in static sweep.kleink
1999-03-14Add KNF-style RCS Id at start of file.kleink
1999-03-14* Use id_t instead of making guesses about the definitions of [gu]id_t.kleink
1998-10-05Allow "chown/chgrp -R -h" so we can change trees with symbolic links withoutkim
1997-12-21Update a comment: neither does POSIX define the `-h' option, nor does itkleink
1997-12-21Add a paragraph to document the clearing of the setuid and setgid bits unlesskleink
1997-11-26Remove a paragraph obsoleted by the recently implemented `-h' option; addkleink
1997-10-23use CPPFLAGS instead of CFLAGSlukem
1997-10-18WARNSifylukem
1997-10-18WARNSifylukem
1997-10-17Fix typo; `symbolic link' -> `a symbolic link'.enami
1997-10-17Fix typo; `symbolic link' -> `a symbolic link'.enami
1997-10-11Add -h option to usage.enami
1997-10-06Document -h flag, option to manupilate symbolic link.enami
1997-10-06Change the noop flag -h to do the real work. Now if -h is given,enami
1997-06-26POSIX.2 utilities must call setlocale(LC_ALL, "");kleink
1997-05-02A user name can be invalid, but not illegaljtc
1997-03-06RCSid police; getopt() return type police; rindex() -> strrchr()mikel
1995-06-03Remove chownerr() function completely and use warn() instead.jtc
1995-06-03In chownerr(), check to see if new group is the effective group id asjtc
1994-12-22specify man pages the new way.cgd
1994-06-18clean up importcgd
1994-04-01Getgroup's second argument is now a gid_t ptr.jtc
1993-11-30Use ".St -p1003.2-92" macro instead of spelling it out.jtc
1993-11-19As of POSIX.2, getopt returns -1 instead of EOF on error. Changed the codejtc