]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
2019-09-05  Stephan Boschlib: base64 - Truly fix dest buffer assertion in base64...
2019-09-05  Stephan Boschlib: test-istream-base64-decoder - Use unsigned int...
2019-09-05  Josef 'Jeff... global: Clean up MAX_INT_STRLEN usage
2019-09-05  Timo Sirainenlib: Add comment to MAX_INT_STRLEN macro
2019-09-05  Timo Sirainenauth: Set auth_request successful before auth_request_f...
2019-09-05  Timo Sirainendoveadm fs iter[-dirs]: Add --object-ids and --no-cache...
2019-09-05  Timo Sirainenimap-old-stats: Fix plugin dependency variable names
2019-09-04  Timo Sirainenmaster: Don't log "Sent SIGKILL to .. processes" when...
2019-09-04  Timo Sirainenlib-auth: Remove "BUG:" prefix from "Authentication...
2019-09-04  Timo Sirainenlib-auth: Don't disconnect from auth server when receiv...
2019-09-04  Timo Sirainenpush-notification-lua: Use the new accessor functions...
2019-09-04  Timo Sirainenpush-notification: Add accessor functions to global...
2019-09-04  Stephan Boschlib: base64 - Fix dest buffer assertion in base64_decod...
2019-09-04  Stephan Boschlib: test-istream-base64-decoder - Add extensive random...
2019-09-04  Stephan Boschlib: istream-base64-encoder - Fix handling of error...
2019-09-04  Stephan Boschlib: istream-base64-decoder - Fix handling of error...
2019-09-04  Stephan Boschlib: base64 - Restructure encoder to always fill the...
2019-09-04  Stephan Boschlib: base64 - Allow encoding line endings one octet...
2019-09-04  Stephan Boschlib: base64 - Add more w_buf_len assertions to encoder.
2019-09-04  Stephan Boschlib: base64 - Use sizeof() for determining the size...
2019-09-04  Stephan Boschlib: base64 - Fix base64_get_full_encoded_size() for...
2019-09-04  Stephan Boschlib: istream-base64-decoder - Use i_stream_try_alloc...
2019-09-04  Stephan Boschlib: istream-base64-encoder - Use i_stream_try_alloc...
2019-09-04  Markus Valentinimap: previews/snippets requested with lazy update...
2019-09-04  Markus Valentinlib-storage: change caching decision for lazy requests...
2019-09-04  Markus Valentinlib-storage: introduce MAIL_LOOKUP_ABORT_NOT_IN_CACHE_S...
2019-09-04  Markus Valentinlib-index: move mail_cache_decision_add to public header
2019-09-04  Aki Tuomivirtual: Free mail event when virtual mail is free'd
2019-09-03  Timo Sirainenlib: test-event-flatten - Fix compiler warnings
2019-09-03  Timo Sirainenglobal: Replace timeout_add_short(0) calls with io_set_...
2019-09-03  Timo Sirainenlogin-common: Don't call client_input() directly in...
2019-09-03  Timo Sirainenlogin-common: Don't call client_input() directly in...
2019-09-03  Aki Tuomilib-dcrypt: Add static keyword to ECDSA_SIG_get0
2019-09-03  Aki Tuomilib-dcrypt: Free EVP_MD_CTX in dcrypt_openssl_digest
2019-09-03  Aki Tuomilib-dcrypt: Free existing BIGNUMs in setters
2019-09-03  Aki Tuomilib-dcrypt: Add ECDSA_SIG_set0 and ECDSA_SIG_get0 when...
2019-09-03  Aki Tuomim4: Check for ECDSA_SIG_set0 and ECDSA_SIG_get0
2019-09-02  Aki Tuomilib-ssl-iostream: Remove problematic unit tests
2019-09-02  Timo Sirainenauth: winbind - Make static analyzer happier
2019-09-02  Aki Tuomilib-dcrypt: Ignore padding when decoding base64url
2019-09-02  Aki Tuomidcrypt: Add signature format
2019-08-31  Timo Sirainenglobal: Use mail_user_deinit() wherever possible
2019-08-31  Timo Sirainenlib-storage: Add mail_user_deinit()
2019-08-30  Timo Sirainenman: Update "doveadm fts rescan" to say it usually...
2019-08-29  Aki Tuomilib-dcrypt: Only use compressed points with dovecot...
2019-08-29  Aki Tuomilib-dcrypt: Implement dcrypt_ecdh_derive_secret for...
2019-08-29  Aki Tuomilib-dcrypt: Move shared secret derivation to dcrypt_ope...
2019-08-29  Aki Tuomilib-dcrypt: Add API for dcrypt_ecdh_derive_secret
2019-08-29  Aki Tuomilib-dcrypt: Return value from RSA_set0_crt_params
2019-08-29  Aki Tuomilib-dcrypt: Fix key format in raw & jwk keys
2019-08-29  Aki Tuomilib-dcrypt: Use correct variables names in RSA_set0_key
2019-08-29  Aki Tuomilib-dcrypt: Use ERR_R_PASSED_NULL_PARAMETER
2019-08-29  Aki Tuomilib-dcrypt: Fix memory leak in raw key test
2019-08-29  Aki Tuomilib-dcrypt: Add unit tests for changes
2019-08-29  Aki Tuomidcrypt-openssl: Implement signature API for OpenSSL
2019-08-29  Aki Tuomilib-dcrypt: Add padding parameter for RSA encrypt/decrypt
2019-08-29  Aki Tuomilib-dcrypt: Add signature API
2019-08-29  Aki Tuomilib-dcrypt: Unit test for JWK keys
2019-08-29  Aki Tuomilib-dcrypt: Add JWK key format support
2019-08-29  Aki Tuomilib-dcrypt: Implement usage and key ID accessors for...
2019-08-29  Aki Tuomilib-dcrypt: Add key usage and id
2019-08-29  Aki Tuomilib-dcrypt: Add key id and usage fields to dcrypt keys
2019-08-29  Aki Tuomilib-dcrypt: Make key unref with NULL no-op
2019-08-29  Aki Tuomidoveadm: Do not call dcrypt_deinitialize
2019-08-29  Aki Tuomilib-dcrypt: Clarify when dcrypt_deinitialize is to...
2019-08-29  Aki Tuomim4: Check if some RSA key manipulators are present
2019-08-29  Aki Tuomilib: hmac - Add hkdf for key derivation
2019-08-29  Aki Tuomilib-dcrypt: Use BN_secure_new when available for secrets
2019-08-29  Aki Tuomim4: Check for BN_secure_new
2019-08-29  Stephan Boschlib: base64 - Add high-level data and string encode...
2019-08-29  Stephan Boschlib: base64 - Add flags and max_line_size parameters...
2019-08-29  Stephan Boschlib: base64 - Add high-level data decode functions...
2019-08-28  Stephan Boschlib: base64 - Add flags parameters to the new high...
2019-08-28  Stephan Boschlib: base64 - Add BASE64_DECODE_FLAG_IGNORE_PADDING.
2019-08-28  Stephan Boschlib: base64 - Reformat flag handling in base64_decode_m...
2019-08-28  Stephan Boschlib: base64 - Remove unused assignment.
2019-08-28  Timo Sirainenlib-imap: Make sure str_unescape() won't be writing...
2019-08-28  Timo Sirainenlib-imap: Don't accept strings with NULs
2019-08-27  Stephan Boschlib: base64 - Add support for decoding without padding.
2019-08-27  Stephan Boschlib: base64 - Add support for encoding without padding.
2019-08-27  Stephan Boschlib: istream-base64-encoder - Use the new low-level...
2019-08-27  Stephan Boschlib: base64 - Add support for adding line breaks to...
2019-08-27  Stephan Boschlib: base64 - Add base64_get_full_encoded_size().
2019-08-27  Stephan Boschlib: base64 - Add decode flag for prohibiting whitespace.
2019-08-27  Stephan Boschlib: base64 - Deprecate src_pos_r parameter of base64_d...
2019-08-26  Stephan Boschlib: istream-base64-decoder - Use the new low-level...
2019-08-26  Stephan Boschlib: base64 - Properly implemenent incremental decoding.
2019-08-26  Stephan Boschlib: base64 - Properly implemenent incremental encoding.
2019-08-26  Stephan Boschlib: buffer - Add buffer_get_avail_size().
2019-08-26  Stephan Boschlib: istream-base64 - Add support for base64url encoding.
2019-08-26  Stephan Boschlib: base64 - Add support for base64url encoding.
2019-08-26  Stephan Boschlib: base64 - Make code suitable for encoding/decoding...
2019-08-26  Stephan Boschlib: base64 - Add structural comments.
2019-08-26  Stephan Boschlib: base64.h - Move size macros.
2019-08-26  Stephan Boschlib: base64 - Make encoding table an explicit array.
2019-08-25  Stephan Boschlib: base64.c - Move mapping tables.
2019-08-25  Timo Sirainenlib: test-base64 - Make sure base64_decode() won't...
2019-08-25  Timo Sirainenlib: test-base64 - Cleanup: Use more exact test_asserts
2019-08-25  Timo Sirainenlib: test-base64 - Cleanup: Use the same struct for...
2019-08-25  Josef 'Jeff... lib: test-base64 - Test MAX_BASE64_{EN,DE}CODED_SIZE...
next