aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/chkgrp/chkgrp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug introduced in revision 1.9 which causes chkgrp to coredump onColin Percival2005-08-251-5/+9
* The check for invalid characters introduced in 1.9 incorrectlyOllivier Robert2005-08-041-1/+2
* - Add further functionality to check for invalid charactersOllivier Robert2005-05-261-6/+24
* Warn if there is no newline at the end of the group file.Peter Pentchev2003-06-061-0/+4
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* Use correct type of argument to fgetln.Matt Jacob2001-07-031-1/+2
* Constify, staticize and add a missing include; add WARNS?=2.Dag-Erling Smørgrav2001-06-241-4/+6
* match prototypePhilippe Charnier2000-05-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Typo police. '#ifndef lint' around CVS id. Don't use __progname in usage().Dag-Erling Smørgrav1998-05-271-8/+6
* Add chkgrp, a small utility for checking for syntax errors in groupDag-Erling Smørgrav1998-05-241-0/+143