]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
14 years agolib-storage: Error handling fix for FS layout.
Timo Sirainen [Fri, 22 Jul 2011 10:10:41 +0000 (13:10 +0300)] 
lib-storage: Error handling fix for FS layout.

14 years agolib-mail: Added message_header_is_address()
Timo Sirainen [Fri, 22 Jul 2011 10:10:09 +0000 (13:10 +0300)] 
lib-mail: Added message_header_is_address()

14 years agoindexer: Fixed loading some plugins when using configure --without-shared-libs.
Timo Sirainen [Fri, 22 Jul 2011 10:09:40 +0000 (13:09 +0300)] 
indexer: Fixed loading some plugins when using configure --without-shared-libs.

14 years agoindexer: Send OK reply to client with the given tag.
Timo Sirainen [Fri, 22 Jul 2011 10:09:14 +0000 (13:09 +0300)] 
indexer: Send OK reply to client with the given tag.

14 years agoindexer: When worker disconnects, forget which user it was attached to.
Timo Sirainen [Fri, 22 Jul 2011 10:08:39 +0000 (13:08 +0300)] 
indexer: When worker disconnects, forget which user it was attached to.
This fixes an assert crash.

14 years agolib-storage: Renamed mail_search_arg.not to match_not.
Timo Sirainen [Sat, 2 Jul 2011 04:08:26 +0000 (07:08 +0300)] 
lib-storage: Renamed mail_search_arg.not to match_not.
C++ compilers don't like the "not".

14 years agolib-storage: Made mailbox_list_mkdir_root() public
Timo Sirainen [Sat, 2 Jul 2011 02:40:54 +0000 (05:40 +0300)] 
lib-storage: Made mailbox_list_mkdir_root() public

14 years agolib-storage: mkdir APIs changed.
Timo Sirainen [Sat, 2 Jul 2011 02:38:45 +0000 (05:38 +0300)] 
lib-storage: mkdir APIs changed.

14 years agoFixed compiling ldap/sql/gssapi plugins.
Timo Sirainen [Thu, 30 Jun 2011 05:54:04 +0000 (08:54 +0300)] 
Fixed compiling ldap/sql/gssapi plugins.
I couldn't figure out any way to disable NOPLUGIN_FLAGS only for those
plugins, so those flags are now always disabled for lib-sql library and auth
binaries.

14 years agoimapc: Fixed previous UID EXPUNGE fix.
Timo Sirainen [Wed, 29 Jun 2011 19:03:24 +0000 (22:03 +0300)] 
imapc: Fixed previous UID EXPUNGE fix.

14 years agoimapc: Fixed using UID EXPUNGE for multiple messages
Timo Sirainen [Wed, 29 Jun 2011 09:34:53 +0000 (12:34 +0300)] 
imapc: Fixed using UID EXPUNGE for multiple messages

14 years agofts: Replaced unnecessary lock()/unlock() from API with refresh()
Timo Sirainen [Mon, 27 Jun 2011 20:48:06 +0000 (23:48 +0300)] 
fts: Replaced unnecessary lock()/unlock() from API with refresh()

14 years agofts: Removed the separation of "substring" and "fast" fts backends and search keys.
Timo Sirainen [Mon, 27 Jun 2011 20:40:13 +0000 (23:40 +0300)] 
fts: Removed the separation of "substring" and "fast" fts backends and search keys.
No one wants to use two separate backends and it just makes the code more
difficult.

14 years agodoveadm index: Added -q option to do indexing via the new indexer service.
Timo Sirainen [Mon, 27 Jun 2011 20:03:00 +0000 (23:03 +0300)] 
doveadm index: Added -q option to do indexing via the new indexer service.

14 years agoAdded "indexer" service, which uses worker processes to perform queued mailbox indexing.
Timo Sirainen [Mon, 27 Jun 2011 20:02:40 +0000 (23:02 +0300)] 
Added "indexer" service, which uses worker processes to perform queued mailbox indexing.
Only a single worker process will index the same user at the same time. This
avoids lock waits, especially when doing full text search indexing with
backends that require locking.

14 years agoliblib: Added [tp]_strsplit_tabescaped()
Timo Sirainen [Mon, 27 Jun 2011 19:58:49 +0000 (22:58 +0300)] 
liblib: Added [tp]_strsplit_tabescaped()

