]> git.ipfire.org Git - thirdparty/dovecot/core.git/shortlog
thirdparty/dovecot/core.git
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...
2019-08-25  Timo Sirainenlib: base64 - Change MAX_BASE64_DECODED_SIZE() to be...
2019-08-25  Josef 'Jeff... lib: base64 - Simplify MAX_BASE64_ENCODED_SIZE() calcul...
2019-08-23  Aki Tuomilib-dcrypt: Implement dcrypt_key_get_curve_public using...
2019-08-23  Aki Tuomilib-dcrypt: Add dcrypt_key_get_curve_public
2019-08-23  Aki Tuomilib-dcrypt: Add tests for raw keys
2019-08-23  Aki Tuomilib-dcrypt: Implement raw key API using OpenSSL
2019-08-23  Aki Tuomilib-dcrypt: Add API for dealing with raw keys
2019-08-23  Aki Tuomilib-dcrypt: Fix i2d_ASN1_OBJECT usage
2019-08-23  Aki Tuomilib-dcrypt: Symbolize maximum OID length
2019-08-23  Aki Tuomilib-dcrypt: Use len instead of ln
2019-08-19  Timo Sirainenlib-http: Make http_client_request_delay_from_response...
2019-08-19  Timo Sirainenlib: Fix updating timeouts after time moves backwards
2019-08-19  Timo Sirainenlib: timeval_add/sub_usecs() - Add assert to make sure...
2019-08-18  Timo Sirainenlib, lib-dcrypt: Fix unit tests to check i_stream_read...
2019-08-17  Aki Tuomiindex: Pass index sync flags to index view sync for pvt
2019-08-16  Timo Sirainenpush-notification: Allow easy access to Message-ID...
2019-08-16  Timo Sirainencassandra: Fix crash due to race condition with threads
2019-08-16  Timo Sirainencassandra: Cleanup - Move code to cassandra_callback_de...
2019-08-16  Aki Tuomiauth: Drop postfix socketmap support
2019-08-15  Timo Sirainenlib-storage: Add mailbox_attribute_internal.iter()
2019-08-13  Stephan Boschsubmission: Deny anonymous access to significant comman...
2019-08-13  Stephan Boschsubmission: submission-client - Immediately terminate...
2019-08-13  Stephan Boschlib-smtp: smtp-server-connection: Add smtp_server_conne...
2019-08-13  Stephan Boschlogin-common: Deny anonymous login by default.
2019-08-13  Stephan Boschlogin-common: sasl-server - Make sasl_server_auth_cance...
2019-08-13  Stephan Boschlogin-common: client-common - Add sasl_check_login...
2019-08-13  Stephan Boschlogin-common: sasl-server - Make private authentication...
next