| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_tls_policy.c | 178 && (tls)->matchargv != 0 && (tls)->ext_mx_host_patterns != 0) 426 if (tls->matchargv == 0) 427 tls->matchargv = argv_split(val, "|"); 429 argv_split_append(tls->matchargv, val, "|"); 433 if (tls->matchargv == 0) 434 tls->matchargv = argv_split(val, ":"); 436 argv_split_append(tls->matchargv, val, ":"); 590 argv_truncate(tls->matchargv, 0); 591 argv_add(tls->matchargv, "hostname", (char *) 0); 842 if (tls->matchargv) { [all...] |
| smtp_tls_policy_test.c | 225 struct WANT_ARGV matchargv; /* Cert match patterns */ member in struct:WANT_SMTP_TLS_POLICY 260 if (match_argv("matchargv", &want->matchargv, got->matchargv) == 0) { 261 msg_warn("%s->matchargv mismatch", what); 325 .matchargv = {.argc = 1,.argv = {"hostname"}}, 372 .matchargv = {.argc = 2,.argv = {"example", ".example"}}, 416 .matchargv = {.argc = 1,.argv = {"hostname"}},
|
| smtp.h | 114 ARGV *matchargv; /* Cert match patterns */ member in struct:SMTP_TLS_POLICY 171 _tls_policy_init_tmp->matchargv = 0; \
|
| smtp_proto.c | 1076 matchargv = state->tls->matchargv, 1205 matchargv = state->tls->matchargv,
|
| /src/external/ibm-public/postfix/dist/src/tls/ |
| tls_proxy_client_scan.c | 331 if (props->matchargv) 332 argv_free((ARGV *) props->matchargv); 569 RECV_ATTR_FUNC(argv_attr_scan, &props->matchargv),
|
| tls_client.c | 450 for (i = 0; i < props->matchargv->argc; ++i) { 451 const char *name = props->matchargv->argv[i];
|
| tls_proxy_client_print.c | 340 (const void *) props->matchargv),
|
| tls.h | 516 const ARGV *matchargv; /* Cert match patterns */ member in struct:__anon82
|
| /src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| posttls-finger.c | 838 matchargv = state->match, 944 matchargv = state->match,
|