Searched refs:auth_methods (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_pop3_module.c | 76 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 D | ngx_mail_imap_module.c | 83 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 D | ngx_mail_smtp_module.c | 83 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 D | ngx_mail_pop3_module.h | 23 ngx_uint_t auth_methods; member
|
| H A D | ngx_mail_imap_module.h | 24 ngx_uint_t auth_methods; member
|
| H A D | ngx_mail_smtp_module.h | 30 ngx_uint_t auth_methods; member
|
| H A D | ngx_mail_pop3_handler.c | 42 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 D | ngx_mail_imap_handler.c | 388 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 D | ngx_mail_smtp_handler.c | 641 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()
|