[dovecot-cvs] dovecot/src/auth auth-client-interface.h,1.7,1.8
cras at dovecot.org
cras at dovecot.org
Thu Sep 2 22:18:17 EEST 2004
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv9478/auth
Modified Files:
auth-client-interface.h
Log Message:
Tell dovecot-auth if SSL/TLS is enabled. Nothing can done with it yet
though.
Index: auth-client-interface.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-client-interface.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- auth-client-interface.h 2 Jul 2004 22:03:37 -0000 1.7
+++ auth-client-interface.h 2 Sep 2004 19:18:14 -0000 1.8
@@ -9,7 +9,8 @@
#define AUTH_REQUEST_TIMEOUT 120
enum auth_client_request_new_flags {
- AUTH_CLIENT_FLAG_SSL_VALID_CLIENT_CERT = 0x01
+ AUTH_CLIENT_FLAG_SSL_ENABLED = 0x01,
+ AUTH_CLIENT_FLAG_SSL_VALID_CLIENT_CERT = 0x02
};
enum auth_client_request_type {
More information about the dovecot-cvs
mailing list