/www/tt-rss/

bsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/dns/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* UDNS is a stub DNS resolver library with ability to perform both synchronousmm2008-05-241-0/+1
| | | | | | and asynchronous DNS queries. WWW: http://www.corpit.ru/mjt/udns.html
* ¦‡/jadawin2008-05-071-0/+1
|
* - New port dns/p5-Net-DNS-Async-1.0.6beech2008-05-071-0/+1
| | | | | | | Net::DNS::Async is a fire-and-forget asynchronous DNS helper. PR: ports/123382 Submitted by: Sahil Tandon <sahil at tandon.net>
* - New port: dns/unboundsem2008-04-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unbound is designed as a set of modular components, so that also DNSSEC (secure DNS) validation and stub-resolvers (that do not run as a server, but are linked into an application) are easily possible. Goals: * A validating recursive DNS resolver. * Code diversity in the DNS resolver monoculture. * Drop-in replacement for BIND apart from config. * DNSSEC support. * Fully RFC compliant. * High performance o even with validation. * Used as o stub resolver. o full caching name server. o resolver library. * Elegant design of validator, resolver, cache modules. o provide the ability to pick and choose modules. * Robust. * In C, open source: The BSD license. * Smallest as possible component that does the job. * Stub-zones can be configured (local data or AS112 zones). Non-goals: * An authoritative name server. * Too many Features. WWW: http://unbound.net
* - New port openresolv-1.1beech2008-02-021-0/+1
| | | | | | | A resolvconf compatible framework for managing /etc/resolv.conf. PR: ports/119171 Submitted by: Roy Marples <roy@marples.name> (maintainer)
* Add dnswall 0.1.4, a daemon that filters out private IP addresses in DNSehaupt2008-01-291-0/+1
| | | | | | | responses. It is designed to be used in conjunction with an existing recursive DNS resolver in order to protect networks against DNS rebinding attacks.
* Net::DNSBL::Statistics is the Perl module that collects statistics on themiwi2008-01-131-0/+1
| | | | | | | | | | interrogation success for a list of IP addresses against a list of DNSBL's. The module is used to implement the reproting script dnsblstat. WWW: http://search.cpan.org/dist/Net-DNSBL-Statistics/ PR: ports/119424 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
* Bindgraph makes pretty query statistics about BIND servers. It was derivedrafan2007-12-131-0/+1
| | | | | | from well-known mailgraph package. WWW: http://www.linux.it/~md/software/
* ISC recently announced that BIND 8 has been End-of-Life'd:dougb2007-12-031-2/+0
| | | | | | | | | | | http://www.isc.org/index.pl?/sw/bind/bind8-eol.php Therefore, per the previous announcement, remove the ports for BIND 8. This includes the chinese/bind8 slave port, and mail/smc-milter which has a dependency on libbind_r.a from BIND 8.x. The latter has been unmaintained since 2005, and is 3 versions behind. Approved by: portmgr (linimon)
* - Sort category Makefilessat2007-10-061-1/+1
| | | | | Inspired by: Jason Harris <jharris@widomaker.com> Howto: http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles
* Net::DNSBL::MultiDaemon is the Perl module that implements the multi_dnsblitetcu2007-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | daemon. multi_dnsbl is a DNS emulator daemon that increases the efficacy of DNSBL look-ups in a mail system. multi_dnsbl may be used as a stand-alone DNSBL or as a plug-in for a standard BIND 9 installation. multi_dnsbl shares a common configuration file format with the Mail::SpamCannibal sc_BLcheck.pl script so that DNSBL's can be maintained in a common configuration file for an entire mail installation. Because DNSBL usefulness is dependent on the nature and source of spam sent to a specific site and because sometimes DNSBL's may provide intermittant service, multi_dnsbl interrogates them sorted in the order of greatest successful hits. DNSBL's that do not respond within the configured timeout period are not interrogated at all after 6 consecutive failures, and thereafter will be retried not more often than once every hour until they come back online. This eliminates the need to place DNSBL's in a particular order in your MTA's config file or periodically monitor the DNSBL statistics and/or update the MTA config file. WWW: http://search.cpan.org/~miker/Net-DNSBL-MultiDaemon-0.18/MultiDaemon.pm PR: ports/115639 Submitted by: Andrew Greenwood <greenwood.andy at gmail.com>
* Add vizone, a script that updates the serialnumber in one or more dns zonefiles.ehaupt2007-08-141-0/+1
|
* The File_DNS class provides a way to read,miwi2007-07-041-0/+1
| | | | | | | edit and write RFC1033 style DNS Zones. PR: ports/114271 Submitted by: Chris St Denis (<chris at ctgameinfo.com>)
* Manages LDAP entries for the BIND9 SDB LDAP patch.miwi2007-06-041-0/+1
| | | | | | | | | | | | | Supports adding, removing, and modifying enteries. The attributes it can handle are TTL, A record, C name, AAAA record, and MX record. Outside of TTL, multiple attributes for each type record. WWW: http://vvelox.net/projects/ldnsm/ PR: ports/112191 Submitted by: Zane C. Bowers
* Removed on authors request until the program has reached maturity.edwin2007-05-031-1/+0
|
* DNSCAP - DNS traffic capture utilityedwin2007-05-031-0/+1
| | | | | | | | | | | | | | | | cap is a network capture utility designed specifically for DNS traffic. It produces binary data in pcap(3) format, either on standard output (by default) or in successive dump files (if the d command line option is given.) This utility is similar to tcpdump(1), but has finer grained packet recognition tailored to DNS transactions and protocol options. dnscap is expected to be used for gathering continuous research or audit traces. SYNOPSIS dnscap [-avf6] [-i if ...] [-l vlan ...] [-p port] [-m [quire]] [-h [ir]] [-q host ...] [-r host ...] [-d base [-k cmd]] [-t lim] [-c lim] WWW: http://public.oarci.net/tools/dnscap
* POE::Component::Server::DNS is a POE component that implements a DNS server.gabor2007-02-251-0/+1
| | | | | | | | | | | | | | | It uses POE::Component::Client::DNS to handle resolving when configured as 'forward_only' and Net::DNS::Resolver::Recurse wrapped by POE::Component::Generic to perform recursion. One may add handlers to massage and manipulate responses to particular queries which is vaguely modelled after Net::DNS::Nameserver. WWW: http://search.cpan.org/dist/POE-Component-Server-DNS/ PR: ports/109449 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> Approved by: erwin (mentor, implicit)
* Net::DNS::Resolver::Programmable is a Net::DNS::Resolvermiwi2007-02-111-0/+1
| | | | | | | | | | | | | | | | descendant class that allows a virtual DNS to be emulated instead of querying the real DNS. A set of static DNS records may be supplied, or arbitrary code may be specified as a means for retrieving DNS records, or even generating them on the fly. WWW: http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/ - Koen Martens gmc@sonologic.nl PR: ports/108997 Submitted by: Koen Martens <gmc at sonologic.nl>
* Complete the update for bind94 after the repocopy, and hook it up.dougb2007-01-291-0/+1
|
* Add new port nss_mdns, a libc name service switch module for resolvingbms2007-01-201-0/+1
| | | | | | hostnames via Avahi's implementation of Multicast DNS. With help from: flameeyes at gentoo dot org
* The Four Calorie DNS Server is a very simple dns server that can power amiwi2007-01-081-0/+1
| | | | | | | | | | single one-ip-address domain. It can handle SOA, NS, MX, A, and PTR requests. The 1.1.0 version includes a nice X windows GUI for management. WWW: http://www.fourcalorieservers.com/ PR: ports/107624 Submitted by: Ron Scheckelhoff <rscheckelhoff at fourcalorieservers.com>
* Add pear-Net_DNS 1.0.0, resolver library used to communicate with a DNSrafan2006-12-231-0/+1
| | | | | | | server. PR: ports/107028 Submitted by: chinsan
* Add powerdns-recursor 3.1.4, an advanced DNS recursor.ehaupt2006-11-161-0/+1
| | | | | PR: 105526 Submitted by: sten at blinkenlights.nl
* OpenDD is a DynDNS client, written in C, and especially designedmiwi2006-11-161-0/+1
| | | | | | | | | | | | for small gateway machines, like a Soekris box. Its main feature is that it does not require any Perl or Python interpreter. It supports HTTPS, can send a mail report, and can run as daemon. It is also very easy to deploy. WWW: http://www.bsdmon.com/wakka/OpenDD PR: ports/105434 Submitted by: Alexander Logvinov <ports at logvinov.com>
* Improved version of dns/rbllookupedwin2006-11-131-0/+1
|
* Remove dns/queryperf in favour of dns/dnsperfedwin2006-11-011-1/+0
|
* [new port] dns/queryperf net/dhcperf replacement for dns/queryperfedwin2006-11-011-0/+1
| | | | | PR: ports/104663 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* NSD (Name Server Daemon) is a complete implementation of analepulver2006-11-011-0/+1
| | | | | | | | | authoritative DNS nameserver. WWW: http://www.nlnetlabs.nl/nsd PR: ports/104469 Submitted by: oli at isnic.is
* Add sshfp, generate SSHFP DNS records from knownhosts files or ssh-keyscanehaupt2006-10-051-0/+1
|
* Add p5-Net-DNS-ToolKit 0.29, tools for working with DNS packets.clsung2006-10-041-0/+1
| | | | | PR: ports/103107 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Add p5-Net-DNS-Codes 0.08, collection of C library DNS codes.clsung2006-09-261-0/+1
| | | | | PR: ports/103106 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Oops. Actually connect the dns/c-ares port to the build.roam2006-09-071-0/+1
| | | | Reported by: linimon, kris
* Add p5-Net-RBLClient 0.5, queries multiple Realtime Blackhole Lists inclsung2006-07-131-0/+1
| | | | | | | parallel. PR: ports/100187 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Adding port dns/p5-DNS-EasyDNS, Update your EasyDNS dynamic DNS entries.aaron2006-05-291-0/+1
| | | | Approved by: tobez (implicit)
* Add new port -- Resolver re-initialization NSS module.ume2006-04-121-0/+1
|
* Add dns/p5-Data-Validate-Domain 0.03, a Perl module that provides domaintobez2005-12-301-0/+1
| | | | validation methods.
* Add dns/p5-Net-Domain-TLD 1.62, a Perl module to look up and validatetobez2005-12-301-0/+1
| | | | TLDs.
* [NEW PORT] dns/ldns: A library for programs conforming to DNS RFCs and draftsedwin2005-12-301-0/+1
| | | | | | | | | | | | | | Ldns is a library to simplify implementaition of recent DNS RFCs. The goal is to allow depelopers to easily create software conforming to current RFCs and experimental software for current Internet drafts. Because ldns is written in C it should be a lot faster than Perl or other scripting languages. WWW: http://www.nlnetlabs.nl/ldns/ PR: ports/91042 Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> <saurbier@math.uni-bielefeld.de>
* Add dualserver 1.0 to ports/dns.barner2005-12-121-0/+1
| | | | | | | It is a combined DHCP/DNS server for small LANs. PR: ports/90216 Submitted by: Gabor Kovesdan
* - Move net/doc to dns/doc, which is a more suitable category for itpav2005-11-261-0/+1
| | | | | Approved by: maintainer timeout (sanpei; 1 month) Repocopy by: marcus
* Move IDN related ports from devel to dns category:pav2005-11-131-0/+2
| | | | | | | | devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus
* Remove deprecated port: Project no longer existsvs2005-10-061-1/+0
|
* New portmnag2005-09-261-0/+1
| | | | | | | | | | | dnscheck is a simple to use DNS zone sanity checker, comparing name server records and serial numbers with both the parent zone and the zone itself. It allows you to find lame, leaked or stale name servers which have the potential to cause disruption. PR: 86542 Submitted by: arrod Sayers <jarrod@netleader.com.au> Approved by: pav (mentor)
* Add inadyn 1.96, INADYN - Simple DYNAMIC DNS client.garga2005-09-201-0/+1
| | | | | PR: ports/86350 Submitted by: Alex Samorukov <samm@os2.kiev.ua>
* [new port] dns/queryperfedwin2005-08-281-0/+1
| | | | | | | | | | | | | | | This is queryperf, a DNS server query performance testing tool. It is primarily intended for measuring the performance of authoritative DNS servers, but it has also been used for measuring caching server performance. See /usr/local/share/docs/queryperf//queryperf.txt for more information on the command line option and the required configuration files. ND-of-queryperf/pkg-descr PR: ports/85179 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* - Add bin9-sdb-ldap, a patched bind9 version to use with an LDAP based backend.flz2005-07-141-0/+1
| | | | | PR: ports/62840 Submitted by: Hugo Meiland <hugo@meiland.nl>
* Add tinystats.jylefort2005-07-121-0/+1
| | | | | | | | | | | tinystats is a statistic generator for DJB's tinydns. It can be easily integrated with rrdtool to generate nice graphical DNS stats. WWW: http://www.morettoni.net/tinystats.html PR: ports/83167 Submitted by: Filippo Natali <filippo.natali@gmail.com>
* This program is a domain name server analysis and reporting tool.pav2005-05-211-0/+1
| | | | | | | | | It checks and reports whether a domain name, hosted by your organization, is still in use, and if so, reports whether your name servers are still the delegated name servers of the domain name in question. PR: ports/80834 Submitted by: Ozkan KIRIK <ozkan@enderunix.org>
* zonenotify is useful to send a NS_NOTIFY packet to BIND slave server.pav2005-04-231-0/+1
| | | | | | | | When you update a zone in your djbdns DNS you must notify the slaves about your change. PR: ports/80091 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* scavenge is a utility to audit DNS records within an IP address range.jylefort2005-04-201-0/+1
| | | | | | | | | | | | | It scans the range and classifies its findings into 4 categories: - Missing A records - Missing PTR records - Mismatched A/PTR records - Stale PTR records PR: ports/80119 Submitted by: Mark Foster <mark@foster.cc> Approved by: adamw (mentor)
* - Add py-twistedNames, a DNS protocol implementation with client and server.flz2005-04-151-0/+1
| | | | | PR: ports/79929 Submitted by: Neal Nelson <neal@nelson.name>
* - obtain expiration date of domain namesclsung2005-03-041-0/+1
| | | | | | | | e.g. use Net::Domain::ExpireDate; $expiration_obj = expire_date( 'microsoft.com' );
* DNSMax's perl update client. It manages DNS records, update history, andpav2005-01-301-0/+1
| | | | | | | | allows for per record configuration. It also includes a wizard for generation of configuration files. PR: ports/76614 Submitted by: Dan Smith <dan@algenta.com>
* This project is a web-based front-end for the PowerDNS DNS server.pav2005-01-211-0/+1
| | | | | PR: ports/76480 Submitted by: Geoffroy RIVAT <grivat@sicfa.net>
* New port: A dnssec aware dns debugging tooledwin2005-01-121-0/+1
| | | | | | | | | Drill is a tool ala dig from BIND. It was designed with DNSSEC in mind and should be a useful debugging/query tool for DNSSEC. PR: ports/75882 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
* New port py-dnspython version 1.3.2: A DNS toolkit for Pythonlioux2004-12-261-0/+1
|
* [NEW PORT] dns/sqldjbdns: DJB dns server with PostgreSQL backendedwin2004-12-221-0/+1
| | | | | | | | | | | | | Sqldjbdns is an authoritative DNS server that pulls its data directly from a set of SQL tables. It supports fully dynamic A, MX, TXT, and PTR records, and run-time configurable static NS and SOA records. It also supports schedule expiry and introduction of records. This package also includes dnscache with PostgreSQL backend PR: ports/71345 Submitted by: Radim Kolar <hsn@netmag.cz>
* How was discovered by dns/dnssecwalker port maintainer,sem2004-12-141-1/+0
| | | | | | | | dns/walker is the same ports. And name 'walker' was recognized as a better name. So we move dns/dnssecwalker to dns/walker port and remove the first one. Submitted by: Johan van Selst <johans(at)stack.nl>
* dnsjava is an implementation of DNS in Java. It supports all defined recordhq2004-11-191-0/+1
| | | | | | | | | | | | | | | | | | | | types (including the DNSSEC types), and unknown types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache which can be used by clients, and a minimal implementation of a server. It supports TSIG authenticated messages, partial DNSSEC verification, and EDNS0. dnsjava provides functionality above and beyond that of the InetAddress class. Since it is written in pure Java, dnsjava is fully threadable, and in many cases is faster than using InetAddress. dnsjava provides both high and low level access to DNS. The high level functions perform queries for records of a given name, type, and class, and return an array of records. There is also a clone of InetAddress, which is even simpler. A cache is used to reduce the number of DNS queries sent. The low level functions allow direct manipulation of DNS messages and records, as well as allowing additional resolver properties to be set. WWW: http://www.xbill.org/dnsjava/
* Add dns/dnshijacker:sergei2004-11-101-0/+1
| | | | | | | | | | | | | | | dnshijacker is a libnet/libpcap based packet sniffer & spoofer. a versatile tool, dnshijacker supports tcpdump style filters that allow you to specifically target victims. dns answers are forged based on entries in a "fabrication table" or by simply forging one answer to all requests. a print only mode is also supported, allowing one to simply monitor dns traffic. dns hijacker is an excellent tool for network level ad blocking / removal. WWW: http://pedram.redhive.com/projects.php PR: ports/72898 Submitted by: David Thiel <lx@redundancy.redundancy.org>
* Add dns/dnsdoctor:sergei2004-11-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | DNSdoctor is intended to help solving misconfigurations or inconsistencies of DNS zone files. Features * Powerful configuration file * Does not depend on policies * Fine grained test selection (by test, by categories, by zones) * Full IPv6 support (connectivity and AAAA records) * Supports several input/output interfaces such as CLI, GUI, CGI * Dedicated mode for use inside shell scripts * Batch mode available (ideal when dealing with several domains) * Multi-threaded application in order to cut down checking time * Extensible: new tests, new interfaces, new reports, ... * Exception and cache mechanisms to simplify test writting WWW: http://www.dnsdoctor.org/ PR: ports/71819 Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu>
* Add rbllookup:sergei2004-11-071-0/+1
| | | | | | | | | | | | | | | | | | rbllookup is a small perl script which allow you to check given IP/host name. In this version you have statically inserted RBL servers, but code is based on GPL source, so you can easy add more/replace/delete RBL servers by editing rbllookup.pl file. Also, author looking for support from programmers for ideas, codefix, new features, switch to c/c++, gui version? Author: Marcin Gondek <drixter@e-utp.net> WWW: http://rbllookup.sourceforge.net PR: ports/69160 Submitted by: Marcin Gondek <drixter@e-utp.net>
* Add p5-Stanford-DNSserver 1.20 - a Perl framework for building a DNS server,roam2004-11-061-0/+1
| | | | somewhat based on lbnamed.
* Add gresolver, a graphical DNS query tool using GTK+. It allows systemmarcus2004-10-241-0/+1
| | | | | | | | administrators to quickly and easily make the most common DNS queries without constructing lengthy dig commands. PR: 73030 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* - As planned, retire bind9-sdb-mysql.clement2004-10-171-1/+0
|
* Add p5-Net-DNS-ZoneCheck, a perl module to validate a DNS zone composedtobez2004-10-151-0/+1
| | | | of RR records.
* Add p5-Net-DNS-ZoneFile-Fast, a perl module to parse BIND8/9 zone files.tobez2004-10-151-0/+1
|
* Add djbdns-tools-1.05:sergei2004-10-131-0/+1
| | | | | | | | | | | | | This port contains a subset of the DJBDNS package. It includes several useful Domain Name System (DNS) tools: - dnsfilter: a parallel IP-address-to-host-name converter - dnsip, dnsipq, dnsname, dnstxt, and dnsmx: simple command-line interfaces to DNS - dnsq, dnstrace, dnstracesort: DNS debugging tools Author: Daniel J. Bernstein <djb@cr.yp.to> WWW: http://cr.yp.to/djbdns.html
* Remove dns/bind93, repocopy should be done first.krion2004-08-121-1/+0
|
* Add a port for BIND 9.3.x. This code base is different from BINDdougb2004-08-121-0/+1
| | | | | | | | 9.2.x in several important ways, including new DNSSEC support and reportedly better performance. It is anticipated that when this code base settles down that the bind9 port could be removed.
* - Update of sysutils/fastresolve to support BDB ver. 4.2;thierry2004-08-091-0/+1
| | | | | | | | - Move to the dns category. PR: ports/70127 & ports/70179 Submitted by: Michael Edenfield & maintainer Repocopied by: marcus.
* Add p5-DNS-ZoneParse 0.91, parse and manipulate DNS Zone Files.mat2004-07-151-0/+1
|
* fpdns - Fingerprinting DNS serversedwin2004-07-031-0/+1
| | | | | Identify what versions of nameserver software is running. WWW: http://www.rfc.se/fpdns/
* Add sheerdns, a master DNS server whose zone records are stored on apav2004-06-031-0/+1
| | | | | | | | | | One-Record-Per-File bases. Because of this, sheerdns is the simplest of any DNS to configure, the easiest to update, and the most efficient for networks that experience a lot of updates (for example master servers for dynamic IP address ranges). PR: ports/67241 Submitted by: <bkhl@elektrubadur.se>
* Finish removing weedns_sckris2004-05-081-1/+0
| | | | Pointy hat to: kris