Home | History | Annotate | only in /src/usr.sbin/ypserv/revnetgroup
History log of /src/usr.sbin/ypserv/revnetgroup
RevisionDateAuthorComments
 1.2 06-Oct-1997  lukem KNF & WARNSify
 1.1 06-Oct-1997  lukem branches: 1.1.1;
Initial revision
 1.1.1.1 06-Oct-1997  lukem revnetgroup - generate extra netgroup maps for YP
 1.5 19-Apr-2009  lukem Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)
 1.4 18-Mar-2006  bouyer branches: 1.4.28;
Fix memory leak if we're adding an existing group name.
Coverity ID 1568.
 1.3 06-Jul-2002  wiz de-__P(), ANSIfy.
 1.2 06-Oct-1997  lukem KNF & WARNSify
 1.1 06-Oct-1997  lukem branches: 1.1.1;
Initial revision
 1.1.1.1 06-Oct-1997  lukem revnetgroup - generate extra netgroup maps for YP
 1.4.28.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.3 06-Jul-2002  wiz de-__P(), ANSIfy.
 1.2 06-Oct-1997  lukem KNF & WARNSify
 1.1 06-Oct-1997  lukem branches: 1.1.1;
Initial revision
 1.1.1.1 06-Oct-1997  lukem revnetgroup - generate extra netgroup maps for YP
 1.6 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22366, verified by myself.
 1.5 14-Jul-2003  itojun use bounded string ops (one strcpy remaining)
 1.4 28-Jan-2003  wiz success, not sucess. Noted by mjl.
 1.3 06-Jul-2002  wiz de-__P(), ANSIfy.
 1.2 06-Oct-1997  lukem KNF & WARNSify
 1.1 06-Oct-1997  lukem branches: 1.1.1;
Initial revision
 1.1.1.1 06-Oct-1997  lukem revnetgroup - generate extra netgroup maps for YP
 1.14 03-Jul-2017  wiz Remove workaround for ancient HTML generation code.
 1.13 18-Mar-2014  riastradh Merge riastradh-drm2 to HEAD.
 1.12 20-Jul-2013  wiz Use Mt for email addresses.
 1.11 08-Apr-2012  wiz branches: 1.11.2; 1.11.4;
Remove unnecessary Bk/Ek pairs from SYNOPSIS.
No effective change except where I used the opportunity to sort options
and/or option descriptions.
 1.10 26-Feb-2005  wiz branches: 1.10.48;
Bump date for previous.
 1.9 26-Feb-2005  thorpej YP -> NIS
 1.8 25-Feb-2003  wiz .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
 1.7 11-Feb-2002  wiz s/seperate/separate/
 1.6 08-Feb-2002  ross Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
 1.5 02-Feb-2002  wiz Drop a .Pp, use standard headers, mark up AUTHORS sections.
 1.4 07-Mar-1999  mycroft Clean up SYNOPSIS formatting.
 1.3 08-Nov-1997  lukem use ".Tn YP" instead of "YP", fix up some .Nd entries, use .Pa for mapnames
 1.2 06-Oct-1997  lukem branches: 1.2.2;
KNF & WARNSify
 1.1 06-Oct-1997  lukem branches: 1.1.1;
Initial revision
 1.1.1.1 06-Oct-1997  lukem revnetgroup - generate extra netgroup maps for YP
 1.2.2.1 28-Nov-1997  mellon Pull rev 1.3 up from trunk (mekul)
 1.10.48.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.10.48.1 17-Apr-2012  yamt sync with head
 1.11.4.1 23-Jul-2013  riastradh sync with HEAD
 1.11.2.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.15 30-Aug-2011  joerg static + __dead
 1.14 19-Apr-2009  lukem Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)
 1.13 30-Oct-2004  dsl branches: 1.13.34;
Add (unsigned char) cast to ctype functions
 1.12 21-Oct-2003  fvdl Don't compare an int to NULL.
Some whitespace nits.
 1.11 30-Nov-2002  lukem tweaks for fparseln(3) move from libutil to libc:
- remove #include <util.h> if nothing else needed it
- remove LDFLAGS+=-lutil if nothing else needed it
 1.10 06-Jul-2002  wiz de-__P(), ANSIfy.
 1.9 19-Feb-2001  cgd convert to use getprogname()
 1.8 07-Jul-2000  itojun errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd
 1.7 25-Jul-1999  lukem branches: 1.7.8;
fix up lossage WRT free()ing invalid pointers.
noted in [bin/8064]
 1.6 08-Jun-1998  lukem convert from in-house read_line to fparseln()
 1.5 03-Feb-1998  perry change includes to fix compiler warning
 1.4 13-Nov-1997  thorpej Fix int vs. size_t lossage.
 1.3 01-Nov-1997  lukem * rewrite read_line(), partially based on get_line in netgroup_mkdb.c:
- use fgetln() instead of fgets()
- store info in internal buffer
- fix \\ support
- count line numbers internally, so \\ lines don't mess up count
* ypdb_store():
- ensure that the length of key or val doesn't exceed YPMAXRECORD
* makedbm, mknetid, revnetgroup, stdethers, stdhosts:
- improve error handling
- take advantage of rewritten read_line(), and cleanup line parsing
- don't print trailing ` ' for key/val pairs with an empty val
* Makefile.yp:
- fix up building of ypservers (from Chuck Cranor)
* ypinit.sh:
- remove leading spaces in variable assignment (from Chuck Cranor)
 1.2 06-Oct-1997  lukem branches: 1.2.2;
KNF & WARNSify
 1.1 06-Oct-1997  lukem branches: 1.1.1;
Initial revision
 1.1.1.1 06-Oct-1997  lukem revnetgroup - generate extra netgroup maps for YP
 1.2.2.1 28-Nov-1997  mellon Pull rev 1.3 and 1.4 up from trunk (lukem)
 1.7.8.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.13.34.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

RSS XML Feed