2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267) |
Log message:
Remove obsolete @dirrm lines.
|
2009-09-30 12:31:58 by Filip Hajny | Files touched by this commit (3) |
Log message:
Fix patch-ad not applying cleanly, and support for Solaris which needs -lresolv
|
2009-05-19 11:00:04 by Thomas Klausner | Files touched by this commit (67) |
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
|
2009-04-13 20:59:48 by Jukka Salmi | Files touched by this commit (2) |
Log message:
Update to 1.0.2. From the announcement message:
This release fixes a crash problem within libdk's error message processing
discovered during internal use.
The formal release notes entry:
1.0.2 2009/02/04
LIBDK: Fix bug in error message generation which could cause
crashes with very large error messages. Code copied
from dkim-milter.
|
2008-03-16 13:47:30 by Jukka Salmi | Files touched by this commit (3) |
Log message:
Update to 1.0.0. Quoting the announcement mail:
This is a new release of the DomainKeys Filter implementation. This
release contains a number of bug fixes and several other improvements,
many ported from the DKIM Filter project.
This is the first stable release since the publication of DomainKeys as
its own RFC, so the version number is now 1.0.0.
Thanks to S. Moonesamy of Eland Systems for his extensive contributions of
code and testing time.
The formal release notes entry:
1.0.0 2008/03/13
Use the current Authentication-Results: format (the -13 draft).
Patch from S. Moonesamy of Eland Systems.
Add improved mlfi_negotiate() function code, copied from dkim-milter,
which does things like symbol requesting and more intelligent
option negotiation. Patch from S. Moonesamy of Eland Systems.
Add hash buffering, copied from libdkim. Patch from S. Moonesamy
of Eland Systems.
Fix bug #SF1736559: in_addr_t is not universal. Problem reported
by Terry White.
Fix bug #SF1763715: Fix string management in mlfi_eoh() with respect
to mctx_domain, which could be left pointing to garbage when
using domain wildcarding. Problem noted by Ronald Huizer.
Activate _FFR_MULTIPLE_KEYS.
LIBDK: Copy the library options structure from libdkim.
LIBDK: Add dk_close().
LIBDK: Feature request #SF1872270: Rename parameters called "new"
in dk.h so that C++ compilers don't complain. Requested
by Paul Macintosh.
LIBAR: Eliminate a possible race condition in ar_dispatcher().
LIBAR: Timeouts passed to select() can't be bigger than 10^8.
Problem noted by S. Moonesamy of Eland Systems.
LIBAR: Fix bug #SF1852618: Handle default case of no "nameserver"
lines in /etc/resolv.conf. Problem noted by Mike Markley
of Bank of America.
LIBAR: Plug descriptor and memory leaks in ar_shutdown().
BUILD: Copy the unit test structure from libdkim and add a few basic
unit tests.
|
2008-03-08 15:40:08 by Jukka Salmi | Files touched by this commit (2) |
Log message:
add DESTDIR support
|
2008-01-18 05:30:10 by Tobias Nygren | Files touched by this commit (174) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
2007-08-12 08:32:18 by Jukka Salmi | Files touched by this commit (2) |
Log message:
Change LICENSE from `no-profit' to the recently committed
`sendmail-open-source-license'. Thanks to Greg Troxel.
|
2007-08-09 16:37:44 by Jukka Salmi | Files touched by this commit (2) |
Log message:
install libdk documentation
|
2007-08-06 21:47:29 by Jukka Salmi | Files touched by this commit (5) |
Log message:
Add an option to use libar (the asynchronous DNS resolver library
shipping with dk-milter) instead of libresolv, enabled by default.
|