Subject: CVS commit: src/usr.sbin/ypserv/ypserv
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/20/2006 20:03:28
Module Name:	src
Committed By:	christos
Date:		Sat May 20 20:03:28 UTC 2006

Modified Files:
	src/usr.sbin/ypserv/ypserv: Makefile ypserv.8 ypserv.c ypserv_db.c
	    ypserv_proc.c

Log Message:
- fix pointer problems and unsigned int -> int confusion that lead to
  undetected errors.
- factor out the socket creation code so that we don't have 4 copies.
- add -p <port> argument
- fix the majority of the lint problems.
- change all the strncpy's to strlcpy's.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/usr.sbin/ypserv/ypserv/Makefile \
    src/usr.sbin/ypserv/ypserv/ypserv_db.c
cvs rdiff -r1.17 -r1.18 src/usr.sbin/ypserv/ypserv/ypserv.8
cvs rdiff -r1.19 -r1.20 src/usr.sbin/ypserv/ypserv/ypserv.c
cvs rdiff -r1.10 -r1.11 src/usr.sbin/ypserv/ypserv/ypserv_proc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.