mail-storage-service.h (dovecot-2.3.16) | : | mail-storage-service.h (dovecot-2.3.17) | ||
---|---|---|---|---|
skipping to change at line 37 | skipping to change at line 37 | |||
/* Don't initialize logging or change log prefixes */ | /* Don't initialize logging or change log prefixes */ | |||
MAIL_STORAGE_SERVICE_FLAG_NO_LOG_INIT = 0x80, | MAIL_STORAGE_SERVICE_FLAG_NO_LOG_INIT = 0x80, | |||
/* Don't load plugins in _service_lookup() */ | /* Don't load plugins in _service_lookup() */ | |||
MAIL_STORAGE_SERVICE_FLAG_NO_PLUGINS = 0x100, | MAIL_STORAGE_SERVICE_FLAG_NO_PLUGINS = 0x100, | |||
/* Don't close auth connections because of idling. */ | /* Don't close auth connections because of idling. */ | |||
MAIL_STORAGE_SERVICE_FLAG_NO_IDLE_TIMEOUT = 0x200, | MAIL_STORAGE_SERVICE_FLAG_NO_IDLE_TIMEOUT = 0x200, | |||
/* When executing doveconf, tell it to use sysexits codes */ | /* When executing doveconf, tell it to use sysexits codes */ | |||
MAIL_STORAGE_SERVICE_FLAG_USE_SYSEXITS = 0x400, | MAIL_STORAGE_SERVICE_FLAG_USE_SYSEXITS = 0x400, | |||
/* Don't create namespaces, only the user. */ | /* Don't create namespaces, only the user. */ | |||
MAIL_STORAGE_SERVICE_FLAG_NO_NAMESPACES = 0x800, | MAIL_STORAGE_SERVICE_FLAG_NO_NAMESPACES = 0x800, | |||
/* Disable reading ssl_ca setting to save memory. */ | ||||
MAIL_STORAGE_SERVICE_FLAG_NO_SSL_CA = 0x1000, | ||||
}; | }; | |||
struct mail_storage_service_input { | struct mail_storage_service_input { | |||
struct event *event_parent; | struct event *event_parent; | |||
const char *module; | const char *module; | |||
const char *service; | const char *service; | |||
const char *username; | const char *username; | |||
/* If set, use this string as the session ID */ | /* If set, use this string as the session ID */ | |||
const char *session_id; | const char *session_id; | |||
skipping to change at line 162 | skipping to change at line 164 | |||
/* Return the settings pointed to by set_root parameter in _init(). | /* Return the settings pointed to by set_root parameter in _init(). | |||
The settings contain all the changes done by userdb lookups. */ | The settings contain all the changes done by userdb lookups. */ | |||
void **mail_storage_service_user_get_set(struct mail_storage_service_user *user) ; | void **mail_storage_service_user_get_set(struct mail_storage_service_user *user) ; | |||
const struct mail_storage_settings * | const struct mail_storage_settings * | |||
mail_storage_service_user_get_mail_set(struct mail_storage_service_user *user); | mail_storage_service_user_get_mail_set(struct mail_storage_service_user *user); | |||
const struct mail_storage_service_input * | const struct mail_storage_service_input * | |||
mail_storage_service_user_get_input(struct mail_storage_service_user *user); | mail_storage_service_user_get_input(struct mail_storage_service_user *user); | |||
struct setting_parser_context * | struct setting_parser_context * | |||
mail_storage_service_user_get_settings_parser(struct mail_storage_service_user * user); | mail_storage_service_user_get_settings_parser(struct mail_storage_service_user * user); | |||
const struct master_service_ssl_settings * | ||||
mail_storage_service_user_get_ssl_settings(struct mail_storage_service_user *use | ||||
r); | ||||
struct mail_storage_service_ctx * | struct mail_storage_service_ctx * | |||
mail_storage_service_user_get_service_ctx(struct mail_storage_service_user *user ); | mail_storage_service_user_get_service_ctx(struct mail_storage_service_user *user ); | |||
pool_t mail_storage_service_user_get_pool(struct mail_storage_service_user *user ); | pool_t mail_storage_service_user_get_pool(struct mail_storage_service_user *user ); | |||
const char * | const char * | |||
mail_storage_service_user_get_log_prefix(struct mail_storage_service_user *user) ; | mail_storage_service_user_get_log_prefix(struct mail_storage_service_user *user) ; | |||
const char * | const char * | |||
mail_storage_service_get_log_prefix(struct mail_storage_service_ctx *ctx); | mail_storage_service_get_log_prefix(struct mail_storage_service_ctx *ctx); | |||
const struct var_expand_table * | const struct var_expand_table * | |||
mail_storage_service_get_var_expand_table(struct mail_storage_service_ctx *ctx, | mail_storage_service_get_var_expand_table(struct mail_storage_service_ctx *ctx, | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 5 lines changed or added |