History log of /freebsd-10.1-release/usr.sbin/chkgrp/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


243085 15-Nov-2012 eadler

This wasn't supposed to be in there - I committed the wrong patch.

Approved by: cperciva (implicit)


243084 15-Nov-2012 eadler

Add support for a -q flag. While here make the custom argument parsing
use getopt instead of hacking on it more. This change also fixes the
method of silencing the compiler warning about gfn being used
uninitialized.

Approved by: cperciva
MFC after: 1 week


243083 15-Nov-2012 eadler

Be declarative about if an error has occured.

Fixes overflow on very large group files with lots of errors. This is
unlikely to occur in practice.

Approved by: cperciva
MFC after: 1 week


243077 15-Nov-2012 eadler

Fix error code if file isn't readable.

Approved by: cperciva
MFC after: 1 week


243076 15-Nov-2012 eadler

Check the range of the gid

Approved by: cperciva
MFC after: 1 week


228976 30-Dec-2011 uqs

Reencode files to UTF-8. Drop CP1252 em-dash.


201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


149463 25-Aug-2005 cperciva

Fix a bug introduced in revision 1.9 which causes chkgrp to coredump on
certain corrupt files.

Submitted by: liamfoy@dragonflybsd.org
Reported by: Nikolay Kalev, via freebsd-current
MFC after: 3 days


148695 04-Aug-2005 roberto

The check for invalid characters introduced in 1.9 incorrectly
flags NIS entries as invalid.

MFC6 candidate

Submitted by: Bob Willcox <bob@immure.com>
PR: bin/82325 (but I used the patch from Bob).


147377 14-Jun-2005 ru

Markup fixes.

Approved by: re (blanket)


146641 26-May-2005 roberto

- Add further functionality to check for invalid characters
- 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


140442 18-Jan-2005 ru

Sort sections.


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


124963 25-Jan-2004 des

I don't normally use my middle name, so remove it from attributions in
man pages (though not from copyright notices). While I'm here, add email
addresses where appropriate.


115891 06-Jun-2003 roam

Warn if there is no newline at the end of the group file.

PR: 51256
Submitted by: Brian D Gallaway <bdg730@makserver0.usask.ca>
Reviewed by: tjr, -audit
Approved by: tjr


114601 03-May-2003 obrien

Use __FBSDID over rcsid[]. Protect copyright[] where needed.


80029 20-Jul-2001 obrien

Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.


79537 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


79160 03-Jul-2001 mjacob

Use correct type of argument to fgetln.

MFC after: 1 week


78700 24-Jun-2001 des

Constify, staticize and add a missing include; add WARNS?=2.

Submitted by: Mike Barcroft <mike@q9media.com>
MFC after: 2 weeks


74816 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


74532 20-Mar-2001 ru

Set the default manual section for usr.sbin/ to 8.


68718 14-Nov-2000 ru

Spell the des's name correctly.


61019 28-May-2000 charnier

match prototype


58530 24-Mar-2000 ru

A little more cosmetics.


58492 23-Mar-2000 ru

Remove redundant SRCS.


58491 23-Mar-2000 ru

A bit of cleanup.


57673 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


52335 17-Oct-1999 charnier

add missing .El.


50479 28-Aug-1999 peter

$Id$ -> $FreeBSD$


37632 14-Jul-1998 des

Inserted missing .Bl in the FILES section.

Unknowingly pointed out by: Snob Art Genre <benedict@echonyc.com>


36502 31-May-1998 des

Add a FILES section which references /etc/group

Suggested by: Masafumi NAKANE <max@wide.ad.jp>


36416 27-May-1998 des

Typo police. '#ifndef lint' around CVS id. Don't use __progname in usage().

Submitted by: Philippe Charnier <charnier@xp11.frmug.org>


36332 24-May-1998 des

Add chkgrp, a small utility for checking for syntax errors in group
files.

PR: bin/1387
Suggested-by: Giles Lean <giles@nemeton.com