"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "sendmail-8.14.3/test/README" of archive sendmail.8.14.3.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 # Copyright (c) 2001 Sendmail, 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.2 2001/09/28 16:36:28 ca Exp $
    9 #
   10 
   11 This directory contains several programs to test various OS calls.
   12 If your OS is not listed in the Results file, you should run those
   13 test programs. Most of them have instructions at the begin of source
   14 code, at least those which are important.
   15 
   16 Notice: most of these programs require set-user-ID or set-group-ID
   17 installation.  Hence they are not tested automatically.
   18 
   19 t_dropgid.c	test how to drop saved-gid for a set-group-ID program
   20 t_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
   23 t_seteuid.c	test whether seteuid works
   24 t_setgid.c	test whether setgid works
   25 t_setreuid.c	test whether setreuid works
   26 t_setuid.c	test whether setuid works
   27