mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Merge vendor sendmail 8.18.1 into HEAD (cherry picked from commitd39bd2c138) Add new source file for sendmail 8.18.1 (cherry picked from commit19d4fb85bf) New sendmail 8.18.1 cf file (cherry picked from commit1b6a5580c1) Minor change to update these files so new freebsd*.cf files are generated (cherry picked from commit2c191ba6b0) Belatedly update version and date for sendmail 8.18.1 upgrade (cherry picked from commit31fbc98c94) Add a note about sendmail 8.18.1's stricter SMTP protocol enforcement (akin to commit21c1f1deb6in main) Update import date for stable/14 Relnotes: Yes Security: CVE-2023-51765
28 lines
1.1 KiB
Text
28 lines
1.1 KiB
Text
# 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
|
|
|