]> granicus.if.org Git - sudo/commitdiff
updated version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 17 Feb 1998 02:43:17 +0000 (02:43 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 17 Feb 1998 02:43:17 +0000 (02:43 +0000)
30 files changed:
Makefile.in
check.c
compat.h
config.h.in
dce_pwent.c
emul/utime.h
find_path.c
getspwuid.c
getwd.c
goodpath.c
ins_2001.h
ins_classic.h
ins_csops.h
ins_goons.h
insults.h
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
visudo.c

index 51438d56d71275abc196fed64a02d8e94d4295dd..4919f2091534ea02cd4293ae34abb278e9acd6a5 100644 (file)
@@ -1,5 +1,5 @@
 #*
-#* CU sudo version 1.5.5b2 (based on Root Group sudo version 1.1)
+#* CU sudo version 1.5.5b3 (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.5b2
+VERSION = 1.5.5b3
 
 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \
             PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \
diff --git a/check.c b/check.c
index 2e6143415b1f2138207d95439fbca3b18b2c662c..8520150e8d1710f174a76d0d54d9074151b7f8e7 100644 (file)
--- a/check.c
+++ b/check.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.5b2 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.5b3 (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.5b2, based on Root Group sudo version 1.1",
+       "    CU sudo version 1.5.5b3, 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 3566e290ec72842b7bbc5621dc42fe22267e0268..395a01e1f927ed07a802be5f286fbfdf3dac4a13 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 e9798af22e609f65a2754825f7609a49bedfe156..610cd8ad60a2b769676641cacd521c93b2d914a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 1b3dbddd88ff16207e21dea506cd03209af56a26..171afd2f7b4ca01580b41a292e55cfa65c05b4c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 af12f4306681aad81c7ae572e9775d45c1e63c9f..5a621b13d704339df1c41c1bd5904dab2e32a50b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 3095f889eac23f6d8962ddfaec14eaa3d9907942..a6e8ef3197a849a860d21d5d62e52c9f8c438a38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 d763f4c2749227f9425b57241fbb1e4cf8375a1a..d39d1a382a62584360acb043ba0a6c7850818133 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 7820a2e3f0de5b9d99ceab3f24a970f184216349..a9768537240dceb28403275f8d26dd2f843a8577 100644 (file)
--- a/getwd.c
+++ b/getwd.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 25c36d72cb106f2616d5fa5eae1b9d5852d23e5b..e8cc772306147acfe6def4ff545b7e78f7843d74 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 b6bb1883be3e7c443d54aec5aaee99485bc25c68..3bd7e299d16c916f7393da323ddce4c1317c9cff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 75acb346bc25afe4e230d3c22b1a3860ab31d73f..d016f98867b55b11bed8fcf652932b49438aa33c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 24d7bce08f0a434e93d051299db6bca0a46cd323..3dc8fdb7ab3024e793496532c4cd15a04c579f93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 5fc92bd11d11f6734a72da37488bbf11a2fac36f..4bc4ae42ae39fc109fb2cd8a249a14e0e0d09297 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 8a820d1270877642305c4ee999ec816b12a2f6a8..caa181a7ce9b36e32aeb50a991291e5f004aabb7 100644 (file)
--- a/insults.h
+++ b/insults.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 b48df253b9e5567ac0a646da3b56dd92ee0ff397..563907b46fd205a77d59838e9f313acc2889c61f 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.5b2 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.5b3 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
index a818e71d8a89bd2252ac2b6efe8e99e5ce14a66a..83cd2d1665ed265ccfeeef7865df15e2b1ea3925 100644 (file)
--- a/options.h
+++ b/options.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 fe0e0e620cd45cbd8945ab867b3f36a824ac33c8..269167c9f978e782515ac947e47bfcc3b5811445 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 93bda2cdd53991814c04d82b4d6cb900c8311ad4..5e2b19306e63cfc2efd647ee1720802d92441655 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -1,6 +1,6 @@
 %{
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 05a92027bc195d87546bd1d1de94f9c2becc4220..a797b542df8aed8227723fbccf838b292cc4f2c8 100644 (file)
@@ -1,7 +1,7 @@
 %{
 
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 8a48e0ef40aa788335e4a0f49563dd229849b3a7..c78ea4e0d20cfc70a148b564b4531be4c55eeb9f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 309fc327ea9d0c90825d022750d5dcc9b7e27989..46f16971cbe3156858f7d5832bf63f15bd3d7630 100644 (file)
--- a/putenv.c
+++ b/putenv.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 7f71b329fbd2e851b9b319c1706362ac85bd8a52..a26b5b8e6ddcaec788df5fe8ee43119ee0054331 100644 (file)
--- a/strdup.c
+++ b/strdup.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.5b2 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.5b3 (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 1c2ae84216a1507f851fa349db32f156c9359fa8..18ff49aee4da4ee18baa4ddb437695ac98665988 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.5b2 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.5b3 (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 b936c6538a565bfb925b74f5b2695571e2e6af62..26d93f7a9ad4cef431e372b18bed720cad99710c 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.5b2 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.5b3 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
index 18f03dc35cc78143c72df27d5c48a7279ed209a1..683ee19bcb7439ce606daf5ef0b92eb08406d223 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 1b27482e5204b078c86aae999bad70cd8426c8a5..8ba97700ba976e4c36043612a96dea042b984990 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 a30a7892b487dcd9b16c9714e6541d3eedc8e9fc..457be55875587b2741f5e781a938720e43c1d6e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 105fff0f21e0142916c4037d15a4ee38e7068cc7..3970e08cbcb663385ccba75ce3b7fd66fb01e7fe 100644 (file)
--- a/utime.c
+++ b/utime.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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 b92485b838d54ae4d2def64c25ed926283649524..7c0c789c2d53b06e2b5eae32e45f6f27b8571730 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b2
+ *  CU sudo version 1.5.5b3
  *
  *  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