NameDateSize

..01-Jun-202430

MakefileH A D22-Jun-2021346

Makefile.m4H A D22-Jun-2021452

READMEH A D02-Feb-20241.1 KiB

ResultsH A D22-Jun-20216.6 KiB

t_dropgid.cH A D16-Jan-20233.5 KiB

t_exclopen.cH A D16-Jan-20232.5 KiB

t_pathconf.cH A D16-Jan-20232.1 KiB

t_seteuid.cH A D16-Jan-20232.6 KiB

t_setgid.cH A D16-Jan-20232.3 KiB

t_setreuid.cH A D16-Jan-20233 KiB

t_setuid.cH A D16-Jan-20232.1 KiB

t_snprintf.cH A D16-Jan-2023877

README

1# Copyright (c) 2001 Proofpoint, Inc. and its suppliers.
2#	All rights reserved.
3#
4# By using this file, you agree to the terms and conditions set
5# forth in the LICENSE file which can be found at the top level of
6# the sendmail distribution.
7#
8#	$Id: README,v 1.3 2013-11-22 20:52:01 ca Exp $
9#
10
11This directory contains several programs to test various OS calls.
12If your OS is not listed in the Results file, you should run those
13test programs. Most of them have instructions at the begin of source
14code, at least those which are important.
15
16Notice: most of these programs require set-user-ID or set-group-ID
17installation.  Hence they are not tested automatically.
18
19t_dropgid.c	test how to drop saved-gid for a set-group-ID program
20t_exclopen.c	test for security-defeating semantics that an open with
21		O_CREAT|O_EXCL set will successfully open a file named
22		by a symbolic link that to a non-existent file
23t_pathconf.c	test whether pathconf(2) works
24t_seteuid.c	test whether seteuid(2) works
25t_setgid.c	test whether setgid(2) works
26t_setreuid.c	test whether setreuid(2) works
27t_setuid.c	test whether setuid(2) works
28
29