aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/chkgrp
Commit message (Expand)AuthorAgeFilesLines
* Revert r286148Baptiste Daroussin2015-08-011-2/+2
* Handle +:*:: the same way we handle +::: when checking group fileBaptiste Daroussin2015-08-011-1/+2
* Use strtoumax instead of strtoulBaptiste Daroussin2015-08-011-2/+3
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-129/+127
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-2/+2
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync with HEAD.David E. O'Brien2013-02-082-21/+52
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | Clean up, reindent, add a special case for NIS / LDAP lineDag-Erling Smørgrav2014-12-141-129/+127
| |_|/ |/| |
* | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-2/+2
| |/ |/|
* | This wasn't supposed to be in there - I committed the wrong patch.Eitan Adler2012-11-151-1/+0
* | Add support for a -q flag. While here make the custom argument parsingEitan Adler2012-11-152-13/+30
* | Be declarative about if an error has occured.Eitan Adler2012-11-151-8/+8
* | Fix error code if file isn't readable.Eitan Adler2012-11-151-1/+1
* | Check the range of the gidEitan Adler2012-11-151-0/+15
|/
* Reencode files to UTF-8. Drop CP1252 em-dash.Ulrich Spörlein2011-12-302-2/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* 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
* Markup fixes.Ruslan Ermilov2005-06-141-3/+4
* - Add further functionality to check for invalid charactersOllivier Robert2005-05-262-11/+30
* Sort sections.Ruslan Ermilov2005-01-181-10/+10
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* I don't normally use my middle name, so remove it from attributions inDag-Erling Smørgrav2004-01-251-1/+1
* 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
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-1/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* 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-242-4/+7
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Spell the des's name correctly.Ruslan Ermilov2000-11-141-1/+1
* match prototypePhilippe Charnier2000-05-281-1/+1
* A little more cosmetics.Ruslan Ermilov2000-03-241-3/+8
* Remove redundant SRCS.Ruslan Ermilov2000-03-231-1/+0
* A bit of cleanup.Ruslan Ermilov2000-03-231-11/+15
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
* add missing .El.Philippe Charnier1999-10-171-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Inserted missing .Bl in the FILES section.Dag-Erling Smørgrav1998-07-141-1/+2
* Add a FILES section which references /etc/groupDag-Erling Smørgrav1998-05-311-1/+3
* Typo police. '#ifndef lint' around CVS id. Don't use __progname in usage().Dag-Erling Smørgrav1998-05-272-15/+12
* Add chkgrp, a small utility for checking for syntax errors in groupDag-Erling Smørgrav1998-05-243-0/+220