]> granicus.if.org Git - sudo/commitdiff
++version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 14 Nov 1996 02:37:56 +0000 (02:37 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 14 Nov 1996 02:37:56 +0000 (02:37 +0000)
34 files changed:
INSTALL
Makefile.in
README
check.c
compat.h
config.h.in
configure.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 9f71531787e8ea2b1de6a13c4bf049231c929814..ea62fd43acaeb3b1cb3a93f74c5f09042d32fd3a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Installation instructions for CU sudo 1.5.2
+Installation instructions for CU sudo 1.5.3
 ===========================================
 
 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.2 expects the sudoers file to have different permissions
+Sudo 1.5.3 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.2 encounters a sudoers
+file to the new mode and group.  If sudo 1.5.3 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 7db948ac20302281726e287de47f00d52608a6bf..37e9d43861dad67c62054f0a7868bcf24cfacd23 100644 (file)
@@ -1,5 +1,5 @@
 #*
-#* CU sudo version 1.5.2 (based on Root Group sudo version 1.1)
+#* CU sudo version 1.5.3 (based on Root Group sudo version 1.1)
 #*
 #* This software comes with no waranty whatsoever, use at your own risk.
 #*
@@ -112,7 +112,7 @@ LIBOBJS = @LIBOBJS@ @ALLOCA@
 HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h \
        ins_2001.h ins_classic.h ins_goons.h ins_csops.h
 
-VERSION = 1.5.2
+VERSION = 1.5.3
 
 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \
             PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \
diff --git a/README b/README
index 4574b8dc7ab7370942acabc55a4981339bb376e5..814ba9504afa02345f06c2cffa920087f04ba1e2 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the CU version of sudo, release 1.5.2
+This is the CU version of sudo, release 1.5.3
 
 The sudo philosophy
 ===================
diff --git a/check.c b/check.c
index 08711f85730e6a26ee672465b5ab03e4067791d9..70420164ad89607845612c3c27524c34fe9d4e6f 100644 (file)
--- a/check.c
+++ b/check.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.2 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.3 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
@@ -868,7 +868,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.2, based on Root Group sudo version 1.1",
+       "    CU sudo version 1.5.3, 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 b6e72fc6aa948266bd754e7a1ef458cf59ba88d7..f0ead7bd3f6e0d8bc8aca909adf24f096ddd78b2 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 1ce658c567835955d7b27920165e36c14dd69b52..050ec59ad144a318760fa5e7b58f0817f544731d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 e1d06497a959c0aabc6d1c5ae893533b8d75d07a..3c66e7e2fe37441a4f34063302119178479f0113 100644 (file)
@@ -7,7 +7,7 @@ AC_CONFIG_HEADER(config.h)
 dnl
 dnl This won't work before AC_INIT()
 dnl
-echo "Configuring CU Sudo version 1.5.2"
+echo "Configuring CU Sudo version 1.5.3"
 dnl
 dnl Variables that get substituted in the Makefile
 dnl
index d9cd5cc74537d2c8ab28de76980bfc3bc82a1f9e..c329004d30a43358ee800188c1f7c90bee123d2e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 c04c0dbf0602c361af464846217f0924fa1aafba..2abe851c386f3912c553bc0fce77e083592015ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 63d41aae263d8a27b099cec2b4837dd5509919f8..228199fd882ea385155aacd398b57d6d4a51cbf2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 bf4db819ae0fb8dcf40d5483729e81686ed4c88a..f7d9cae67673f75a9e49cf3e4fda3b4f15d2d82f 100644 (file)
--- a/getwd.c
+++ b/getwd.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 f9b70aaf2cb3c26bd774ac545386a23de6971b69..6a0ac6e3c59219b52caabf49602afd551ec945f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 4a5e92c684b04fdf2601ddef4fa17587bf44f04d..0249c05de9b16e4ba724bda937ff54ab5483045a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 c4354c21136c48dcd6d6dc81f6af1c3cbecb58f0..03587acbc4851617cbc3b642744e96f0d63d4db0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 ee9423e718432580c913f57d7065db276b28ebfa..7f294e00ed43314c37d3f6b6ee937972e2d5eb56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 f7a649818a033c3d251d47f657ce27edd678d6e8..b2babd79ba76d407477100152467628bf920d217 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 60a88a0403daef84d0fac6ddfe7d6c57a00a1478..20320173136ddfc9c4335bf85bafb64421cbf8e6 100644 (file)
--- a/insults.h
+++ b/insults.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 172827e3b06a57f99ebe1fefa91b040fcd539bcc..bcaea2d91713d09f7c488873e1ef3ea6d4dba304 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 d3047f2e276efa3ffc61008f7c2e36c52d577002..d72deb569be2271dccb389caeafb982d4c1de3df 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.2 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.3 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
index 9e8aff4c4f69a8fbbe1368bbdad8e28d6550da8b..00b6ab1972d0fc98d09b274543328c9c85651c41 100644 (file)
--- a/options.h
+++ b/options.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 1a8a35c302454560e2fe25d6177a686556d7c8fa..c92f91290b31f130b7f8bc7f9f4fa1e1f97a3715 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 99bddd4fded9938bd8311cb7fe704b20c13ae65d..ff2790d65179a1a91bff59d1e2e94e91639a6e73 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -1,6 +1,6 @@
 %{
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 f19bd6d20a73a2a2ff686efbcb2d9ad1bc0d47cd..6926d8eda1f2a23376b3c342f27eb8e1f54689d8 100644 (file)
@@ -1,7 +1,7 @@
 %{
 
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 becf3d1c41322fa569895e2953f5d6d818cf1e38..746efb60d1d7abe8ac8bbc03f124959a4e284d46 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 59d4576bacf327be54b6d7820fb85d445e74a30a..81631b895264344f331c58ea300d6255517e3a35 100644 (file)
--- a/putenv.c
+++ b/putenv.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 b2e2b8962ce332382acef40b4693af3c6ca476c7..94c42d6e876ccd4ba1cb535f79d2b81155ebc6b0 100644 (file)
--- a/strdup.c
+++ b/strdup.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.2 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.3 (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 52245b0716eadccb2f487e6f13db10d836259431..5b22873c5198a305f353b5044648ecc496f789a4 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.2 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.3 (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 171c27c93bf9659da63adba586b91a32a10988f7..3665517e5fbbaeeb2994e408368d4c5ae3b50f8c 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.2 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.3 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
index 98450397c6594966114e9969a82e8fdbbbd69fb8..a201a0ba8e07ca781ada3141aa763dda231000b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 08541c048055cba8de429f9b7353260b2a2d4ea6..585cbbdb704f7adebea9059fb4521749176f6ac4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 829a9b69be0199316fb6b01153ca199d5d6e976b..f7fab9150f19f9d4cd7f707d304f864a37c7021e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 bfcadb2617378b027a59836c0a6ef356806fcb43..0ffc1e23ffe2764d4a54321f7c169b191032054f 100644 (file)
--- a/utime.c
+++ b/utime.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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 16ff770d9de6b7b27e8fde59e3acce142b3310c2..8cdc825b0722bfec4bf9025205603be58a8aeb70 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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
@@ -23,6 +23,6 @@
 #ifndef _SUDO_VERSION_H
 #define _SUDO_VERSION_H
 
-static char version[] = "1.5.2";
+static char version[] = "1.5.3";
 
 #endif /* _SUDO_VERSION_H */
index 66c48d7b1e6230c8ca80230a33f56e2e5b897d02..110b345aff59f81072624455807a54b06e8bef7c 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.2
+ *  CU sudo version 1.5.3
  *
  *  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