qpsmtpd/plugins/auth
Matt Simerson a6e664ce83 Altered SASL method to include the mechanism in log entries.
removed auth method from return calls in all auth plugins. The caller knows the mechanism already. In the code, the difference looks like this:

before:
        or return (DENY, "authcvm/$method");
after:
        or return (DENY, "authcvm");

Added debug level log entries in auth_vpopmaild

Conflicts:

	plugins/auth/auth_vpopmail_sql
2012-05-06 16:20:25 -07:00
..
auth_checkpassword Altered SASL method to include the mechanism in log entries. 2012-05-06 16:20:25 -07:00
auth_cvm_unix_local Altered SASL method to include the mechanism in log entries. 2012-05-06 16:20:25 -07:00
auth_flat_file refactored Qpsmtpd::Auth::SASL 2012-05-06 16:17:02 -07:00
auth_ldap_bind moved POD to top of file 2012-05-06 15:46:51 -07:00
auth_vpopmail Altered SASL method to include the mechanism in log entries. 2012-05-06 16:20:25 -07:00
auth_vpopmail_sql Altered SASL method to include the mechanism in log entries. 2012-05-06 16:20:25 -07:00
auth_vpopmaild Altered SASL method to include the mechanism in log entries. 2012-05-06 16:20:25 -07:00
authdeny make authdeny POD docs match plugin name 2012-05-06 16:02:56 -07:00