Home
last modified time | relevance | path

Searched refs:auth_methods (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_pop3_module.c76 offsetof(ngx_mail_pop3_srv_conf_t, auth_methods),
141 ngx_conf_merge_bitmask_value(conf->auth_methods, in ngx_mail_pop3_merge_srv_conf()
142 prev->auth_methods, in ngx_mail_pop3_merge_srv_conf()
146 if (conf->auth_methods & NGX_MAIL_AUTH_PLAIN_ENABLED) { in ngx_mail_pop3_merge_srv_conf()
147 conf->auth_methods |= NGX_MAIL_AUTH_LOGIN_ENABLED; in ngx_mail_pop3_merge_srv_conf()
192 if (m & conf->auth_methods) { in ngx_mail_pop3_merge_srv_conf()
223 if (m & conf->auth_methods) { in ngx_mail_pop3_merge_srv_conf()
263 if (m & conf->auth_methods) { in ngx_mail_pop3_merge_srv_conf()
288 if (m & conf->auth_methods) { in ngx_mail_pop3_merge_srv_conf()
H A Dngx_mail_imap_module.c83 offsetof(ngx_mail_imap_srv_conf_t, auth_methods),
154 ngx_conf_merge_bitmask_value(conf->auth_methods, in ngx_mail_imap_merge_srv_conf()
155 prev->auth_methods, in ngx_mail_imap_merge_srv_conf()
187 if (m & conf->auth_methods) { in ngx_mail_imap_merge_srv_conf()
213 if (m & conf->auth_methods) { in ngx_mail_imap_merge_srv_conf()
H A Dngx_mail_smtp_module.c83 offsetof(ngx_mail_smtp_srv_conf_t, auth_methods),
159 ngx_conf_merge_bitmask_value(conf->auth_methods, in ngx_mail_smtp_merge_srv_conf()
160 prev->auth_methods, in ngx_mail_smtp_merge_srv_conf()
215 if (m & conf->auth_methods) { in ngx_mail_smtp_merge_srv_conf()
258 if (m & conf->auth_methods) { in ngx_mail_smtp_merge_srv_conf()
H A Dngx_mail_pop3_module.h23 ngx_uint_t auth_methods; member
H A Dngx_mail_imap_module.h24 ngx_uint_t auth_methods; member
H A Dngx_mail_smtp_module.h30 ngx_uint_t auth_methods; member
H A Dngx_mail_pop3_handler.c42 if (pscf->auth_methods in ngx_mail_pop3_init_session()
412 if (!(pscf->auth_methods & NGX_MAIL_AUTH_APOP_ENABLED)) { in ngx_mail_pop3_apop()
491 if (!(pscf->auth_methods & NGX_MAIL_AUTH_CRAM_MD5_ENABLED)) { in ngx_mail_pop3_auth()
504 if (!(pscf->auth_methods & NGX_MAIL_AUTH_EXTERNAL_ENABLED)) { in ngx_mail_pop3_auth()
H A Dngx_mail_imap_handler.c388 if (!(iscf->auth_methods & NGX_MAIL_AUTH_CRAM_MD5_ENABLED)) { in ngx_mail_imap_authenticate()
409 if (!(iscf->auth_methods & NGX_MAIL_AUTH_EXTERNAL_ENABLED)) { in ngx_mail_imap_authenticate()
H A Dngx_mail_smtp_handler.c641 if (!(sscf->auth_methods & NGX_MAIL_AUTH_CRAM_MD5_ENABLED)) { in ngx_mail_smtp_auth()
662 if (!(sscf->auth_methods & NGX_MAIL_AUTH_EXTERNAL_ENABLED)) { in ngx_mail_smtp_auth()
684 if (!(sscf->auth_methods & NGX_MAIL_AUTH_NONE_ENABLED)) { in ngx_mail_smtp_mail()