]> granicus.if.org Git - sudo/commitdiff
updated version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 6 Apr 1998 03:35:50 +0000 (03:35 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 6 Apr 1998 03:35:50 +0000 (03:35 +0000)
22 files changed:
Makefile.in
check.c
config.h.in
dce_pwent.c
emul/utime.h
find_path.c
getcwd.c
getspwuid.c
goodpath.c
interfaces.c
logging.c
parse.c
parse.lex
putenv.c
strdup.c
sudo.c
sudo.h
sudo_setenv.c
testsudoers.c
tgetpass.c
utime.c
visudo.c

index 163aebb1abebaa51a19e97b3a26b5521d89aa81d..eb3aed4bda6c9b211bdb1268b3cdeeceeacffc96 100644 (file)
@@ -1,5 +1,5 @@
 #*
-#* CU sudo version 1.5.5 (based on Root Group sudo version 1.1)
+#* CU sudo version 1.5.6 (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.5
+VERSION = 1.5.6
 
 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 8f86e99a7df948af452c90e68b74dbb3c23130fa..c283cd23acb226137394148b99fab8df4583de08 100644 (file)
--- a/check.c
+++ b/check.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.5 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.6 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
index f034cfb1b7be805c8de81a4a1dcbbb7e8fa8bf5a..5d684def343814a9a627a7cd3868dc519eb6b22f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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 8084f197c10679d43af32f0c008956737a2f49c3..25752a55d196b4dc2175d4c1c718a5b08586b645 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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 9f4b599346f204727778ee0608d57fa8bc5eab4e..c631eedb310c8ce3f8464b18ee0b341477615fc7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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 4e11659392e63033e9234bc22f9ca18378a4b416..7007013ba6eab55ace0f81d238a95cc21e31ee8b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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 2d331a150447c4d7f603ced05962617dba7035ab..b9a7f5f6205f49dcf3d871d7c7c64a431b1cf671 100644 (file)
--- a/getcwd.c
+++ b/getcwd.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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 87843829ce4f7d5efd2819df5942013cd360f8c1..d9976b1e91cc6293175839daa8c43dd8da795452 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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 16d6bd1407584a60a3e4887c9ed010f6e532ed03..4cd4c8ad0ccd3f013425032ed1eaf51d70aa6016 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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 3b9f88bb3d4ec0bd29e4be75514f82b62ee32911..bf80fa11a8543024741a7ce2bbed85e8174ca5eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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 c6cf94b1978e974dc3cf2d1e0032f7fcab9ffdac..f9967f09ef51b719b5db7ead63e61a09f2766a60 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.5 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.6 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
diff --git a/parse.c b/parse.c
index 862b18f2da823a11865aa525824ac2110cc82c5b..be6c6bbf33cbcc4ebe96115278e61a32fbcb20b0 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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 f630369d61c992d11ccf8cb8fb1fb88b4aa0bd5c..b74163733752790792754433b68400534723a65b 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -1,6 +1,6 @@
 %{
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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 2a46994ddbda0e0d8b815132d4751c3d03e6669b..8cce0d2f33b059e197957b41deb68bfe3cce85ba 100644 (file)
--- a/putenv.c
+++ b/putenv.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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 b55f8e355a3b3ac6ee13a2a805d16f85225d5ee5..63d2044d861b472e1c7bc7db901285a3f443009a 100644 (file)
--- a/strdup.c
+++ b/strdup.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.5 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.6 (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 215a1ca14da0e592d45208de57b2b50a19af4c00..442696afa5b02324431c5fe3876193bff75edf79 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.5 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.6 (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 3bcae1827f3551d3cda745d2adc04f36f7f4bc37..aee5fbf2cd9dbdb7fc5c5ffbaf6bf4496c4eaffb 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.5 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.6 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
index 667c13d6403e170b52426812604c7814165431e1..964d593cd7e0af8391ca463ddafc7b4e4cbd1a99 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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 7820a95831025f5815ab92d30944b9ee93709819..206b2916d12a08a17bf6a4ad5fa6d42c66ec3d09 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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 43844c96eaf32b9de0d8754c57448b6102c99a06..bd9dad535752768db32aef0738b8177bcae061e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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 a384867536911dc14a5d1fbaa5881ef155062aea..8b55e57fbb82dcf502096ce9b5ce5c7ace69ea33 100644 (file)
--- a/utime.c
+++ b/utime.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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 814d114600b4460a296ce4c3c55065b90cada79f..af9964249e9ba72e04165c9a3d215de093c2677c 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.5
+ *  CU sudo version 1.5.6
  *
  *  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