14 years agolib-master: Added master_service_set_idle_die_callback()
Timo Sirainen [Mon, 27 Jun 2011 19:58:31 +0000 (22:58 +0300)] 
lib-master: Added master_service_set_idle_die_callback()

14 years agomaster process now tells its children their service's process_limit.
Timo Sirainen [Mon, 27 Jun 2011 19:57:56 +0000 (22:57 +0300)] 
master process now tells its children their service's process_limit.

14 years agoMerged changes from v2.0 tree.
Timo Sirainen [Sun, 26 Jun 2011 16:34:00 +0000 (19:34 +0300)] 
Merged changes from v2.0 tree.

14 years agodoveadm: Minor code cleanup
Timo Sirainen [Sun, 26 Jun 2011 16:11:52 +0000 (19:11 +0300)] 
doveadm: Minor code cleanup

14 years agolib-storage: Error message fix.
Timo Sirainen [Thu, 23 Jun 2011 17:00:16 +0000 (20:00 +0300)] 
lib-storage: Error message fix.

14 years agolib-storage: Treat "INBOX" in INBOX/children also case-insensitively.
Timo Sirainen [Thu, 23 Jun 2011 17:00:04 +0000 (20:00 +0300)] 
lib-storage: Treat "INBOX" in INBOX/children also case-insensitively.

14 years agolib-storage: Fixed +key=value support to actually work.
Timo Sirainen [Wed, 22 Jun 2011 17:26:24 +0000 (20:26 +0300)] 
lib-storage: Fixed +key=value support to actually work.

14 years agolib-storage: MAILBOX_SYNC_FLAG_PRECACHE did nothing when mail_debug=yes
Timo Sirainen [Wed, 22 Jun 2011 17:16:16 +0000 (20:16 +0300)] 
lib-storage: MAILBOX_SYNC_FLAG_PRECACHE did nothing when mail_debug=yes

14 years agossl-params: Make sure we don't leak a timeout.
Timo Sirainen [Thu, 16 Jun 2011 13:37:42 +0000 (16:37 +0300)] 
ssl-params: Make sure we don't leak a timeout.

14 years agoMoved the main functionality from "doveadm index" to MAILBOX_SYNC_FLAG_PRECACHE
Timo Sirainen [Tue, 14 Jun 2011 13:59:57 +0000 (16:59 +0300)] 
Moved the main functionality from "doveadm index" to MAILBOX_SYNC_FLAG_PRECACHE
This also allows plugins to hook into the sync and implement their own
precaching easily. fts indexing is now done this way rather than kludging.

14 years agoMerged changes from v2.0 tree.
Timo Sirainen [Tue, 14 Jun 2011 13:28:55 +0000 (16:28 +0300)] 
Merged changes from v2.0 tree.

14 years agolmtp: Fixed parsing quoted strings with spaces as local-part for MAIL FROM and RCPT TO.
Timo Sirainen [Mon, 13 Jun 2011 14:17:59 +0000 (17:17 +0300)] 
lmtp: Fixed parsing quoted strings with spaces as local-part for MAIL FROM and RCPT TO.

14 years agolib-storage: When "Recent flags state corrupted" happens, avoid assert-crashing after...
Timo Sirainen [Fri, 10 Jun 2011 16:11:00 +0000 (19:11 +0300)] 
lib-storage: When "Recent flags state corrupted" happens, avoid assert-crashing afterwards.

14 years agolib-storage: Allow appending to existing settings via userdb extra fields.
Timo Sirainen [Wed, 8 Jun 2011 13:05:32 +0000 (16:05 +0300)] 
lib-storage: Allow appending to existing settings via userdb extra fields.
"foo=bar" replaces the setting, while "+foo=bar" appends to the setting.

14 years agovpopmail: Fixed opening SMTP relays.
Timo Sirainen [Wed, 8 Jun 2011 13:04:35 +0000 (16:04 +0300)] 
vpopmail: Fixed opening SMTP relays.
Also don't even try to open IPv6 relays, since vpopmail becomes an open
relay then. Based on patch by Matt Brookings.

14 years agoauth_username_format default changed to %Lu
Timo Sirainen [Tue, 7 Jun 2011 13:17:25 +0000 (16:17 +0300)] 
auth_username_format default changed to %Lu

