summaryrefslogtreecommitdiff
path: root/dns/dnrd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.19Pav Lucistnik2005-02-102-3/+3
| | | | | | | | PR: ports/77347 Submitted by: Natanael Copa <ncopa@users.sourceforge.net> (maintainer) Notes: svn path=/head/; revision=128486
* 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
* 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 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
* Update to 2.16.1Kirill Ponomarev2004-10-132-3/+3
| | | | | | | | PR: ports/72637 Submitted by: Natanael Copa <ncopa@users.sourceforge.net> Notes: svn path=/head/; revision=119225
* - Update to 2.16 - this fixes various bugs and adds random query IDsSergei Kolobov2004-10-123-18/+32
| | | | | | | | | | | | | | | | to prevent cache poisoning. PR: ports/72522 Submitted by: Natanael Copa <ncopa@users.sourceforge.net> While I'm here: - Rework installation mechanism - use do-install target - Respect NOPORTDOCS - Install samples into EXAMPLESDIR - Use DOCSDIR and EXAMPLESDIR macros in pkg-plist Notes: svn path=/head/; revision=118889
* Update port: dnrd [maintainer update]Edwin Groothuis2004-10-122-3/+11
| | | | | | | | | | | | | | | | | Update of dnrd. The TCP support is totally broken in previous versions. Even if it should work in this verion it is disabled by default. (The code was so ugly). It can be enabled with WITH_TCP. In this version it is also possible to disable the MASTER file support. So dnrd can be a compiled as proxy only. WITHOUT_MASTER. PR: ports/71770 Submitted by: Natanael Copa <ncopa@users.sourceforge.net> Notes: svn path=/head/; revision=118731
* - Update to 2.14.1Pav Lucistnik2004-08-137-61/+3
| | | | | | | | PR: ports/70404 Submitted by: Natanael Copa <ncopa@users.sourceforge.net> Notes: svn path=/head/; revision=116138
* - Fix few obvious problems with rc scriptPav Lucistnik2004-07-282-3/+6
| | | | Notes: svn path=/head/; revision=114972
* - Update to 2.14Pav Lucistnik2004-07-2817-248/+108
| | | | | | | | | | - Add rc script PR: ports/69669 (based on) Submitted by: Natanael Copa <mlists@tanael.org> Notes: svn path=/head/; revision=114964
* Tidy up whitespace.Trevor Johnson2004-04-101-3/+3
| | | | Notes: svn path=/head/; revision=106671
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* dns/dnrd: recv_addr init wrong and 512 byte udp packets droppedEdwin Groothuis2004-01-033-8/+51
| | | | | | | | | | | | | | | | | | | | | | | | | There are a few bugs in dnrd that should probably be fixed by the author but could be made to work on bsd: 1. Initialization in common.h of recv_addr is broken, causing at least the '-a' switch not to work. Instead of assuming positions of fields in the struct across platforms I thought it safer to do a standard initialization in main(). 2. The buffer overflow code in udp.c:dnsrecv() is off by one, rejecting messages where the size exactly fills the available buffer. I also changed to the calls to dnsrecv to pass 512 as the max size instead of the buffers that seem to be padded by 4 bytes for a reason I don't understand. This causes a calling named to resend packets. Eventually one seems to get through but response times can be painfully slow. PR: ports/41128 Submitted by: Michael C. Adler <mad1@tapil.com> Notes: svn path=/head/; revision=97158
* fix mastersites, fix pkg-descr WWWEdwin Groothuis2003-11-032-1/+4
| | | | Notes: svn path=/head/; revision=93003
* Reset maintainer of ports owned by inactive committers who were just retired.Kris Kennaway2003-11-031-2/+2
| | | | Notes: svn path=/head/; revision=92900
* Massive repo-copies request: net->dns (partly devel->dns)Edwin Groothuis2003-09-051-1/+1
| | | | | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr Notes: svn path=/head/; revision=88573
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69424
* Update to version 2.10George C A Reid2001-06-072-3/+3
| | | | | | | | PR: 27904 Submitted by: Jose Marques <jose.marques@nottingham.ac.uk> Notes: svn path=/head/; revision=43583
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Add dnrd 2.9, a proxy DNS daemon.Will Andrews2001-03-1013-0/+241
PR: 24107 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=39455