summaryrefslogtreecommitdiffstats
path: root/libexec/mknetid/mknetid.c
Commit message (Collapse)AuthorAgeFilesLines
* o Fix usage().maxim2002-11-121-5/+20
| | | | | | | | o Explicitly initialize domain pointer. o Fix passwd file parsing. PR: bin/39671 (3) MFC after: 2 weeks
* o __P removalimp2002-02-171-7/+5
| | | | o use Ansi-style function definitions
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed printf format errors.bde1998-06-301-2/+2
|
* Cosmetic in usage string.charnier1997-12-151-2/+2
|
* Cosmetics in usage() and man page.charnier1997-11-241-11/+13
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-3/+3
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-221-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-2/+2
| | | | | | | | 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.
* Nuke a couple of useless lines of code from the /etc/netid parsingwpaul1996-10-241-4/+2
| | | | section. (Cut & paste-o.)
* Include <sys/types.h> before including <grp.h> so that this doesn'tbde1996-07-121-9/+13
| | | | | | depend on <stdio.h> bogusly including <sys/types.h> Reordered includes to satisfy KNF rules.
* Improve performance with very large user databases by increasingwpaul1996-06-271-4/+4
| | | | | | | | | 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.
* This commit was generated by cvs2svn to compensate for changes in r16728,wpaul1996-06-251-0/+289
which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud