]> granicus.if.org Git - sudo/commitdiff
updated version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 31 Mar 1998 05:05:49 +0000 (05:05 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 31 Mar 1998 05:05:49 +0000 (05:05 +0000)
31 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
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
visudo.c

index ae5898ebc571a8fd426b756cf14be77e0b392424..cc8447e2e290cff3e99fab657417ef48a042a8ee 100644 (file)
@@ -1,5 +1,5 @@
 #*
-#* CU sudo version 1.5.5b4 (based on Root Group sudo version 1.1)
+#* CU sudo version 1.5.5 (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.5b4
+VERSION = 1.5.5
 
 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 7c838bb5de3f7303d37547161e7724cd27018127..418bc4a4d6f21f4805e9ff8847529051bb50be4c 100644 (file)
--- a/check.c
+++ b/check.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.5b4 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.5 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
@@ -884,7 +884,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.5b4, based on Root Group sudo version 1.1",
+       "    CU sudo version 1.5.5, 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 a7440604a04f30422e7b1132abe92aa5fff67a00..657ae65a3c2dd08b2dd89f29b07534e0e074e5ab 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 12bea79121b7374acef01986d293029874c5bde4..94bbd84290e7c2d74fa40b5adc096ad8d847c0c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 22d63b98c535762178a2a48ec4f3fc1b53ed1325..8084f197c10679d43af32f0c008956737a2f49c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 f92d85c6f284f539c1f20a3fe1ebe0cc13d6fbb2..9f4b599346f204727778ee0608d57fa8bc5eab4e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 a24e77a9f6eb174634ebca9c4cbd7ad2ff34ee16..1d5fb098c3160ff3be24fbd1da3b707bc089a638 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 88631fa50c99e8de292e3820c50878d4acf9c598..87843829ce4f7d5efd2819df5942013cd360f8c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 ec9b363b7e35f08d05fbe14c04c06b101fa4c5ef..3e2550cde1f5e32f7ff8ed020a847a47fa655c29 100644 (file)
--- a/getwd.c
+++ b/getwd.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 785e22d9234eb2e44bf7fdbb5601fb66d3035c1c..16d6bd1407584a60a3e4887c9ed010f6e532ed03 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 1a52d37fc31ed927785f8af2126efe7f061ba6f9..c995c592527a23d2e63f81d72ed0fe76a8624125 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 0686f90f876112b79c509d5fcdd70e9af1d3fc3f..db8ab181e782135a4e85145622d0e8cf175689ea 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 6a312eae20971039964f88ad33bef36737d64030..d82c67b80749e86ab68504ce789a8b75c861f73f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 32801d3bc2402b8cc4c50d802a4dd1e25859535e..e3fa68da2e6642a80eab2ff53298e6eda5707173 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 08b437d2eeaa215bc58729ed7229a7dbf5628a0f..1d1f96e45b75cbd386b9f79d47117c4106945651 100644 (file)
--- a/insults.h
+++ b/insults.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 c12562f4da466fc048c8e5194ef914449e8f485e..3b9f88bb3d4ec0bd29e4be75514f82b62ee32911 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 f21557cf45cd773b914c4b94243497de24e48535..c6cf94b1978e974dc3cf2d1e0032f7fcab9ffdac 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.5b4 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.5 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
index df2621a693e9a561ad0d0990bc90af4b8bba4c91..ffe169c49e37de4a6fe38523a5bae842309a839f 100644 (file)
--- a/options.h
+++ b/options.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 491d0662a7657a234e447f321a1f3e1d183c83db..43fce089be12f7fa9d411d0fe71a4d628cff0f06 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 3d3a6f84db040837d2d1bcd0955fc6220c18ea45..f630369d61c992d11ccf8cb8fb1fb88b4aa0bd5c 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -1,6 +1,6 @@
 %{
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 41e395bffdbf201ab812240e6438c6bd5f30c2ab..c3b8e23937e730283785e0a51addf864f4c8162c 100644 (file)
@@ -1,7 +1,7 @@
 %{
 
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 cbbe0e07366e3bdb937358707c3b1bc3a3e9451f..63570312f0a5e615a5110a881f34fdd21c85f721 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 04a20385d7bd6117069e844b12b83048f1211eb4..2a46994ddbda0e0d8b815132d4751c3d03e6669b 100644 (file)
--- a/putenv.c
+++ b/putenv.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 f6697b2a20addf33f4c6ba1cff7358c042b3060c..b55f8e355a3b3ac6ee13a2a805d16f85225d5ee5 100644 (file)
--- a/strdup.c
+++ b/strdup.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.5b4 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.5 (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 41761462313a1d8b8100ba86d72742af49178743..2a6f9d27f5d9b679f2255166833d38d9d92b225a 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.5b4 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.5 (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 2cbdab4f52d4793cd5927e26db1011d50a2690d5..3bcae1827f3551d3cda745d2adc04f36f7f4bc37 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.5b4 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.5 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
index eca10c1c3958fa9c4168bb2a1a1d124e7e8e7655..667c13d6403e170b52426812604c7814165431e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 1b1060f26e4fb0e7b5c27a729a362cf915dd6bb2..2e9e68ec64ed643a6f2d2a7b9531fb2ae38e3d3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 843c344831aa17c882e23094b546f270057fbce7..43844c96eaf32b9de0d8754c57448b6102c99a06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 d92b662492264ed07f6b41957363d026e1a2b726..a384867536911dc14a5d1fbaa5881ef155062aea 100644 (file)
--- a/utime.c
+++ b/utime.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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 a47152cbaa10e45be973398a9b838696e3756257..814d114600b4460a296ce4c3c55065b90cada79f 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5b4
+ *  CU sudo version 1.5.5
  *
  *  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