Home
last modified time | relevance | path

Searched refs:authorisation_id (Results 1 – 5 of 5) sorted by relevance

/dports/mail/perdition/perdition-2.2/perdition/
H A Dsasl_plain.c92 if (!authorisation_id) { in sasl_plain_challenge_decode()
97 saslprep_str = authorisation_id; in sasl_plain_challenge_decode()
98 authorisation_id = saslprep(authorisation_id); in sasl_plain_challenge_decode()
100 if (!authorisation_id) { in sasl_plain_challenge_decode()
106 out.data += strlen(authorisation_id); in sasl_plain_challenge_decode()
107 out.len -= strlen(authorisation_id); in sasl_plain_challenge_decode()
171 free(authorisation_id); in sasl_plain_challenge_decode()
192 if (auth->authorisation_id) in sasl_plain_challenge_encode()
204 if (auth->authorisation_id) { in sasl_plain_challenge_encode()
205 strcpy(in.data, auth->authorisation_id); in sasl_plain_challenge_encode()
[all …]
H A Dauth.h8 char *authorisation_id; /* Optional user to use the credentials of member
31 if (auth->authorisation_id) in auth_set_authorisation_id()
32 auth->authorisation_id = id; in auth_set_authorisation_id()
39 if (auth->authorisation_id) in auth_get_authorisation_id()
40 return auth->authorisation_id; in auth_get_authorisation_id()
57 free(auth->authorisation_id); in auth_free_data()
73 static inline struct auth auth_set_sasl_plain(char *authorisation_id, in auth_set_sasl_plain() argument
79 .authorisation_id = authorisation_id, in auth_set_sasl_plain()
H A Dperdition.c168 struct quoted_str authorisation_id = quote_str(auth->authorisation_id); in perdition_log_auth() local
203 from_to_host_str, eu_ssl, authorisation_id.quote, in perdition_log_auth()
204 authorisation_id.str, authorisation_id.quote, in perdition_log_auth()
299 struct quoted_str authorisation_id = quote_str(auth->authorisation_id); in perdition_log_close_early() local
305 authorisation_id.quote, in perdition_log_close_early()
306 authorisation_id.str, in perdition_log_close_early()
307 authorisation_id.quote, in perdition_log_close_early()
314 struct quoted_str authorisation_id = quote_str(auth->authorisation_id); in perdition_log_close() local
321 authorisation_id.quote, in perdition_log_close()
322 authorisation_id.str, in perdition_log_close()
[all …]
/dports/security/py-fail2ban/fail2ban-0.11.2/config/filter.d/
H A Dperdition.conf13 …line)sAuth: <HOST>:\d+->(\d{1,3}\.){3}\d{1,3}:\d+ client-secure=\S+ authorisation_id=NONE authenti…
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/tests/files/logs/
H A Dperdition2 …3194]: Auth: 192.168.8.100:2274->193.48.191.9:993 client-secure=ssl authorisation_id=NONE authenti…