14 years agolib-storage: Fixed mail_chroot to work when process was already chrooted there.
Timo Sirainen [Tue, 7 Jun 2011 13:12:13 +0000 (16:12 +0300)] 
lib-storage: Fixed mail_chroot to work when process was already chrooted there.

14 years agoldap: Fixed random assert-crashing with with sasl_bind=yes.
Timo Sirainen [Tue, 7 Jun 2011 12:18:19 +0000 (15:18 +0300)] 
ldap: Fixed random assert-crashing with with sasl_bind=yes.

14 years agoUse SA_RESTART flag for signals wherever possible.
Timo Sirainen [Mon, 6 Jun 2011 15:26:45 +0000 (18:26 +0300)] 
Use SA_RESTART flag for signals wherever possible.
Only SIGTERM (and SIGINT for standalone programs) shouldn't use it.

14 years agolib_signals_set_handler(): Changed API to take flags instead of boolean.
Timo Sirainen [Mon, 6 Jun 2011 15:25:52 +0000 (18:25 +0300)] 
lib_signals_set_handler(): Changed API to take flags instead of boolean.
This is still compatible with the old API, because using FALSE/TRUE as the
flags still maps to the same behavior.

14 years agolib-signals: Removed unnecessary code.
Timo Sirainen [Mon, 6 Jun 2011 15:06:22 +0000 (18:06 +0300)] 
lib-signals: Removed unnecessary code.

14 years agoscript-login: When not using "-d" parameter, don't do unnecessary config lookup.
Timo Sirainen [Fri, 3 Jun 2011 15:54:27 +0000 (18:54 +0300)] 
script-login: When not using "-d" parameter, don't do unnecessary config lookup.

14 years agodoveadm acl debug: Show also path to mailbox if it doens't exist.
Timo Sirainen [Fri, 3 Jun 2011 15:11:00 +0000 (18:11 +0300)] 
doveadm acl debug: Show also path to mailbox if it doens't exist.

14 years agomaster: Fail at startup if default_login_user or default_internal_user doesn't exist.
Timo Sirainen [Fri, 3 Jun 2011 14:37:25 +0000 (17:37 +0300)] 
master: Fail at startup if default_login_user or default_internal_user doesn't exist.

14 years agoeacces_get_error(): Give even better error message for directory permission errors.
Timo Sirainen [Fri, 3 Jun 2011 14:22:09 +0000 (17:22 +0300)] 
eacces_get_error(): Give even better error message for directory permission errors.

14 years agoeaccess_get_error(): Show also directory mode.
Timo Sirainen [Fri, 3 Jun 2011 14:13:59 +0000 (17:13 +0300)] 
eaccess_get_error(): Show also directory mode.

14 years agoeaccess_get_error(): Fixes to reporting dir permissions.
Timo Sirainen [Fri, 3 Jun 2011 14:07:37 +0000 (17:07 +0300)] 
eaccess_get_error(): Fixes to reporting dir permissions.
Also fixed an infinite loop if stat("/") fails.

14 years agoIMAP: Treat also "inbox/" case-insensitively as invalid mailbox name.
Timo Sirainen [Fri, 3 Jun 2011 13:40:03 +0000 (16:40 +0300)] 
IMAP: Treat also "inbox/" case-insensitively as invalid mailbox name.

14 years agoIMAP: Treat "namespace prefix/" as invalid mailbox name.
Timo Sirainen [Fri, 3 Jun 2011 13:33:43 +0000 (16:33 +0300)] 
IMAP: Treat "namespace prefix/" as invalid mailbox name.

14 years agolib-storage: Treat "namespace prefix/" as invalid mailbox name.
Timo Sirainen [Fri, 3 Jun 2011 13:27:41 +0000 (16:27 +0300)] 
lib-storage: Treat "namespace prefix/" as invalid mailbox name.

14 years ago.hgignore updated
Timo Sirainen [Fri, 3 Jun 2011 12:49:50 +0000 (15:49 +0300)] 
.hgignore updated

14 years agoCompiler warning fix.
Timo Sirainen [Fri, 3 Jun 2011 12:49:30 +0000 (15:49 +0300)] 
Compiler warning fix.

14 years agodoveadm -A: Crashfix for doveadm server when using commands that print nothing.
Timo Sirainen [Fri, 3 Jun 2011 12:27:21 +0000 (15:27 +0300)] 
doveadm -A: Crashfix for doveadm server when using commands that print nothing.

