Home | History | Annotate | only in /src/usr.sbin/netgroup_mkdb
History log of /src/usr.sbin/netgroup_mkdb
RevisionDateAuthorComments
 1.4 26-Aug-2006  christos Programs that had their own efuns, use libutil's now.
 1.3 04-Oct-1996  christos RCSid police and a small bug fix in util.c...
 1.2 25-Dec-1994  pk MAN8 => MAN
 1.1 04-Dec-1994  christos New directory and program...
 1.9 21-Oct-2009  snj Remove 3rd and 4th clauses in christos' license. OK christos.
 1.8 20-May-2007  seb Update pathnames to the services and netgroups databases after their move
to /var/db.

Pooka@ made me do it.
 1.7 02-Feb-2002  wiz Sort section, punctuation nits.
 1.6 06-Apr-1999  pk 1, 2, 3 and.. 4!
 1.5 08-Feb-1999  lukem branches: 1.5.2;
minor grammar & whitespace fixes
 1.4 17-Oct-1997  lukem WARNSify, getopt returns -1 not EOF
 1.3 04-Oct-1996  christos RCSid police and a small bug fix in util.c...
 1.2 17-Apr-1995  christos Fixes from David Brownlee to:
- default to /etc/netgroup if no input file is specified.
- create a temporary file and rename that to the final destination,
so the we don't get partially created netgroup files.

Fixes PR bin/963.
 1.1 04-Dec-1994  christos And a manual page for it.
 1.5.2.1 07-Apr-1999  pk Pull up from trunk: copyright text warts.
 1.19 13-Jul-2025  rillig netgroup_mkdb: remove unreachable statements

No binary change except for line numbers in assertions.
 1.18 21-Oct-2009  snj branches: 1.18.58;
Remove 3rd and 4th clauses in christos' license. OK christos.
 1.17 18-Apr-2009  lukem Fix -Wcast-qual issues
 1.16 15-Dec-2007  perry branches: 1.16.12;
convert __attribute__s to applicable cdefs.h macros
 1.15 26-Aug-2006  christos branches: 1.15.8;
Programs that had their own efuns, use libutil's now.
 1.14 27-Jul-2006  christos Ansify, add dup support.
 1.13 25-May-2006  christos Coverity CID 2282: Fix memory leak.
 1.12 20-Jul-2002  grant sweep of errx/warnx, remove unnecessary trailing \n
 1.11 19-Feb-2001  cgd convert to use getprogname()
 1.10 07-Jul-2000  itojun errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd
 1.9 28-Nov-1999  lukem branches: 1.9.4;
more gracefully detect _NG_ERROR
 1.8 17-Oct-1997  lukem branches: 1.8.8;
WARNSify, getopt returns -1 not EOF
 1.7 16-Jun-1997  christos PR/3746: Olaf Seibert: not really an innetgr problem, but...
netgroup_mkdb screwed up reverse maps that contained recursive
netgroup names.
 1.6 19-Jan-1997  lukem convert to public stringlist implementation (I forgot about this)
found by Klaus Klein <kleink@layla.inka.de>, noted in [bin/3215]
 1.5 04-Oct-1996  christos branches: 1.5.2;
RCSid police and a small bug fix in util.c...
 1.4 27-Apr-1996  christos - Fixed core-dump when key has no netgroups
- added -d flag for debugging.
- moved external functions to netgroup.h
 1.3 02-Jun-1995  christos don't print NULLs; print empty strings....
 1.2 17-Apr-1995  christos Fixes from David Brownlee to:
- default to /etc/netgroup if no input file is specified.
- create a temporary file and rename that to the final destination,
so the we don't get partially created netgroup files.

Fixes PR bin/963.
 1.1 04-Dec-1994  christos New directory and program...
 1.5.2.1 06-Nov-1996  lukem initial nsswitch implementation
 1.8.8.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.9.4.1 27-Jul-2000  itojun pullup (approved by releng-1-5)
printf-like format pedant. do not pass string variable alone. use "%s".
from openbsd.

/cvsroot/basesrc/usr.sbin/netgroup_mkdb/netgroup_mkdb.c 1.9 -> 1.10
/cvsroot/basesrc/usr.sbin/pwd_mkdb/pwd_mkdb.c 1.17 -> 1.18
/cvsroot/basesrc/usr.sbin/quotaon/quotaon.c 1.14 -> 1.15
/cvsroot/basesrc/usr.sbin/rdate/rdate.c 1.10 -> 1.11
/cvsroot/basesrc/usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c 1.5 -> 1.6
/cvsroot/basesrc/usr.sbin/traceroute6/traceroute6.c 1.12 -> 1.13
/cvsroot/basesrc/usr.sbin/wsconscfg/wsconscfg.c 1.6 -> 1.7
/cvsroot/basesrc/usr.sbin/ypserv/revnetgroup/revnetgroup.c 1.7 -> 1.8
/cvsroot/basesrc/usr.sbin/ypserv/ypserv/ypserv.c 1.10 -> 1.11
 1.15.8.1 09-Jan-2008  matt sync with HEAD
 1.16.12.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.18.58.1 02-Aug-2025  perseant Sync with HEAD
 1.7 21-Oct-2009  snj Remove 3rd and 4th clauses in christos' license. OK christos.
 1.6 26-Aug-2006  christos Programs that had their own efuns, use libutil's now.
 1.5 27-Jul-2006  christos Ansify, add dup support.
 1.4 17-Oct-1997  lukem WARNSify, getopt returns -1 not EOF
 1.3 04-Oct-1996  christos RCSid police and a small bug fix in util.c...
 1.2 24-Apr-1995  cgd need string.h
 1.1 04-Dec-1994  christos New directory and program...
 1.4 21-Oct-2009  snj Remove 3rd and 4th clauses in christos' license. OK christos.
 1.3 27-Jul-2006  christos Ansify, add dup support.
 1.2 04-Oct-1996  christos RCSid police and a small bug fix in util.c...
 1.1 04-Dec-1994  christos New directory and program...
 1.8 26-Aug-2006  christos Programs that had their own efuns, use libutil's now.
 1.7 27-Jul-2006  christos Ansify, add dup support.
 1.6 09-Nov-1999  drochner Since our gcc doesn't warn about NULL format strings anymore, we can
fix the incorrect err(1, "%s", "") et al.
Closes PR bin/7592 by cgd.
 1.5 06-Nov-1997  lukem branches: 1.5.6;
don't ignore blank lines after a continuation backslash
 1.4 17-Oct-1997  lukem branches: 1.4.2;
WARNSify, getopt returns -1 not EOF
 1.3 04-Oct-1996  christos RCSid police and a small bug fix in util.c...
 1.2 24-Apr-1995  cgd need string.h
 1.1 04-Dec-1994  christos New directory and program...
 1.4.2.1 06-Nov-1997  mellon Pull rev 1.5 up from trunk (lukem)
 1.5.6.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.4 26-Aug-2006  christos Programs that had their own efuns, use libutil's now.
 1.3 27-Jul-2006  christos Ansify, add dup support.
 1.2 04-Oct-1996  christos RCSid police and a small bug fix in util.c...
 1.1 04-Dec-1994  christos New directory and program...

RSS XML Feed