History log of /src/usr.sbin/ypserv/common/yplib_host.c |
Revision | | Date | Author | Comments |
1.9 |
| 30-Aug-2011 |
plunky | 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.
|
1.8 |
| 19-Apr-2009 |
lukem | Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare)
|
1.7 |
| 30-Oct-2004 |
dsl | branches: 1.7.34; Add (unsigned char) cast to ctype functions
|
1.6 |
| 10-Dec-2003 |
agc | 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.
|
1.5 |
| 06-Jul-2002 |
wiz | ANSIfy, remove __P().
|
1.4 |
| 31-Jan-1999 |
mrg | KNF nit.
|
1.3 |
| 13-Oct-1997 |
lukem | - 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
|
1.2 |
| 18-Jul-1997 |
thorpej | Fix compiler warnings (and an awful lot of annoying little bugs).
|
1.1 |
| 09-Aug-1996 |
thorpej | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 09-Aug-1996 |
thorpej | 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.
|
1.7.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
|