]> granicus.if.org Git - sudo/commitdiff
++version
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 29 Mar 1999 04:05:15 +0000 (04:05 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 29 Mar 1999 04:05:15 +0000 (04:05 +0000)
49 files changed:
BUGS
CHANGES
INSTALL
Makefile.in
README
alloc.c
check.c
check_sia.c
compat.h
config.h.in
configure
configure.in
dce_pwent.c
emul/utime.h
find_path.c
getspwuid.c
goodpath.c
ins_2001.h
ins_classic.h
ins_csops.h
ins_goons.h
insults.h
interfaces.c
lex.yy.c
logging.c
parse.c
parse.lex
parse.yacc
pathnames.h.in
putenv.c
secureware.c
strdup.c
sudo.c
sudo.cat
sudo.h
sudo.man
sudo.tab.c
sudo_setenv.c
sudoers.cat
sudoers.man
testsudoers.c
tgetpass.c
utime.c
version.h
visudo.c
visudo.cat
visudo.html
visudo.man
visudo.pod

diff --git a/BUGS b/BUGS
index 4a2d7d0e92abb2a138d4a6bafb28e77020b04f36..038110399a522c9368f0adcef669d72541a249ac 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,4 @@
-Known bugs in sudo version 1.5.8
+Known bugs in sudo version 1.5.9
 ================================
 
 1) "make install-man" should substitute correct paths into the
diff --git a/CHANGES b/CHANGES
index 86c72ee349adb054ea146a66f0f62c9d9c7662d9..5a0a7512fd713d57219786bdd17536679662764d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1033,3 +1033,7 @@ Sudo 1.5.8p2 released.
 
 324) Fixed a parse bug wrt the ! operator and runas specs.  Noted by
      David A Beck <BKD@payserv.telekurs.com>.
+
+325) Use new emalloc/erealloc/estrdup functions (catch errors and exit).
+
+Sudo 1.5.9 released.
diff --git a/INSTALL b/INSTALL
index d29753eb9cf87884f00efce02b9c92f415ca9815..52efb2d28caded33f6da7def650fffa9874b14cf 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-Installation instructions for CU sudo 1.5.8
+Installation instructions for CU sudo 1.5.9
 ===========================================
 
 Sudo uses a `configure' script to probe the capabilities and type
@@ -63,11 +63,11 @@ significantly as compared to previous versions.  All options are
 now set via the configure script.  See below for a list of all the
 configure options and their meanings.
 
-By default, sudo 1.5.8 expects the sudoers file to be mode 0440 and
+By default, sudo 1.5.9 expects the sudoers file to be mode 0440 and
 to be owned by user and group 0.  This differs from version 1.4 and
 below which expected the sudoers file to be mode 0400 and to be
 owned by root.  Doing a `make install' will set the sudoers file
-to the new mode and group.  If sudo 1.5.8 encounters a sudoers file
+to the new mode and group.  If sudo 1.5.9 encounters a sudoers file
 with the old permissions it will attempt to update it to the new
 scheme.  You cannot, however, use a sudoers file with the new
 permissions with an old sudo binary.  It is suggested that if have
index f17bb4183e69dd387bd00b163dd349b03588da8c..28931f44ed506d74a84d189119c851945a16f349 100644 (file)
@@ -1,5 +1,5 @@
 #
-#  CU sudo version 1.5.8
+#  CU sudo version 1.5.9
 #  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
 # 
 #  This program is free software; you can redistribute it and/or modify
@@ -113,7 +113,7 @@ LIBOBJS = @LIBOBJS@ @ALLOCA@
 HDRS = sudo.h compat.h version.h insults.h \
        ins_2001.h ins_classic.h ins_goons.h ins_csops.h sudo.tab.h
 
-VERSION = 1.5.8
+VERSION = 1.5.9
 
 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL \
             INSTALL.configure TODO PORTING README RUNSON \
diff --git a/README b/README
index ac6f68ba89d170352d4e0ac11c3f25b9f94b9c4e..5756f97c1e40f00316503070bfdc8f76ba733e84 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is the CU version of sudo, release 1.5.8
+This is the CU version of sudo, release 1.5.9
 
 The sudo philosophy
 ===================
