summaryrefslogtreecommitdiffstats
path: root/dns/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add dnsproxy-1.13, a proxy for DNS queries.clement2004-01-141-0/+1
| | | | | | | | | | The dnsproxy daemon is a proxy for DNS queries. It forwards these queries to two previously configured nameservers: one for authoritative queries and another for recursive queries. The received answers are sent back to the client unchanged. No local caching is done. Approved by: erwin (mentor) (implicitly)
* Add ldapdns 2.05, lDAP-backed DNS server.sergei2004-01-061-0/+1
| | | | | | | | | | | | ldapdns is a lightweight, high performance DNS server which utilizes LDAP as its backend. It is originally based on djbdns and strives to maintain the same goals of performance, security and simplicity. WWW: http://www.nimh.org/code/ldapdns/ PR: 60965 Submitted by: Paul Dlug <paul@aps.org>
* Add skadns 0.23:sergei2004-01-011-0/+1
| | | | | | | | | | | | | | | | | | | Skadns is a kind of an Asynchronous DNS client software: - Kind of: it's small. Really small. But it just works. - Asynchronous: all DNS operations are non-blocking. - DNS client software: it's a DNS client, what you may know as a "stub resolver". To perform full DNS resolution, you will still need a full resolver like dnscache. The skadns library offers a simple API to make asynchronous DNS queries. The skadnsip, skadnsmx and skadnsfilter commands are examples of how to use that API. They are mainly there for their source code. The skadnsd daemon, usable as a child process or as a separate service, handles the grunt work of DNS querying and makes the network completely invisible to the client. Author: Laurent G. Bercot <ska-skaware@skarnet.org> WWW: http://www.skarnet.org/software/skadns/
* Add updatedd 1.8,sergei2003-12-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | dynamic DNS Update Client supporting multiple services. Updatedd is a client to update dynamic dns settings. With the use of the pppd ip-up script it can update these settings automatically for you. Updatedd does not run as a daemon. It is divided into one main program and one plugin for each supported service. The plugins are dynamic libraries which are loaded by the main program. So it is possible to remove support for services you don't need. Supported Services: ods.org, dyndns.org, ovh.net, no-ip.org, hn.org Author: Philipp Benner <philipp_benner (at) gmx (dot) de> WWW: http://pb.gotdns.org/ PR: 59907 Submitted by: geniusj@ods.org
* move category net->dnssf2003-11-161-0/+1
| | | | Approved by: maintainer
* Add dnsflood 1.08krion2003-10-171-0/+1
| | | | | | DNS Flood Detector was developed to detect abusive usage levels on high traffic nameservers and to enable quick response in halting the use of one's nameserver to facilitate spam.
* Add p5-Net-Nslookup 1.14mat2003-10-141-0/+1
| | | | | | | Provides the capabilities of the standard tool nslookup(1). PR: 57984 Submitted by: clsung@dragon2.net
* Add ares-1.1.1, an asynchronous DNS resolver library.roam2003-09-101-0/+1
|
* [new port] dns/bind9-sdb-mysql: BIND 9 patch to supports zonesedwin2003-09-081-0/+1
| | | | | | | | | | | storage in a MySQL database bind9-sdb-mysql is provide a simple support for MySQL database in bind version 9. Currently it supports only zones stored in MySQL. PR: ports/56565 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* Massive repo-copies request: net->dns (partly devel->dns)edwin2003-09-051-0/+54
| | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
* Maybe that added an empty line to this file will force it to stayedwin2003-08-301-1/+2
| | | | alphabeticly.
* New port: net/zonecheck version 2.0.0b5edwin2003-08-301-0/+1
| | | | | | | | New port: zonecheck - check DNS zone files for consistency and report it. It supports IPv6 zones. PR: ports/54319 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* Sort this file.marcus2003-08-301-1/+1
|
* Move net/weedns_sc to dns/weedns_scedwin2003-08-301-0/+1
|
* New port: net/rbldnsd - small fast DNS server for DNSBL zonesedwin2003-08-301-0/+1
| | | | | | | | | A very small and fast DNS server made especially for DNSBL zones. Inspired by Dan J Bernstein's rbldns from djbdns, but entirely original (and faster and more featureful). PR: ports/53274 Submitted by: Paul Chvostek <paul+fbsd@it.ca>
* Add empty subdir makefiles for the new dns and polish categories. Thesekris2003-08-151-0/+4
are not yet hooked up to ports/Makefile because INDEX builds break when there are empty category subdirectories.
OpenPOWER on IntegriCloud