Share

Alt-N Technologies DKIM Project

Code

Programming Languages: C, C++

License: Apache License V2.0

Repositories

browse code, statistics, last commit on 2008-05-12 cvs -d:pserver:anonymous@libdkim.cvs.sourceforge.net:/cvsroot/libdkim login

cvs -z3 -d:pserver:anonymous@libdkim.cvs.sourceforge.net:/cvsroot/libdkim co -P modulename

Show:

What's happening?

  • Too many compiler warnings due to too little use of const et

    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

  • strtok() is not thread safe

    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

  • My patch ...

    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

  • Alt-N Technologies DKIM Project

    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 seems flawed for files with unix EOLs

    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

  • Alt-N Technologies DKIM Project

    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

  • libdkim on osx 'make' fails @ 'undeclared "EVP_sha256"'

    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

  • Comment: a patch to make it build on linux

    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

  • libdkimtest shows usage, add 2 more options, and a small fix

    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

  • Comment: Build fails on Linux due to error in Makefile

    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

Our Numbers