]> granicus.if.org Git - sudo/commitdiff
++version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 17 Aug 1996 23:25:40 +0000 (23:25 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 17 Aug 1996 23:25:40 +0000 (23:25 +0000)
19 files changed:
check.c
dce_pwent.c
find_path.c
getspwuid.c
getwd.c
goodpath.c
interfaces.c
logging.c
parse.c
parse.lex
parse.yacc
putenv.c
strdup.c
sudo.c
sudo_setenv.c
testsudoers.c
tgetpass.c
utime.c
visudo.c

diff --git a/check.c b/check.c
index 3e5b431d43878cdcf32e5ed2b22e50cfef806ac5..5d98e0833451900191cd6fbf967eb52901608c97 100644 (file)
--- a/check.c
+++ b/check.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.4 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
@@ -744,7 +744,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.4, based on Root Group sudo version 1.1",
+       "    CU sudo version 1.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 a10f0631f5228ca24247d11f4cbd2b24030e8ffa..41827d5810bff4ff91bda103d18c8bb833a46bc5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.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 763f7693d4f6e38a91e36bffdebd24009c480338..3b7f7d958aaf5c90a15ae8875dc91949abc67757 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.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 01a62de2d9440f9256f6d15a418a57f02fc3e7b2..e194bb9329db86a194a05f7853ff6362f5e79bbf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.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 4bf57d59ea42a223ee211f088c908dd1d86b8c42..2f65f514fd5f29722d5045461011495275835c53 100644 (file)
--- a/getwd.c
+++ b/getwd.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.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 f6873a7b8b483fe54cfd271ea82e6f80af550cac..29efe7278c64a6436a61fc6697fdac11b54f9cf5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.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 3cb369fb02c990bccd2fd5adcc36f8e73f10c486..cda5b82d6260f1722ba211fe014885588ba8a427 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.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 672016b3b3cda46e5ab267261fd49208806efd01..7d09fb1dcb7cd2e638cc228890639b8314b25373 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.4 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5 (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 c4af0cdc8bf1353b547bf258bb944fc490b9a215..57bc3f5e7f043d0c6f71e704e47d0edeea5b807a 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.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 1cf98ca116aabdc403e828323582a3cbdfd67e64..fa0f5854283f274e83b566277cb3b11f7c9a2384 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -1,6 +1,6 @@
 %{
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.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 010a631ab19ff0f42f2eeaca1160d1a3e66f78bb..f6ce68d1ca71da35c0d0621b2762a1eb523f9e17 100644 (file)
@@ -1,7 +1,7 @@
 %{
 
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.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 204bff94f359c27921a49a08f6d76504873d4111..772da8cfacdbd36556ab6758a0b02e229a5fd8b6 100644 (file)
--- a/putenv.c
+++ b/putenv.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.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 71509c14334ec216bd5d1342785538e38340e03a..3dfe8044352d7280b45903ec72381a6e7004aec0 100644 (file)
--- a/strdup.c
+++ b/strdup.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.4 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.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 8ce04d643af5a72bfe4805473c8a9e747cd6e91b..0c739b75719eeb1a044a156728dad4201fc0c800 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.4 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
index 9181681e3e70de3e0716b4afc4d0e07e813ee53e..25a6817f079e8320c3b5cfef83e02b590347aecd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.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 c957661fd7eeaa0f1f9fa2bea53b7e3285fc071a..6f570a21ca9e03097da907ebc8e04bedfc0ff387 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.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 54f10d3255f392b05074f4b54e08ecd8311a31a7..3bbff7afd0a3ff7c8d01c5321b467b714941931c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.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 d0cf333eb77f0d5d7ca0a4b8104077c0c2584ddb..7ef06eb7fd784ce6f7b460e3bdec293b2942d3b8 100644 (file)
--- a/utime.c
+++ b/utime.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.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 ee8cf48f37b3753419a42a4ace40a78f4e7f354a..acfe576c10614569224e9117acbc9187a87be53b 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.4
+ *  CU sudo version 1.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