non port: dns/Makefile |
Number of commits found: 424 (showing only 100 on this page) |
Friday, 31 Dec 2010
|
17:35 rene
Garbage-collect expired ports:
2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared
2010-12-30 devel/php-dbg2: No upstream support
2010-12-30 dns/fourcdns: upstream has disapeared
2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer
available
2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using
the www/firefox-i18n.
2010-12-31 french/xtel: Minitel services will be discontinued at the end of
2010.
2010-12-30 ftp/ftpq: upstream has disapeared
2010-12-30 graphics/paintlib: does not compile with new tiff and no more
maintained upstream
2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared
2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware
2010-12-30 math/rascal: Broken on every arch since 2008, looks like an
abandonware
2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead.
2010-12-31 security/hostsentry: Project is dead.
2010-12-31 sysutils/kcube: Project has vanished
2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable
with dates after 2010 (see ports/150974)
2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium
2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium
2010-12-30 x11-clocks/xtu: Looks like abandonware
Leave java/tya in for now, as it has outstanding PRs.
|
Friday, 17 Dec 2010
|
22:48 dougb
Add a -devel port for 9.8.0a1, which will allow people to experiment
with DNS64. Once 9.8.0 is released officially the -devel tag will be
removed.
BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND
architecture. Some of the important features of BIND 9 are:
DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests)
IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA)
Experimental IPv6 Resolver Library
DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0
Improved standards conformance
Views: One server process can provide multiple "views" of the DNS namespace,
e.g. an "inside" view to certain clients, and an "outside" view to others.
Multiprocessor Support
BIND 9.8 includes a number of changes from BIND 9.7 and earlier releases,
including:
Preliminary DNS64 support (AAAA synthesis only initially)
See the CHANGES file for more information on features.
WWW: https://www.isc.org/software/bind
|
Wednesday, 1 Dec 2010
|
00:48 dougb
As previously advertised, remove BIND 9.3.x coincident with the
EOL of RELENG_6.
|
Friday, 26 Nov 2010
|
21:16 pgollucci
This module provides a replacement function for Socket::inet_aton,
with support for timeouts.
WWW: http://search.cpan.org/dist/Net-DNS-Lite/
PR: ports/152591
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Wednesday, 27 Oct 2010
|
01:26 wen
pear-Net_DNS2 provides (roughly) the same functionality as Net_DNS, but
using PHP5 objects, exceptions for error handling, better sockets support.
This release is (in most cases) 2x - 10x faster than Net_DNS, as well as
includes more RR's (including DNSSEC RR's), and improved sockets and streams
support.
WWW: http://pear.php.net/package/Net_DNS2/
|
Wednesday, 1 Sep 2010
|
07:16 ashish
DNSCheck is a program that is designed to help people check, measure and
hopefully also understand the workings of the Domain Name System. When used to
check an domain (aka zone) is submitted to DNSCheck, it will investigate the
general health by performing various tests and sanity checks.
WWW: http://dnscheck.iis.se/
PR: ports/148370
Submitted by: dnscheckengine-port at academ.com (Stan Barber)
Approved by: tabthorpe (mentor)
|
Sunday, 27 Jun 2010
|
01:21 wen
Class to setup a number of nameservers that respond to specific DNS queries
(QNAME,QTYPE) by prespecified answers. This class is to be used in test suites
where you want to have servers to show predefined behavior.
If the server will do a lookup based on QNAME,QTYPE and return the specified
data. If there is no QNAME, QTYPE match the server will return a SERVFAIL.
A log will be written to STDERR it contains time, IP/PORT, QNAME, QTYPE, RCODE.
WWW: http://search.cpan.org/dist/Net-DNS-TestNS/
PR: ports/148161
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe: yes
|
Wednesday, 19 May 2010
|
06:00 wen
Net::DNS::RR::SRV::Helper is a perl module to order SRV records
by priority and weight for Net::DNS.
WWW: http://search.cpan.org/dist/Net-DNS-RR-SRV-Helper/
PR: ports/146572
Submitted by: "Zane C.B." <vvelox@vvelox.net>
|
Wednesday, 5 May 2010
|
11:39 tobez
Add dns/p5-BIND-Config-Parser 0.01, a Perl module that
parses BIND v8 and v9 configuration files.
|
Friday, 2 Apr 2010
|
02:46 dougb
Add bind-tools:
The user space command line tools from the latest version of BIND:
dig, host, and nslookup
WWW: https://www.isc.org/software/bind
|
Thursday, 4 Feb 2010
|
08:25 itetcu
libasyncns is a C library for Linux/Unix for executing name service queries
asynchronously. It is an asynchronous wrapper around getaddrinfo(3),
getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv.
In contrast to GNU's asynchronous name resolving API getaddrinfo_a(),
libasyncns does not make use of UNIX signals for reporting completion of name
queries. Instead, the API exports a standard UNIX file descriptor which may be
integerated cleanly into custom main loops.
In contrast to asynchronous DNS resolving libraries like libdenise, skadns,
adns, libasyncns is just an asynchronous wrapper around the libc's synchronous
getaddrinfo() API, which has the advantage of allowing name resolution using
techniques like Multicast DNS, LDAP or NIS using standard libc NSS (Name
Service Switch) modules. libasyncns is compatible with IPv6 if the underlying
libc is.
libasyncns is very tiny, consisting of just one header and one source file. It
has no dependencies besides libc.
WWW: http://0pointer.de/lennart/projects/libasyncns/
|
Wednesday, 13 Jan 2010
|
06:33 nemoliu
Add autotrust 0.3.1, a a tool to automatically update DNSSEC trust
anchors.
PR: ports/142523
Submitted by: Jaap Akkerhuis <jaap at nlnetlabs.nl>
|
Thursday, 7 Jan 2010
|
06:25 wen
OpenDNSSEC was created as an open-source turn-key solution for
DNSSEC. It secures zone data just before it is published in an
authoritative name server.
WWW: http://www.opendnssec.org
PR: ports/142103
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
|
Friday, 25 Dec 2009
|
19:24 miwi
An experiment in benchmarking DNS name services. This tool
is designed to help you as a user determine what name services
are the best to use for an individual machine.
WWW: http://namebench.googlecode.com/
PR: ports/141202
Submitted by: Sahil Tandon <sahil at tandon.net>
|
Monday, 14 Dec 2009
|
06:25 dougb
Add BIND 9.7.0rc1 with a -devel suffix for now so that people can
start testing it sooner rather than later. When the final version
is released the -devel will be removed.
Some of the new features of BIND 9.7.x are:
- Fully automatic signing of zones by "named"
- Simplified configuration of DNSSEC Lookaside Validation (DLV)
- Simplified configuration of Dynamic DNS, using the "ddns-confgen"
command line tool or the "local" update-policy option
- New named option "attach-cache" that allows multiple views to
share a single cache
- DNS rebinding attack prevention
- New default values for dnssec-keygen parameters
- Support for RFC 5011 automated trust anchor maintenance
(see README.rfc5011 for additional details)
- Smart signing: simplified tools for zone signing and key
maintenance
- Improved PKCS#11 support
|
Thursday, 27 Aug 2009
|
09:20 miwi
Dnsruby is a pure Ruby DNS client library. It provides a
complete DNS client implementation, including full DNSSEC
support.
WWW: http://rubyforge.org/projects/dnsruby/
PR: ports/138203
Submitted by: Wen Heping <wenheping at gmail.com>
|
Saturday, 15 Aug 2009
|
18:21 dougb
Hook up the bind94-geoip slave port
|
Monday, 10 Aug 2009
|
06:44 dougb
The libbind functions have been separated from the BIND suite as of
BIND 9.6.0. Originally from older versions of BIND, they have been
continually maintained and improved but not installed by default with
BIND 9. This standard resolver library contains the same historical
functions and headers included with many Unix operating systems.
In fact, most implementations are based on the same original code.
ISC's libbind provides the standard resolver library, along with header
files and documentation, for communicating with domain name servers,
retrieving network host entries from /etc/hosts or via DNS, converting
CIDR network addresses, performing Hesiod information lookups, retrieving
network entries from /etc/networks, implementing TSIG transaction/request
security of DNS messages, performing name-to-address and address-to-name
translations, and utilizing /etc/resolv.conf for resolver configuration.
WWW: https://www.isc.org/software/libbind
- Doug Barton
DougB@FreeBSD.org
|
Saturday, 30 May 2009
|
18:43 miwi
The dnsreflector daemon listens for DNS queries on a local UDP port
and answers with records pointing back to localhost. Combined with
packet filter pf(4) this works as a bandwidth efficient spamtrap.
WWW: http://www.wolfermann.org/dnsreflector.html
PR: ports/135077
Submitted by: ismail.yenigul at endersys.com.tr
|
Sunday, 17 May 2009
|
00:23 pgollucci
pgeodns is a simple DNS server that can distribute load for a
hostname to the nearest mirrors (as defined by geography; on the
country / continent level).
It is used for search.cpan.org/cpansearch.perl.org and for
ftp.perl.org/ftp.cpan.org; to provide nearby-ish
servers for the NTP Pool; and to balance svn.apache.org to
svn.us.apache.org and svn.eu.apache.org.
WWW: http://geo.bitnames.com/
|
Monday, 6 Apr 2009
|
16:08 bsam
Add linux-f8-libidn 0.6.14, internationalized Domain Name support
library (Linux Fedora 8).
|
Sunday, 29 Mar 2009
|
11:57 lwhsu
- Add mydns-ng
|
Sunday, 4 Jan 2009
|
07:28 dougb
Hook bind96 up to the build
|
Wednesday, 31 Dec 2008
|
08:27 dinoex
- disconnect bind9-dlz
|
Sunday, 23 Nov 2008
|
16:35 miwi
Dns2tcp is a tool for relaying TCP connections over DNS.
WWW: http://www.hsc.fr/ressources/outils/dns2tcp/index.html.en
|
Tuesday, 23 Sep 2008
|
00:53 edwin
dnscap is a network capture utility designed specifically for DNS
traffic. It normally produces binary data in pcap(3) format, either
on standard output or in successive dump files (based on the -w
command line option.) 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.
WWW: https://www.dns-oarc.net/tools/dnscap
PR: ports/127433
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
Wednesday, 27 Aug 2008
|
01:01 wxs
New port: BIND version 9 Nameserver, with PostgreSQL backend support.
WWW: http://www.isc.org/index.pl?/sw/bind/index.php
PR: ports/126592
Submitted by: Josh Carroll <josh.carroll@gmail.com>
|
Sunday, 17 Aug 2008
|
06:09 edwin
New port: dns/zkt (ZKT is a tool to manage keys and signatures for DNSSEC-zones)
ZKT is a tool to manage keys and signatures for DNSSEC-zones.
The Zone Key Tool consists of two commands:
- dnssec-zkt to create and list dnssec zone keys and
- dnssec-signer to sign a zone and manage the lifetime of
the zone signing keys
See: http://www.hznet.de/dns/zkt/
PR: ports/126296
Submitted by: Frank Behrens <frank+ports@ilse.behrens.de>
|
Thursday, 7 Aug 2008
|
21:28 miwi
DNS Multiple Race Exploiter is a tool that exploits an inherent flaw in the
DNS Server Cache. By sending many queries to a DNS server along with fake
replies, an attacker can successfuly writes a fake new entry in the DNS
cache.
WWW: http://www.securebits.org/dnsmre.html
PR: ports/126189
Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
|
Friday, 4 Jul 2008
|
15:41 dougb
Hook bind95 up to the build
|
Friday, 23 May 2008
|
23:39 mm
UDNS is a stub DNS resolver library with ability to perform both synchronous
and asynchronous DNS queries.
WWW: http://www.corpit.ru/mjt/udns.html
|
Wednesday, 7 May 2008
|
12:43 jadawin
- Add dns/powerdns-devel
PR: ports/122948
Submitted by: Ralf van der Enden <tremere@cainites.net>
Approved by: thierry
|
12:26 jadawin
¦/
|
06:05 beech
- New port dns/p5-Net-DNS-Async-1.0.6
Net::DNS::Async is a fire-and-forget asynchronous DNS helper.
PR: ports/123382
Submitted by: Sahil Tandon <sahil at tandon.net>
|
Tuesday, 29 Apr 2008
|
07:35 sem
- New port: dns/unbound
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
|
Saturday, 2 Feb 2008
|
08:53 beech
- New port openresolv-1.1
A resolvconf compatible framework for managing /etc/resolv.conf.
PR: ports/119171
Submitted by: Roy Marples <roy@marples.name> (maintainer)
|
Monday, 28 Jan 2008
|
19:38 ehaupt
Add dnswall 0.1.4, a daemon that filters out private IP addresses in DNS
responses.
It is designed to be used in conjunction with an existing recursive DNS resolver
in order to protect networks against DNS rebinding attacks.
|
Saturday, 12 Jan 2008
|
16:38 miwi
Net::DNSBL::Statistics is the Perl module that collects statistics on the
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>
|
Thursday, 13 Dec 2007
|
06:55 rafan
Bindgraph makes pretty query statistics about BIND servers. It was derived
from well-known mailgraph package.
WWW: http://www.linux.it/~md/software/
|
Monday, 3 Dec 2007
|
09:43 dougb
ISC recently announced that BIND 8 has been End-of-Life'd:
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)
|
Friday, 5 Oct 2007
|
23:33 sat
- Sort category Makefiles
Inspired by: Jason Harris <jharris@widomaker.com>
Howto: http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles
|
Tuesday, 21 Aug 2007
|
11:01 itetcu
Net::DNSBL::MultiDaemon is the Perl module that implements the multi_dnsbl
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>
|
Monday, 13 Aug 2007
|
21:37 ehaupt
Add vizone, a script that updates the serialnumber in one or more dns zonefiles.
|
Wednesday, 4 Jul 2007
|
08:21 miwi
The File_DNS class provides a way to read,
edit and write RFC1033 style DNS Zones.
PR: ports/114271
Submitted by: Chris St Denis (<chris at ctgameinfo.com>)
|
Monday, 4 Jun 2007
|
08:31 miwi
Manages LDAP entries for the BIND9 SDB LDAP patch.
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
|
Wednesday, 2 May 2007
|
23:38 edwin
Removed on authors request until the program has reached maturity.
|
22:44 edwin
DNSCAP - DNS traffic capture utility
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
|
Sunday, 25 Feb 2007
|
15:03 gabor
POE::Component::Server::DNS is a POE component that implements a DNS server.
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)
|
Saturday, 10 Feb 2007
|
16:13 miwi
Net::DNS::Resolver::Programmable is a Net::DNS::Resolver
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>
|
Sunday, 28 Jan 2007
|
22:45 dougb
Complete the update for bind94 after the repocopy, and hook it up.
|
Saturday, 20 Jan 2007
|
14:43 bms
Add new port nss_mdns, a libc name service switch module for resolving
hostnames via Avahi's implementation of Multicast DNS.
With help from: flameeyes at gentoo dot org
|
Monday, 8 Jan 2007
|
13:28 miwi
The Four Calorie DNS Server is a very simple dns server that can power a
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>
|
Friday, 22 Dec 2006
|
22:33 rafan
Add pear-Net_DNS 1.0.0, resolver library used to communicate with a DNS
server.
PR: ports/107028
Submitted by: chinsan
|
Wednesday, 15 Nov 2006
|
23:59 ehaupt
Add powerdns-recursor 3.1.4, an advanced DNS recursor.
PR: 105526
Submitted by: sten at blinkenlights.nl
|
21:23 miwi
OpenDD is a DynDNS client, written in C, and especially designed
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>
|
Monday, 13 Nov 2006
|
13:10 edwin
Improved version of dns/rbllookup
|
Tuesday, 31 Oct 2006
|
21:39 edwin
Remove dns/queryperf in favour of dns/dnsperf
|
21:16 edwin
[new port] dns/queryperf net/dhcperf replacement for dns/queryperf
PR: ports/104663
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
17:27 alepulver
NSD (Name Server Daemon) is a complete implementation of an
authoritative DNS nameserver.
WWW: http://www.nlnetlabs.nl/nsd
PR: ports/104469
Submitted by: oli at isnic.is
|
Thursday, 5 Oct 2006
|
12:50 ehaupt
Add sshfp, generate SSHFP DNS records from knownhosts files or ssh-keyscan
|
Wednesday, 4 Oct 2006
|
14:33 clsung
Add p5-Net-DNS-ToolKit 0.29, tools for working with DNS packets.
PR: ports/103107
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Tuesday, 26 Sep 2006
|
10:22 clsung
Add p5-Net-DNS-Codes 0.08, collection of C library DNS codes.
PR: ports/103106
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Thursday, 7 Sep 2006
|
12:22 roam
Oops. Actually connect the dns/c-ares port to the build.
Reported by: linimon, kris
|
Thursday, 13 Jul 2006
|
02:02 clsung
Add p5-Net-RBLClient 0.5, queries multiple Realtime Blackhole Lists in
parallel.
PR: ports/100187
Submitted by: Gea-Suan Lin <gslin at gslin.org>
|
Sunday, 28 May 2006
|
20:10 aaron
Adding port dns/p5-DNS-EasyDNS, Update your EasyDNS dynamic DNS entries.
Approved by: tobez (implicit)
|
Wednesday, 12 Apr 2006
|
13:02 ume
Add new port -- Resolver re-initialization NSS module.
|
Friday, 30 Dec 2005
|
09:48 tobez
Add dns/p5-Data-Validate-Domain 0.03, a Perl module that provides domain
validation methods.
|
09:40 tobez
Add dns/p5-Net-Domain-TLD 1.62, a Perl module to look up and validate
TLDs.
|
04:24 edwin
[NEW PORT] dns/ldns: A library for programs conforming to DNS RFCs and drafts
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>
|
Monday, 12 Dec 2005
|
09:57 barner
Add dualserver 1.0 to ports/dns.
It is a combined DHCP/DNS server for small LANs.
PR: ports/90216
Submitted by: Gabor Kovesdan
|
Friday, 25 Nov 2005
|
20:54 pav
- Move net/doc to dns/doc, which is a more suitable category for it
Approved by: maintainer timeout (sanpei; 1 month)
Repocopy by: marcus
|
Saturday, 12 Nov 2005
|
18:52 pav
Move IDN related ports from devel to dns category:
devel/libidn -> dns/libidn
devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN
Approved by: both maintainers
Repocopy by: marcus
|
Thursday, 6 Oct 2005
|
07:59 vs
Remove deprecated port: Project no longer exists
|
Sunday, 25 Sep 2005
|
18:05 mnag
New port
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)
|
Tuesday, 20 Sep 2005
|
15:15 garga
Add inadyn 1.96, INADYN - Simple DYNAMIC DNS client.
PR: ports/86350
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
|
Sunday, 28 Aug 2005
|
10:38 edwin
[new port] dns/queryperf
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>
|
Wednesday, 13 Jul 2005
|
19:24 flz
- Add bin9-sdb-ldap, a patched bind9 version to use with an LDAP based backend.
PR: ports/62840
Submitted by: Hugo Meiland <hugo@meiland.nl>
|
Tuesday, 12 Jul 2005
|
11:06 jylefort
Add tinystats.
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>
|
Friday, 20 May 2005
|
21:19 pav
This program is a domain name server analysis and reporting tool.
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>
|
Saturday, 23 Apr 2005
|
11:51 pav
zonenotify is useful to send a NS_NOTIFY packet to BIND slave server.
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>
|
Wednesday, 20 Apr 2005
|
00:21 jylefort
scavenge is a utility to audit DNS records within an IP address range.
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)
|
Friday, 15 Apr 2005
|
04:55 flz
- Add py-twistedNames, a DNS protocol implementation with client and server.
PR: ports/79929
Submitted by: Neal Nelson <neal@nelson.name>
|
Friday, 4 Mar 2005
|
02:07 clsung
- obtain expiration date of domain names
e.g.
use Net::Domain::ExpireDate;
$expiration_obj = expire_date( 'microsoft.com' );
|
Saturday, 29 Jan 2005
|
19:17 pav
DNSMax's perl update client. It manages DNS records, update history, and
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>
|
Thursday, 20 Jan 2005
|
16:49 pav
This project is a web-based front-end for the PowerDNS DNS server.
PR: ports/76480
Submitted by: Geoffroy RIVAT <grivat@sicfa.net>
|
Wednesday, 12 Jan 2005
|
09:46 edwin
New port: A dnssec aware dns debugging tool
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>
|
Sunday, 26 Dec 2004
|
10:36 lioux
New port py-dnspython version 1.3.2: A DNS toolkit for Python
|
Wednesday, 22 Dec 2004
|
04:06 edwin
[NEW PORT] dns/sqldjbdns: DJB dns server with PostgreSQL backend
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>
|
Monday, 13 Dec 2004
|
18:00 sem
How was discovered by dns/dnssecwalker port maintainer,
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>
|
Friday, 19 Nov 2004
|
14:11 hq
dnsjava is an implementation of DNS in Java. It supports all defined record
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/
|
Tuesday, 9 Nov 2004
|
16:43 sergei
Add dns/dnshijacker:
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>
|
Saturday, 6 Nov 2004
|
23:35 sergei
Add dns/dnsdoctor:
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>
|
22:25 sergei
Add rbllookup:
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>
|
Friday, 5 Nov 2004
|
17:22 roam
Add p5-Stanford-DNSserver 1.20 - a Perl framework for building a DNS server,
somewhat based on lbnamed.
|
Saturday, 23 Oct 2004
|
18:12 marcus
Add gresolver, a graphical DNS query tool using GTK+. It allows system
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>
|
Sunday, 17 Oct 2004
|
10:42 clement
- As planned, retire bind9-sdb-mysql.
|
Thursday, 14 Oct 2004
|
19:24 tobez
Add p5-Net-DNS-ZoneCheck, a perl module to validate a DNS zone composed
of RR records.
|
19:16 tobez
Add p5-Net-DNS-ZoneFile-Fast, a perl module to parse BIND8/9 zone files.
|
Wednesday, 13 Oct 2004
|
08:32 sergei
Add djbdns-tools-1.05:
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
|
Thursday, 12 Aug 2004
|
07:21 krion
Remove dns/bind93, repocopy should be done first.
|
Number of commits found: 424 (showing only 100 on this page) |