]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2017-12-07  Stephan Boschlib-http: client: Added identifier to client log messages.
2017-12-07  Stephan Boschlib-http: test-http-client: Run several clients simulta...
2017-12-07  Stephan Boschlib-http: client: shared context: Allow sharing peer...
2017-12-07  Stephan Boschlib-http: client: peer: Moved http_client_peer_reset_ba...
2017-12-07  Stephan Boschlib-http: client: peer: Moved http_client_peer_increase...
2017-12-07  Stephan Boschlib-http: client: peer: Moved http_client_peer_start_ba...
2017-12-07  Stephan Boschlib-http: client: peer: Moved http_client_peer_connect_...
2017-12-07  Stephan Boschlib-http: client: peer: Moved http_client_peer_get...
2017-12-07  Stephan Boschlib-http: client: peer: Moved http_client_peer_drop...
2017-12-07  Stephan Boschlib-http: client: peer: Moved http_client_peer_close...
2017-12-07  Stephan Boschlib-http: client: peer: Moved http_client_peer_unref...
2017-12-07  Stephan Boschlib-http: client: peer: Moved http_client_peer_ref...
2017-12-07  Stephan Boschlib-http: client: peer: Moved http_client_peer_disconne...
2017-12-07  Stephan Boschlib-http: client: peer: Moved http_client_peer_create...
2017-12-07  Stephan Boschlib-http: client: shared context: Allow sharing host...
2017-12-07  Stephan Boschlib-http: client: host: Moved http_client_host_submit_r...
2017-12-07  Stephan Boschlib-http: client: host: Moved http_client_host_check_id...
2017-12-07  Stephan Boschlib-http: client: Avoid direct access to host object...
2017-12-07  Stephan Boschlib-http: client: Moved connection pool handling from...
2017-12-07  Stephan Boschlib-http: client: Moved connection list from client...
2017-12-07  Stephan Boschlib-http: client: Created basic shared context between...
2017-12-07  Stephan Boschlib-http: client: Cosmetic changes to http-client-priva...
2017-12-07  Stephan Boschlib-http: client: Simplified initiation of connection...
2017-12-07  Stephan Boschlib-http: client: Created separate http_client_queue_ge...
2017-12-07  Stephan Boschlib-http: client: Fixed whitespace in the top comment...
2017-12-07  Aki Tuomidriver-cassandra: Free statement pool on update
2017-12-07  Aki Tuomilib-http: test-http-client - conditionally depend on...
2017-12-06  Martti Rannanjärviauth: passdb-ldap - Fix AUTH_LOG_MSG_PASSWORD_MISMATCH...
2017-12-05  Aki Tuomiauth: Fix 'Password mismatch' casing consistency
2017-12-05  Aki Tuomiauth: Fix auth_request_is_disabled_master_user
2017-12-05  Aki Tuomidoveadm-pw: Use CRYPT instead of CRAM-MD5 by default
2017-12-05  Aki Tuomiauth: Use bcrypt as default scheme for CRYPT scheme
2017-12-05  Aki Tuomiauth: Rename CRYPT scheme to DES-CRYPT
2017-12-05  Timo Sirainenlib-storage: Log an error when mailbox list index is...
2017-12-05  Timo Sirainenlib-storage: Rebuild list index when doing doveadm...
2017-12-05  Timo SirainenLAYOUT=index: Rebuild list index if INBOX is missing...
2017-12-05  Timo Sirainenlib-storage: Rename mail_storage.list_index_corrupted...
2017-12-05  Timo Sirainenlib-storage: Remove obsolete comment
2017-12-05  Aki Tuomiauth: passdb-lua - Fix mistake in nopassword handling
2017-12-04  Aki Tuomiauth: Set cache key for lua auth database
2017-12-01  Martti Rannanjärvilib: murmurhash3 - Fix Aki's email address
2017-12-01  Martti Rannanjärvilib: Add fall through comments to murmurhash3.c to...
2017-12-01  Aki Tuomilib: murmurhash3 - Fix 128 bit hash on 32 bit systems
2017-11-30  Timo Sirainendoveadm-server: Switch to TCP connection's ioloop while...
2017-11-30  Aki Tuomilib: randgen - Fallback to /dev/urandom in case getrand...
2017-11-30  Aki Tuomilib: Add bloom filter support
2017-11-30  Aki Tuomilib: Add murmurhash3 support
2017-11-30  Aki Tuomilib: bits - add circular rotation functions
2017-11-30  Sergey Kitovlib: Call prctl(PR_SET_DUMPABLE) only when PR_SET_DUMPA...
2017-11-30  Sergey Kitovlib: Add logging of prctl(PR_SET_DUMPABLE) failure.
2017-11-29  Aki Tuomiauth: test-lua - fix memory leaks
2017-11-28  Stephan Boschlib-smtp: client: Fixed sending payload with unknown...
2017-11-28  Stephan Boschlib-smtp: client: command: Implemented callback that...
2017-11-28  Stephan Boschlib-smtp: client: transaction: Fix adding a recipient...
2017-11-28  Aki Tuomiauth: test-lua - zero out auth settings in test
2017-11-28  Timo Sirainendirector: Fix logging disconnection error reasons
2017-11-28  Timo Sirainenlib: mempool-alloconly - Make sure calloc() size isn...
2017-11-28  Aki Tuomiauth: userdb-lua - Fix typo in logging
2017-11-28  Aki Tuomiauth: userdb-lua - Log error if lookup fails
2017-11-28  Aki Tuomiauth: db-lua - Fix password scheme handling
2017-11-28  Aki Tuomiauth: db-lua - fix auth request registration
2017-11-28  Aki Tuomiauth: db-lua - Do not assume params is always present...
2017-11-28  Timo Sirainenlib: Fix mempool unit tests to pass with 32bit OSes
2017-11-28  Josef 'Jeff... lib: rename bswap_*() to i_bswap()
2017-11-28  Timo Sirainendirector: Log connection stats for all types of disconn...
2017-11-28  Timo Sirainendirector: Log whether connection is synced when it...
2017-11-28  Timo Sirainendirector: Fix crash when handling expired USER timestamps.
2017-11-28  Aki Tuomipassword-scheme-sodium: ARGON2I - print errno on failure
2017-11-28  Aki Tuomipassword-scheme-sodium: Support ARGON2ID when available
2017-11-28  Aki Tuomipassword-scheme-sodium: rename ARGON2 to ARGON2I
2017-11-28  Aki Tuomipassword-scheme-sodium: Call sodium_init to improve...
2017-11-28  Frank Denisconfigure: --with-sodium doesn't add support for scrypt...
2017-11-28  Timo Sirainendoveadm-server: Fix potential dsync-server panic at...
2017-11-28  Stephan Boschpop3-login: Properly recognize an empty SASL initial...
2017-11-28  Stephan Boschimap-login: Properly recognize an empty SASL initial...
2017-11-28  Stephan Boschauth: Properly recognize an empty initial SASL response.
2017-11-28  Stephan Boschlib: strfuncs: Fixed value of uchar_empty_ptr not to...
2017-11-28  Stephan Boschlmtp: proxy: Fix connection settings comparison in...
2017-11-27  Timo Sirainenlib: mempool-alloconly - Cleanly fail allocations just...
2017-11-27  Timo Sirainenlib: Use test_expect_fatal_string() for all fatal unit...
2017-11-27  Timo Sirainenlib: Fix mempool-alloconly & mempool-allocfree unit...
2017-11-27  Timo Sirainenlib: mempool-allocfree - If calloc() fails, include...
2017-11-27  Timo Sirainenlib: Fix logging panic message if data stack canary...
2017-11-27  Timo Sirainenlib: Make sure panics/fatals don't recurse into loops
2017-11-27  Timo Sirainenlib-test: Add test_expect_fatal_string()
2017-11-27  Timo Sirainenlib-test: Cleanup - Move expected_error_str check to...
2017-11-27  Aki Tuomilib-dcrypt: test-crypto and test-stream need lib-ssl...
2017-11-27  Aki Tuomilogin-common: Do not link lib-ssl-iostream.la twice
2017-11-27  Aki Tuomiconfigure: Detect --whole-archive in linker
2017-11-27  Aki Tuomim4: Use CC, not CXX in ld_relro
2017-11-27  Timo Sirainenreplicator: Keep user referenced while dsync is running
2017-11-27  Timo Sirainenreplicator: Add refcounting to user
2017-11-27  Stephan Boschlmtp: proxy: Fixed use of hostip field after changing...
2017-11-27  Stephan Boschlmtp: proxy: Fixed proxying reply from backend server.
2017-11-27  Stephan Boschlib-smtp: Implemented function to write an SMTP reply...
2017-11-27  Aki Tuomiconfigure: Fix Lua conditionals
2017-11-27  Aki Tuomiconfigure: Drop LuaJIT support
2017-11-27  Aki Tuomilib: mempool-allocfree - include overhead in size check
2017-11-27  Timo Sirainendirector: Fix logging of uninitialized PONG buffer...
2017-11-27  Stephan Boschlib-smtp: client: Fixed cleanup of untriggered transact...
next