Virtual-host aware auth-smtpd authenticator

@yuuji yuuji authored on 25 Oct 2014
archive Initial revision 17 years ago
INSTALL cmd5apoppw-7 9 years ago
Makefile add ht to target clean: 13 years ago
README typo (; -> :) 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 cmd5apoppw-7 9 years ago
hmac_md5.c Initial revision 17 years ago
hmac_md5.h Initial revision 17 years ago
ht.c cmd5apoppw-7 9 years ago
ht.mak Initial revision 17 years ago
main.c cmd5apoppw-7 9 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/
or
% cvs -d :pserver:anonymous@yatex.org:/qmail co cmd5apoppw

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.