History log of /freebsd-10.1-release/libexec/mknetid/
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


262435 24-Feb-2014 brueffer

MFC: r262136

Remove the 3rd clause ("advertising clause") of the BSD license as
permitted by the University of Berkeley on July 22, 1999.

Reviewed by: imp


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


229403 03-Jan-2012 ed

Replace index() and rindex() calls with strchr() and strrchr().

The index() and rindex() functions were marked LEGACY in the 2001
revision of POSIX and were subsequently removed from the 2008 revision.
The strchr() and strrchr() functions are part of the C standard.

This makes the source code a lot more consistent, as most of these C
files also call into other str*() routines. In fact, about a dozen
already perform strchr() calls.


216227 06-Dec-2010 kevlo

Fix double ;;


201380 02-Jan-2010 ed

Make WARNS=6 the default for libexec/.

Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.


141846 13-Feb-2005 ru

Expand *n't contractions.


140414 18-Jan-2005 ru

Sort sections.


108533 01-Jan-2003 schweikh

Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.


108470 30-Dec-2002 schweikh

Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
Add FreeBSD Id tag where missing.


108257 24-Dec-2002 ru

mdoc(7) police: Deal with self-xrefs.


106811 12-Nov-2002 maxim

o Fix usage().
o Explicitly initialize domain pointer.
o Fix passwd file parsing.

PR: bin/39671 (3)
MFC after: 2 weeks


99500 06-Jul-2002 charnier

The .Nm utility


90779 17-Feb-2002 imp

o __P removal
o use Ansi-style function definitions


89362 14-Jan-2002 ru

yp(4) -> yp(8).

PR: docs/30797


82065 21-Aug-2001 ru

Added netid(5) manpage.

PR: docs/25657
Obtained from: OpenBSD


79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


79209 04-Jul-2001 ru

mdoc(7) police: removed hard sentence breaks.


78272 15-Jun-2001 olgeni

Fix some typos.

MFC after: 1 week


74814 26-Mar-2001 ru

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


74529 20-Mar-2001 ru

Set the default manual section for libexec/ to 8.


68949 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


68716 14-Nov-2000 ru

Use Fx macro wherever possible.


50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


37297 30-Jun-1998 bde

Fixed printf format errors.


35727 05-May-1998 rnordier

Fix typo.
Pointed out by: Junji SAKAI <sakai.jp.freebsd.org> PR 5621


34670 19-Mar-1998 charnier

.Sh AUTHOR -. .Sh AUTHORS. Use .An/.Aq.


31737 15-Dec-1997 charnier

Cosmetic in usage string.


31385 24-Nov-1997 charnier

Cosmetics in usage() and man page.


25969 21-May-1997 wpaul

Small tweak to the group parsing code to stop it from core dumping
on malformed /etc/group entries. This is a band-aid until I can pull
in the newer group parsing code from getgrent .

Pointed out by: branson@belmakor.hq.ferg.com (Branson Matheson)


24349 28-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


22989 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


19143 24-Oct-1996 wpaul

Nuke a couple of useless lines of code from the /etc/netid parsing
section. (Cut & paste-o.)


17115 12-Jul-1996 bde

Include <sys/types.h> before including <grp.h> so that this doesn't
depend on <stdio.h> bogusly including <sys/types.h>

Reordered includes to satisfy KNF rules.


16793 27-Jun-1996 wpaul

Improve performance with very large user databases by increasing
hash table size from 256 to 1024.

Generate output that looks more like the SunOS mknetid: uses a space
instead of tabs for white space.

Fix typo in comment in hash.h: Groupit -> Groupid.


16729 25-Jun-1996 wpaul

This commit was generated by cvs2svn to compensate for changes in r16728,
which included commits to RCS files with non-trunk default branches.