"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/auth/auth-policy.c" between
dovecot-2.3.16.tar.gz and dovecot-2.3.17.tar.gz

About: Dovecot is an IMAP and POP3 server, written with security primarily in mind.

auth-policy.c  (dovecot-2.3.16):auth-policy.c  (dovecot-2.3.17)
skipping to change at line 173 skipping to change at line 173
{ {
const struct master_service_ssl_settings *master_ssl_set = const struct master_service_ssl_settings *master_ssl_set =
master_service_ssl_settings_get(master_service); master_service_ssl_settings_get(master_service);
struct ssl_iostream_settings ssl_set; struct ssl_iostream_settings ssl_set;
i_zero(&ssl_set); i_zero(&ssl_set);
http_client_set.request_absolute_timeout_msecs = global_auth_settings->po licy_server_timeout_msecs; http_client_set.request_absolute_timeout_msecs = global_auth_settings->po licy_server_timeout_msecs;
if (global_auth_settings->debug) if (global_auth_settings->debug)
http_client_set.debug = 1; http_client_set.debug = 1;
master_service_ssl_settings_to_iostream_set(master_ssl_set, pool_datastac master_service_ssl_client_settings_to_iostream_set(master_ssl_set,
k_create(), pool_datastack_create(), &ssl_set);
MASTER_SERVICE_SSL_SETTINGS_T
YPE_CLIENT,
&ssl_set);
http_client_set.ssl = &ssl_set; http_client_set.ssl = &ssl_set;
http_client_set.event_parent = auth_event; http_client_set.event_parent = auth_event;
http_client = http_client_init(&http_client_set); http_client = http_client_init(&http_client_set);
/* prepare template */ /* prepare template */
ARRAY(struct policy_template_keyvalue) attribute_pairs; ARRAY(struct policy_template_keyvalue) attribute_pairs;
const struct policy_template_keyvalue *kvptr; const struct policy_template_keyvalue *kvptr;
string_t *template = t_str_new(64); string_t *template = t_str_new(64);
const char **ptr; const char **ptr;
 End of changes. 1 change blocks. 
5 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)