++version

This commit is contained in:
Todd C. Miller
1996-11-14 02:37:56 +00:00
parent 30da32917e
commit 5e723efe75
34 changed files with 39 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
Installation instructions for CU sudo 1.5.2 Installation instructions for CU sudo 1.5.3
=========================================== ===========================================
Sudo uses a `configure' script to probe the capabilities and type Sudo uses a `configure' script to probe the capabilities and type
@@ -62,11 +62,11 @@ For most systems and configurations it is possible simply to:
Notes on upgrading from an older release Notes on upgrading from an older release
======================================== ========================================
Sudo 1.5.2 expects the sudoers file to have different permissions Sudo 1.5.3 expects the sudoers file to have different permissions
(mode 0440) and be owned by user and group 0. This differs from (mode 0440) and be owned by user and group 0. This differs from
version 1.4 and below which expected the sudoers file to be owned version 1.4 and below which expected the sudoers file to be owned
by root and mode 0400. Doing a `make install' will set the sudoers by root and mode 0400. Doing a `make install' will set the sudoers
file to the new mode and group. If sudo 1.5.2 encounters a sudoers file to the new mode and group. If sudo 1.5.3 encounters a sudoers
file with the old permissions it will attempt to update it to the 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 new scheme. You cannot, however, use a sudoers file with the new
permissions with an old sudo binary. It is suggested that if have permissions with an old sudo binary. It is suggested that if have

View File

@@ -1,5 +1,5 @@
#* #*
#* CU sudo version 1.5.2 (based on Root Group sudo version 1.1) #* CU sudo version 1.5.3 (based on Root Group sudo version 1.1)
#* #*
#* This software comes with no waranty whatsoever, use at your own risk. #* 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 \ 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 ins_2001.h ins_classic.h ins_goons.h ins_csops.h
VERSION = 1.5.2 VERSION = 1.5.3
DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \ DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \
PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \ PORTING README RUNSON FAQ TROUBLESHOOTING Makefile.in acsite.m4 \

2
README
View File

@@ -1,4 +1,4 @@
This is the CU version of sudo, release 1.5.2 This is the CU version of sudo, release 1.5.3
The sudo philosophy The sudo philosophy
=================== ===================

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 (based on Root Group sudo version 1.1) * CU sudo version 1.5.3 (based on Root Group sudo version 1.1)
* *
* This software comes with no waranty whatsoever, use at your own risk. * This software comes with no waranty whatsoever, use at your own risk.
* *
@@ -868,7 +868,7 @@ static void reminder()
(void) fprintf(stderr, "\n%s\n%s\n\n%s\n%s\n\n", (void) fprintf(stderr, "\n%s\n%s\n\n%s\n%s\n\n",
#else #else
(void) fprintf(stderr, "\n%s\n%s\n%s\n%s\n\n%s\n%s\n\n%s\n%s\n\n", (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.2, based on Root Group sudo version 1.1", " CU sudo version 1.5.3, based on Root Group sudo version 1.1",
" sudo version 1.1, Copyright (C) 1991 The Root Group, Inc.", " sudo version 1.1, Copyright (C) 1991 The Root Group, Inc.",
" sudo comes with ABSOLUTELY NO WARRANTY. This is free software,", " sudo comes with ABSOLUTELY NO WARRANTY. This is free software,",
" and you are welcome to redistribute it under certain conditions.", " and you are welcome to redistribute it under certain conditions.",

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -7,7 +7,7 @@ AC_CONFIG_HEADER(config.h)
dnl dnl
dnl This won't work before AC_INIT() dnl This won't work before AC_INIT()
dnl dnl
echo "Configuring CU Sudo version 1.5.2" echo "Configuring CU Sudo version 1.5.3"
dnl dnl
dnl Variables that get substituted in the Makefile dnl Variables that get substituted in the Makefile
dnl dnl

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 (based on Root Group sudo version 1.1) * CU sudo version 1.5.3 (based on Root Group sudo version 1.1)
* *
* This software comes with no waranty whatsoever, use at your own risk. * This software comes with no waranty whatsoever, use at your own risk.
* *

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
%{ %{
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
%{ %{
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 (based on Root Group sudo version 1.1) * CU sudo version 1.5.3 (based on Root Group sudo version 1.1)
* *
* This software comes with no waranty whatsoever, use at your own risk. * This software comes with no waranty whatsoever, use at your own risk.
* *

2
sudo.c
View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 (based on Root Group sudo version 1.1) * CU sudo version 1.5.3 (based on Root Group sudo version 1.1)
* *
* This software comes with no waranty whatsoever, use at your own risk. * This software comes with no waranty whatsoever, use at your own risk.
* *

2
sudo.h
View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 (based on Root Group sudo version 1.1) * CU sudo version 1.5.3 (based on Root Group sudo version 1.1)
* *
* This software comes with no waranty whatsoever, use at your own risk. * This software comes with no waranty whatsoever, use at your own risk.
* *

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@@ -23,6 +23,6 @@
#ifndef _SUDO_VERSION_H #ifndef _SUDO_VERSION_H
#define _SUDO_VERSION_H #define _SUDO_VERSION_H
static char version[] = "1.5.2"; static char version[] = "1.5.3";
#endif /* _SUDO_VERSION_H */ #endif /* _SUDO_VERSION_H */

View File

@@ -1,5 +1,5 @@
/* /*
* CU sudo version 1.5.2 * CU sudo version 1.5.3
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by