freebsd-dev/contrib/sendmail/test
Gregory Neil Shapiro 552d4955b8 Merge sendmail 8.14.7 to HEAD
MFC after:	4 days
2013-04-21 17:08:44 +00:00
..
Makefile Stage 1 of sendmail dist tree flattening. contrib/sendmail/contrib 2008-08-28 02:25:51 +00:00
Makefile.m4 Merge sendmail 8.14.7 to HEAD 2013-04-21 17:08:44 +00:00
README Stage 1 of sendmail dist tree flattening. contrib/sendmail/contrib 2008-08-28 02:25:51 +00:00
Results Stage 1 of sendmail dist tree flattening. contrib/sendmail/contrib 2008-08-28 02:25:51 +00:00
t_dropgid.c Stage 1 of sendmail dist tree flattening. contrib/sendmail/contrib 2008-08-28 02:25:51 +00:00
t_exclopen.c Stage 1 of sendmail dist tree flattening. contrib/sendmail/contrib 2008-08-28 02:25:51 +00:00
t_pathconf.c Stage 1 of sendmail dist tree flattening. contrib/sendmail/contrib 2008-08-28 02:25:51 +00:00
t_seteuid.c Stage 1 of sendmail dist tree flattening. contrib/sendmail/contrib 2008-08-28 02:25:51 +00:00
t_setgid.c Stage 1 of sendmail dist tree flattening. contrib/sendmail/contrib 2008-08-28 02:25:51 +00:00
t_setreuid.c Stage 1 of sendmail dist tree flattening. contrib/sendmail/contrib 2008-08-28 02:25:51 +00:00
t_setuid.c Stage 1 of sendmail dist tree flattening. contrib/sendmail/contrib 2008-08-28 02:25:51 +00:00
t_snprintf.c Stage 1 of sendmail dist tree flattening. contrib/sendmail/contrib 2008-08-28 02:25:51 +00:00

# Copyright (c) 2001 Sendmail, 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.2 2001/09/28 16:36:28 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_seteuid.c	test whether seteuid works
t_setgid.c	test whether setgid works
t_setreuid.c	test whether setreuid works
t_setuid.c	test whether setuid works