Virtual-host aware auth-smtpd authenticator

@convert-repo convert-repo authored on 19 Oct 2017
archive Initial revision 17 years ago
.hgtags update tags 6 years ago
INSTALL cmd5apoppw-7 9 years ago
Makefile Support logging of auth 6 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 Support Solaris/Sparc(bigendian). 9 years ago
ht.c Support Solaris/Sparc(bigendian). 9 years ago
ht.mak Initial revision 17 years ago
main.c Support logging of auth 6 years ago
md5.c Fix2 for new md5 files 9 years ago
md5.h Support Solaris/Sparc(bigendian). 9 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.