14 years agofts-lucene: Fixes to work with CLucene v2.3.3.4 and new FTS API.
Timo Sirainen [Tue, 31 May 2011 12:38:03 +0000 (15:38 +0300)] 
fts-lucene: Fixes to work with CLucene v2.3.3.4 and new FTS API.
It's still not recommended to actually use this.

14 years agoliblib: Added uni_utf8_to_ucs4_n().
Timo Sirainen [Tue, 31 May 2011 12:36:22 +0000 (15:36 +0300)] 
liblib: Added uni_utf8_to_ucs4_n().

14 years agodoveadm proxy: s/kill/kick/ and related internal code changes.
Timo Sirainen [Tue, 24 May 2011 17:06:24 +0000 (20:06 +0300)] 
doveadm proxy: s/kill/kick/ and related internal code changes.
Mainly for consistency, because "doveadm kick" already existed.

14 years agoconfigure: Added missing ipc
Timo Sirainen [Mon, 23 May 2011 13:26:21 +0000 (16:26 +0300)] 
configure: Added missing ipc

14 years agolib-storage: Export a list of permanent flags via mailbox_status().
Timo Sirainen [Mon, 23 May 2011 13:12:44 +0000 (16:12 +0300)] 
lib-storage: Export a list of permanent flags via mailbox_status().
Removed mailbox_allow_new_keywords(), since it's now included in the status
structure. ACL plugin may limit what flags are permanent according to ACLs.

14 years agodoveadm: Compile fix for recent auth change.
Timo Sirainen [Mon, 23 May 2011 12:47:27 +0000 (15:47 +0300)] 
doveadm: Compile fix for recent auth change.

14 years agoacl: ACLs apply to private flags as well. Fixed returning READ-ONLY resp-code.
Timo Sirainen [Mon, 23 May 2011 12:45:44 +0000 (15:45 +0300)] 
acl: ACLs apply to private flags as well. Fixed returning READ-ONLY resp-code.

14 years agoauth: Don't log warnings/errors when guessing a password's scheme.
Timo Sirainen [Mon, 23 May 2011 12:38:16 +0000 (15:38 +0300)] 
auth: Don't log warnings/errors when guessing a password's scheme.

14 years agoauth: Give password scheme suggestions also when passdb data is invalid for scheme.
Timo Sirainen [Mon, 23 May 2011 12:37:43 +0000 (15:37 +0300)] 
auth: Give password scheme suggestions also when passdb data is invalid for scheme.

14 years agodirector: Changed the "user killed" delay from 12 secs to 2 secs.
Timo Sirainen [Mon, 23 May 2011 12:05:13 +0000 (15:05 +0300)] 
director: Changed the "user killed" delay from 12 secs to 2 secs.
It was 12 secs only for testing.

14 years agoipc: Fixes when sending commands to an empty group.
Timo Sirainen [Mon, 23 May 2011 12:04:36 +0000 (15:04 +0300)] 
ipc: Fixes when sending commands to an empty group.

14 years agodirector: Added support for moving user to another server with "doveadm director...
Timo Sirainen [Mon, 23 May 2011 11:54:02 +0000 (14:54 +0300)] 
director: Added support for moving user to another server with "doveadm director move".

14 years agomessage header parser: Allow NULs in header name also when header is missing ':'.
Timo Sirainen [Fri, 20 May 2011 18:46:32 +0000 (21:46 +0300)] 
message header parser: Allow NULs in header name also when header is missing ':'.
This doesn't fix any crashes/corruption unlike the earlier fix, but it makes
the code more correct. Although it might help with mbox rewriting seeing
some size mismatches (or might not).

14 years agologin proxy: Show in disconnect reason who did the disconnection and possible error.
Timo Sirainen [Fri, 20 May 2011 16:54:57 +0000 (19:54 +0300)] 
login proxy: Show in disconnect reason who did the disconnection and possible error.

14 years agodoveadm: Added "proxy list" and "proxy kill" commands.
Timo Sirainen [Fri, 20 May 2011 15:47:26 +0000 (18:47 +0300)] 
doveadm: Added "proxy list" and "proxy kill" commands.

