+/*
+ * CU sudo version 1.3 (based on Root Group sudo version 1.1)
+ *
+ * This software comes with no waranty whatsoever, use at your own risk.
+ *
+ * Please send bugs, changes, problems to sudo-bugs.cs.colorado.edu
+ *
+ */
+
/*
* sudo version 1.1 allows users to execute commands as root
* Copyright (C) 1991 The Root Group, Inc.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * If you make modifications to the source, we would be happy to have
- * them to include in future releases. Feel free to send them to:
- * Jeff Nieusma nieusma@rootgroup.com
- * 3959 Arbol CT (303) 447-8093
- * Boulder, CO 80301-1752
- *
*******************************************************************
*
* check.c
* Jeff Nieusma Thu Mar 21 22:39:07 MST 1991
*/
+#ifndef lint
+static char rcsid[] = "$Id$";
+#endif /* lint */
+
#include <stdio.h>
#include <string.h>
#include <strings.h>
+/*
+ * CU sudo version 1.3 (based on Root Group sudo version 1.1)
+ *
+ * This software comes with no waranty whatsoever, use at your own risk.
+ *
+ * Please send bugs, changes, problems to sudo-bugs.cs.colorado.edu
+ *
+ */
+
/*
* sudo version 1.1 allows users to execute commands as root
* Copyright (C) 1991 The Root Group, Inc.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * If you make modifications to the source, we would be happy to have
- * them to include in future releases. Feel free to send them to:
- * Jeff Nieusma nieusma@rootgroup.com
- * 3959 Arbol CT (303) 447-8093
- * Boulder, CO 80301-1752
- *
*******************************************************************
*
* This module contains the find_path() command that returns
* Todd C. Miller (millert@colorado.edu) Sat Sep 4 12:22:04 MDT 1993
*/
+#ifndef lint
+static char rcsid[] = "$Id$";
+#endif /* lint */
+
#include <stdio.h>
#include <strings.h>
#include <errno.h>
+/*
+ * CU sudo version 1.3 (based on Root Group sudo version 1.1)
+ *
+ * This software comes with no waranty whatsoever, use at your own risk.
+ *
+ * Please send bugs, changes, problems to sudo-bugs.cs.colorado.edu
+ *
+ */
+
/*
* sudo version 1.1 allows users to execute commands as root
* Copyright (C) 1991 The Root Group, Inc.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * If you make modifications to the source, we would be happy to have
- * them to include in future releases. Feel free to send them to:
- * Jeff Nieusma nieusma@rootgroup.com
- * 3959 Arbol CT (303) 447-8093
- * Boulder, CO 80301-1752
- *
****************************************************************
*
* logging.c
* Jeff Nieusma Thu Mar 21 23:39:04 MST 1991
*/
+#ifndef lint
+static char rcsid[] = "$Id$";
+#endif /* lint */
+
#include <stdio.h>
#include <string.h>
#include <signal.h>
+/*
+ * CU sudo version 1.3 (based on Root Group sudo version 1.1)
+ *
+ * This software comes with no waranty whatsoever, use at your own risk.
+ *
+ * Please send bugs, changes, problems to sudo-bugs.cs.colorado.edu
+ *
+ */
+
/*
* sudo version 1.1 allows users to execute commands as root
* Copyright (C) 1991 The Root Group, Inc.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * If you make modifications to the source, we would be happy to have
- * them to include in future releases. Feel free to send them to:
- * Jeff Nieusma nieusma@rootgroup.com
- * 3959 Arbol CT (303) 447-8093
- * Boulder, CO 80301-1752
- *
**************************************************************************
*
* parse.c, sudo project
* routines to implement and maintain the parsing and list management.
*/
+#ifndef lint
+static char rcsid[] = "$Id$";
+#endif /* lint */
+
#include <stdio.h>
#include <strings.h>
#include <ctype.h>
%{
+/*
+ * CU sudo version 1.3 (based on Root Group sudo version 1.1)
+ *
+ * This software comes with no waranty whatsoever, use at your own risk.
+ *
+ * Please send bugs, changes, problems to sudo-bugs.cs.colorado.edu
+ *
+ */
+
/*
* sudo version 1.1 allows users to execute commands as root
* Copyright (C) 1991 The Root Group, Inc.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * If you make modifications to the source, we would be happy to have
- * them to include in future releases. Feel free to send them to:
- * Jeff Nieusma nieusma@rootgroup.com
- * 3959 Arbol CT (303) 447-8093
- * Boulder, CO 80301-1752
*/
/*******************************************************************************
* parse.lex, sudo project
*
* Lex Specification file for the sudo project.
*******************************************************************************/
+
+#ifndef lint
+static char rcsid[] = "$Id$";
+#endif /* lint */
+
#include <sys/types.h>
#include <sys/param.h>
#include "sudo.h"
%{
+/*
+ * CU sudo version 1.3 (based on Root Group sudo version 1.1)
+ *
+ * This software comes with no waranty whatsoever, use at your own risk.
+ *
+ * Please send bugs, changes, problems to sudo-bugs.cs.colorado.edu
+ *
+ */
+
/*
* sudo version 1.1 allows users to execute commands as root
* Copyright (C) 1991 The Root Group, Inc.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * If you make modifications to the source, we would be happy to have
- * them to include in future releases. Feel free to send them to:
- * Jeff Nieusma nieusma@rootgroup.com
- * 3959 Arbol CT (303) 447-8093
- * Boulder, CO 80301-1752
*/
/*******************************************************************************
* parse.yacc, sudo project
*
* Yacc Specification file for the sudo project.
*******************************************************************************/
+
+#ifndef lint
+static char rcsid[] = "$Id$";
+#endif /* lint */
+
#include <stdio.h>
#include <sys/types.h>
#include <sys/param.h>
+/*
+ * CU sudo version 1.3 (based on Root Group sudo version 1.1)
+ *
+ * This software comes with no waranty whatsoever, use at your own risk.
+ *
+ * Please send bugs, changes, problems to sudo-bugs.cs.colorado.edu
+ *
+ */
+
/*
* sudo version 1.1 allows users to execute commands as root
* Copyright (C) 1991 The Root Group, Inc.
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * If you make modifications to the source, we would be happy to have
- * them to include in future releases. Feel free to send them to:
- * Jeff Nieusma nieusma@rootgroup.com
- * 3959 Arbol CT (303) 447-8093
- * Boulder, CO 80301-1752
- *
**************************************************************************
*
* sudo.c
*
* Jeff Nieusma <nieusma@rootgroup.com>
* Dave Hieb <davehieb@rootgroup.com>
+ *
+ * However, due to the fact that both of the above are no longer
+ * working at Root Group, I am maintaining the "CU version" of
+ * sudo.
+ * Todd Miller <millert@cs.colorado.edu>
*/
+#ifndef lint
+static char rcsid[] = "$Id$";
+#endif /* lint */
+
#define MAIN
#include <stdio.h>
+/*
+ * CU sudo version 1.3 (based on Root Group sudo version 1.1)
+ *
+ * This software comes with no waranty whatsoever, use at your own risk.
+ *
+ * Please send bugs, changes, problems to sudo-bugs.cs.colorado.edu
+ *
+ */
+
/*
* sudo version 1.1 allows users to execute commands as root
* Copyright (C) 1991 The Root Group, Inc.
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- * If you make modifications to the source, we would be happy to have
- * them to include in future releases. Feel free to send them to:
- * Jeff Nieusma nieusma@rootgroup.com
- * 3959 Arbol CT (303) 447-8093
- * Boulder, CO 80301-1752
*/
/* The following macros can be defined when compiling