summaryrefslogtreecommitdiffstats
path: root/libexec/mknetid
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r262136brueffer2014-02-241-5/+1
| | | | | | | Remove the 3rd clause ("advertising clause") of the BSD license as permitted by the University of Berkeley on July 22, 1999. Reviewed by: imp
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
| | | | | | | | | | 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.
* Fix double ;;kevlo2010-12-061-1/+1
|
* Make WARNS=6 the default for libexec/.ed2010-01-021-0/+2
| | | | | | | | | | | | | | | 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.
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Sort sections.ru2005-01-181-6/+6
|
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
| | | | especially in troff files.
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
| | | | Add FreeBSD Id tag where missing.
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
|
* 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
* The .Nm utilitycharnier2002-07-061-6/+7
|
* o __P removalimp2002-02-174-44/+25
| | | | o use Ansi-style function definitions
* yp(4) -> yp(8).ru2002-01-142-3/+3
| | | | PR: docs/30797
* Added netid(5) manpage.ru2001-08-212-1/+92
| | | | | PR: docs/25657 Obtained from: OpenBSD
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* mdoc(7) police: removed hard sentence breaks.ru2001-07-041-10/+20
|
* Fix some typos.olgeni2001-06-151-2/+2
| | | | MFC after: 1 week
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+2
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for libexec/ to 8.ru2001-03-201-2/+0
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
|
* Use Fx macro wherever possible.ru2000-11-141-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-286-6/+6
|
* Fixed printf format errors.bde1998-06-301-2/+2
|
* Fix typo.rnordier1998-05-051-2/+2
| | | | Pointed out by: Junji SAKAI <sakai.jp.freebsd.org> PR 5621
* .Sh AUTHOR -. .Sh AUTHORS. Use .An/.Aq.charnier1998-03-191-2/+2
|
* Cosmetic in usage string.charnier1997-12-151-2/+2
|
* Cosmetics in usage() and man page.charnier1997-11-244-59/+60
|
* Small tweak to the group parsing code to stop it from core dumpingwpaul1997-05-211-1/+3
| | | | | | | 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)
* 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-226-8/+8
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-146-8/+8
| | | | | | | | 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-272-9/+9
| | | | | | | | | 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-256-0/+838
which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud