summaryrefslogtreecommitdiffstats
path: root/usr.sbin/chkgrp/chkgrp.c
Commit message (Expand)AuthorAgeFilesLines
* This wasn't supposed to be in there - I committed the wrong patch.eadler2012-11-151-1/+0
* Add support for a -q flag. While here make the custom argument parsingeadler2012-11-151-13/+23
* Be declarative about if an error has occured.eadler2012-11-151-8/+8
* Fix error code if file isn't readable.eadler2012-11-151-1/+1
* Check the range of the gideadler2012-11-151-0/+15
* Reencode files to UTF-8. Drop CP1252 em-dash.uqs2011-12-301-1/+1
* Fix a bug introduced in revision 1.9 which causes chkgrp to coredump oncperciva2005-08-251-5/+9
* The check for invalid characters introduced in 1.9 incorrectlyroberto2005-08-041-1/+2
* - Add further functionality to check for invalid charactersroberto2005-05-261-6/+24
* Warn if there is no newline at the end of the group file.roam2003-06-061-0/+4
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+2
* Use correct type of argument to fgetln.mjacob2001-07-031-1/+2
* Constify, staticize and add a missing include; add WARNS?=2.des2001-06-241-4/+6
* match prototypecharnier2000-05-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Typo police. '#ifndef lint' around CVS id. Don't use __progname in usage().des1998-05-271-8/+6
* Add chkgrp, a small utility for checking for syntax errors in groupdes1998-05-241-0/+143
OpenPOWER on IntegriCloud