Virtual-host aware auth-smtpd authenticator

@yuuji yuuji authored on 22 Sep 2006
archive Initial revision 17 years ago
INSTALL INSTALL added 17 years ago
Makefile INSTALL added 17 years ago
README Initial revision 17 years ago
apoppasswd Initial revision 17 years ago
base64.c Initial revision 17 years ago
base64.h Initial revision 17 years ago
cmd5apoppw.8 Initial revision 17 years ago
deapop Initial revision 17 years ago
global.h Initial revision 17 years ago
hmac_md5.c Initial revision 17 years ago
hmac_md5.h Initial revision 17 years ago
ht Initial revision 17 years ago
ht.c Initial revision 17 years ago
ht.mak Initial revision 17 years ago
main.c INSTALL added 17 years ago
md5.h Initial revision 17 years ago
md5c.c Initial revision 17 years ago
README
cmd5apoppw 20060922
by HIROSE, Yuuji <yuuji@gentei.org>
http://www.gentei.org/~yuuji/software/qmapop-smtp-auth/

Based on these programs;
cmd5checkpw 0.20, beta.
20000130
Krzysztof Dabrowski aka Brush/Elysium
http://www.elysium.pl/members/brush/cmd5checkpw/

Based on checkpassword by D. J. Bernstein, djb@pobox.com
http://pobox.com/~djb/checkpwd.html

cmd5checkpw provides a simple, uniform authorization solution for all
application that use CRAM-MD5 auth type. It tries to conform with
checkpassword's interface as much as possible.

Read included man page to learn how does it work.

The cmd5apoppw code is in the public domain except for files with different
license inside them.