Home
last modified time | relevance | path

Searched refs:authlabel (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/smtpd/
H A Dmta.c974 m_add_string(p_lka, relay->authlabel); in mta_query_secret()
1832 key.authlabel = relayh->authlabel; in mta_relay()
1833 if (!key.authlabel[0]) in mta_relay()
1834 key.authlabel = NULL; in mta_relay()
1852 if (key.authlabel) in mta_relay()
1853 r->authlabel = xstrdup(key.authlabel); in mta_relay()
1899 free(relay->authlabel); in mta_relay_unref()
1955 (void)strlcat(buf, relay->authlabel, sizeof buf); in mta_relay_to_text()
2122 if (a->authlabel == NULL && b->authlabel) in mta_relay_cmp()
2124 if (a->authlabel && b->authlabel == NULL) in mta_relay_cmp()
[all …]
H A Dto.c324 if (strlcpy(relay->authlabel, p, sizeof (relay->authlabel)) in text_to_relayhost()
325 >= sizeof (relay->authlabel)) in text_to_relayhost()
364 if (relay->authlabel[0]) { in text_to_relayhost()
H A Dsmtpd.h125 char authlabel[PATH_MAX]; member
813 char *authlabel; member