| 2016-02-19 |  Timo Sirainen | doveadm: Use correct uoff_t type for printf | commit | commitdiff | tree | snapshot | 
| 2016-02-19 |  Timo Sirainen | dovecot.service: Disabled ProtectSystem=full for now | commit | commitdiff | tree | snapshot | 
| 2016-02-19 |  Aki Tuomi | doveadm: Use ver2 structures for all "doveadm mailbox... | commit | commitdiff | tree | snapshot | 
| 2016-02-19 |  Aki Tuomi | doveadm: Use ver2 structures for stop & reload. | commit | commitdiff | tree | snapshot | 
| 2016-02-19 |  Aki Tuomi | doveadm: Implement HTTP server API, slightly based... | commit | commitdiff | tree | snapshot | 
| 2016-02-19 |  Timo Sirainen | doveadm: Code cleanup - moved code to client_connection... | commit | commitdiff | tree | snapshot | 
| 2016-02-19 |  Aki Tuomi | doveadm: Add infrastructure for doveadm_cmd_ver2 | commit | commitdiff | tree | snapshot | 
| 2016-02-19 |  Aki Tuomi | doveadm: Add unit tests for i_strccdascmp | commit | commitdiff | tree | snapshot | 
| 2016-02-19 |  Aki Tuomi | doveadm: Add i_strccdascmp() | commit | commitdiff | tree | snapshot | 
| 2016-02-19 |  Timo Sirainen | doveadm: If user lookup fails, log an error but don... | commit | commitdiff | tree | snapshot | 
| 2016-02-19 |  Timo Sirainen | doveadm: Code cleanup - Removed passing through unneces... | commit | commitdiff | tree | snapshot | 
| 2016-02-19 |  Aki Tuomi | doveadm: Code cleanup - move code to doveadm_mail_cmd_e... | commit | commitdiff | tree | snapshot | 
| 2016-02-19 |  Aki Tuomi | lib-http: Add accessors for some response details | commit | commitdiff | tree | snapshot | 
| 2016-02-18 |  Aki Tuomi | dovecot: improve systemd support | commit | commitdiff | tree | snapshot | 
| 2016-02-16 |  Timo Sirainen | fts: When searching data headers, don't expand search... | commit | commitdiff | tree | snapshot | 
| 2016-02-16 |  Timo Sirainen | fts: Code cleanup - moved fts_header_has_language(... | commit | commitdiff | tree | snapshot | 
| 2016-02-16 |  Timo Sirainen | lib-storage: Avoid duplicate work when a search query... | commit | commitdiff | tree | snapshot | 
| 2016-02-16 |  Timo Sirainen | lib-mail: Added message_search_more_get_decoded() | commit | commitdiff | tree | snapshot | 
| 2016-02-11 |  Timo Sirainen | auth: Moved all passdb/userdb template handling to... | commit | commitdiff | tree | snapshot | 
| 2016-02-11 |  Timo Sirainen | auth: Moved cache_key from passdb_module to auth_passdb. | commit | commitdiff | tree | snapshot | 
| 2016-02-11 |  Timo Sirainen | lib-http: server: Error handling fix - avoid potential... | commit | commitdiff | tree | snapshot | 
| 2016-02-11 |  Timo Sirainen | login-proxy: Preserve client's istream even after login. | commit | commitdiff | tree | snapshot | 
| 2016-02-11 |  Timo Sirainen | lib: Added i_stream_set_persistent_buffers() | commit | commitdiff | tree | snapshot | 
| 2016-02-11 |  Timo Sirainen | lib: Ignore ENOSYS errors from madvise() calls. | commit | commitdiff | tree | snapshot | 
| 2016-02-11 |  Stephan Bosch | lib-http: Created test program that tests payload excha... | commit | commitdiff | tree | snapshot | 
| 2016-02-11 |  Stephan Bosch | lib-http: server: Implemented blocking request input... | commit | commitdiff | tree | snapshot | 
| 2016-02-11 |  Stephan Bosch | lib-http: server: Implemented blocking response output... | commit | commitdiff | tree | snapshot | 
| 2016-02-11 |  Stephan Bosch | lib-http: server: Created blocking http_server_response... | commit | commitdiff | tree | snapshot | 
| 2016-02-11 |  Stephan Bosch | lib-http: server: Added some request debug logging. | commit | commitdiff | tree | snapshot | 
| 2016-02-11 |  Stephan Bosch | lib-http: request parser: Added support for explicitly... | commit | commitdiff | tree | snapshot | 
| 2016-02-11 |  Michael M Slusarz | lib-sql: Allow port to be configured for Cassandra... | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Timo Sirainen | lib-storage: Added missing %{userdb:*:default} handling | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Timo Sirainen | lib-storage: Deduplicate %{userdb:*} handling for mail_... | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Timo Sirainen | *-login: Pass client_auth_reply to client.auth_result... | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Timo Sirainen | auth: Added "fail" parameter, which fails the passdb... | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Timo Sirainen | auth: Don't revert any previous failed=TRUE status... | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Timo Sirainen | Makefile: Added missing ostream-escaped.h | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Timo Sirainen | lib-http: Fixed test-http-request-parser unit test | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Aki Tuomi | lib: Add ostream-escaped filter | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Aki Tuomi | doveadm-print: Fix doveadm_print_json_print_stream | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Stephan Bosch | lib-http: message parser: Made sure that payload stream... | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Stephan Bosch | lib-http: server: Make sure that any pending request... | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Stephan Bosch | lib-http: server: Sometimes a success response was... | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Stephan Bosch | lib-http: server: Fixed memory problem reported by... | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Stephan Bosch | lib-http: server: Fixed datastack framing problem in... | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Stephan Bosch | lib-http: request parser: Made sure that partially... | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Stephan Bosch | lib-http: client: Fixed pipelining bug: client sometime... | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Stephan Bosch | lib-http: client: Make sure that any pending request... | commit | commitdiff | tree | snapshot | 
| 2016-02-10 |  Stephan Bosch | lib-http: Forgot to assign pointer parameter to NULL... | commit | commitdiff | tree | snapshot | 
| 2016-02-09 |  Timo Sirainen | Makefile: Added missing auth-request-stats.h | commit | commitdiff | tree | snapshot | 
| 2016-02-08 |  Timo Sirainen | doveadm auth test/login: Added -M <master user> parameter. | commit | commitdiff | tree | snapshot | 
| 2016-02-08 |  Timo Sirainen | stats: Minor error message cleanup. | commit | commitdiff | tree | snapshot | 
| 2016-02-08 |  Timo Sirainen | auth: If auth_stats=yes, send statistics to stats process. | commit | commitdiff | tree | snapshot | 
| 2016-02-08 |  Michael M Slusarz | man: document dsync -m and -R options | commit | commitdiff | tree | snapshot | 
| 2016-02-08 |  Timo Sirainen | lib-master: Fail if syslog_facility's value is unknown. | commit | commitdiff | tree | snapshot | 
| 2016-02-08 |  Timo Sirainen | acl: If acl_user is set, use it for ACL username checks... | commit | commitdiff | tree | snapshot | 
| 2016-02-05 |  Timo Sirainen | auth: Small code cleanup to auth cache - deduplicate... | commit | commitdiff | tree | snapshot | 
| 2016-02-05 |  Timo Sirainen | auth: Minor code cleanup - fix parameter type | commit | commitdiff | tree | snapshot | 
| 2016-02-05 |  Timo Sirainen | auth: If auth cache lookup results in expired entry... | commit | commitdiff | tree | snapshot | 
| 2016-02-05 |  Timo Sirainen | stats: Removed accidentally commited i_panic() in abb242da | commit | commitdiff | tree | snapshot | 
| 2016-02-05 |  Timo Sirainen | stats: Split stats-connection.[ch] to lib-stats/ and... | commit | commitdiff | tree | snapshot | 
| 2016-02-05 |  Timo Sirainen | stats: Added ADD-USER command to add stats to a user... | commit | commitdiff | tree | snapshot | 
| 2016-02-05 |  Timo Sirainen | stats: Renamed mail-server-connection to fifo-input... | commit | commitdiff | tree | snapshot | 
| 2016-02-04 |  Timo Sirainen | lib-mail: Reading from istream-header-filter second... | commit | commitdiff | tree | snapshot | 
| 2016-02-04 |  Timo Sirainen | lib: Fixed calling json_parse_skip_next() within arrays | commit | commitdiff | tree | snapshot | 
| 2016-02-04 |  Timo Sirainen | lib: If json-parser has JSON_PARSER_NO_ROOT_OBJECT... | commit | commitdiff | tree | snapshot | 
| 2016-02-03 |  Timo Sirainen | lib: Avoid typeof() if HAVE_TYPEOF isn't set, even... | commit | commitdiff | tree | snapshot | 
| 2016-02-03 |  Timo Sirainen | imap, pop3, imap-urlauth: Added -a <auth-master socket... | commit | commitdiff | tree | snapshot | 
| 2016-02-03 |  Timo Sirainen | *-login: Added -l parameter to specify the socket where... | commit | commitdiff | tree | snapshot | 
| 2016-02-03 |  Timo Sirainen | imap: SETMETADATA shouldn't crash when value parameter... | commit | commitdiff | tree | snapshot | 
| 2016-02-03 |  Timo Sirainen | lib-sasl: Compiler warning fix for previous EXTERNAL... | commit | commitdiff | tree | snapshot | 
| 2016-02-03 |  Timo Sirainen | lib-sasl: Don't require authid for EXTERNAL mechanism... | commit | commitdiff | tree | snapshot | 
| 2016-02-03 |  Timo Sirainen | lib-sasl: Added support for EXTERNAL SASL mechanism | commit | commitdiff | tree | snapshot | 
| 2016-02-03 |  Aki Tuomi | doveadm: Reset JSON formatter context before reuse | commit | commitdiff | tree | snapshot | 
| 2016-02-02 |  Timo Sirainen | pop3c: Compiler warning fixes to earlier change | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Timo Sirainen | imapc: Compare INBOX in STATUS case-insensitively. | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Timo Sirainen | sdbox: Failing after saved mails' UIDs were already... | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Timo Sirainen | dsync: If mailbox importing fails, stop immediately... | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Timo Sirainen | imap: Removed now-unused cmd_sync_callback(), which... | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Timo Sirainen | imap: Removed special EXPUNGE callback for an Outlook... | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Timo Sirainen | pop3-migration: Ignore mails returned as expunged by... | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Timo Sirainen | pop3c: If prefetch fails, treat it as if prefetching... | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Timo Sirainen | pop3-migration: Use message_header_hash_more() instead... | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Timo Sirainen | lib-mail: Changed message_header_hash_more() to support... | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Timo Sirainen | lib: JSON parser can now optionally parse input that... | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Timo Sirainen | lib: Fixed json-parser to correctly parse numbers at... | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Timo Sirainen | lib: Code cleanup to json-parser - assume less that... | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Timo Sirainen | lib-mail, dsync: Moved dsync_mail_hash_more() to lib... | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Aki Tuomi | lib-http: Add function to update HTTP response status | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Aki Tuomi | doveadm: Add JSON formatter support | commit | commitdiff | tree | snapshot | 
| 2016-02-01 |  Aki Tuomi | doveadm-print: Add flag indicating number-only field | commit | commitdiff | tree | snapshot | 
| 2016-01-29 |  Timo Sirainen | Compiler warning fix to previous commit | commit | commitdiff | tree | snapshot | 
| 2016-01-29 |  Timo Sirainen | Replace host:port parsers with net_str2hostport(). | commit | commitdiff | tree | snapshot | 
| 2016-01-29 |  Timo Sirainen | lib: Added net_str2hostport() | commit | commitdiff | tree | snapshot | 
| 2016-01-29 |  Timo Sirainen | last-login: Added last_login_precision setting | commit | commitdiff | tree | snapshot | 
| 2016-01-29 |  Timo Sirainen | lib-sasl: Allow plugins to override the default SASL... | commit | commitdiff | tree | snapshot | 
| 2016-01-29 |  Timo Sirainen | lib-imap: Write invalid Content-Transfer-Encoding value... | commit | commitdiff | tree | snapshot | 
| 2016-01-29 |  Aki Tuomi | lib: Add tests for str_is_float | commit | commitdiff | tree | snapshot | 
| 2016-01-29 |  Aki Tuomi | lib: Add str_is_float check function | commit | commitdiff | tree | snapshot | 
| 2016-01-28 |  Timo Sirainen | dsync: Improved header hash v2 algorithm to remove... | commit | commitdiff | tree | snapshot | 
| next |