opnsense-src/contrib/sendmail/test/README
Gregory Neil Shapiro 58ae50f31e Merge commit '850ef5ae11d69ea3381bd310f564f025fc8caea3'
Merge vendor sendmail 8.18.1 into HEAD

(cherry picked from commit d39bd2c138)

Add new source file for sendmail 8.18.1

(cherry picked from commit 19d4fb85bf)

New sendmail 8.18.1 cf file

(cherry picked from commit 1b6a5580c1)

Minor change to update these files so new freebsd*.cf files are
generated

(cherry picked from commit 2c191ba6b0)

Belatedly update version and date for sendmail 8.18.1 upgrade

(cherry picked from commit 31fbc98c94)

Add a note about sendmail 8.18.1's stricter SMTP protocol enforcement
(akin to commit 21c1f1deb6 in main)

Update import date for stable/14

Relnotes:	Yes
Security:	CVE-2023-51765
2024-02-07 02:29:43 +00:00

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