]> granicus.if.org Git - sudo/commitdiff
++version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 30 Aug 1996 00:37:04 +0000 (00:37 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 30 Aug 1996 00:37:04 +0000 (00:37 +0000)
33 files changed:
INSTALL
Makefile.in
README
check.c
compat.h
config.h.in
dce_pwent.c
find_path.c
getspwuid.c
getwd.c
goodpath.c
ins_2001.h
ins_classic.h
ins_csops.h
ins_goons.h
insults.h
interfaces.c
logging.c
options.h
parse.c
parse.lex
parse.yacc
pathnames.h.in
putenv.c
strdup.c
sudo.c
sudo.h
sudo_setenv.c
testsudoers.c
tgetpass.c
utime.c
version.h
visudo.c

diff --git a/INSTALL b/INSTALL
index 9786810ebb09c2ac53ef7389cd26af736ba8c150..d18823d8d06389b4eec2679833e511bcc721e572 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Installation instructions for CU sudo 1.5
+Installation instructions for CU sudo 1.5.1
 ===========================================
 
 Sudo uses a `configure' script to probe the capabilities and type
@@ -62,11 +62,11 @@ For most systems and configurations it is possible simply to:
 
 Notes on upgrading from an older release
 ========================================
-Sudo 1.5 expects the sudoers file to have different permissions
+Sudo 1.5.1 expects the sudoers file to have different permissions
 (mode 0440) and be owned by user and group 0.  This differs from
 version 1.4 and below which expected the sudoers file to be owned
 by root and mode 0400.  Doing a `make install' will set the sudoers
-file to the new mode and group.  If sudo 1.5 encounters a sudoers
+file to the new mode and group.  If sudo 1.5.1 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 0e8c010a15723798852cc12e353e28c94e03eb68..e27a72d7b4516f56348e7e513ba76bd47890e32c 100644 (file)
@@ -1,5 +1,5 @@
 #*
-#* CU sudo version 1.5 (based on Root Group sudo version 1.1)
+#* CU sudo version 1.5.1 (based on Root Group sudo version 1.1)
 #*
 #* This software comes with no waranty whatsoever, use at your own risk.
 #*
diff --git a/README b/README
index 3620f8cb544a8f805c19e2df26f0829c2f38646b..98c6ae3bc99cba6eaf4ff0054425a36f7e20fbe5 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the CU version of sudo, release 1.5
+This is the CU version of sudo, release 1.5.1
 
 The sudo philosophy
 ===================
diff --git a/check.c b/check.c
index 09ccfc7d0e99a10ac86c56fded5e130287489c94..5285493c49696c0ef109606cc3793f2fedade219 100644 (file)
--- a/check.c
+++ b/check.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.1 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
@@ -747,7 +747,7 @@ static void reminder()
     (void) fprintf(stderr, "\n%s\n%s\n\n%s\n%s\n\n",
 #else
     (void) fprintf(stderr, "\n%s\n%s\n%s\n%s\n\n%s\n%s\n\n%s\n%s\n\n",
-       "    CU sudo version 1.5, based on Root Group sudo version 1.1",
+       "    CU sudo version 1.5.1, based on Root Group sudo version 1.1",
        "    sudo version 1.1, Copyright (C) 1991 The Root Group, Inc.",
        "    sudo comes with ABSOLUTELY NO WARRANTY.  This is free software,",
        "    and you are welcome to redistribute it under certain conditions.",
index 2325bb34eb370ea815a358270557720a4a6d70df..2513b9fd85ce101e6719fa954dce3f74320be1d7 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 83cbb6d9579d49047338b7fdf9863ba1b689ef50..0f19d37e0c31db8a54250090e6696e977fc0357b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 41827d5810bff4ff91bda103d18c8bb833a46bc5..d4ef942665b6341d3ceb5807b9fb8bcdd5896213 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 3b7f7d958aaf5c90a15ae8875dc91949abc67757..a5fe207d221f2cff9f604fe5367c6678ced1af39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 e194bb9329db86a194a05f7853ff6362f5e79bbf..1257f55d243aaf026efd724c955b98eba1aabdf1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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/getwd.c b/getwd.c
index 2f65f514fd5f29722d5045461011495275835c53..8884a3636f576f40f00d36c963e6941acfd61657 100644 (file)
--- a/getwd.c
+++ b/getwd.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 29efe7278c64a6436a61fc6697fdac11b54f9cf5..658fb9455198a723f1c5dea449d9a684d6d5de49 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 1fc9845499c4d06713425d9508d40c67f4126ab9..2ee48fbe9eb58ce9ee23ded2d98e0f1d319a6f0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 76222c031e31aba54b58d6e437cf5f22e3d8fb46..1202e01b21b9e4ce8994624f5aa28e8a1d1a37ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 908c7c74f20fd4e76a747726cf9ba8687f587f3d..34612ecd387bb057a5516002d5f1f969e48660bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 cebf1f125ec998e2278d838e2b02c50642aee31e..ac3686052b5c57177480e8c109706672027854c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 cbe10cf36cc076787495728af60e8d3cac48ab49..9ce6a3e0591b2090a5eeda4699f16c7ff6cf6ab6 100644 (file)
--- a/insults.h
+++ b/insults.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 cda5b82d6260f1722ba211fe014885588ba8a427..40802fbcadb7a43b1d18abea236c0b54b80f9bde 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 7d09fb1dcb7cd2e638cc228890639b8314b25373..8060749eaff8d9af4d64cff0e9c68d9d8ee5520e 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.1 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
index fdebcec7b0f3c00d0e0b533eaab0b3c7116b67de..ca11e8c8c1c3861391df184a5f93965e708e809c 100644 (file)
--- a/options.h
+++ b/options.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 57bc3f5e7f043d0c6f71e704e47d0edeea5b807a..9dba608e04ff14b819771b3c24e9f8c854adbf3f 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 fa0f5854283f274e83b566277cb3b11f7c9a2384..6a41e02ec6217dda213a52f2f96d938d1f8e75c3 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -1,6 +1,6 @@
 %{
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 d2211fc98f14d41e78fe8e5d81c8e564254261f1..b4bba7d095b3d295469d22d71bef352644a9b77a 100644 (file)
@@ -1,7 +1,7 @@
 %{
 
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 c8a6a1f1f5524431d74dcc2827372292ca0d2825..7b200ac32d1ed052a00745788e7b059afcae9b26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 772da8cfacdbd36556ab6758a0b02e229a5fd8b6..fd5c23e0c20cc18edb6f9e60de36855396325c7d 100644 (file)
--- a/putenv.c
+++ b/putenv.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 3dfe8044352d7280b45903ec72381a6e7004aec0..6b486cd31772ee734a06d4adb958b78e3d51497a 100644 (file)
--- a/strdup.c
+++ b/strdup.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.1 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
diff --git a/sudo.c b/sudo.c
index f26c68d2bce7d50655ba17b0fdb9e8c3bed42e5e..7ad53b1d556eeb817672894c9640768130ea3d5a 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.1 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
diff --git a/sudo.h b/sudo.h
index bcb92ee5f65c3d25a18d8ba06d83786b34744532..3161d746c0c9d9dcff0c5a2df1ffeb60c74ebd8f 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.1 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
index 25a6817f079e8320c3b5cfef83e02b590347aecd..2b3a0c56e85cfccfc923235e54620336c1cf8b19 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 6f570a21ca9e03097da907ebc8e04bedfc0ff387..37b1d4e07493f0e0c62dc67c5d7756b29956d0fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 7b029c5f31e260a94f05ff82e00113bb404ee18f..2b43519535b12e5de496453745b97f4ae0fb46e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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/utime.c b/utime.c
index 7ef06eb7fd784ce6f7b460e3bdec293b2942d3b8..296b32c5c1848c912322a938a0e50c228a5756e5 100644 (file)
--- a/utime.c
+++ b/utime.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 a9c4276e12faa905ec318b8432e30cd0072a49c3..cb6ea032db2ed82315d6405a06bf2b43bd6dc9da 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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 9e43327f1f035cf6ae9d4ff9004211c83d3b2f64..e0bff92d1e55f2f238e54720c149a71a054cb1fc 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5
+ *  CU sudo version 1.5.1
  *
  *  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