]> git.ipfire.org Git - thirdparty/postfix.git/commit
postfix-3.10-20240926
authorWietse Z Venema <wietse@porcupine.org>
Thu, 26 Sep 2024 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <ietf-dane@dukhovni.org>
Sat, 28 Sep 2024 19:15:49 +0000 (05:15 +1000)
commitc42df8386bd0e8909b3c65d54c25147b10b16cd6
treeb6f74afbc5d2a1c4c7eb89e723b802b8ce90dcbb
parent67b02e73932fe85633f66f95a9c34e44b5ffafc7
postfix-3.10-20240926
71 files changed:
postfix/.indent.pro
postfix/HISTORY
postfix/Makefile.in
postfix/README_FILES/AAAREADME
postfix/README_FILES/TLSRPT_README [new file with mode: 0644]
postfix/RELEASE_NOTES
postfix/WISHLIST
postfix/conf/postfix-files
postfix/html/TLSRPT_README.html [new file with mode: 0644]
postfix/html/index.html
postfix/html/lmtp.8.html
postfix/html/postcat.1.html
postfix/html/postconf.5.html
postfix/html/smtp.8.html
postfix/man/man1/postcat.1
postfix/man/man5/postconf.5
postfix/man/man8/smtp.8
postfix/mantools/check-snapshot-nonprod
postfix/mantools/postlink
postfix/proto/Makefile.in
postfix/proto/TLSRPT_README.html [new file with mode: 0644]
postfix/proto/postconf.proto
postfix/proto/stop
postfix/proto/stop.double-cc
postfix/proto/stop.double-proto-html
postfix/proto/stop.spell-cc
postfix/proto/stop.spell-proto-html
postfix/src/dns/dns.h
postfix/src/dns/dns_rr.c
postfix/src/dns/dns_rr_test.c
postfix/src/global/haproxy_srvr.c
postfix/src/global/mail_params.h
postfix/src/global/mail_version.h
postfix/src/postcat/postcat.c
postfix/src/postscreen/postscreen_endpt.c
postfix/src/posttls-finger/posttls-finger.c
postfix/src/smtp/Makefile.in
postfix/src/smtp/lmtp_params.c
postfix/src/smtp/smtp.c
postfix/src/smtp/smtp.h
postfix/src/smtp/smtp_connect.c
postfix/src/smtp/smtp_params.c
postfix/src/smtp/smtp_proto.c
postfix/src/smtp/smtp_state.c
postfix/src/smtp/smtp_tls_policy.c
postfix/src/smtp/smtp_tlsrpt.c [new file with mode: 0644]
postfix/src/tls/Makefile.in
postfix/src/tls/tls.h
postfix/src/tls/tls_client.c
postfix/src/tls/tls_misc.c
postfix/src/tls/tls_proxy.h
postfix/src/tls/tls_proxy_client_print.c
postfix/src/tls/tls_proxy_client_scan.c
postfix/src/tls/tls_proxy_context_print.c
postfix/src/tls/tls_proxy_context_scan.c
postfix/src/tls/tls_server.c
postfix/src/tls/tls_verify.c
postfix/src/tls/tlsrpt_wrapper.c [new file with mode: 0644]
postfix/src/tls/tlsrpt_wrapper.h [new file with mode: 0644]
postfix/src/tlsproxy/Makefile.in
postfix/src/tlsproxy/tlsproxy.c
postfix/src/util/Makefile.in
postfix/src/util/argv.c
postfix/src/util/argv.h
postfix/src/util/hex_code.c
postfix/src/util/hex_code.h
postfix/src/util/myaddrinfo.h
postfix/src/util/mystrerror.c [new file with mode: 0644]
postfix/src/util/sane_sockaddr_to_hostaddr.c [new file with mode: 0644]
postfix/src/util/stringops.h
postfix/src/util/vbuf_print.c