14 years agologin proxy: Connect to IPC server and implement KILL and LIST commands.
Timo Sirainen [Fri, 20 May 2011 15:47:02 +0000 (18:47 +0300)] 
login proxy: Connect to IPC server and implement KILL and LIST commands.

14 years agoAdded support for a simplified IPC infrastructure.
Timo Sirainen [Fri, 20 May 2011 15:45:29 +0000 (18:45 +0300)] 
Added support for a simplified IPC infrastructure.
The idea is that you have one "ipc" proxy process, where all server
processes connect to. IPC clients can then connect to the proxy and ask it
to forward commands to either a specific server or all servers. The proxy
does this, and forwards back any replies from the server.

14 years agodoveadm: Added doveadm_allowed_commands setting, which is used by doveadm server.
Timo Sirainen [Fri, 20 May 2011 11:21:51 +0000 (14:21 +0300)] 
doveadm: Added doveadm_allowed_commands setting, which is used by doveadm server.

14 years agodoveadm server: Fixed running multiple commands without crashing.
Timo Sirainen [Fri, 20 May 2011 11:20:46 +0000 (14:20 +0300)] 
doveadm server: Fixed running multiple commands without crashing.

14 years agodoveadm: Added support for using local/remote {} settings.
Timo Sirainen [Fri, 20 May 2011 11:08:43 +0000 (14:08 +0300)] 
doveadm: Added support for using local/remote {} settings.

14 years agodoveadm: Added simple PLAIN authentication for remote connections.
Timo Sirainen [Fri, 20 May 2011 10:30:40 +0000 (13:30 +0300)] 
doveadm: Added simple PLAIN authentication for remote connections.
Currently clients are required to use "doveadm" as the username and the
password must match doveadm_password setting. When using doveadm as a
client, it automatically uses these settings when connecting to remote
servers.

14 years agodoveadm: Added doveadm_proxy_port setting to make it work with proxying.
Timo Sirainen [Fri, 20 May 2011 10:05:16 +0000 (13:05 +0300)] 
doveadm: Added doveadm_proxy_port setting to make it work with proxying.

14 years agodoveadm: Set service=doveadm for userdb lookup.
Timo Sirainen [Fri, 20 May 2011 10:03:34 +0000 (13:03 +0300)] 
doveadm: Set service=doveadm for userdb lookup.

14 years agopop3: If mail storage couldn't be initialized, send -ERR to client before disconnecting.
Timo Sirainen [Mon, 16 May 2011 14:34:42 +0000 (17:34 +0300)] 
pop3: If mail storage couldn't be initialized, send -ERR to client before disconnecting.

14 years agopop3: Add [IN-USE] to all login -ERR replies.
Timo Sirainen [Mon, 16 May 2011 14:29:40 +0000 (17:29 +0300)] 
pop3: Add [IN-USE] to all login -ERR replies.

14 years agoimap: Changed default imap_logout_format.
Timo Sirainen [Mon, 16 May 2011 14:06:11 +0000 (17:06 +0300)] 
imap: Changed default imap_logout_format.

14 years agoimap: If client disconnects in APPEND, log more about what it did before that.
Timo Sirainen [Mon, 16 May 2011 14:02:56 +0000 (17:02 +0300)] 
imap: If client disconnects in APPEND, log more about what it did before that.

14 years agoCompiler warning fix on 32bit systems.
Timo Sirainen [Mon, 16 May 2011 12:53:13 +0000 (15:53 +0300)] 
Compiler warning fix on 32bit systems.
Patch by Mike Abbott / Apple

14 years agoman: Corrected cmd name in doveadm-index.1.
Pascal Volk [Wed, 11 May 2011 21:46:56 +0000 (21:46 +0000)] 
man: Corrected cmd name in doveadm-index.1.

14 years agolib-storage: Fixed checking if mail's virtual size is cached.
Timo Sirainen [Wed, 11 May 2011 20:32:26 +0000 (23:32 +0300)] 
lib-storage: Fixed checking if mail's virtual size is cached.

14 years agoimapc: Fix for 32bit systems.
Timo Sirainen [Wed, 11 May 2011 20:24:41 +0000 (23:24 +0300)] 
imapc: Fix for 32bit systems.

