History log of /netbsd/usr.sbin/ypserv/common/yplib_host.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 3cd9f110 30-Aug-2011 plunky <plunky@NetBSD.org>

Apply casts to cases where xdrproc_t is expected but is not
strictly passed, for example because the second argument is
a different kind of pointer.


# 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


# 7db1d33c 10-Dec-2003 agc <agc@NetBSD.org>

Modify the licences of code written by Theo De Raadt from a 4-clause
to a 2-clause licence (retaining UCB clauses (1) and (2)), per PR
22409 from Joel Baker, approved by Theo de Raadt, and ratified b

Modify the licences of code written by Theo De Raadt from a 4-clause
to a 2-clause licence (retaining UCB clauses (1) and (2)), per PR
22409 from Joel Baker, approved by Theo de Raadt, and ratified by
myself - the only discrepancy being the handling of the original
clause 3 in src/usr.sbin/yppoll/yppoll.c.

show more ...


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

ANSIfy, remove __P().


# 69dfc0e8 31-Jan-1999 mrg <mrg@NetBSD.org>

KNF nit.


# 652dc940 13-Oct-1997 lukem <lukem@NetBSD.org>

- hack ypdb_open() to try the standard hash (for sendmail's aliases.db)
if the initial open fails with EFTYPE. if a different database
format is found to be more efficient, just add the code to o

- hack ypdb_open() to try the standard hash (for sendmail's aliases.db)
if the initial open fails with EFTYPE. if a different database
format is found to be more efficient, just add the code to open it
prior to that of the other formats; this maintains backward
compatibility with older databases whilst providing new functionality...
- add rcsid's

show more ...


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

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


# 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.