summaryrefslogtreecommitdiff
path: root/dns/dnrd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* fix mastersites, fix pkg-descr WWWEdwin Groothuis2003-11-032-1/+4
|
* Reset maintainer of ports owned by inactive committers who were just retired.Kris Kennaway2003-11-031-2/+2
|
* 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
* 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.
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | Noticed on: bento
* Update to version 2.10George C A Reid2001-06-072-3/+3
| | | | | PR: 27904 Submitted by: Jose Marques <jose.marques@nottingham.ac.uk>
* -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.
* 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>