notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: dns/Makefile

Number of commits found: 449 (showing only 49 on this page)

«  1 | 2 | 3 | 4 | 5 

Sunday, 28 Aug 2005
10:38 edwin search for other commits by this committer
[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>
Original commit
Wednesday, 13 Jul 2005
19:24 flz search for other commits by this committer
- 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>
Original commit
Tuesday, 12 Jul 2005
11:06 jylefort search for other commits by this committer
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>
Original commit
Friday, 20 May 2005
21:19 pav search for other commits by this committer
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>
Original commit
Saturday, 23 Apr 2005
11:51 pav search for other commits by this committer
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>
Original commit
Wednesday, 20 Apr 2005
00:21 jylefort search for other commits by this committer
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)
Original commit
Friday, 15 Apr 2005
04:55 flz search for other commits by this committer
- Add py-twistedNames, a DNS protocol implementation with client and server.

PR:             ports/79929
Submitted by:   Neal Nelson <neal@nelson.name>
Original commit
Friday, 4 Mar 2005
02:07 clsung search for other commits by this committer
- obtain expiration date of domain names
e.g.

    use Net::Domain::ExpireDate;

    $expiration_obj = expire_date( 'microsoft.com' );
Original commit
Saturday, 29 Jan 2005
19:17 pav search for other commits by this committer
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>
Original commit
Thursday, 20 Jan 2005
16:49 pav search for other commits by this committer
This project is a web-based front-end for the PowerDNS DNS server.

PR:             ports/76480
Submitted by:   Geoffroy RIVAT <grivat@sicfa.net>
Original commit
Wednesday, 12 Jan 2005
09:46 edwin search for other commits by this committer
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>
Original commit
Sunday, 26 Dec 2004
10:36 lioux search for other commits by this committer
New port py-dnspython version 1.3.2: A DNS toolkit for Python
Original commit
Wednesday, 22 Dec 2004
04:06 edwin search for other commits by this committer
[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>
Original commit
Monday, 13 Dec 2004
18:00 sem search for other commits by this committer
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>
Original commit
Friday, 19 Nov 2004
14:11 hq search for other commits by this committer
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/
Original commit
Tuesday, 9 Nov 2004
16:43 sergei search for other commits by this committer
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>
Original commit
Saturday, 6 Nov 2004
23:35 sergei search for other commits by this committer
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>
Original commit
22:25 sergei search for other commits by this committer
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>
Original commit
Friday, 5 Nov 2004
17:22 roam search for other commits by this committer
Add p5-Stanford-DNSserver 1.20 - a Perl framework for building a DNS server,
somewhat based on lbnamed.
Original commit
Saturday, 23 Oct 2004
18:12 marcus search for other commits by this committer
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>
Original commit
Sunday, 17 Oct 2004
10:42 clement search for other commits by this committer
- As planned, retire bind9-sdb-mysql.
Original commit
Thursday, 14 Oct 2004
19:24 tobez search for other commits by this committer
Add p5-Net-DNS-ZoneCheck, a perl module to validate a DNS zone composed
of RR records.
Original commit
19:16 tobez search for other commits by this committer
Add p5-Net-DNS-ZoneFile-Fast, a perl module to parse BIND8/9 zone files.
Original commit
Wednesday, 13 Oct 2004
08:32 sergei search for other commits by this committer
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
Original commit
Thursday, 12 Aug 2004
07:21 krion search for other commits by this committer
Remove dns/bind93, repocopy should be done first.
Original commit
Wednesday, 11 Aug 2004
22:19 dougb search for other commits by this committer
Add a port for BIND 9.3.x. This code base is different from BIND
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.
Original commit
Sunday, 8 Aug 2004
21:59 thierry search for other commits by this committer
- Update of sysutils/fastresolve to support BDB ver. 4.2;
- Move to the dns category.

PR:             ports/70127 & ports/70179
Submitted by:   Michael Edenfield & maintainer
Repocopied by:  marcus.
Original commit
Thursday, 15 Jul 2004
13:37 mat search for other commits by this committer
Add p5-DNS-ZoneParse 0.91, parse and manipulate DNS Zone Files.
Original commit
Saturday, 3 Jul 2004
14:23 edwin search for other commits by this committer
fpdns - Fingerprinting DNS servers

        Identify what versions of nameserver software is running.
        WWW: http://www.rfc.se/fpdns/
Original commit
Wednesday, 2 Jun 2004
19:18 pav search for other commits by this committer
Add sheerdns, a master DNS server whose zone records are stored on a
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>
Original commit
Saturday, 8 May 2004
13:46 kris search for other commits by this committer
Finish removing weedns_sc

Pointy hat to:  kris
Original commit
Friday, 2 Apr 2004
07:29 kris search for other commits by this committer
Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:             59651
Original commit
Tuesday, 2 Mar 2004
17:17 pav search for other commits by this committer
Add crossip, a Cross Platform DNS update client, written in java.  CrossIP uses
the
ThatIP protocol version 1.1 to send DNS update requests.  It manages DNS
records, update history, and allows for per record configuration.  It also
includes a wizard for generation of configuration files.

PR:             ports/62760
Submitted by:   Dan Smith <dan@algenta.com>
Original commit
Wednesday, 14 Jan 2004
12:47 clement search for other commits by this committer
Add dnsproxy-1.13, a proxy for DNS queries.

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)
Original commit
Tuesday, 6 Jan 2004
08:19 sergei search for other commits by this committer
Add ldapdns 2.05, lDAP-backed DNS server.

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>
Original commit
Thursday, 1 Jan 2004
23:12 sergei search for other commits by this committer
Add skadns 0.23:

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/
Original commit
Thursday, 18 Dec 2003
13:59 sergei search for other commits by this committer
Add updatedd 1.8,
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
Original commit
Sunday, 16 Nov 2003
22:17 sf search for other commits by this committer
move category net->dns

