summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1995-11-19 23:37:15 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1995-11-19 23:37:15 +0000
commit4e4ccf327298ab25d792ec3bc1f140556b654c27 (patch)
tree6f00831481b0263cac72aec2c46403613148fc5d
parent089f55b13a928a427aa583e6f071d4092b332a4f (diff)
downloadsudo-4e4ccf327298ab25d792ec3bc1f140556b654c27.tar.gz
updated version number
-rw-r--r--Makefile.in4
-rw-r--r--OPTIONS2
-rw-r--r--check.c4
-rw-r--r--compat.h2
-rw-r--r--config.h.in2
-rw-r--r--find_path.c2
-rw-r--r--getwd.c2
-rw-r--r--goodpath.c2
-rw-r--r--ins_2001.h2
-rw-r--r--ins_classic.h2
-rw-r--r--ins_csops.h2
-rw-r--r--ins_goons.h2
-rw-r--r--insults.h2
-rw-r--r--interfaces.c2
-rw-r--r--logging.c2
-rw-r--r--options.h2
-rw-r--r--parse.c2
-rw-r--r--parse.lex2
-rw-r--r--parse.yacc2
-rw-r--r--pathnames.h.in2
-rw-r--r--putenv.c2
-rw-r--r--strdup.c2
-rw-r--r--sudo.c2
-rw-r--r--sudo.h2
-rw-r--r--sudo_setenv.c2
-rw-r--r--testsudoers.c2
-rw-r--r--tgetpass.c2
-rw-r--r--utime.c2
-rw-r--r--version.h4
-rw-r--r--visudo.c2
30 files changed, 33 insertions, 33 deletions
diff --git a/Makefile.in b/Makefile.in
index 530ed6d60..f88d3b6e2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
#*
-#* CU sudo version 1.3.1 (based on Root Group sudo version 1.1)
+#* CU sudo version 1.3.6 (based on Root Group sudo version 1.1)
#*
#* This software comes with no waranty whatsoever, use at your own risk.
#*
@@ -110,7 +110,7 @@ LIBOBJS = @TGETPASS@ @LIBOBJS@
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.3.5
+VERSION = 1.3.6
DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \
PORTING README RUNSON TROUBLESHOOTING Makefile.in acsite.m4 \
diff --git a/OPTIONS b/OPTIONS
index b16271aeb..b688b7f2f 100644
--- a/OPTIONS
+++ b/OPTIONS
@@ -1,4 +1,4 @@
-The following options may be used to configure sudo 1.3.1
+The following options may be used to configure sudo 1.3.6
FQDN
Define this if you want to put fully qualified hostnames in the sudoers
diff --git a/check.c b/check.c
index 664d5d678..bc7a61fcb 100644
--- a/check.c
+++ b/check.c
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.3.6 (based on Root Group sudo version 1.1)
*
* This software comes with no waranty whatsoever, use at your own risk.
*
@@ -754,7 +754,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.3.1, based on Root Group sudo version 1.1",
+ " CU sudo version 1.3.6, 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.",
diff --git a/compat.h b/compat.h
index e55e92d64..f7deb341e 100644
--- a/compat.h
+++ b/compat.h
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/config.h.in b/config.h.in
index 77ae774bc..266900c75 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/find_path.c b/find_path.c
index e549d71ef..0d6849bc7 100644
--- a/find_path.c
+++ b/find_path.c
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/getwd.c b/getwd.c
index 61b27154d..340892a8d 100644
--- a/getwd.c
+++ b/getwd.c
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/goodpath.c b/goodpath.c
index 17ffcc3bf..cce33a6a9 100644
--- a/goodpath.c
+++ b/goodpath.c
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/ins_2001.h b/ins_2001.h
index 9fac31fde..52f539c09 100644
--- a/ins_2001.h
+++ b/ins_2001.h
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/ins_classic.h b/ins_classic.h
index 44752c710..fd5e45fed 100644
--- a/ins_classic.h
+++ b/ins_classic.h
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/ins_csops.h b/ins_csops.h
index 864607266..855459208 100644
--- a/ins_csops.h
+++ b/ins_csops.h
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/ins_goons.h b/ins_goons.h
index 9413c39d3..d3d504e07 100644
--- a/ins_goons.h
+++ b/ins_goons.h
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/insults.h b/insults.h
index f55fd1cae..a6d5280f2 100644
--- a/insults.h
+++ b/insults.h
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/interfaces.c b/interfaces.c
index 22693e226..ae71e4e43 100644
--- a/interfaces.c
+++ b/interfaces.c
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/logging.c b/logging.c
index e3100a922..23972e77a 100644
--- a/logging.c
+++ b/logging.c
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.3.6 (based on Root Group sudo version 1.1)
*
* This software comes with no waranty whatsoever, use at your own risk.
*
diff --git a/options.h b/options.h
index 4748eebc1..4bbcd1f3c 100644
--- a/options.h
+++ b/options.h
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/parse.c b/parse.c
index 0a62ad315..668befd2a 100644
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/parse.lex b/parse.lex
index 6c792615d..f08f749c4 100644
--- a/parse.lex
+++ b/parse.lex
@@ -1,6 +1,6 @@
%{
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/parse.yacc b/parse.yacc
index ba59ff151..3376c40a9 100644
--- a/parse.yacc
+++ b/parse.yacc
@@ -1,6 +1,6 @@
%{
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/pathnames.h.in b/pathnames.h.in
index 75597cdd6..920726f58 100644
--- a/pathnames.h.in
+++ b/pathnames.h.in
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/putenv.c b/putenv.c
index bb93d2d25..f6583ae1f 100644
--- a/putenv.c
+++ b/putenv.c
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/strdup.c b/strdup.c
index 97832d90c..83f6995fb 100644
--- a/strdup.c
+++ b/strdup.c
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.3.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 df2e878a2..558c31205 100644
--- a/sudo.c
+++ b/sudo.c
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.3.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 5f0cf5632..fe838be4a 100644
--- a/sudo.h
+++ b/sudo.h
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.3.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_setenv.c b/sudo_setenv.c
index 756328300..2e0b711ad 100644
--- a/sudo_setenv.c
+++ b/sudo_setenv.c
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/testsudoers.c b/testsudoers.c
index 58e98492b..1fe374f33 100644
--- a/testsudoers.c
+++ b/testsudoers.c
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/tgetpass.c b/tgetpass.c
index ec33d6f41..4965c9076 100644
--- a/tgetpass.c
+++ b/tgetpass.c
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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 3f086c597..534937993 100644
--- a/utime.c
+++ b/utime.c
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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/version.h b/version.h
index c36a1f6d3..f6cbe8e76 100644
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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
@@ -23,6 +23,6 @@
#ifndef _SUDO_VERSION_H
#define _SUDO_VERSION_H
-static char version[] = "1.3.5";
+static char version[] = "1.3.6";
#endif /* _SUDO_VERSION_H */
diff --git a/visudo.c b/visudo.c
index 239bfbe5b..10b4c055d 100644
--- a/visudo.c
+++ b/visudo.c
@@ -1,5 +1,5 @@
/*
- * CU sudo version 1.3.1
+ * CU sudo version 1.3.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