diff --git a/alloc.c b/alloc.c
index 78f5c5759c2989d47c52faea5150b3bc13ab1f6e..939340d32cedaa7833d7416bee7842288e59fe4c 100644 (file)
--- a/alloc.c
+++ b/alloc.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/check.c b/check.c
index 1133261e6958749231759743913ce7489ab0cae9..b6f51b1aba4f350dcbb863eb4ea953929c1a946a 100644 (file)
--- a/check.c
+++ b/check.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.8 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.9 (based on Root Group sudo version 1.1)
  * Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * This software comes with no waranty whatsoever, use at your own risk.
index 4d4b1033aac8d4f77d67a1bc6ced3cfddbd19ce2..950fb3f6350f0e5d09d6db03b3fb883c171d483e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index df9d4008b96c8494c4dc04b3f26a3c5691fd347f..64f60d2370730e77370c090a9915160fb781ba8d 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 15941bdca2f1c1ac1358fd9766b47e2c6c75a9f8..04ddea27e151ca52b464fde649ba28685aa2f402 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 82a89e2acc91c619d275fd7fb42a4f598e993398..36409fe0b3c17608b50a18e8f50b0b527e9ace2a 100755 (executable)
--- a/configure
+++ b/configure
@@ -645,7 +645,7 @@ fi
 
 
 
-echo "Configuring CU Sudo version 1.5.8"
+echo "Configuring CU Sudo version 1.5.9"
 PROGS="sudo visudo"
 SUDO_LDFLAGS=""
 VISUDO_LDFLAGS=""
index 0eef186898735271bc293c6393a3b8edcf22de13..8efab3c307fc08378b2e4efe922ee1f49ec5777b 100644 (file)
@@ -7,7 +7,7 @@ AC_CONFIG_HEADER(config.h pathnames.h)
 dnl
 dnl This won't work before AC_INIT()
 dnl
-echo "Configuring CU Sudo version 1.5.8"
+echo "Configuring CU Sudo version 1.5.9"
 dnl
 dnl Variables that get substituted in the Makefile
 dnl
index 65b16f7c2cc3b3bc7af459576dd1839df9f0ea39..ca073023898c71f13cb46f3035f2a177bd1fee56 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 2b50ff8ad05b87121e0ce732fbe1d314d8378c99..cd1592c3a73aa9d63968e709b98879df7f963d37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 84a8b38ac9c35c93b1bbe199f7decdd198ba97de..7b43c7eaee6457e0a3826943cefc7c0f1cd2995e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index f8196452373173961d85ce17ec35ab7d35a5a699..880aef4f3aa1790012a9fb0ac6b00716f6fb5155 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index a9f3f037541985a9d38642ca1357bc651d5a5d8f..fc50abacbe5bb6c8cd7233801250c1a36f28d4a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 3f56105ca563e5615f058846dfd53ed3a4994ade..2cfcd7c4de6943982653675bceb99f28bb6eed30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 9497baeada9109b060531a51170ad61535a01a4f..13cb05d9bc1a07bbc49e3ca8c1966a8bf91568f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 4ce635d59e90432fa9ceac2c613e2e3c5dcd8940..bd1e8bbf5227890a22aa6a6ea72a1607876a9e40 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 2404597831427a1738f538f728b86e02af55588f..ecedd9dccbe8731604f851e778188f87717469ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 40bbb2efdc5bb2f0c0d616e970e848b6b29b1046..7bd8847d2ff5d6fe3e163c36425034bbd3612e2b 100644 (file)
--- a/insults.h
+++ b/insults.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index d6b5dbc2256297b0a2dece7471343df29c249618..e9b4e6bea030464e2a261a93220426cb0e445a51 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 23b9405c529237b4d9fa15e4cf0e98ddd467a477..10979f0877156ab9ee59fe3231bcad78bfd23ca2 100644 (file)
--- a/lex.yy.c
+++ b/lex.yy.c
@@ -512,7 +512,7 @@ char *yytext;
 #define INITIAL 0
 #line 2 "parse.lex"
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index f22af1d2c9116538ef5d47d33d956d250fb83ba2..96deb1c62378a6cb3a315ab968a8e04ddccbbd73 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.8 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.9 (based on Root Group sudo version 1.1)
  * Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * This software comes with no waranty whatsoever, use at your own risk.
