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

git: libldns: Import alternative DNS Library into base


From: Jan Lentfer <lentferj@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 6 Jun 2010 02:07:54 -0700 (PDT)

commit df278fc2d8ea47bf4d28a07927f4acd66b372363
Author: Jan Lentfer <lentferj@df64devel.lan.net>
Date:   Tue Mar 9 21:45:10 2010 +0100

    libldns: Import alternative DNS Library into base

Summary of changes:
 lib/Makefile                              |    2 +-
 lib/libldns/Makefile                      |   28 ++
 lib/libldns/ldns/config.h                 |  444 +++++++++++++++++++++++++++++
 {contrib/ldns => lib/libldns}/ldns/ldns.h |    0
 lib/libldns/ldns/net.h                    |  200 +++++++++++++
 lib/libldns/ldns/util.h                   |  331 +++++++++++++++++++++
 6 files changed, 1004 insertions(+), 1 deletions(-)
 create mode 100644 lib/libldns/Makefile
 create mode 100644 lib/libldns/ldns/config.h
 copy {contrib/ldns => lib/libldns}/ldns/ldns.h (100%)
 create mode 100644 lib/libldns/ldns/net.h
 create mode 100644 lib/libldns/ldns/util.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/df278fc2d8ea47bf4d28a07927f4acd66b372363


-- 
DragonFly BSD source repository



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