]> git.ipfire.org Git - people/ms/dma.git/commit
Add CRAM-MD5 authentication support for the DragonFly Mail Agent. This is the
authorMatthias Schmidt <matthias@dragonflybsd.org>
Tue, 2 Sep 2008 15:11:49 +0000 (15:11 +0000)
committerMatthias Schmidt <matthias@dragonflybsd.org>
Tue, 2 Sep 2008 15:11:49 +0000 (15:11 +0000)
commitbf28fcc61561dedeafd841d15d8fe53bbc1eb587
treec53de8d22328422d032f9d4b330a4b8f634dcec9
parent0a5d89493eaf0f16e56540bd2880e86df6ad4b47
Add CRAM-MD5 authentication support for the DragonFly Mail Agent. This is the
first piece of Max's work for the Google Summer of Code 2008.  All other
new features will follow after evaluation/review :)

Besides the CRAM code there is new code within base64.c (BSD licensed and
from the University of Stockholm) and within crypto.c derived from RFC 2104.

Note: This code is tested and works.  If you find a bug, please report back
to the bugs@ list.

Thanks a lot for the good work Max.

Submitted-by: Max Lindner <gisanka@googlemail.com>
Sponsored-by: Google Summer of Code 2008
base64.c
crypto.c
dma.h
net.c