Skip to content
HISTORY 801 KiB
Newer Older
Boris Mühmer's avatar
Boris Mühmer committed
	global/mail_adr_crunch.c, global/mail_addr_crunch.ref.

20170910

	Safety: restore sanity checks for dynamically-specified
	width and precision in format strings (%*, %.*, and %*.*).
Boris Mühmer's avatar
Boris Mühmer committed
	These checks were lost with the Postfix 3.2 rewrite of
Boris Mühmer's avatar
Boris Mühmer committed
	the vbuf_print formatter. File: vbuf_print.c.

20170923

	Bugfix (introduced: Postfix 3.2): panic in the postqueue
	command after output write error while listing the queue.
	This change restores a write error check that was lost with
Boris Mühmer's avatar
Boris Mühmer committed
	the Postfix 3.2 rewrite of the vbuf_print formatter.
Boris Mühmer's avatar
Boris Mühmer committed
	Problem reported by Andreas Schulze. File: util/vbuf_print.c.
Boris Mühmer's avatar
Boris Mühmer committed

20171009

	Bugfix (introduced: Postfix 3.1): DANE support. Postfix
	builds with OpenSSL 1.0.0 or 1.0.1 failed to send email to
	some sites with "TLSA 2 X X" records associated with an
	intermediate CA certificate. Problem report and initial
	fix by Erwan Legrand. File: src/tls/tls_dane.c.

20171024

	Bugfix (introduced: Postfix 3.0) missing dynamicmaps support
	in the Postfix sendmail command broke authorized_submit_users
	with a dynamically-loaded map type. File: sendmail/sendmail.c.