summaryrefslogtreecommitdiff
path: root/dns (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-314-7/+6
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* DNSMax's perl update client. It manages DNS records, update history, andPav Lucistnik2005-01-295-0/+68
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=127639
* Update to 0.5.13Kirill Ponomarev2005-01-293-5/+8
| | | | Notes: svn path=/head/; revision=127591
* Include a patch from ISC to deal with the following vulnerability:Doug Barton2005-01-288-4/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | Name: BIND: Self Check Failing [Added 2005.25.01] Versions affected: BIND 9.3.0 Severity: LOW Exploitable: Remotely Type: Denial of Service Description: An incorrect assumption in the validator (authvalidated) can result in a REQUIRE (internal consistancy) test failing and named exiting. Workarounds: Turn off dnssec validation (off by default) at the options/view level. dnssec-enable no; Active Exploits: None known Bump PORTREVISION accordingly. It should be noted that the vast majority of users would not have DNSSEC enabled, and therefore are not vulnerable to this bug. Notes: svn path=/head/; revision=127562
* Update to version 8.4.6, the latest from ISC. To quote the release notes:Doug Barton2005-01-263-7/+14
| | | | | | | | | | | | | | | | | BIND 8.4.6-REL is a security release of BIND 8.4. It is possible to remotely trigger a overrun causing a denial of service. If you are running BIND 8.4.4 or BIND 8.4.5 you should upgrade. Also: 1. Add ipv6 as a virtual category, since a key reason for the BIND 8.4.x branch is IPv6 transport. 2. Download the PGP .asc files for the src and doc tarballs. 3. Add a new example file to PORTDOCS. Notes: svn path=/head/; revision=127348
* Add pkgconfig dependency.Kirill Ponomarev2005-01-251-1/+1
| | | | Notes: svn path=/head/; revision=127333
* Jean-Yves' version of pkg-plist solution.Edwin Groothuis2005-01-251-3/+3
| | | | Notes: svn path=/head/; revision=127295
* Fix pkg-plistEdwin Groothuis2005-01-252-0/+4
| | | | Notes: svn path=/head/; revision=127282
* This project is a web-based front-end for the PowerDNS DNS server.Pav Lucistnik2005-01-206-0/+97
| | | | | | | | PR: ports/76480 Submitted by: Geoffroy RIVAT <grivat@sicfa.net> Notes: svn path=/head/; revision=126960
* Remove unused/extraneous poast-extract target. No functional changeMario Sergio Fujikawa Ferreira2005-01-201-3/+0
| | | | Notes: svn path=/head/; revision=126939
* Update port: dns/gresolver to 0.0.3Edwin Groothuis2005-01-193-21/+5
| | | | | | | | | | Update to version 0.0.3 PR: ports/76390 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=126818
* - Update to 1.1Clement Laforet2005-01-184-24/+9
| | | | Notes: svn path=/head/; revision=126749
* - Update to 2.9.17Pav Lucistnik2005-01-156-66/+56
| | | | | | | | PR: ports/76145 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Notes: svn path=/head/; revision=126475
* Update port: dns/dnrd version 2.18Edwin Groothuis2005-01-122-5/+3
| | | | | | | | | | | | | | | | Version bump. This release fixes segfault in argument parsing. Cleaned -h output (remved longopts when they are unavailable) Improved signal handling and blacklist feature added. Proper handling of paths in documentation. I implemeted a pselect in lib.c for BSD 4.x support. Please let me know if this could be handeled in a better way. PR: ports/76060 Submitted by: Natanael Copa <ncopa@users.sourceforge.net> Notes: svn path=/head/; revision=126215
* New port: A dnssec aware dns debugging toolEdwin Groothuis2005-01-126-0/+51
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=126213
* Fix the parallel build when WITH_IPV6 is specified: the Makefile wasPeter Pentchev2004-12-292-1/+82
| | | | | | | | | | | | | missing a couple of dependencies on the uint32.h header, so make(1) was postponing its creation. Bump PORTREVISION, since it is the same for the IPv6 and !IPv6 cases, although this particular change does not affect the !IPv6 case at all. PR: 75564 Submitted by: oHmEr <ohmer@epita.info> Notes: svn path=/head/; revision=125423
* o Fix PLIST: Use EXAMPLESDIR PLIST_SUB correctlyMario Sergio Fujikawa Ferreira2004-12-272-6/+6
| | | | | | | | | o Bump PORTEREVISION due to PLIST change Submitted by: kris (pointyhat) Notes: svn path=/head/; revision=125253
* Update to version 2.19Kirill Ponomarev2004-12-262-3/+3
| | | | | | | | PR: ports/75505 Submitted by: maintainer Notes: svn path=/head/; revision=125228
* New port py-dnspython version 1.3.2: A DNS toolkit for PythonMario Sergio Fujikawa Ferreira2004-12-265-0/+287
| | | | Notes: svn path=/head/; revision=125208
* Clean up SQLite and related ports.Norikatsu Shigemura2004-12-232-6/+4
| | | | | | | | | | | | o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports Notes: svn path=/head/; revision=124931
* Fix installation of docsEdwin Groothuis2004-12-221-0/+1
| | | | Notes: svn path=/head/; revision=124781
* [NEW PORT] dns/sqldjbdns: DJB dns server with PostgreSQL backendEdwin Groothuis2004-12-224-0/+54
| | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=124779
* Update to 0.9.1, the latest version, which includes a man page.Doug Barton2004-12-144-18/+19
| | | | | | | | | | | | | | | And while I'm here: 1. Download the PGP .sig file, in case the user wants to verify the package 2. Switch to PLIST_FILES for the one file this port installs 3. Replace the lone patch file with a ${SED} command For those keeping score at home, that's 3 inodes gone with one commit! :) Approved by: edwin (maintainer) Notes: svn path=/head/; revision=123977
* How was discovered by dns/dnssecwalker port maintainer,Sergey Matveychuk2004-12-136-51/+12
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=123940
* - Update to 2.18Sergey Matveychuk2004-12-133-10/+18
| | | | | | | | PR: ports/74704 Submitted by: maintainer Notes: svn path=/head/; revision=123874
* - Update to 3.5Sergey Matveychuk2004-12-122-6/+13
| | | | | | | | | | | | | | - Depends on Net::DNS::SEC as well as Net::DNS - Recent versions include a PGP signature - MASTER_SITES changed - Grant a port maintainership to submitter PR: ports/74995 Submitted by: Johan van Selst <johans(at)stack.nl> Notes: svn path=/head/; revision=123839
* - Fix build [1]Herve Quiroz2004-12-091-1/+10
| | | | | | | | | - Link API documentation with JDK Standard API documentation, if installed Reported by: krion via pointyhat [1] Notes: svn path=/head/; revision=123559
* With portmgr hat on, reset bouncing maintainer address. All of the commitsMark Linimon2004-12-051-1/+1
| | | | | | | within the last year have been with maintainer timeouts, as well. Notes: svn path=/head/; revision=123182
* Update to 2.17.2Tilman Keskinoz2004-12-042-3/+3
| | | | | | | | PR: 74618 Submitted by: Natanael Copa <ncopa@users.sourceforge.net> Notes: svn path=/head/; revision=123104
* Update to 0.5.12Kirill Ponomarev2004-12-042-3/+3
| | | | Notes: svn path=/head/; revision=123087
* Add ipv6 on CATEGORIES.Munechika SUMIKAWA2004-12-031-1/+1
| | | | | | | | PR: ports/70025 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Notes: svn path=/head/; revision=123038
* Update to 0.219Mario Sergio Fujikawa Ferreira2004-12-022-3/+3
| | | | Notes: svn path=/head/; revision=123009
* - Update to 2.1.5Sergey Matveychuk2004-11-302-3/+3
| | | | | | | | | | | | | BUG FIXES: - Bug #90: handle \000 in TXT records correctly - Fixed undefined behavior in the use of vsnprintf when logging messages. PR: ports/74517 Submitted by: maintainer Notes: svn path=/head/; revision=122811
* - option WITH_LDAP defaults to 22Dirk Meyer2004-11-281-1/+1
| | | | Notes: svn path=/head/; revision=122684
* [MAINTAINER] dns/ddclient: update to 3.6.5Edwin Groothuis2004-11-274-28/+27
| | | | | | | | | | | | - Update to 3.6.5 - Utilize PORTDOCS and PLIST_FILES - Remove pkg-plist PR: ports/74334 Submitted by: Radek Kozlowski <radek@raadradd.com> Notes: svn path=/head/; revision=122566
* - Update to 1.2Sergei Kolobov2004-11-234-4/+29
| | | | | | | | | PR: ports/73296 Submitted by: Andrey Slusar <anray@inet.ua> Approved by: maintainer timeout (3 weeks) Notes: svn path=/head/; revision=122232
* Update to 0.5.11Kirill Ponomarev2004-11-222-3/+3
| | | | Notes: svn path=/head/; revision=122128
* pdns_recursor related issues fixed.Norikatsu Shigemura2004-11-206-30/+68
| | | | | | | | | | | | I committed pre-improved version's PR. This is my mistake. Pointed out by: Ralf van der Enden <tremere@cainites.net> (maintainer) Pointy hat to: myself PR: ports/73862 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Notes: svn path=/head/; revision=121982
* pdns_recursor related issues fixedNorikatsu Shigemura2004-11-194-12/+50
| | | | | | | | PR: ports/73862 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Notes: svn path=/head/; revision=121973
* dnsjava is an implementation of DNS in Java. It supports all defined recordHerve Quiroz2004-11-194-0/+75
| | | | | | | | | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=121964
* Update to 2.17Volker Stolz2004-11-182-3/+3
| | | | | | | | PR: ports/74032 Submitted by: maintainer Notes: svn path=/head/; revision=121864
* Fix a format string vulnerability in ez-ipupdate.Christian Weisgerber2004-11-112-1/+15
| | | | | | | | Approved by: se@ Obtained from: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se> Notes: svn path=/head/; revision=121386
* Add dns/dnshijacker:Sergei Kolobov2004-11-094-0/+44
| | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=121201
* Update to 0.5.10Kirill Ponomarev2004-11-082-5/+5
| | | | Notes: svn path=/head/; revision=121149
* Update to 0.5.9Kirill Ponomarev2004-11-083-7/+10
| | | | Notes: svn path=/head/; revision=121113
* Update to 2.17.1:Volker Stolz2004-11-082-7/+5
| | | | | | | | | | | | | This version introduce random source ports to reduce the risk of getting the cache poisoned. Assign maintainership to submitter/author. PR: ports/73420 Submitted by: Natanael Copa Notes: svn path=/head/; revision=121112
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Add dns/dnsdoctor:Sergei Kolobov2004-11-065-0/+250
| | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=121011
* Fix pkg-descr contents (wrong version was committed)Sergei Kolobov2004-11-061-14/+9
| | | | Notes: svn path=/head/; revision=121004
* Add rbllookup:Sergei Kolobov2004-11-064-0/+53
| | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=121002