Deleted Added
full compact
smrsh.c (125823) smrsh.c (132946)
1/*
2 * Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1993 Eric P. Allman. All rights reserved.
5 * Copyright (c) 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * By using this file, you agree to the terms and conditions set
9 * forth in the LICENSE file which can be found at the top level of
10 * the sendmail distribution.
11 *
1/*
2 * Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 * Copyright (c) 1993 Eric P. Allman. All rights reserved.
5 * Copyright (c) 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * By using this file, you agree to the terms and conditions set
9 * forth in the LICENSE file which can be found at the top level of
10 * the sendmail distribution.
11 *
12 * $FreeBSD: head/contrib/sendmail/smrsh/smrsh.c 125823 2004-02-14 21:58:08Z gshapiro $
12 * $FreeBSD: head/contrib/sendmail/smrsh/smrsh.c 132946 2004-08-01 01:16:16Z gshapiro $
13 */
14
15#include <sm/gen.h>
16
17SM_IDSTR(copyright,
18"@(#) Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.\n\
19 All rights reserved.\n\
20 Copyright (c) 1993 Eric P. Allman. All rights reserved.\n\
21 Copyright (c) 1993\n\
22 The Regents of the University of California. All rights reserved.\n")
23
13 */
14
15#include <sm/gen.h>
16
17SM_IDSTR(copyright,
18"@(#) Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.\n\
19 All rights reserved.\n\
20 Copyright (c) 1993 Eric P. Allman. All rights reserved.\n\
21 Copyright (c) 1993\n\
22 The Regents of the University of California. All rights reserved.\n")
23
24SM_IDSTR(id, "@(#)$Id: smrsh.c,v 8.58.2.5 2003/12/15 17:09:39 ca Exp $")
24SM_IDSTR(id, "@(#)$Id: smrsh.c,v 8.63 2003/12/15 17:12:29 ca Exp $")
25
26/*
27** SMRSH -- sendmail restricted shell
28**
29** This is a patch to get around the prog mailer bugs in most
30** versions of sendmail.
31**
32** Use this in place of /bin/sh in the "prog" mailer definition

--- 407 unchanged lines hidden ---
25
26/*
27** SMRSH -- sendmail restricted shell
28**
29** This is a patch to get around the prog mailer bugs in most
30** versions of sendmail.
31**
32** Use this in place of /bin/sh in the "prog" mailer definition

--- 407 unchanged lines hidden ---