"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/lib-master/master-service-settings.h" 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.

master-service-settings.h  (dovecot-2.3.16):master-service-settings.h  (dovecot-2.3.17)
skipping to change at line 52 skipping to change at line 52
bool parse_full_config; bool parse_full_config;
/* Either/both module and extra_modules can be set. Usually just one /* Either/both module and extra_modules can be set. Usually just one
is needed, so module is simpler to set. */ is needed, so module is simpler to set. */
const char *module; const char *module;
const char *const *extra_modules; const char *const *extra_modules;
const char *service; const char *service;
const char *username; const char *username;
struct ip_addr local_ip, remote_ip; struct ip_addr local_ip, remote_ip;
const char *local_name; const char *local_name;
/* A bit of a memory saving kludge: Mail processes (especially imap)
shouldn't read ssl_ca setting since it's likely not needed and it
can use a lot of memory. */
bool no_ssl_ca;
}; };
struct master_service_settings_output { struct master_service_settings_output {
/* if service was not given for lookup, this contains names of services /* if service was not given for lookup, this contains names of services
that have more specific settings */ that have more specific settings */
const char *const *specific_services; const char *const *specific_services;
/* some settings for this service (or if service was not given, /* some settings for this service (or if service was not given,
all services) contain local/remote ip/host specific settings all services) contain local/remote ip/host specific settings
(but this lookup didn't necessarily return any of them). */ (but this lookup didn't necessarily return any of them). */
 End of changes. 1 change blocks. 
0 lines changed or deleted 5 lines changed or added

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