[Dovecot] [PATCH, RFC] add APOP authentication mechanism
Hello all,
this patch add APOP authentication mechanism to dovecot 1.0-test23. Please take a look.
Best regards.
-- Andrey Panin | Linux and UNIX system administrator pazke@donpac.ru | PGP key: wwwkeys.pgp.net
On Thu, 2004-07-01 at 13:30, Andrey Panin wrote:
this patch add APOP authentication mechanism to dovecot 1.0-test23. Please take a look.
Thanks, looks pretty good to me. I'll just change a few coding style issues. Also:
if (strcmp(auth_request->protocol, "POP3")) {
if (verbose)
i_info("apop(%s): wrong protocol %s", get_log_prefix(auth_request),
auth_request->protocol);
mech_auth_finish(auth_request, NULL, 0, FALSE);
return TRUE;
}
I don't think there's really any point in checking this? Maybe someone really wants to use APOP with another protocol :)
On 01.07.2004 13:30, Andrey Panin wrote:
Hello all,
this patch add APOP authentication mechanism to dovecot 1.0-test23. Please take a look.
Best regards.
Hi!
We do not accept patches to dovecot 1.0-test23, please consider upgrading. Also APOP is already supported by 2.2
Aki
participants (3)
-
Aki Tuomi
-
Andrey Panin
-
Timo Sirainen