From 0b20269724081a1107fbae9f979bc5db5d9403cc Mon Sep 17 00:00:00 2001 From: djm Date: Fri, 9 Feb 2001 01:55:35 +0000 Subject: [PATCH] - (djm) Add CVS Id's to files that we have missed --- CREDITS | 3 +++ ChangeLog | 3 +++ INSTALL | 2 ++ README | 2 ++ TODO | 2 ++ WARNING.RNG | 2 ++ acconfig.h | 2 ++ auth-pam.h | 2 ++ auth2-pam.h | 2 ++ configure.in | 2 ++ defines.h | 2 ++ entropy.h | 2 ++ md5crypt.c | 6 +++--- md5crypt.h | 2 ++ openbsd-compat/Makefile.in | 2 ++ openbsd-compat/base64.h | 2 ++ openbsd-compat/bindresvport.h | 2 ++ openbsd-compat/bsd-arc4random.c | 2 ++ openbsd-compat/bsd-arc4random.h | 2 ++ openbsd-compat/bsd-cygwin_util.c | 4 +++- openbsd-compat/bsd-cygwin_util.h | 2 ++ openbsd-compat/bsd-misc.c | 2 ++ openbsd-compat/bsd-misc.h | 2 ++ openbsd-compat/bsd-nextstep.c | 2 ++ openbsd-compat/bsd-nextstep.h | 2 ++ openbsd-compat/bsd-snprintf.c | 4 +++- openbsd-compat/bsd-snprintf.h | 2 ++ openbsd-compat/bsd-waitpid.c | 2 ++ openbsd-compat/bsd-waitpid.h | 2 ++ openbsd-compat/daemon.h | 2 ++ openbsd-compat/fake-gai-errnos.h | 2 ++ openbsd-compat/fake-getaddrinfo.c | 2 ++ openbsd-compat/fake-getaddrinfo.h | 2 ++ openbsd-compat/fake-getnameinfo.c | 2 ++ openbsd-compat/fake-getnameinfo.h | 2 ++ openbsd-compat/fake-socket.h | 2 ++ openbsd-compat/getcwd.h | 2 ++ openbsd-compat/getgrouplist.h | 2 ++ openbsd-compat/inet_aton.h | 2 ++ openbsd-compat/inet_ntoa.h | 2 ++ openbsd-compat/mktemp.h | 2 ++ openbsd-compat/openbsd-compat.h | 2 ++ openbsd-compat/realpath.h | 2 ++ openbsd-compat/rresvport.h | 2 ++ openbsd-compat/setenv.h | 2 ++ openbsd-compat/setproctitle.h | 2 ++ openbsd-compat/strlcat.h | 2 ++ openbsd-compat/strlcpy.h | 2 ++ openbsd-compat/strmode.h | 2 ++ openbsd-compat/strsep.h | 2 ++ openbsd-compat/strtok.h | 2 ++ openbsd-compat/vis.h | 2 ++ ssh_prng_cmds.in | 2 ++ 53 files changed, 111 insertions(+), 5 deletions(-) diff --git a/CREDITS b/CREDITS index f90eae78..931e66f9 100644 --- a/CREDITS +++ b/CREDITS @@ -86,3 +86,6 @@ Zack Weinberg - GNOME askpass enhancement Apologies to anyone I have missed. Damien Miller + +$Id$ + diff --git a/ChangeLog b/ChangeLog index 7677647f..51893395 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,7 @@ - markus@cvs.openbsd.org 2001/02/06 22:43:02 [clientloop.c] remove confusing callback code + - (djm) Add CVS Id's to files that we have missed 20010208 - (djm) Don't delete external askpass program in make uninstall target. @@ -3676,3 +3677,5 @@ - Wrote replacements for OpenBSD arc4random* functions - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 + +$Id$ diff --git a/INSTALL b/INSTALL index 797b7835..84a66022 100644 --- a/INSTALL +++ b/INSTALL @@ -214,3 +214,5 @@ If you experience problems compiling, installing or running OpenSSH. Please refer to the "reporting bugs" section of the webpage at http://www.openssh.com/ + +$Id$ diff --git a/README b/README index 46761772..952b38d3 100644 --- a/README +++ b/README @@ -62,3 +62,5 @@ References - [5] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris) [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 [7] http://www.openssh.com/faq.html + +$Id$ diff --git a/TODO b/TODO index c8b2e83f..45b08b57 100644 --- a/TODO +++ b/TODO @@ -61,3 +61,5 @@ Packaging: - HP/UX: Provide DEPOT package scripts. (gilbert.r.loomis@saic.com) + +$Id$ diff --git a/WARNING.RNG b/WARNING.RNG index 44e606d5..1b9137ed 100644 --- a/WARNING.RNG +++ b/WARNING.RNG @@ -79,3 +79,5 @@ up and various other factors. To make matters even more complex, some of the commands are reporting largely the same data as other commands (eg. the various "ps" calls). +$Id$ + diff --git a/acconfig.h b/acconfig.h index 6af29828..bcd40096 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _CONFIG_H #define _CONFIG_H diff --git a/auth-pam.h b/auth-pam.h index 8022493f..14a39ee5 100644 --- a/auth-pam.h +++ b/auth-pam.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "includes.h" #ifdef USE_PAM diff --git a/auth2-pam.h b/auth2-pam.h index db7aaae0..79928034 100644 --- a/auth2-pam.h +++ b/auth2-pam.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "includes.h" #ifdef USE_PAM diff --git a/configure.in b/configure.in index 88a50467..2720ffbc 100644 --- a/configure.in +++ b/configure.in @@ -1,3 +1,5 @@ +# $Id$ + AC_INIT(ssh.c) AC_CONFIG_HEADER(config.h) diff --git a/defines.h b/defines.h index e14646ad..9d70333c 100644 --- a/defines.h +++ b/defines.h @@ -1,6 +1,8 @@ #ifndef _DEFINES_H #define _DEFINES_H +/* $Id$ */ + /* Some platforms need this for the _r() functions */ #if !defined(_REENTRANT) && !defined(SNI) # define _REENTRANT 1 diff --git a/entropy.h b/entropy.h index b145f7c6..270eacbd 100644 --- a/entropy.h +++ b/entropy.h @@ -22,6 +22,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* $Id$ */ + #ifndef _RANDOMS_H #define _RANDOMS_H diff --git a/md5crypt.c b/md5crypt.c index 26007831..c1479d2e 100644 --- a/md5crypt.c +++ b/md5crypt.c @@ -15,12 +15,12 @@ * Adapted from shadow-19990607 by Tudor Bosman, tudorb@jm.nu */ -#include "config.h" +#include "includes.h" + +RCSID("$Id$"); #if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) -#include -#include #include static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */ diff --git a/md5crypt.h b/md5crypt.h index 2e018d87..a134ed0e 100644 --- a/md5crypt.h +++ b/md5crypt.h @@ -15,6 +15,8 @@ * Adapted from shadow-19990607 by Tudor Bosman, tudorb@jm.nu */ +/* $Id$ */ + #ifndef _MD5CRYPT_H #define _MD5CRYPT_H diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in index e88a5c6b..d830d261 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in @@ -1,3 +1,5 @@ +# $Id$ + sysconfdir=@sysconfdir@ piddir=@piddir@ srcdir=@srcdir@ diff --git a/openbsd-compat/base64.h b/openbsd-compat/base64.h index c1d69dd6..0ebfdd31 100644 --- a/openbsd-compat/base64.h +++ b/openbsd-compat/base64.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_BASE64_H #define _BSD_BASE64_H diff --git a/openbsd-compat/bindresvport.h b/openbsd-compat/bindresvport.h index 6dbf8a2c..b56afd3e 100644 --- a/openbsd-compat/bindresvport.h +++ b/openbsd-compat/bindresvport.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_BINDRESVPORT_H #define _BSD_BINDRESVPORT_H diff --git a/openbsd-compat/bsd-arc4random.c b/openbsd-compat/bsd-arc4random.c index c45459f5..11e6bd36 100644 --- a/openbsd-compat/bsd-arc4random.c +++ b/openbsd-compat/bsd-arc4random.c @@ -24,6 +24,8 @@ #include "includes.h" +RCSID("$Id$"); + #ifndef HAVE_ARC4RANDOM #include diff --git a/openbsd-compat/bsd-arc4random.h b/openbsd-compat/bsd-arc4random.h index 9819b848..3e913c31 100644 --- a/openbsd-compat/bsd-arc4random.h +++ b/openbsd-compat/bsd-arc4random.h @@ -22,6 +22,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* $Id$ */ + #ifndef _BSD_ARC4RANDOM_H #define _BSD_ARC4RANDOM_H diff --git a/openbsd-compat/bsd-cygwin_util.c b/openbsd-compat/bsd-cygwin_util.c index b540ebe1..79ea907d 100644 --- a/openbsd-compat/bsd-cygwin_util.c +++ b/openbsd-compat/bsd-cygwin_util.c @@ -13,7 +13,9 @@ * binary mode on Windows systems. */ -#include "config.h" +#include "includes.h" + +RCSID("$Id$"); #ifdef HAVE_CYGWIN diff --git a/openbsd-compat/bsd-cygwin_util.h b/openbsd-compat/bsd-cygwin_util.h index bf90d029..0a9f44db 100644 --- a/openbsd-compat/bsd-cygwin_util.h +++ b/openbsd-compat/bsd-cygwin_util.h @@ -13,6 +13,8 @@ * binary mode on Windows systems. */ +/* $Id$ */ + #include "config.h" #ifdef HAVE_CYGWIN diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c index 2e59019b..ebf4f126 100644 --- a/openbsd-compat/bsd-misc.c +++ b/openbsd-compat/bsd-misc.c @@ -26,6 +26,8 @@ #include "xmalloc.h" #include "ssh.h" +RCSID("$Id$"); + char *get_progname(char *argv0) { #ifdef HAVE___PROGNAME diff --git a/openbsd-compat/bsd-misc.h b/openbsd-compat/bsd-misc.h index e02c6678..0ab7342f 100644 --- a/openbsd-compat/bsd-misc.h +++ b/openbsd-compat/bsd-misc.h @@ -22,6 +22,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* $Id$ */ + #ifndef _BSD_MISC_H #define _BSD_MISC_H diff --git a/openbsd-compat/bsd-nextstep.c b/openbsd-compat/bsd-nextstep.c index b6cdb3fa..ebac3bd9 100644 --- a/openbsd-compat/bsd-nextstep.c +++ b/openbsd-compat/bsd-nextstep.c @@ -22,6 +22,8 @@ #include "includes.h" +RCSID("$Id$"); + #ifdef HAVE_NEXT #include #include diff --git a/openbsd-compat/bsd-nextstep.h b/openbsd-compat/bsd-nextstep.h index 3e16dacb..8d44c224 100644 --- a/openbsd-compat/bsd-nextstep.h +++ b/openbsd-compat/bsd-nextstep.h @@ -21,6 +21,8 @@ * */ +/* $Id$ */ + #ifndef _NEXT_POSIX_H #define _NEXT_POSIX_H diff --git a/openbsd-compat/bsd-snprintf.c b/openbsd-compat/bsd-snprintf.c index 59fefbf2..28b8dd25 100644 --- a/openbsd-compat/bsd-snprintf.c +++ b/openbsd-compat/bsd-snprintf.c @@ -44,7 +44,9 @@ * right. **************************************************************/ -#include "config.h" +#include "includes.h" + +RCSID("$Id$"); #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) diff --git a/openbsd-compat/bsd-snprintf.h b/openbsd-compat/bsd-snprintf.h index ed7a21c9..ce5a1f49 100644 --- a/openbsd-compat/bsd-snprintf.h +++ b/openbsd-compat/bsd-snprintf.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_SNPRINTF_H #define _BSD_SNPRINTF_H diff --git a/openbsd-compat/bsd-waitpid.c b/openbsd-compat/bsd-waitpid.c index 0bf4c7cd..10aaddb7 100644 --- a/openbsd-compat/bsd-waitpid.c +++ b/openbsd-compat/bsd-waitpid.c @@ -22,6 +22,8 @@ #include "includes.h" +RCSID("$Id$"); + #ifndef HAVE_WAITPID #include #include diff --git a/openbsd-compat/bsd-waitpid.h b/openbsd-compat/bsd-waitpid.h index 25c6e9c8..bc501895 100644 --- a/openbsd-compat/bsd-waitpid.h +++ b/openbsd-compat/bsd-waitpid.h @@ -21,6 +21,8 @@ * */ +/* $Id$ */ + #ifndef _BSD_WAITPID_H #define _BSD_WAITPID_H diff --git a/openbsd-compat/daemon.h b/openbsd-compat/daemon.h index cd91ea07..241867f8 100644 --- a/openbsd-compat/daemon.h +++ b/openbsd-compat/daemon.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_DAEMON_H #define _BSD_DAEMON_H diff --git a/openbsd-compat/fake-gai-errnos.h b/openbsd-compat/fake-gai-errnos.h index 27f6089e..af51a1c6 100644 --- a/openbsd-compat/fake-gai-errnos.h +++ b/openbsd-compat/fake-gai-errnos.h @@ -5,6 +5,8 @@ * See getaddrinfo.c and getnameinfo.c. */ +/* $Id$ */ + /* for old netdb.h */ #ifndef EAI_NODATA #define EAI_NODATA 1 diff --git a/openbsd-compat/fake-getaddrinfo.c b/openbsd-compat/fake-getaddrinfo.c index 73c122ed..5a1ad972 100644 --- a/openbsd-compat/fake-getaddrinfo.c +++ b/openbsd-compat/fake-getaddrinfo.c @@ -12,6 +12,8 @@ #include "includes.h" #include "ssh.h" +RCSID("$Id$"); + #ifndef HAVE_GAI_STRERROR char *gai_strerror(int ecode) { diff --git a/openbsd-compat/fake-getaddrinfo.h b/openbsd-compat/fake-getaddrinfo.h index 7da87142..ba5e3fea 100644 --- a/openbsd-compat/fake-getaddrinfo.h +++ b/openbsd-compat/fake-getaddrinfo.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _FAKE_GETADDRINFO_H #define _FAKE_GETADDRINFO_H diff --git a/openbsd-compat/fake-getnameinfo.c b/openbsd-compat/fake-getnameinfo.c index 203621f0..8f6f19e1 100644 --- a/openbsd-compat/fake-getnameinfo.c +++ b/openbsd-compat/fake-getnameinfo.c @@ -12,6 +12,8 @@ #include "includes.h" #include "ssh.h" +RCSID("$Id$"); + #ifndef HAVE_GETNAMEINFO int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, size_t hostlen, char *serv, size_t servlen, int flags) diff --git a/openbsd-compat/fake-getnameinfo.h b/openbsd-compat/fake-getnameinfo.h index 0d25f427..b91c7910 100644 --- a/openbsd-compat/fake-getnameinfo.h +++ b/openbsd-compat/fake-getnameinfo.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _FAKE_GETNAMEINFO_H #define _FAKE_GETNAMEINFO_H diff --git a/openbsd-compat/fake-socket.h b/openbsd-compat/fake-socket.h index b51caa03..79f8ed4f 100644 --- a/openbsd-compat/fake-socket.h +++ b/openbsd-compat/fake-socket.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _FAKE_SOCKET_H #define _FAKE_SOCKET_H diff --git a/openbsd-compat/getcwd.h b/openbsd-compat/getcwd.h index bee73865..bb41770c 100644 --- a/openbsd-compat/getcwd.h +++ b/openbsd-compat/getcwd.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_GETCWD_H #define _BSD_GETCWD_H #include "config.h" diff --git a/openbsd-compat/getgrouplist.h b/openbsd-compat/getgrouplist.h index ef9e6011..210dd419 100644 --- a/openbsd-compat/getgrouplist.h +++ b/openbsd-compat/getgrouplist.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_GETGROUPLIST_H #define _BSD_GETGROUPLIST_H diff --git a/openbsd-compat/inet_aton.h b/openbsd-compat/inet_aton.h index ec3c225c..4e4b9ac2 100644 --- a/openbsd-compat/inet_aton.h +++ b/openbsd-compat/inet_aton.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_INET_ATON_H #define _BSD_INET_ATON_H diff --git a/openbsd-compat/inet_ntoa.h b/openbsd-compat/inet_ntoa.h index e3d48e4a..c3a6bb9a 100644 --- a/openbsd-compat/inet_ntoa.h +++ b/openbsd-compat/inet_ntoa.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_INET_NTOA_H #define _BSD_INET_NTOA_H diff --git a/openbsd-compat/mktemp.h b/openbsd-compat/mktemp.h index faddc916..f7993875 100644 --- a/openbsd-compat/mktemp.h +++ b/openbsd-compat/mktemp.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_MKTEMP_H #define _BSD_MKTEMP_H diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 4758a9c5..754c17df 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _OPENBSD_H #define _OPENBSD_H diff --git a/openbsd-compat/realpath.h b/openbsd-compat/realpath.h index dc3579dd..0a2445d9 100644 --- a/openbsd-compat/realpath.h +++ b/openbsd-compat/realpath.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_REALPATH_H #define _BSD_REALPATH_H diff --git a/openbsd-compat/rresvport.h b/openbsd-compat/rresvport.h index d139895e..cd908e17 100644 --- a/openbsd-compat/rresvport.h +++ b/openbsd-compat/rresvport.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_RRESVPORT_H #define _BSD_RRESVPORT_H diff --git a/openbsd-compat/setenv.h b/openbsd-compat/setenv.h index 62ebc201..b938054e 100644 --- a/openbsd-compat/setenv.h +++ b/openbsd-compat/setenv.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_SETENV_H #define _BSD_SETENV_H diff --git a/openbsd-compat/setproctitle.h b/openbsd-compat/setproctitle.h index 000689fa..73ae9f9b 100644 --- a/openbsd-compat/setproctitle.h +++ b/openbsd-compat/setproctitle.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_SETPROCTITLE_H #define _BSD_SETPROCTITLE_H diff --git a/openbsd-compat/strlcat.h b/openbsd-compat/strlcat.h index 562dc704..02fbc392 100644 --- a/openbsd-compat/strlcat.h +++ b/openbsd-compat/strlcat.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_STRLCAT_H #define _BSD_STRLCAT_H diff --git a/openbsd-compat/strlcpy.h b/openbsd-compat/strlcpy.h index dafa44af..7b33e4f6 100644 --- a/openbsd-compat/strlcpy.h +++ b/openbsd-compat/strlcpy.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_STRLCPY_H #define _BSD_STRLCPY_H diff --git a/openbsd-compat/strmode.h b/openbsd-compat/strmode.h index 773d6bdc..2eddca57 100644 --- a/openbsd-compat/strmode.h +++ b/openbsd-compat/strmode.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef HAVE_STRMODE void strmode( register mode_t mode, register char *p); diff --git a/openbsd-compat/strsep.h b/openbsd-compat/strsep.h index d5ba6e0f..9e54e051 100644 --- a/openbsd-compat/strsep.h +++ b/openbsd-compat/strsep.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_STRSEP_H #define _BSD_STRSEP_H diff --git a/openbsd-compat/strtok.h b/openbsd-compat/strtok.h index 5a3a5695..8c3a8eb3 100644 --- a/openbsd-compat/strtok.h +++ b/openbsd-compat/strtok.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_STRTOK_H #define _BSD_STRTOK_H diff --git a/openbsd-compat/vis.h b/openbsd-compat/vis.h index 52e867b9..253a9ef9 100644 --- a/openbsd-compat/vis.h +++ b/openbsd-compat/vis.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef _BSD_VIS_H #define _BSD_VIS_H diff --git a/ssh_prng_cmds.in b/ssh_prng_cmds.in index 0f86c762..f9364146 100644 --- a/ssh_prng_cmds.in +++ b/ssh_prng_cmds.in @@ -4,6 +4,8 @@ # The "rate" represents the number of bits of usuable entropy per # byte of command output. Be conservative. +# +# $Id$ "ls -alni /var/log" @PROG_LS@ 0.02 "ls -alni /var/adm" @PROG_LS@ 0.02 -- 2.45.2