Home | History | Annotate | Download | only in revnetgroup
History log of /src/usr.sbin/ypserv/revnetgroup/revnetgroup.c
RevisionDateAuthorComments
 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