-
Russel Coker thinks you're too sloppy with const among other things. See http://bugs.debian.org/524133. Here is a patch. Naturally, you have to enable warnings to see them. :-)
2009-08-02 20:23:16 UTC by proffe
-
Russel Coker pointed out (see http://bugs.debian.org/532740) that libdkim uses strtok(), which is not reentrant, making libdkim unsuitable in multithreaded applications. His patch is attached.
2009-08-02 19:22:47 UTC by proffe
-
To begin, please scuse my english, i'm french and i'm bad in english !!!
I use libdkim to implement DKIM signing and verifying into qmail.
I developed some additionnal features :
- Replacement of SSP by ADSP
- I use a special library for DKIM verification with SHA256. ( I've got openssl 0.97 and SHA256 is not implemented. I can't upgrade to 0.98).
- SHA256 is disable for DKIM...
2009-03-02 14:28:54 UTC by nobody
-
stevebard committed patchset 22 of module libdkim to the Alt-N Technologies DKIM Project CVS repository, changing 17 files.
2008-05-12 17:16:46 UTC by stevebard
-
CDKIMBase::Process is designed for Win32 files with CRLF EOLs. It does not work with Unix files as it fails to find a CR.
See attached for a fix possibility which works for me, but it is possible the fix doesn't handle edge cases.
2007-11-21 08:02:26 UTC by niver
-
stevebard committed patchset 21 of module libdkim to the Alt-N Technologies DKIM Project CVS repository, changing 11 files.
2007-10-29 19:33:10 UTC by stevebard
-
i'm attempting to build
libdkim-1.0.14.zip
on OSX 10.4.9, with a local, up-to-date install of openssl in
which openssl
/usr/local/ssl/bin/openssl
openssl version
OpenSSL 0.9.8e 23 Feb 2007
to build, i've,
cd dkim/libdkim/src
setenv CFLAGS "-c -DBIND_8_COMPAT"
setenv LDFLAGS "-L/usr/local/ssl/lib -lcrypto"
setenv CPPFLAGS "-I/usr/local/ssl/include"
vi...
2007-06-19 16:12:53 UTC by schneecrash
-
I looked around a bit and I think I found that the right file to include is inttypes.h. Also, only MAKELONG, HIWORD and LOWORD are actually needed.
2007-05-04 06:43:28 UTC by proffe
-
create a usage function for libdkim test that shows all the options available.
replace a strcpy for a command line option with strncpy
add command line options to specify domain and selector
modify the dkimbase.cpp to be able to also process messages that use base LF for line termination.
2007-05-03 23:01:41 UTC by symx
-
I posted a patch that fixes the problem with # and the problem with the undefined macros.
2007-05-03 22:57:23 UTC by symx