]> granicus.if.org Git - sudo/commitdiff
Crank version to 1.6 and combine copyright statements
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 5 Apr 1999 20:57:25 +0000 (20:57 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 5 Apr 1999 20:57:25 +0000 (20:57 +0000)
46 files changed:
BUGS
INSTALL
Makefile.in
README
alloc.c
check.c
check_sia.c
compat.h
config.h.in
configure
configure.in
dce_pwent.c
emul/utime.h
find_path.c
getspwuid.c
goodpath.c
ins_2001.h
ins_classic.h
ins_csops.h
ins_goons.h
insults.h
interfaces.c
lex.yy.c
logging.c
parse.c
parse.lex
parse.yacc
pathnames.h.in
putenv.c
secureware.c
strdup.c
sudo.c
sudo.cat
sudo.h
sudo.man
sudo.tab.c
sudo_setenv.c
sudoers.cat
sudoers.man
testsudoers.c
tgetpass.c
utime.c
version.h
visudo.c
visudo.cat
visudo.man

diff --git a/BUGS b/BUGS
index 038110399a522c9368f0adcef669d72541a249ac..d38965f608f9f23a73e14bb02a7dbe686d9cc753 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,5 @@
-Known bugs in sudo version 1.5.9
-================================
+Known bugs in sudo version 1.6
+==============================
 
 1) "make install-man" should substitute correct paths into the
     man pages themselves.
diff --git a/INSTALL b/INSTALL
index 52efb2d28caded33f6da7def650fffa9874b14cf..8091add5b02d4bbe2023ae9bdacd84d439412af6 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,5 @@
-Installation instructions for CU sudo 1.5.9
-===========================================
+Installation instructions for CU sudo 1.6
+=========================================
 
 Sudo uses a `configure' script to probe the capabilities and type
 of the system in question.  In this release, `configure' takes many
@@ -63,11 +63,14 @@ significantly as compared to previous versions.  All options are
 now set via the configure script.  See below for a list of all the
 configure options and their meanings.
 
