client-authenticate.c revision 73bfdbe28c2ce6d143eadf0bab8ccfbe4cab0fae
886N/A/* Copyright (C) 2002-2004 Timo Sirainen */ 886N/A /* a) transport is secured 886N/A b) auth mechanism isn't plaintext 886N/A c) we allow insecure authentication 886N/A "Authentication aborted");
886N/A "Don't send unrequested data");
886N/A /* clear sensitive data */ 886N/A /* get back to normal client input. */ 886N/A /* Old-style SASL discovery, used by MS Outlook */ 886N/A /* <mechanism name> <initial response> */ 886N/A /* following input data will go to authentication */ 886N/A "Plaintext authentication disabled");
886N/A "-ERR Plaintext authentication disabled.");
886N/A /* authorization ID \0 authentication ID \0 pass */ 886N/A /* don't read any input from client until login is finished */ 886N/A "APOP failed: APOP not enabled");
886N/A /* <username> <md5 sum in hex> */ 886N/A "APOP failed: Invalid parameters");
886N/A /* APOP challenge \0 username \0 APOP response */ 886N/A "Invalid characters in MD5 response");
886N/A "-ERR Invalid characters in MD5 response.");
886N/A /* don't read any input from client until login is finished */