DragonFly commits List (threaded) for 2008-12
DragonFly BSD
DragonFly commits List (threaded) for 2008-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.1.1.174.g8b8bd master lib Makefile lib/libypclnt Makefile ypclnt.h ypclnt_connect.c ypclnt_error.c ypclnt_free.c ypclnt_get.c ypclnt_new.c ypclnt_passwd.c


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 27 Dec 2008 20:21:02 -0800 (PST)

commit 8b8bd88793f2f52709056380e619e79ccf393cfd
Author: Peter Avalos <pavalos@theshell.com>
Date:   Sun Dec 14 13:17:36 2008 -0500

    Import FreeBSD's libypclnt.
    
    This centralizes NIS client code that is duplicated throughout the tree.

Summary of changes:
 lib/Makefile                   |    2 +-
 lib/libypclnt/Makefile         |   54 +++++++
 lib/libypclnt/ypclnt.h         |   56 +++++++
 lib/libypclnt/ypclnt_connect.c |   87 +++++++++++
 lib/libypclnt/ypclnt_error.c   |   59 ++++++++
 lib/libypclnt/ypclnt_free.c    |   51 +++++++
 lib/libypclnt/ypclnt_get.c     |   52 +++++++
 lib/libypclnt/ypclnt_new.c     |   62 ++++++++
 lib/libypclnt/ypclnt_passwd.c  |  313 ++++++++++++++++++++++++++++++++++++++++
 9 files changed, 735 insertions(+), 1 deletions(-)
 create mode 100644 lib/libypclnt/Makefile
 create mode 100644 lib/libypclnt/ypclnt.h
 create mode 100644 lib/libypclnt/ypclnt_connect.c
 create mode 100644 lib/libypclnt/ypclnt_error.c
 create mode 100644 lib/libypclnt/ypclnt_free.c
 create mode 100644 lib/libypclnt/ypclnt_get.c
 create mode 100644 lib/libypclnt/ypclnt_new.c
 create mode 100644 lib/libypclnt/ypclnt_passwd.c

http://gitweb.dragonflybsd.org/?p=dragonfly.git;a=commitdiff;h=8b8bd88793f2f52709056380e619e79ccf393cfd


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]