History log of /netbsd-src/usr.sbin/ypserv/stdhosts/stdhosts.c (Results 1 – 20 of 20)
Revision Date Author Comments
# 8583b49c 30-Aug-2011 joerg <joerg@NetBSD.org>

static + __dead


# 07ce4063 20-Oct-2009 snj <snj@NetBSD.org>

Follow upstream's lead and remove third and fourth clauses (except on
from usr.sbin/mopd/common/pf.c, where only the ad clause is removed,
because it has a shared UCB copyright) on Mats O Jansson's f

Follow upstream's lead and remove third and fourth clauses (except on
from usr.sbin/mopd/common/pf.c, where only the ad clause is removed,
because it has a shared UCB copyright) on Mats O Jansson's files.

thorpej OK'd usr.sbin/rpc.yppasswdd/yppasswdd_mkpw.c, where he shares
copyright.

show more ...


# d3d3aa62 19-Apr-2009 lukem <lukem@NetBSD.org>

Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)


# 3cca093e 30-Oct-2004 dsl <dsl@NetBSD.org>

Add (unsigned char) cast to ctype functions


# d348d3d7 30-Nov-2002 lukem <lukem@NetBSD.org>

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


# d532b687 06-Jul-2002 wiz <wiz@NetBSD.org>

de-__P(), ANSIfy.


# e3af9d1d 18-Aug-2001 ad <ad@NetBSD.org>

getopt() returns -1 on error, not EOF.


# 25bdbb66 19-Feb-2001 cgd <cgd@NetBSD.org>

convert to use getprogname()


# 86384873 30-Jul-2000 itojun <itojun@NetBSD.org>

with -n, permit non-IPv4 address in the output.
option name synchronized with solaris 8.


# 811d7dca 25-Jul-1999 lukem <lukem@NetBSD.org>

fix up lossage WRT free()ing invalid pointers.
noted in [bin/8064]


# ab8486e2 17-Jan-1999 lukem <lukem@NetBSD.org>

* don't print out entries that couldn't be parsed
* don't look for comments; fparseln strips them


# 41dc2c91 11-Jun-1998 kleink <kleink@NetBSD.org>

Fix LP64 botches introduced in last commit.


# 211a72a8 08-Jun-1998 lukem <lukem@NetBSD.org>

convert from in-house read_line to fparseln()


# ade3ce97 13-Nov-1997 thorpej <thorpej@NetBSD.org>

Fix int vs. size_t lossage.


# f4fb444b 01-Nov-1997 lukem <lukem@NetBSD.org>

* 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 \\ li

* 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)

show more ...


# 64718e58 13-Oct-1997 lukem <lukem@NetBSD.org>

add rcsid


# 5f88ebd1 07-Oct-1997 lukem <lukem@NetBSD.org>

fix & simplify test for skippable lines


# 3d8138fc 18-Jul-1997 thorpej <thorpej@NetBSD.org>

Fix compiler warnings (and an awful lot of annoying little bugs).


# c03ad89d 24-Nov-1996 chuck <chuck@NetBSD.org>

include all host names for an address rather than just the first one


# 60aa689c 09-Aug-1996 thorpej <thorpej@NetBSD.org>

A ypserv implementation, originally written by Mats O Jansson, with
some changes by me, including misc. cleanup, minor bug fixes, and
brand-new access control list code.