mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Merge vendor sendmail 8.18.1 into HEAD (cherry picked from commit d39bd2c1388b520fcba9abed1932acacead60fba) Add new source file for sendmail 8.18.1 (cherry picked from commit 19d4fb85bf17579780e8f0c3cbae8a5e92a6922e) New sendmail 8.18.1 cf file (cherry picked from commit 1b6a5580c1f999fb1ba5f9860cf63a8aefc55b3c) Minor change to update these files so new freebsd*.cf files are generated (cherry picked from commit 2c191ba6b0b5d1b3729a5ac428d51cfc5d5f3d2e) Belatedly update version and date for sendmail 8.18.1 upgrade (cherry picked from commit 31fbc98c949bfca30ab55afef04b4396a61b7e92) Add a note about sendmail 8.18.1's stricter SMTP protocol enforcement (akin to commit 21c1f1deb6a3ac6a60e4516261e5264a28e0b7a6 in main) Update import date for stable/14 Relnotes: Yes Security: CVE-2023-51765 |
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.m4 | ||
| README | ||
| Results | ||
| t_dropgid.c | ||
| t_exclopen.c | ||
| t_pathconf.c | ||
| t_seteuid.c | ||
| t_setgid.c | ||
| t_setreuid.c | ||
| t_setuid.c | ||
| t_snprintf.c | ||
# Copyright (c) 2001 Proofpoint, Inc. and its suppliers. # All rights reserved. # # By using this file, you agree to the terms and conditions set # forth in the LICENSE file which can be found at the top level of # the sendmail distribution. # # $Id: README,v 1.3 2013-11-22 20:52:01 ca Exp $ # This directory contains several programs to test various OS calls. If your OS is not listed in the Results file, you should run those test programs. Most of them have instructions at the begin of source code, at least those which are important. Notice: most of these programs require set-user-ID or set-group-ID installation. Hence they are not tested automatically. t_dropgid.c test how to drop saved-gid for a set-group-ID program t_exclopen.c test for security-defeating semantics that an open with O_CREAT|O_EXCL set will successfully open a file named by a symbolic link that to a non-existent file t_pathconf.c test whether pathconf(2) works t_seteuid.c test whether seteuid(2) works t_setgid.c test whether setgid(2) works t_setreuid.c test whether setreuid(2) works t_setuid.c test whether setuid(2) works