]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2019-04-30  Aki TuomiReleased v2.3.6 release-2.3.6 2.3.6
2019-04-30  Aki TuomiNEWS: Add news for 2.3.6
2019-04-29  Aki TuomiNEWS: Update news with missing entries from other branches
2019-04-29  John Fawcettfts-solr: Add soft_commit setting
2019-04-29  John Fawcettfts-solr: Add batch_size configuration option
2019-04-29  Aki Tuomifts-solr: Only increment ctx->mails_since_flush after...
2019-04-26  Stephan Boschlib-smtp: smtp-server-cmd-auth - Fix AUTH response...
2019-04-26  Stephan Boschsubmission-login: client-authenticate - Fix crash occur...
2019-04-26  Stephan Boschsubmission-login: Remove unused client->pending_starttls.
2019-04-05  Aki Tuomilib: json - Escape invalid UTF-8 as unicode bytes
2019-04-04  Stephan Boschlib-smtp: smtp-client - Fix sending of duplicate QUIT...
2019-04-04  Stephan Boschlib-smtp: client: Fix infinite loop in XCLIENT command...
2019-04-04  Stephan Boschlib-smtp: client: command: Add debug message showing...
2019-04-04  Aki Tuomiglobal: Use array_push_front
2019-04-02  Aki Tuomiglobal: Rename array_first and array_last to array_fron...
2019-04-02  Aki Tuomiglobal: Use array_pop_front
2019-04-02  Aki Tuomiglobal: Use array_pop_back
2019-04-02  Aki Tuomiglobal: Use array_push_back instead of array_append
2019-04-02  Aki Tuomiglobal: Really change array_idx(A, 0) to array_first(A)
2019-04-01  Aki Tuomiglobal: Use array_last instead of array_idx
2019-04-01  Aki Tuomiglobal: Use array_pop_back
2019-04-01  Aki Tuomiglobal: Use array_pop_front
2019-04-01  Aki Tuomiglobal: Use array_push_front
2019-04-01  Aki Tuomiglobal: Use array_push_back
2019-04-01  Aki Tuomiglobal: Use array_first instead of array_idx
2019-04-01  Aki Tuomilib: array - Add helpers for dealing with some common...
2019-04-01  Aki Tuomilib: array - Fix asserts to work correctly on 32-bit...
2019-04-01  Martti Rannanjärvilib-oauth2: Don't crash when http response has no payload
2019-04-01  Sergey Kitovlib-oauth2: Remove obsolete files.
2019-04-01  Sergey Kitovlib-oauth2: Refactor oauth request code.
2019-04-01  Sergey Kitovlib-oauth2: Add client_id and client_secret to introspe...
2019-04-01  Sergey Kitovauth: Fix deinitialization of multiple passdbs.
2019-04-01  Aki Tuomilib: Use uintptr_t in PTR_OFFSET and POINTER_CAST
2019-03-29  Stephan Boschlib-http: http-client-connection - Create function...
2019-03-29  Stephan Boschlib-http: http-client-connection - Make sure the reques...
2019-03-29  Stephan Boschlib-http: http-client-connection - Descend event from...
2019-03-28  Timo Sirainenfts: Fix buffer overflow when reading oversized fts...
2019-03-28  Timo Sirainenlib-storage: Fix buffer overflow when reading oversized...
2019-03-28  Stephan Boschlib-program-client: Run local client tests with valgrin...
2019-03-28  Stephan Boschlib-program-client: test-program-client-local: Properly...
2019-03-21  Michael Slusarzcore: Update README.md to fix broken RFC links
2019-03-21  Timo Sirainenlib: Panic on most epoll_ctl() failures
2019-03-21  Sergey Kitovauth: Add client_secret setting
2019-03-21  Sergey Kitovauth: Fix for processing oauth2 responses with 4xx...
2019-03-21  Stephan Boschlib-oauth2: Provide a unit test for the JSON response...
2019-03-21  Stephan Boschlib-oauth2: Fix assert panic occurring while skipping...
2019-03-21  Stephan Boschlib-oauth2: Fix asynchronous parsing of JSON response...
2019-03-21  Stephan Boschlib: json-parser: Add unit test on skipping various...
2019-03-21  Stephan Boschlib: json-parser: Add support for skipping a value...
2019-03-21  Aki Tuomilib-storage: pop3c - Copy SSL settings correctly
2019-03-21  Sergey Kitovauth: Fix processing of wrong password for oauth2 passw...
2019-03-21  Stephan Boschdoc: Add Solr 7.7 configuration files
2019-03-21  Martti Rannanjärvifts-solr: Add rawlog support
2019-03-21  Martti Rannanjärvifts-solr: Use fts_solr_settings struct in solr_connecti...
2019-03-21  Aki Tuomidoveadm: server-connection - Remove redundant ssl verif...
2019-03-21  Aki Tuomidoveadm: Make sure SSL settings are always available
2019-03-21  Aki Tuomilib-ssl-iostream: Add comment about using ssl_iostream_...
2019-03-21  Aki Tuomilib-ssl-iostream: Add comment about verifying certs...
2019-03-21  Aki Tuomilib-ssl-iostream: Call ssl_iostream_check_cert_validity...
2019-03-21  Aki Tuomidoveadm-server: Load SSL settings
2019-03-21  Sergey Kitovauth: Add caching to passdb-oauth.
2019-03-21  Sergey Kitovauth: Add support for oauth2 password grant
2019-03-21  Sergey Kitovlib-oauth2: Implement password grant authentication.
2019-03-21  Sergey Kitovlib-oauth2: Take http_client_request_url_str in use...
2019-03-21  Sergey Kitovlib-http: Expose origin_url of the struct http_client_r...
2019-03-21  Stephan Boschsubmission-login: Only overwrite XCLIENT fields in...
2019-03-21  Aki Tuomilib-smtp: Mark default as unreached in smtp_client_comm...
2019-03-21  Stephan Boschlib-smtp: smtp-client-command - Avoid calling the callb...
2019-03-21  Stephan Boschlib-smtp: smtp-client - Send correct size value for...
2019-03-21  Timo Sirainenlib: istreams - Don't lose IO pending state when unsett...
2019-03-21  Timo Sirainenlib: Fix i_stream_set_input_pending() when IO is set...
2019-03-21  Timo Sirainenlib: Add io_is_pending()
2019-03-21  Timo Sirainenlib-index: Add mail_index_append_finish_uids_full()
2019-03-21  Timo Sirainenlib-index: mail_index_append_finish_uids() cleanup...
2019-03-21  Aki Tuomidoveadm: Use doveadm_get_ssl_settings
2019-03-21  Aki Tuomidoveadm: dsync - use mail_storage_settings_init_ssl_cli...
2019-03-21  Aki Tuomilib-storage: mail-user - Use mail_storage_settings_init...
2019-03-21  Aki Tuomimail-storage: Add mail_storage_settings_init_ssl_client...
2019-03-21  Aki Tuomidoveadm: Use master service SSL settings
2019-03-21  Stephan Boschlib-smtp: client: Fix dead assignment in smtp_client_co...
2019-03-21  Stephan Boschlib-smtp: command: Move main loop from sub-function...
2019-03-21  Stephan Boschlib-smtp: test-smtp-client-errors: Test early DATA...
2019-03-21  Stephan Boschlib-smtp: client: Fix handling of non-blocking command...
2019-03-21  Stephan Boschlib-smtp: test-smtp-client-errors: Add test scenario...
2019-03-21  Stephan Boschlib-smtp: test-smtp-payload: Add option to test payload...
2019-03-21  Stephan Boschlib-smtp: client: Allow receiving replies before comman...
2019-03-21  Stephan Boschlib-smtp: client: Put moving a command from the queue...
2019-03-21  Stephan Boschlib-smtp: client: Put determining the status of the...
2019-03-21  Stephan Boschlib-smtp: client: Put sending the command line in a...
2019-03-21  Stephan Boschlib-smtp: client: Don't put connection in TRANSACTION...
2019-03-21  Martti Rannanjärviquota: Rename quota_set_resource() error_r to client_er...
2019-03-21  Martti Rannanjärviimap-acl: Rename error_r sent to client as client_error_r
2019-03-21  Martti Rannanjärvilib-imap-urlauth: Rename error_r sent to clients as...
2019-03-21  Martti Rannanjärvilib-imap-storage: Rename error_r sent to clients as...
2019-03-21  Martti Rannanjärviimap,lib-storage: Rename error_r sent to clients as...
2019-03-21  Anton Dollmaiersubmission-login: proxy: Fix omission of spaces between...
2019-03-21  Stephan Boschlib-smtp: client: BDAT command: Make sure the message...
2019-03-21  Stephan Boschlib-smtp: client: BDAT command: Ensure data stream...
2019-03-21  Stephan Boschlib-smtp: server: Fix forwarding a multi-line reply.
2019-03-21  Stephan Boschlib-smtp: test-smtp-reply: Test whether parsed valid...
next