src/login-common/sasl-server.c
2007-11-05 "Unsupported auth mechanism" and "Plaintext auth disabled" errors should
2007-03-27 If authentication fails for any reason, reset waiting_auth_reply.
2007-03-27 Update waiting_auth_reply early enough, so that if client does another
2007-03-07 After calling sasl_callback() the client may be destroyed already. Don't try
2007-02-16 Make sure we crash if we're trying to call sasl_callback() too many times.
2007-02-06 Assert-crashfixes
2006-12-05 proxy=y logins can't log in either.
2006-12-03 Uppercase the auth mechanism name so it's always uppercased in logs.
2006-11-07 Crashfixes and more asserts. Mostly related to use of AUTHENTICATE/AUTH
2006-06-05 IMAP: Reply with tagged BAD if authentication is aborted because client sent
2006-01-13 Added "bool" type and changed all ints that were used as booleans to bool.
2005-10-01 Added ssl_username_from_cert setting. Not actually tested yet..
2005-05-14 Added configurable logging for login process. Added configurable pop3 logout
2005-01-07 cleanup
2004-10-19 s/protocol/service/ in authentication
2004-10-19 Use reason=xx field in FAIL to report the error message instead of separate
2004-10-18 Added IMAP and POP3 proxying support.
2004-10-18 Implemented support for LOGIN-REFERRALS using "referral" and "reason"
2004-10-13 Changed dovecot-auth protocol to ASCII based. Should be easier now to write
2004-10-11 Login process cleanups. Share more authentication code between pop3/imap.