Approved by:    maintainer
Original commit
Friday, 17 Oct 2003
20:18 krion search for other commits by this committer
Add dnsflood 1.08
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.
Original commit
Tuesday, 14 Oct 2003
14:23 mat search for other commits by this committer
Add p5-Net-Nslookup 1.14
Provides the capabilities of the standard tool nslookup(1).

PR:             57984
Submitted by:   clsung@dragon2.net
Original commit
Wednesday, 10 Sep 2003
09:59 roam search for other commits by this committer
Add ares-1.1.1, an asynchronous DNS resolver library.
Original commit
Monday, 8 Sep 2003
08:40 edwin search for other commits by this committer
[new port] dns/bind9-sdb-mysql: BIND 9 patch to supports zones
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>
Original commit
Friday, 5 Sep 2003
04:54 edwin search for other commits by this committer
Massive repo-copies request: net->dns (partly devel->dns)

PR:             ports/56020
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:    portmgr
Original commit
Saturday, 30 Aug 2003
06:27 edwin search for other commits by this committer
Maybe that added an empty line to this file will force it to stay
alphabeticly.
Original commit
06:25 edwin search for other commits by this committer
New port: net/zonecheck version 2.0.0b5

        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>
Original commit
03:27 marcus search for other commits by this committer
Sort this file.
Original commit
00:47 edwin search for other commits by this committer
Move net/weedns_sc to dns/weedns_sc
Original commit
00:45 edwin search for other commits by this committer
New port: net/rbldnsd - small fast DNS server for DNSBL zones

        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>
Original commit
Friday, 15 Aug 2003
22:59 kris search for other commits by this committer
Add empty subdir makefiles for the new dns and polish categories.  These
are not yet hooked up to ports/Makefile because INDEX builds break when
there are empty category subdirectories.
Original commit

Number of commits found: 449 (showing only 49 on this page)

«  1 | 2 | 3 | 4 | 5