Import FreeBSD's libypclnt.
authorPeter Avalos <pavalos@theshell.com>
Sun, 14 Dec 2008 18:17:36 +0000 (13:17 -0500)
committerPeter Avalos <pavalos@theshell.com>
Sun, 28 Dec 2008 04:17:04 +0000 (23:17 -0500)
commit8b8bd88793f2f52709056380e619e79ccf393cfd
treee83821cc345f568475c6ea20f5e66858834e9535
parentce0e08e21d42c06c0014fae6b9d27144aa5109b0
Import FreeBSD's libypclnt.

This centralizes NIS client code that is duplicated throughout the tree.
lib/Makefile
lib/libypclnt/Makefile [new file with mode: 0644]
lib/libypclnt/ypclnt.h [new file with mode: 0644]
lib/libypclnt/ypclnt_connect.c [new file with mode: 0644]
lib/libypclnt/ypclnt_error.c [new file with mode: 0644]
lib/libypclnt/ypclnt_free.c [new file with mode: 0644]
lib/libypclnt/ypclnt_get.c [new file with mode: 0644]
lib/libypclnt/ypclnt_new.c [new file with mode: 0644]
lib/libypclnt/ypclnt_passwd.c [new file with mode: 0644]