diff --git a/parse.c b/parse.c
index 3662830f5861620d6ea5779c9d64f05126edf18f..fd3fba71277c218e33abc38da65e2b5ac341b7bf 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 53b2df5539c3b2b070f17a3d0b722af3b1ab585e..6adfbc0aa0e17d5501ec024542fb5021c2abfd3c 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -1,6 +1,6 @@
 %{
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 53343be3805ab9a1c93fb45c822f9548675f2de9..15bf137de04b5ce4aee42f604de528681b48697d 100644 (file)
@@ -1,7 +1,7 @@
 %{
 
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index e721418c8da1df3f0f9ab522c340884dcc0ad3c7..0c117b7d9cbc8e0a681ff8355e9120391d200f83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 3228133d428faf2633e4ea288ded85093ddeeb19..fbafe0bff695220a48cbbf88578c9744a1c57261 100644 (file)
--- a/putenv.c
+++ b/putenv.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index b3b5276133c3034708ead12dbf0c3973551ddaac..b70d539c6fae6dde8ed5cffc4e594608e2cb1864 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 1c59e88853890c936d1f981d28912a7a14ac9cae..759c5020e1bc95520028b1b8f1010438aa9f8f13 100644 (file)
--- a/strdup.c
+++ b/strdup.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.8 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.9 (based on Root Group sudo version 1.1)
  * Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * This software comes with no waranty whatsoever, use at your own risk.
diff --git a/sudo.c b/sudo.c
index 3d6cc807b055f3ec8e16a90b598d7679be04a24c..96ae2132d2ce0e783c9c7a40fa77dd37f1f0321e 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.8 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.9 (based on Root Group sudo version 1.1)
  * Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * This software comes with no waranty whatsoever, use at your own risk.
index 7f058426679f6cfcd1dd0d7b50b60cc4d8f241cf..4d981404815a9b2c63bcb89e9693ffc1ecbd3782 100644 (file)
--- a/sudo.cat
+++ b/sudo.cat
@@ -61,7 +61,7 @@ O\bO\bO\bOP\bP\bP\bPT\bT\bT\bTI\bI\bI\bIO\bO\bO\bON\bN\bN\bNS\bS\bS\bS
 
 
 
-17/Feb/99                     1.5.8                             1
+17/Feb/99                     1.5.9                             1
 
 
 
@@ -127,7 +127,7 @@ S\bS\bS\bSE\bE\bE\bEC\bC\bC\bCU\bU\bU\bUR\bR\bR\bRI\bI\bI\bIT\bT\bT\bTY\bY\bY\bY N\bN\bN\bNO\bO\bO\bOT\bT\bT\bTE\b
 
 
 
-17/Feb/99                     1.5.8                             2
+17/Feb/99                     1.5.9                             2
 
 
 
@@ -193,7 +193,7 @@ E\bE\bE\bEN\bN\bN\bNV\bV\bV\bVI\bI\bI\bIR\bR\bR\bRO\bO\bO\bON\bN\bN\bNM\bM\bM\bME\bE\bE\bEN\bN\bN\bNT\bT\bT\bT V\b
 
 
 
-17/Feb/99                     1.5.8                             3
+17/Feb/99                     1.5.9                             3
 
 
 
@@ -259,7 +259,7 @@ S\bS\bS\bSE\bE\bE\bEE\bE\bE\bE A\bA\bA\bAL\bL\bL\bLS\bS\bS\bSO\bO\bO\bO
 
 
 
-17/Feb/99                     1.5.8                             4
+17/Feb/99                     1.5.9                             4
 
 
 
@@ -325,6 +325,6 @@ sudo(8)                MAINTENANCE COMMANDS               sudo(8)
 
 
 
-17/Feb/99                     1.5.8                             5
+17/Feb/99                     1.5.9                             5
 
 
diff --git a/sudo.h b/sudo.h
index 32ddd8ac64e8ace80faf62ce5e97b4c43f1eb852..b606d9f5a4c92a674e23d521e49500df34ef605e 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.5.8 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.5.9 (based on Root Group sudo version 1.1)
  * Copyright (c) 1994,1996,1998,1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * This software comes with no waranty whatsoever, use at your own risk.
index 5be2da9ab34bc14a576ae55880865a672aa417c0..5afc6b8e65ff783694f0402ef2012495c35a5bd8 100644 (file)
--- a/sudo.man
+++ b/sudo.man
@@ -2,8 +2,8 @@
 ''' $RCSfile$$Revision$$Date$
 '''
 ''' $Log$
-''' Revision 1.30  1999/02/17 16:40:55  millert
-''' fix grammar; espie@openbsd.org
+''' Revision 1.31  1999/03/29 04:05:13  millert
+''' ++version
 '''
 '''
 .de Sh
@@ -96,7 +96,7 @@
 .nr % 0
 .rr F
 .\}
-.TH sudo 8 "1.5.8" "17/Feb/99" "MAINTENANCE COMMANDS"
+.TH sudo 8 "1.5.9" "17/Feb/99" "MAINTENANCE COMMANDS"
 .UC
 .if n .hy 0
 .if n .na
index fe8210244c155f1b18b94540cb32ce038a01bfac..2a5f826fbb6692bd4140db69c4deec214d55658b 100644 (file)
@@ -19,7 +19,7 @@ static char yyrcsid[]
 #line 2 "parse.yacc"
 
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index d79f40960e915116b0d686ed537952791c1f6248..d06ce65f0d5b45fbb29651ab96ea5b56d2e44b6e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index f6ab4e95fd5332257a4a9b8d9768e294ab66579c..fe06c016fcdbd11c79a6716146e44df54c5cb542 100644 (file)
@@ -61,7 +61,7 @@ D\bD\bD\bDE\bE\bE\bES\bS\bS\bSC\bC\bC\bCR\bR\bR\bRI\bI\bI\bIP\bP\bP\bPT\bT\bT\bTI\bI\bI\bIO\bO\bO\bON\bN\bN\bN
 
 
 
-6/Feb/98                      1.5.8                             1
+17/Jan/99                     1.5.9                             1
 
 
 
@@ -127,7 +127,7 @@ sudoers(5)                 FILE FORMATS                sudoers(5)
 
 
 
-6/Feb/98                      1.5.8                             2
+17/Jan/99                     1.5.9                             2
 
 
 
@@ -193,7 +193,7 @@ E\bE\bE\bEX\bX\bX\bXA\bA\bA\bAM\bM\bM\bMP\bP\bP\bPL\bL\bL\bLE\bE\bE\bES\bS\bS\bS
 
 
 
-6/Feb/98                      1.5.8                             3
+17/Jan/99                     1.5.9                             3
 
 
 
@@ -259,7 +259,7 @@ sudoers(5)                 FILE FORMATS                sudoers(5)
 
 
 
-6/Feb/98                      1.5.8                             4
+17/Jan/99                     1.5.9                             4
 
 
 
@@ -325,7 +325,7 @@ F\bF\bF\bFI\bI\bI\bIL\bL\bL\bLE\bE\bE\bES\bS\bS\bS
 
 
 
-6/Feb/98                      1.5.8                             5
+17/Jan/99                     1.5.9                             5
 
 
 
@@ -391,6 +391,6 @@ S\bS\bS\bSE\bE\bE\bEE\bE\bE\bE A\bA\bA\bAL\bL\bL\bLS\bS\bS\bSO\bO\bO\bO
 
 
 
-6/Feb/98                      1.5.8                             6
+17/Jan/99                     1.5.9                             6
 
 
index b1f3496f487c75b8ab0e95cf5e8c66b4562af697..c9fc04e697a611d16f23e4a24a5c25ec4d3f23be 100644 (file)
@@ -2,8 +2,8 @@
 ''' $RCSfile$$Revision$$Date$
 '''
 ''' $Log$
-''' Revision 1.5  1999/01/17 22:40:53  millert
-''' crank version and regen files
+''' Revision 1.6  1999/03/29 04:05:13  millert
+''' ++version
 '''
 '''
 .de Sh
@@ -96,7 +96,7 @@
 .nr % 0
 .rr F
 .\}
-.TH sudoers 5 "1.5.8" "6/Feb/98" "FILE FORMATS"
+.TH sudoers 5 "1.5.9" "17/Jan/99" "FILE FORMATS"
 .UC
 .if n .hy 0
 .if n .na
index 970229d28661f23e19854232f73dd2b3e173f64b..c04bbe459fa22aba6eae76bd6e4d44ea4f48af8d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index 203c9192c73eb549c5249bee968717432c19a7ab..b92f0909c360ce77ce178133f6de8118ee105dc6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/utime.c b/utime.c
index 597665b93f64253ca01d29bd06195992c268c8a7..134135bb2868a24ef2e6698d5e843c5c07bd00cb 100644 (file)
--- a/utime.c
+++ b/utime.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index ef9153e20b812103a8287e0ea008e2580d319fa1..890ceea1bbd05ee5bb7e7333299743f108bab84c 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -24,6 +24,6 @@
 #ifndef _SUDO_VERSION_H
 #define _SUDO_VERSION_H
 
-static const char version[] = "1.5.8";
+static const char version[] = "1.5.9";
 
 #endif /* _SUDO_VERSION_H */
index e2a515fd80cde9b2db49ec0b6350854d4f4556e1..b9da8c6a0e6e2ccbde131a9621889f628833c448 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.5.8
+ *  CU sudo version 1.5.9
  *  Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  *  This program is free software; you can redistribute it and/or modify
index f1ab65c27969c11d1769c962bdcdb6be1809a29a..156ce5100f323d15afd8d5ab83129b7138dbb9fa 100644 (file)
@@ -61,7 +61,7 @@ F\bF\bF\bFI\bI\bI\bIL\bL\bL\bLE\bE\bE\bES\bS\bS\bS
 
 
 
-17/Oct/98                     1.5.8                             1
+17/Jan/99                     1.5.9                             1
 
 
 
@@ -127,7 +127,7 @@ S\bS\bS\bSE\bE\bE\bEE\bE\bE\bE A\bA\bA\bAL\bL\bL\bLS\bS\bS\bSO\bO\bO\bO
 
 
 
-17/Oct/98                     1.5.8                             2
+17/Jan/99                     1.5.9                             2
 
 
 
@@ -193,6 +193,6 @@ visudo(8)              MAINTENANCE COMMANDS             visudo(8)
 
 
 
-17/Oct/98                     1.5.8                             3
+17/Jan/99                     1.5.9                             3
 
 
index 5413db7cb0dbf4de3e248e7c233531b3e8b7f121..e93205e957c7160eb26e7d46024966ed7279f11e 100644 (file)
@@ -109,11 +109,17 @@ need to delete.
 
 <P>
 
+<DT><STRONG><A NAME="item__etc_stmp_">/etc/stmp: Permission denied
+
+</A></STRONG><DD>
 You didn't run <STRONG>visudo</STRONG> as root.
 
 
 <P>
 
+<DT><STRONG><A NAME="item_Can">Can't find you in the passwd database
+
+</A></STRONG><DD>
 Your userid does not appear in the passwd file.
 
 
index 81653177d2ac0a6ec94a7ea3b0f7f26bee374f1f..4e832faf53d87981115c428b36bbe69fe5453a0a 100644 (file)
@@ -2,8 +2,8 @@
 ''' $RCSfile$$Revision$$Date$
 '''
 ''' $Log$
-''' Revision 1.4  1999/01/17 22:40:55  millert
-''' crank version and regen files
+''' Revision 1.5  1999/03/29 04:05:14  millert
+''' ++version
 '''
 '''
 .de Sh
@@ -96,7 +96,7 @@
 .nr % 0
 .rr F
 .\}
-.TH visudo 8 "1.5.8" "17/Oct/98" "MAINTENANCE COMMANDS"
+.TH visudo 8 "1.5.9" "17/Jan/99" "MAINTENANCE COMMANDS"
 .UC
 .if n .hy 0
 .if n .na
index a8433de25aa33224f9dc091376c9934431abc152..a0890406108a903b534b39e4ba8a6ddbea821176 100644 (file)
@@ -59,11 +59,11 @@ Either someone is currently editing the I<sudoers> file
 or there is a stale sudoers lock file (/etc/stmp by default)
 that you need to delete.
 
-= item /etc/stmp: Permission denied
+=item /etc/stmp: Permission denied
 
 You didn't run B<visudo> as root.
 
-= item Can't find you in the passwd database
+=item Can't find you in the passwd database
 
 Your userid does not appear in the passwd file.