-By default, sudo 1.5.9 expects the sudoers file to be mode 0440 and
+As of sudo 1.6, parsing of runas entries and the NOPASSWD tag has
+changed.  Please read the UPGRADE file.
+
+By default, sudo expects the sudoers file to be mode 0440 and
 to be owned by user and group 0.  This differs from version 1.4 and
 below which expected the sudoers file to be mode 0400 and to be
 owned by root.  Doing a `make install' will set the sudoers file
-to the new mode and group.  If sudo 1.5.9 encounters a sudoers file
+to the new mode and group.  If sudo encounters a sudoers file
 with the old permissions it will attempt to update it to the new
 scheme.  You cannot, however, use a sudoers file with the new
 permissions with an old sudo binary.  It is suggested that if have
index c819dfd376022430f1d68bd3e4433a83c4bf61d4..751846329f2838b868c4c87e2cb2317c9c66d2c2 100644 (file)
@@ -1,5 +1,5 @@
 #
-#  CU sudo version 1.5.9
+#  CU sudo version 1.6
 #  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
 # 
 #  This program is free software; you can redistribute it and/or modify
@@ -113,7 +113,7 @@ LIBOBJS = @LIBOBJS@ @ALLOCA@
 HDRS = sudo.h compat.h version.h insults.h \
        ins_2001.h ins_classic.h ins_goons.h ins_csops.h sudo.tab.h
 
-VERSION = 1.5.9
+VERSION = 1.6
 
 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL \
             INSTALL.configure TODO PORTING README RUNSON \
diff --git a/README b/README
index 5756f97c1e40f00316503070bfdc8f76ba733e84..17b1a721103e27a5ff6c8bb11adaed673a617711 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the CU version of sudo, release 1.5.9
+This is the CU version of sudo, release 1.6
 
 The sudo philosophy
 ===================
diff --git a/alloc.c b/alloc.c
index 939340d32cedaa7833d7416bee7842288e59fe4c..27380ecf576077290a22fff2feadf7b5a9ea4e51 100644 (file)
--- a/alloc.c
+++ b/alloc.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/check.c b/check.c
index b6f51b1aba4f350dcbb863eb4ea953929c1a946a..05fee0c7847e8f0b96182d7eea60cd6b6254e5cd 100644 (file)
--- a/check.c
+++ b/check.c
@@ -1,16 +1,9 @@
 /*
- * CU sudo version 1.5.9 (based on Root Group sudo version 1.1)
- * Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
+ *  CU sudo version 1.6 -- allows users to execute commands as root and others
+ *  Copyright (c) 1991  The Root Group, Inc.
+ *  Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
- * This software comes with no waranty whatsoever, use at your own risk.
- *
- * Please send bugs, changes, problems to sudo-bugs@courtesan.com
- *
- */
-
-/*
- *  sudo version 1.1 allows users to execute commands as root
- *  Copyright (C) 1991  The Root Group, Inc.
+ *  Please send bugs, changes, problems to sudo-bugs@courtesan.com
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -1195,8 +1188,9 @@ static void reminder()
     (void) fprintf(stderr, "\n%s\n%s\n\n%s\n%s\n\n",
 #else
     (void) fprintf(stderr, "\n%s%s%s\n%s\n%s\n%s\n\n%s\n%s\n\n%s\n%s\n\n",
-       "    CU Sudo version ", version, ", based on Root Group sudo version 1.1.",
-       "    sudo version 1.1 is Copyright (C) 1991 The Root Group, Inc.",
+       "    CU Sudo version ", version,
+       ", Copyright (c) 1991 The Root Group, Inc.",
+       "    Copyright (c) 1994, 1996, 1998, 1999 Todd C. Miller.",
        "    sudo comes with ABSOLUTELY NO WARRANTY.  This is free software,",
        "    and you are welcome to redistribute it under certain conditions.",
 #endif
index 950fb3f6350f0e5d09d6db03b3fb883c171d483e..54c4b12b19d845d2ac483163a5e3a05cceb39dbe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 64f60d2370730e77370c090a9915160fb781ba8d..56662e0040a99e8794c1a808a44f0abcbc0a9307 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 04ddea27e151ca52b464fde649ba28685aa2f402..7c844b8808c7e7c1907b4de5b9cdf0ee62c0b112 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 36409fe0b3c17608b50a18e8f50b0b527e9ace2a..162d156841e3ac23037161bf67a0ed0b87a82385 100755 (executable)
--- a/configure
+++ b/configure
@@ -645,7 +645,7 @@ fi
 
 
 
-echo "Configuring CU Sudo version 1.5.9"
+echo "Configuring CU Sudo version 1.6"
 PROGS="sudo visudo"
 SUDO_LDFLAGS=""
 VISUDO_LDFLAGS=""
index 8efab3c307fc08378b2e4efe922ee1f49ec5777b..2e4b1d4fb667c457ee303672cdfbbee1c051a660 100644 (file)
@@ -7,7 +7,7 @@ AC_CONFIG_HEADER(config.h pathnames.h)
 dnl
 dnl This won't work before AC_INIT()
 dnl
-echo "Configuring CU Sudo version 1.5.9"
+echo "Configuring CU Sudo version 1.6"
 dnl
 dnl Variables that get substituted in the Makefile
 dnl
index ca073023898c71f13cb46f3035f2a177bd1fee56..a894aa562470a08753a313356cc8eccf16df20dc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index cd1592c3a73aa9d63968e709b98879df7f963d37..f825422cb8ff7b24975beb48c33a62030ed40c4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 7b43c7eaee6457e0a3826943cefc7c0f1cd2995e..5d1d0cc36c698bdb87a074f7b5dd735f01aa7cd7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 880aef4f3aa1790012a9fb0ac6b00716f6fb5155..cf586e0069502358d83ba772ae158afbb86f2900 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index fc50abacbe5bb6c8cd7233801250c1a36f28d4a5..c9fe0a26268b4154721d82bf8da2a591c2b10c9d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 2cfcd7c4de6943982653675bceb99f28bb6eed30..fce1adfd0301e0929ed92c2d65a23af1eab70247 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 13cb05d9bc1a07bbc49e3ca8c1966a8bf91568f7..f624b88b4ed2ef6af770a40c25b0e482e9fe5c59 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index bd1e8bbf5227890a22aa6a6ea72a1607876a9e40..6083aafcd49363c15305955455eaab5830d1349c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index ecedd9dccbe8731604f851e778188f87717469ca..9cc2af147c89a6c0ec5a252b350b58437c7735d7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 7bd8847d2ff5d6fe3e163c36425034bbd3612e2b..c84e67a6ecc996e459a5ab797ae9714e5320b1f9 100644 (file)
--- a/insults.h
+++ b/insults.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index e9b4e6bea030464e2a261a93220426cb0e445a51..aa583a61b881c83182a1ee5db40258fb45c3622e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 8fead41aece9f5bdd395aee9a347fa9ceec490b9..cab2beba92828ce07c9c2d611e270c35ad64bb21 100644 (file)
--- a/lex.yy.c
+++ b/lex.yy.c
@@ -528,7 +528,7 @@ char *yytext;
 #define INITIAL 0
 #line 2 "parse.lex"
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 96deb1c62378a6cb3a315ab968a8e04ddccbbd73..5e0751c3e1b95b7d1f12fc8ab05233abb815230d 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -1,16 +1,9 @@
 /*
- * CU sudo version 1.5.9 (based on Root Group sudo version 1.1)
- * Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
+ *  CU sudo version 1.6 -- allows users to execute commands as root and others
+ *  Copyright (c) 1991  The Root Group, Inc.
+ *  Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
- * This software comes with no waranty whatsoever, use at your own risk.
- *
- * Please send bugs, changes, problems to sudo-bugs@courtesan.com
- *
- */
-
-/*
- *  sudo version 1.1 allows users to execute commands as root
- *  Copyright (C) 1991  The Root Group, Inc.
+ *  Please send bugs, changes, problems to sudo-bugs@courtesan.com
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/parse.c b/parse.c
index ace3f1d8d95b63f274d82c88600c7063eb36e49e..8fc9829f2d9c87662878c997e1c1bd350ecaf0d7 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index b99f7d929e5ec352ac69fa87015b9a77af4c4bbd..d85049dd7ad05e5029060af0a81acef5a4e54929 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -1,6 +1,6 @@
 %{
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 0081780f01cd6dd3a11a22a1e98c44eb347bddba..0bd311bef5fea48488306d5aba849c43756c2e6e 100644 (file)
@@ -1,7 +1,7 @@
 %{
 
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 0c117b7d9cbc8e0a681ff8355e9120391d200f83..c11b77caf5b24f51686c184ad42a58fa55073143 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index fbafe0bff695220a48cbbf88578c9744a1c57261..926c04b16eae5137d7a915c80e0cd787287098cf 100644 (file)
--- a/putenv.c
+++ b/putenv.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index b70d539c6fae6dde8ed5cffc4e594608e2cb1864..d6320ad2853fa1e337d0798284b978ec0a7a8c31 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 759c5020e1bc95520028b1b8f1010438aa9f8f13..36bc5a0d16eaf3bd02d310cf2c0be2efdca7d398 100644 (file)
--- a/strdup.c
+++ b/strdup.c
@@ -1,16 +1,9 @@
 /*
- * CU sudo version 1.5.9 (based on Root Group sudo version 1.1)
- * Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
+ *  CU sudo version 1.6 -- allows users to execute commands as root and others
+ *  Copyright (c) 1991  The Root Group, Inc.
+ *  Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
- * This software comes with no waranty whatsoever, use at your own risk.
- *
- * Please send bugs, changes, problems to sudo-bugs@courtesan.com
- *
- */
-
-/*
- *  sudo version 1.1 allows users to execute commands as root
- *  Copyright (C) 1991  The Root Group, Inc.
+ *  Please send bugs, changes, problems to sudo-bugs@courtesan.com
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/sudo.c b/sudo.c
index b753e9f95a393a74592ae3804612e61014430272..053fbe982db50b186994a304629721279212448e 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -1,16 +1,9 @@
 /*
- * CU sudo version 1.5.9 (based on Root Group sudo version 1.1)
- * Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
+ *  CU sudo version 1.6 -- allows users to execute commands as root and others
+ *  Copyright (c) 1991  The Root Group, Inc.
+ *  Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
- * This software comes with no waranty whatsoever, use at your own risk.
- *
- * Please send bugs, changes, problems to sudo-bugs@courtesan.com
- *
- */
-
-/*
- *  sudo version 1.1 allows users to execute commands as root
- *  Copyright (C) 1991  The Root Group, Inc.
+ *  Please send bugs, changes, problems to sudo-bugs@courtesan.com
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 4d981404815a9b2c63bcb89e9693ffc1ecbd3782..28660ba75b57e28c170c7f7cda34edfc19dd5aad 100644 (file)
--- a/sudo.cat
+++ b/sudo.cat
@@ -61,7 +61,7 @@ O\bO\bO\bOP\bP\bP\bPT\bT\bT\bTI\bI\bI\bIO\bO\bO\bON\bN\bN\bNS\bS\bS\bS
 
 
 
-17/Feb/99                     1.5.9                             1
+17/Feb/99                      1.6                              1
 
 
 
@@ -127,7 +127,7 @@ S\bS\bS\bSE\bE\bE\bEC\bC\bC\bCU\bU\bU\bUR\bR\bR\bRI\bI\bI\bIT\bT\bT\bTY\bY\bY\bY N\bN\bN\bNO\bO\bO\bOT\bT\bT\bTE\b
 
 
 
-17/Feb/99                     1.5.9                             2
+17/Feb/99                      1.6                              2
 
 
 
@@ -193,7 +193,7 @@ E\bE\bE\bEN\bN\bN\bNV\bV\bV\bVI\bI\bI\bIR\bR\bR\bRO\bO\bO\bON\bN\bN\bNM\bM\bM\bME\bE\bE\bEN\bN\bN\bNT\bT\bT\bT V\b
 
 
 
-17/Feb/99                     1.5.9                             3
+17/Feb/99                      1.6                              3
 
 
 
@@ -259,7 +259,7 @@ S\bS\bS\bSE\bE\bE\bEE\bE\bE\bE A\bA\bA\bAL\bL\bL\bLS\bS\bS\bSO\bO\bO\bO
 
 
 
-17/Feb/99                     1.5.9                             4
+17/Feb/99                      1.6                              4
 
 
 
@@ -325,6 +325,6 @@ sudo(8)                MAINTENANCE COMMANDS               sudo(8)
 
 
 
-17/Feb/99                     1.5.9                             5
+17/Feb/99                      1.6                              5
 
 
diff --git a/sudo.h b/sudo.h
index b606d9f5a4c92a674e23d521e49500df34ef605e..2b598f46a10fdd785fd2bccadfa12e1426274c26 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -1,16 +1,9 @@
 /*
- * CU sudo version 1.5.9 (based on Root Group sudo version 1.1)
- * Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
+ *  CU sudo version 1.6 -- allows users to execute commands as root and others
+ *  Copyright (c) 1991  The Root Group, Inc.
+ *  Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
- * This software comes with no waranty whatsoever, use at your own risk.
- *
- * Please send bugs, changes, problems to sudo-bugs@courtesan.com
- *
- */
-
-/*
- *  sudo version 1.1 allows users to execute commands as root
- *  Copyright (C) 1991  The Root Group, Inc.
+ *  Please send bugs, changes, problems to sudo-bugs@courtesan.com
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 5afc6b8e65ff783694f0402ef2012495c35a5bd8..e640a88b46342e63d9e27ed5e7c58c85fe09364d 100644 (file)
--- a/sudo.man
+++ b/sudo.man
@@ -2,8 +2,8 @@
 ''' $RCSfile$$Revision$$Date$
 '''
 ''' $Log$
-''' Revision 1.31  1999/03/29 04:05:13  millert
-''' ++version
+''' Revision 1.32  1999/04/05 20:57:23  millert
+''' Crank version to 1.6 and combine copyright statements
 '''
 '''
 .de Sh
@@ -96,7 +96,7 @@
 .nr % 0
 .rr F
 .\}
-.TH sudo 8 "1.5.9" "17/Feb/99" "MAINTENANCE COMMANDS"
+.TH sudo 8 "1.6" "17/Feb/99" "MAINTENANCE COMMANDS"
 .UC
 .if n .hy 0
 .if n .na
index d498be0c1c6f416c3f0e43af07b63c4c1a6fe386..32b570e429df59b056642b97377fd0b7e0de93ad 100644 (file)
@@ -19,7 +19,7 @@ static char yyrcsid[]
 #line 2 "parse.yacc"
 
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index d06ce65f0d5b45fbb29651ab96ea5b56d2e44b6e..60d44da9e7835687643c6c42fa491d39b40e26e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index fe06c016fcdbd11c79a6716146e44df54c5cb542..b8f2032cca41e869aa56cacde0aeb94e51f9d7bf 100644 (file)
@@ -61,7 +61,7 @@ D\bD\bD\bDE\bE\bE\bES\bS\bS\bSC\bC\bC\bCR\bR\bR\bRI\bI\bI\bIP\bP\bP\bPT\bT\bT\bTI\bI\bI\bIO\bO\bO\bON\bN\bN\bN
 
 
 
-17/Jan/99                     1.5.9                             1
+17/Jan/99                      1.6                              1
 
 
 
@@ -127,7 +127,7 @@ sudoers(5)                 FILE FORMATS                sudoers(5)
 
 
 
-17/Jan/99                     1.5.9                             2
+17/Jan/99                      1.6                              2
 
 
 
@@ -193,7 +193,7 @@ E\bE\bE\bEX\bX\bX\bXA\bA\bA\bAM\bM\bM\bMP\bP\bP\bPL\bL\bL\bLE\bE\bE\bES\bS\bS\bS
 
 
 
-17/Jan/99                     1.5.9                             3
+17/Jan/99                      1.6                              3
 
 
 
@@ -259,7 +259,7 @@ sudoers(5)                 FILE FORMATS                sudoers(5)
 
 
 
-17/Jan/99                     1.5.9                             4
+17/Jan/99                      1.6                              4
 
 
 
@@ -325,7 +325,7 @@ F\bF\bF\bFI\bI\bI\bIL\bL\bL\bLE\bE\bE\bES\bS\bS\bS
 
 
 
-17/Jan/99                     1.5.9                             5
+17/Jan/99                      1.6                              5
 
 
 
@@ -391,6 +391,6 @@ S\bS\bS\bSE\bE\bE\bEE\bE\bE\bE A\bA\bA\bAL\bL\bL\bLS\bS\bS\bSO\bO\bO\bO
 
 
 
-17/Jan/99                     1.5.9                             6
+17/Jan/99                      1.6                              6
 
 
index c9fc04e697a611d16f23e4a24a5c25ec4d3f23be..f7ce248e3b63b11f510572c0572091e512c69e7c 100644 (file)
@@ -2,8 +2,8 @@
 ''' $RCSfile$$Revision$$Date$
 '''
 ''' $Log$
-''' Revision 1.6  1999/03/29 04:05:13  millert
-''' ++version
+''' Revision 1.7  1999/04/05 20:57:23  millert
+''' Crank version to 1.6 and combine copyright statements
 '''
 '''
 .de Sh
@@ -96,7 +96,7 @@
 .nr % 0
 .rr F
 .\}
-.TH sudoers 5 "1.5.9" "17/Jan/99" "FILE FORMATS"
+.TH sudoers 5 "1.6" "17/Jan/99" "FILE FORMATS"
 .UC
 .if n .hy 0
 .if n .na
index c04bbe459fa22aba6eae76bd6e4d44ea4f48af8d..18f881b492d55e02ae2b48e4fa5cb62d23252176 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index b92f0909c360ce77ce178133f6de8118ee105dc6..468baee8f9d9455380b03cecd3c9e7aa75bcde11 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/utime.c b/utime.c
index 134135bb2868a24ef2e6698d5e843c5c07bd00cb..654d69086433ddde9198e98f79ac55154d84ff0d 100644 (file)
--- a/utime.c
+++ b/utime.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 890ceea1bbd05ee5bb7e7333299743f108bab84c..151761c6b2e7231b2a0d887339e475cae7c7fbdc 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -24,6 +24,6 @@
 #ifndef _SUDO_VERSION_H
 #define _SUDO_VERSION_H
 
-static const char version[] = "1.5.9";
+static const char version[] = "1.6";
 
 #endif /* _SUDO_VERSION_H */
index ff1ac552733dda83a7d31420dcf49ef3d06423ec..79b5dc33d393b191dfcb300928928905c1a81295 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.9
+ *  CU sudo version 1.6
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 156ce5100f323d15afd8d5ab83129b7138dbb9fa..85c0f5e893805969997e001ec435b965bdfe06f0 100644 (file)
@@ -61,7 +61,7 @@ F\bF\bF\bFI\bI\bI\bIL\bL\bL\bLE\bE\bE\bES\bS\bS\bS
 
 
 
-17/Jan/99                     1.5.9                             1
+28/Mar/99                      1.6                              1
 
 
 
@@ -127,7 +127,7 @@ S\bS\bS\bSE\bE\bE\bEE\bE\bE\bE A\bA\bA\bAL\bL\bL\bLS\bS\bS\bSO\bO\bO\bO
 
 
 
-17/Jan/99                     1.5.9                             2
+28/Mar/99                      1.6                              2
 
 
 
@@ -193,6 +193,6 @@ visudo(8)              MAINTENANCE COMMANDS             visudo(8)
 
 
 
-17/Jan/99                     1.5.9                             3
+28/Mar/99                      1.6                              3
 
 
index 4e832faf53d87981115c428b36bbe69fe5453a0a..ec54bebb92a86ce3eebe55c209cd81bfc1ff0c4e 100644 (file)
@@ -2,8 +2,8 @@
 ''' $RCSfile$$Revision$$Date$
 '''
 ''' $Log$
-''' Revision 1.5  1999/03/29 04:05:14  millert
-''' ++version
+''' Revision 1.6  1999/04/05 20:57:24  millert
+''' Crank version to 1.6 and combine copyright statements
 '''
 '''
 .de Sh
@@ -96,7 +96,7 @@
 .nr % 0
 .rr F
 .\}
-.TH visudo 8 "1.5.9" "17/Jan/99" "MAINTENANCE COMMANDS"
+.TH visudo 8 "1.6" "28/Mar/99" "MAINTENANCE COMMANDS"
 .UC
 .if n .hy 0
 .if n .na