aboutsummaryrefslogtreecommitdiff
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* Net::DNSBL::MultiDaemon is the Perl module that implements the multi_dnsblIon-Mihai Tetcu2007-08-215-0/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=198060
* - Update to 0.42Cheng-Lung Sung2007-08-212-6/+5
| | | | Notes: svn path=/head/; revision=198010
* - Add a patch for chained CNAMERong-En Fan2007-08-212-0/+57
| | | | | | | | | | PR: ports/115297 Submitted by: rafan Approved by: farrokhi (maintainer) Obtained from: http://hugo.vulcano.cl/development/adns-cc Notes: svn path=/head/; revision=197996
* - Update to 3.0Gabor Kovesdan2007-08-152-4/+4
| | | | | | | | PR: ports/115324 Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> Notes: svn path=/head/; revision=197766
* Use NOPORTEXAMPLES instead of NOPORTDOCSEmanuel Haupt2007-08-151-1/+1
| | | | | | | Notified by: sat Notes: svn path=/head/; revision=197736
* - Update to 0.07Cheng-Lung Sung2007-08-152-4/+4
| | | | | | | | | PR: ports/115497 Submitted by: clsung Approved by: maintainer (Jin-Shan Tseng) Notes: svn path=/head/; revision=197707
* Add vizone, a script that updates the serialnumber in one or more dns zonefiles.Emanuel Haupt2007-08-134-0/+43
| | | | Notes: svn path=/head/; revision=197605
* - Update to 1.11Rong-En Fan2007-08-115-54/+62
| | | | | | | | | | | - Update WWW - Pass maintainership to submitter PR: ports/115267 Submitted by: Stefan Pauly <stefan at fh-mainz.de> Notes: svn path=/head/; revision=197452
* - Sort pkg-plistRong-En Fan2007-08-111-2/+2
| | | | Notes: svn path=/head/; revision=197451
* 1. Upgrade to 0.61 which has a few small code cleanups.Doug Barton2007-08-062-11/+5
| | | | | | | | 2. --no-online-tests works now, so stop building them. 3. Remove support for prehistoric Perl. Notes: svn path=/head/; revision=197233
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-042-4/+4
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-303-0/+3
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Update to 9.4.1-P1, which has fixes for the following:Doug Barton2007-07-246-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1. The default access control lists (acls) are not being correctly set. If not set anyone can make recursive queries and/or query the cache contents. See also: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2925 2. The DNS query id generation is vulnerable to cryptographic analysis which provides a 1 in 8 chance of guessing the next query id for 50% of the query ids. This can be used to perform cache poisoning by an attacker. This bug only affects outgoing queries, generated by BIND 9 to answer questions as a resolver, or when it is looking up data for internal uses, such as when sending NOTIFYs to slave name servers. All users are encouraged to upgrade. See also: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2926 Notes: svn path=/head/; revision=196229
* Update to 9.3.4-P1, which fixes the following:Doug Barton2007-07-242-8/+8
| | | | | | | | | | | | | | | | | | | | The DNS query id generation is vulnerable to cryptographic analysis which provides a 1 in 8 chance of guessing the next query id for 50% of the query ids. This can be used to perform cache poisoning by an attacker. This bug only affects outgoing queries, generated by BIND 9 to answer questions as a resolver, or when it is looking up data for internal uses, such as when sending NOTIFYs to slave name servers. All users are encouraged to upgrade. See also: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2926 Notes: svn path=/head/; revision=196228
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-2310-16/+6
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Ignore on FreeBSD 5.XPav Lucistnik2007-07-221-1/+7
| | | | Notes: svn path=/head/; revision=196054
* - Remove distinfo hashes, which are not used officiallyGabor Kovesdan2007-07-191-2/+0
| | | | | | | | No objection from: ports@, maintainers Approved by: portmgr (pav) Notes: svn path=/head/; revision=195915
* - Update to 2.39Martin Wilke2007-07-092-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=195295
* Update to 1.1.3Emanuel Haupt2007-07-062-4/+4
| | | | Notes: svn path=/head/; revision=195075
* The File_DNS class provides a way to read,Martin Wilke2007-07-044-0/+30
| | | | | | | | | | edit and write RFC1033 style DNS Zones. PR: ports/114271 Submitted by: Chris St Denis (<chris at ctgameinfo.com>) Notes: svn path=/head/; revision=194872
* Update to 0.60, which includes some important security fixes:Doug Barton2007-07-033-5/+7
| | | | | | | | | | | | | | | http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3377 http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3409 ... as well as rudimentary support for IPSECKEY. See /usr/local/share/doc/p5-Net-DNS/Changes for more details. Prodded by: Several, including ... PR: ports/114230 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=194820
* Fix the build with trendy GCC.Alexey Dokuchaev2007-06-281-1/+5
| | | | | | | Reported by: pointhat (logs) Notes: svn path=/head/; revision=194416
* Update to 0.08.Anton Berezin2007-06-202-11/+5
| | | | | | | Changes: http://search.cpan.org/src/NEELY/Data-Validate-Domain-0.08/Changes Notes: svn path=/head/; revision=193936
* - change duende source to create PID file by itselfPav Lucistnik2007-06-166-3/+92
| | | | | | | | | | | | | | | - maradns.sh and zoneserver.sh now use PID file - change default MaraDNS UID from 99 to bind(53) - change default maraDNS GID from 99 to bind(53) - change default duende logger process UID from 66 to nobody(65534) - create empty etc/logger directory PR: ports/113235 Submitted by: Simun Mikecin <numisemis@yahoo.com> Approved by: Alex Kapranoff <alex@kapranoff.ru> (maintainer) Notes: svn path=/head/; revision=193661
* - Update to 1.4.0Martin Wilke2007-06-103-5/+9
| | | | | | | | Approved by: maintainer timeout (security, 1 day), so (simon) Security: http://www.vuxml.org/freebsd/70ae62b0-16b0-11dc-b803-0016179b2dd5.html Notes: svn path=/head/; revision=193188
* Add a CONFLICTS to bind 9.4.Doug Barton2007-06-101-1/+1
| | | | Notes: svn path=/head/; revision=193135
* - Update to 0.41Cheng-Lung Sung2007-06-092-4/+4
| | | | Notes: svn path=/head/; revision=193070
* Reset filippo.natali@gmail.com, who is very short on free time right now.Mark Linimon2007-06-061-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=192881
* - Fix build with gcc 4.2Martin Wilke2007-06-062-1/+12
| | | | | | | | Submitted by: pointhat via kris Sten Spans <sten@blinkenlights.nl> (maintainer) Notes: svn path=/head/; revision=192875
* Manages LDAP entries for the BIND9 SDB LDAP patch.Martin Wilke2007-06-044-0/+52
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=192685
* Update to 0.6.14Kirill Ponomarev2007-06-013-4/+6
| | | | Notes: svn path=/head/; revision=192507
* Update to 0.6.12Kirill Ponomarev2007-05-312-4/+4
| | | | Notes: svn path=/head/; revision=192493
* - Make setuid operation and user creation configurable, as requested by usersMartin Wilke2007-05-303-14/+23
| | | | | | | | PR: 111915 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer) Notes: svn path=/head/; revision=192362
* - Update to 1.2.12.06Martin Wilke2007-05-252-4/+4
| | | | | | | | PR: 112768 Submitted by: Alex Kapranoff <alex@kapranoff.ru> (maintainer) Notes: svn path=/head/; revision=191852
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-195-3/+5
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Removed on authors request until the program has reached maturity.Edwin Groothuis2007-05-024-48/+0
| | | | Notes: svn path=/head/; revision=191435
* DNSCAP - DNS traffic capture utilityEdwin Groothuis2007-05-024-0/+48
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=191430
* - Update to 1.4.3Martin Wilke2007-05-012-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=191286
* Update to version 9.4.1, a security update from ISC:Doug Barton2007-05-016-24/+24
| | | | | | | | | | | 2172. [bug] query_addsoa() was being called with a non zone db. [RT #16834] If you are running BIND 9.4.0 (either pre-release or final), you are advised to upgrade as soon as possible to BIND 9.4.1. Notes: svn path=/head/; revision=191246
* - make portlint happierDirk Meyer2007-04-301-2/+2
| | | | Notes: svn path=/head/; revision=191188
* Fix recursive resolver.Alex Dupre2007-04-304-2/+26
| | | | | | | Submitted by: Pietro Celentano <pcelentano@tiscalinet.it> Notes: svn path=/head/; revision=191186
* - Update PowerDNS to 2.9.21Cheng-Lung Sung2007-04-2732-2548/+672
| | | | | | | | | | | | | - Add patch from SVN to support DNSSEC records - Update examples (config and table creation files) - For the complete changelog see http://doc.powerdns.com/changelog.html PR: ports/112055 Submitted by: maintainer (Ralf van der Enden) Reviewed by: maintainer Notes: svn path=/head/; revision=190994
* Update to 1.5.0Mario Sergio Fujikawa Ferreira2007-04-253-4/+16
| | | | | | | | PR: 112080 Submitted by: miwi Notes: svn path=/head/; revision=190857
* - Update to 1.1.2Emanuel Haupt2007-04-203-5/+5
| | | | | | | - Update WWW Notes: svn path=/head/; revision=190482
* - Update to 1.96.2Martin Wilke2007-04-172-4/+5
| | | | | | | | | PR: 111765 Submitted by: Volker Theile<votdev@gmx.de> Approved by: maintainer Notes: svn path=/head/; revision=190231
* - Update to 2.3.7Martin Wilke2007-04-172-5/+4
| | | | | | | | PR: 111733 Submitted by: Olafur Osvaldsson <oli@isnic.is> (maintainer) Notes: svn path=/head/; revision=190212
* Fix build if automake is installed.Kirill Ponomarev2007-04-151-0/+2
| | | | | | | | PR: ports/111360 Submitted by: novel Notes: svn path=/head/; revision=190036
* - Update to 0.31Cheng-Lung Sung2007-04-152-4/+4
| | | | Notes: svn path=/head/; revision=189984
* Fix nss_mdns when used from applications other than ssh.Bruce M Simpson2007-04-122-41/+7
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=189843
* - updated maintainer e-mail addressMartin Matuska2007-04-051-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=189288