14 years agodoveadm: doveadm_mail_iter_init() API change to fix "doveadm fetch" crash.
Timo Sirainen [Wed, 11 May 2011 19:34:27 +0000 (22:34 +0300)] 
doveadm: doveadm_mail_iter_init() API change to fix "doveadm fetch" crash.

14 years agodoveadm search crashfix
Timo Sirainen [Wed, 11 May 2011 19:33:55 +0000 (22:33 +0300)] 
doveadm search crashfix

14 years agoCompiler warning fixes
Timo Sirainen [Wed, 11 May 2011 19:29:48 +0000 (22:29 +0300)] 
Compiler warning fixes

14 years agodoveadm: Code correctness fix.
Timo Sirainen [Wed, 11 May 2011 15:49:44 +0000 (18:49 +0300)] 
doveadm: Code correctness fix.

14 years agoAdded signature for changeset aa8dfa085a99
Timo Sirainen [Wed, 11 May 2011 14:59:59 +0000 (17:59 +0300)] 
Added signature for changeset aa8dfa085a99

14 years agoAdded tag 2.0.13 for changeset aa8dfa085a99
Timo Sirainen [Wed, 11 May 2011 14:59:56 +0000 (17:59 +0300)] 
Added tag 2.0.13 for changeset aa8dfa085a99

14 years agoReleased v2.0.13. 2.0.13
Timo Sirainen [Wed, 11 May 2011 14:59:56 +0000 (17:59 +0300)] 
Released v2.0.13.

14 years agoman: Added doveadm index.
Timo Sirainen [Wed, 11 May 2011 14:56:25 +0000 (17:56 +0300)] 
man: Added doveadm index.

14 years agoman: Added doveadm director dump.
Timo Sirainen [Wed, 11 May 2011 14:45:03 +0000 (17:45 +0300)] 
man: Added doveadm director dump.

14 years agoIncreased highest signal number limit. HP-UX can use at least 44.
Timo Sirainen [Wed, 11 May 2011 14:00:08 +0000 (17:00 +0300)] 
Increased highest signal number limit. HP-UX can use at least 44.

14 years agoCompile fix for HP-UX
Timo Sirainen [Wed, 11 May 2011 13:58:07 +0000 (16:58 +0300)] 
Compile fix for HP-UX

14 years agoexample-config: Updated auth_krb5_keytab comment.
Timo Sirainen [Wed, 11 May 2011 13:28:32 +0000 (16:28 +0300)] 
example-config: Updated auth_krb5_keytab comment.

14 years agoconfig: Updated obsolete protocol warning messages.
Timo Sirainen [Wed, 11 May 2011 13:20:15 +0000 (16:20 +0300)] 
config: Updated obsolete protocol warning messages.

14 years agodirector: Avoid potential problems by making sure users list is always sorted by...
Timo Sirainen [Wed, 11 May 2011 12:57:47 +0000 (15:57 +0300)] 
director: Avoid potential problems by making sure users list is always sorted by timestamp.

14 years agoman: Updated doveconf.
Timo Sirainen [Wed, 11 May 2011 12:35:20 +0000 (15:35 +0300)] 
man: Updated doveconf.

14 years agofts: Added assert to make sure all header data is valid UTF-8.
Timo Sirainen [Wed, 11 May 2011 12:20:19 +0000 (15:20 +0300)] 
fts: Added assert to make sure all header data is valid UTF-8.

14 years agomessage [header] decoder: Output only valid UTF-8 data.
Timo Sirainen [Wed, 11 May 2011 12:19:34 +0000 (15:19 +0300)] 
message [header] decoder: Output only valid UTF-8 data.

14 years agomessage header parser: Fixed handling NUL characters in header names.
Timo Sirainen [Wed, 11 May 2011 12:17:02 +0000 (15:17 +0300)] 
message header parser: Fixed handling NUL characters in header names.
line->name_len was too large and line->middle pointer may have pointed past
allocated memory.  These may have caused crashes/corruption (fts, mbox at
least).

14 years agolda: Log destination address and its source with mail_debug=yes
Timo Sirainen [Wed, 11 May 2011 11:35:15 +0000 (14:35 +0300)] 
lda: Log destination address and its source with mail_debug=yes

14 years agoexample-config: Updated auth_gssapi_hostname comment.
Timo Sirainen [Wed, 11 May 2011 11:24:18 +0000 (14:24 +0300)] 
example-config: Updated auth_gssapi_hostname comment.