Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2002 23:20:02 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libypclnt Makefile ypclnt_connect.c ypclnt_error.c ypclnt_free.c ypclnt_get.c ypclnt_new.c ypclnt_passwd.c
Message-ID:  <200204130620.g3D6K2t93544@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2002/04/12 23:20:02 PDT

  Added files:
    lib/libypclnt        Makefile ypclnt_connect.c ypclnt_error.c 
                         ypclnt_free.c ypclnt_get.c ypclnt_new.c 
                         ypclnt_passwd.c 
  Log:
  NIS client toolbox.  This centralizes code which is duplicated all over
  our tree.
  
  Sponsored by:   DARPA, NAI Labs.
  
  Revision  Changes    Path
  1.1       +54 -0     src/lib/libypclnt/Makefile (new)
  1.1       +90 -0     src/lib/libypclnt/ypclnt_connect.c (new)
  1.1       +59 -0     src/lib/libypclnt/ypclnt_error.c (new)
  1.1       +51 -0     src/lib/libypclnt/ypclnt_free.c (new)
  1.1       +52 -0     src/lib/libypclnt/ypclnt_get.c (new)
  1.1       +62 -0     src/lib/libypclnt/ypclnt_new.c (new)
  1.1       +129 -0    src/lib/libypclnt/ypclnt_passwd.c (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204130620.g3D6K2t93544>