summaryrefslogtreecommitdiffstats
path: root/usr.sbin/chkgrp/chkgrp.c
Commit message (Collapse)AuthorAgeFilesLines
* - Add further functionality to check for invalid charactersroberto2005-05-261-6/+24
| | | | | | | | | - Remove keyword 'continue' for more indepth error reporting on each line - WARNS 6 Clean Submitted by: Liam J. Foy <liamfoy@dragonflybsd.org> MFC after: 1 week
* Warn if there is no newline at the end of the group file.roam2003-06-061-0/+4
| | | | | | | PR: 51256 Submitted by: Brian D Gallaway <bdg730@makserver0.usask.ca> Reviewed by: tjr, -audit Approved by: tjr
* 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
| | | | MFC after: 1 week
* Constify, staticize and add a missing include; add WARNS?=2.des2001-06-241-4/+6
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> MFC after: 2 weeks
* 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
| | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* Add chkgrp, a small utility for checking for syntax errors in groupdes1998-05-241-0/+143
files. PR: bin/1387 Suggested-by: Giles Lean <giles@nemeton.com
OpenPOWER on IntegriCloud