summaryrefslogtreecommitdiffstats
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
...
* Second round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-152-2/+1
|
* Remove empty directories that end with "Net" upon deinstallation.asami2000-05-081-0/+2
| | | | Submitted by: bento
* Add dependency to daemontools, now that we have a compatible version.nbm2000-04-271-0/+2
|
* Import of port for dnscache, djb's set of DNS utilities, including anbm2000-04-265-0/+77
| | | | caching name server.
* PREFIX -> LOCALBASE (portlint)mharo2000-04-201-1/+1
|
* portlint:mharo2000-04-202-2/+4
| | | | | | chmod -> ${CHMOD} echo -> ${ECHO} http:// -> WWW: http://
* white space and use WWW: (portlint)mharo2000-04-202-5/+5
|
* change header file ordermharo2000-04-172-3/+16
| | | | | PR: 18055 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
* Fix bogon in the PORT{NAME,VERSION} conversion.obrien2000-04-151-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-0918-44/+45
|
* Added an option: -a <address> .sada2000-04-082-0/+36
| | | | | | | | | It allows you to set the address of a domain in the SOA record. It will adds a "IN A <address>" line to the SOA. This is needed for sites that want a default address for a partial name - say just yahoo.com instead of forcing users to always type www.yahoo.com. Submitted by: "David Peterson" <chief@mail.idrive.com>
* Add adns, an asynchronous DNS resolver library that provides a way to dowill2000-04-027-0/+89
| | | | | | | | | | | | | nslookups in a non-blocking manner. The adns distribution also comes with some utilities similar to dig, host, nslookup, etc. The port that I'm importing rips out the ${PORTOBJFORMAT} checking and also trims the extra stuff in pkg/DESCR, which the original submission contained. PR: 17510 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> Reviewed by: billf, mharo
* Correct fennerage (distfile moved).mph2000-03-221-1/+1
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* nsping 0.8 is a tool for 'pinging' DNS servers.kris2000-03-057-0/+80
| | | | Obtained from: OpenBSD
* Chase the checksum (minor changes to the distfile contents)kris2000-02-271-1/+1
| | | | Noticed by: Satoshi's lunchbox
* Update to 2.2taoka2000-02-235-12/+40
| | | | | PR: 16822 Submitted by: maintainer
* Finish updating port to 3.1:jedgar2000-02-135-14/+16
| | | | | | | * Correct executable name in etc/rc.d/dhid.sh * Provide users with more information about configuring Obtained from: Maintainer
* Style nits in the ports I maintain.obrien2000-02-131-2/+2
|
* Add WWW linkscrappy2000-02-111-0/+2
|
* Add WWW linkscrappy2000-02-115-0/+10
|
* Update port to 2.1jedgar2000-02-105-12/+19
| | | | | PR: 16622 Submitted by: Maintainer
* Unbreak this port by upgrading to dhid 3.1. I don't use this software,kris2000-02-054-16/+14
| | | | | | | so I had to play it a bit by ear, but I didn't hear back from the maintainer. Noticed by: bento
* Update to version 2.0.1cpiazza2000-01-223-21/+18
| | | | | PR: 16082 Submitted by: maintainer
* Use new checksum; diff -ruN reports no differences.cpiazza2000-01-091-1/+1
|
* Unbreak 'make install'.ade2000-01-081-0/+1
| | | | | PR: 15962 Submitted by: Maintainer
* Make PREFIX clean.obrien2000-01-021-0/+4
|
* Install manpages and add WWW to DESCR. Note: since our soelim(1) doesn'tsteve1999-12-273-24/+111
| | | | | | | | | | | | | support a '-I' argument, instead of this soelim -Iman1 man1/foo.1 > tmp I did this. (cd man1; soelim foo.1) > tmp PR: 15093 Submitted by: maintainer
* Doc is an automated tool for verifying (to an extent) that acpiazza1999-12-046-0/+62
| | | | | | | | domain is configured and functioning correctly. It makes no attempt to validate the data inside a domain, only the structure. PR: 15256 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
* Don't know how I managed this, but change $Id$ to $FreeBSD$.steve1999-11-251-1/+1
| | | | Submitted by: maintainer
* Upgrade to 8.2.2 patch 5jseger1999-11-1515-50/+25
|
* Respect CFLAGSbillf1999-11-122-1/+12
| | | | Approved by: jseger (maintainer)
* Add a missing file.billf1999-11-125-0/+5
|
* Upgrade to bind-8.2.2.p3 + patch4. Fixes some security issues.jseger1999-11-1215-35/+65
| | | | | Many people submitted patches for this one, and a combination of them were used.
* Inital import of dhid version 3.0.steve1999-11-017-0/+95
| | | | | | | A dhis client for updating dynamic DNS entries in dhisd DNS tables. PR: 13312 Submitted by: Oryx Gazella <oryx@ungulate.net>
* Initial import of ddup version 2.0.4.steve1999-11-015-0/+37
| | | | | | | A DynDNS client for FreeBSD. PR: 13861 Submitted by: Christopher J. Michaels <cjm2@altavista.net>
* Upgrade to version 1.3.3.obrien1999-10-312-6/+4
| | | | | | | | | | | | * Bug fix: grep -v changed to grep -iv (compare domains caselessly). * Bug fix: nameservers now sorted in SOA serial number order, largest first. This way you can dlint the primary server immediately after making changes to it (previously had to wait for secondaries to do their update). * Optimization: if any nameserver does not return an SOA record in Test 1, it is removed from the list of nameservers and a warning is reported. This way dlint won't use broken nameservers during the rest of the run. * Sanity check domain names of nameservers themselves: any nameserver with in-addr.arpa. in its name generates a warning and is skipped.
* This broke somewhere along the way (-shared was slipping in whennectar1999-10-042-16/+28
| | | | building the binaries). Fix it.
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-313-4/+4
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-3013-13/+13
|
* Upgrade to bind 8.2.1jseger1999-08-0810-50/+35
| | | | | Submitted by: ust@cert.siemens.de PR: ports/12875
* Re-enforce caps, no period. An "exceptions" file has been createdhoek1999-08-026-6/+6
| | | | containing the ports editors/vim5, sysutils/star, and one other.
* Update to version 1.5.steve1999-08-014-101/+27
| | | | | PR: 12848 Submitted by: maintainer
* Fix instances of "This is ...."hoek1999-07-031-1/+1
|
* Bring back bind8, even -CURRENT only has 8.1.2, this port is more up-to-date.billf1999-06-2827-0/+621
| | | | Requested By: a bazillion people both on mailing lists and #FreeBSD.
* Commit #3/4 to enforce caps, no period.hoek1999-06-266-6/+6
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Nuke bind8, it's been in the base system for a while now.jseger1999-06-2527-621/+0
|
* 1. Make this port easier to upgrade later on.billf1999-06-171-5/+15
| | | | 2. Use the correct location of perl5
* Remove trailing whitespacebillf1999-06-171-2/+2
| | | | Found By: portlint
OpenPOWER on IntegriCloud