| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
DNRD will always bind to all interfaces, even if the user specifically
says it should bind to only one, using the -a option.
PR: ports/89774
Submitted by: Natanael Copa <natanael.copa@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
- OPTIONS'ify
- Use PORTDOCS
- Remove 3 lines pkg-plist
- Move dnrd.sh to dnrd.sh.in and use USE_RC_SUBR facility
PR: ports/85744 [1]
Submitted by: maintainer [1]
Reworked by: myself
Approved by: maintainer
|
|
|
|
|
|
| |
PR: ports/83851
Submitted by: Natanael Copa <ncopa@users.sourceforge.net> (maintainer)
Security: CAN-2005-2315, CAN-2005-2316
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
| |
PR: ports/77347
Submitted by: Natanael Copa <ncopa@users.sourceforge.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: 74618
Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: ports/72637
Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: ports/70404
Submitted by: Natanael Copa <ncopa@users.sourceforge.net>
|
| |
|
|
|
|
|
|
|
| |
- Add rc script
PR: ports/69669 (based on)
Submitted by: Natanael Copa <mlists@tanael.org>
|
| |
|
|
|
|
| |
Reviewed by: marcus
|
|
|
|
| |
(Part 2)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
| |
Noticed on: bento
|
|
|
|
|
| |
PR: 27904
Submitted by: Jose Marques <jose.marques@nottingham.ac.uk>
|
|
|
|
|
|
|
| |
-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.
|
|
PR: 24107
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
|