From e9cf357a99dcd2db14635974289e04f5f0808123 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 9 Feb 2001 12:55:35 +1100 Subject: - (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 f90eae78a..9f001cacf 100644 --- a/CREDITS +++ b/CREDITS @@ -86,3 +86,6 @@ Zack Weinberg - GNOME askpass enhancement Apologies to anyone I have missed. Damien Miller + +$Id: CREDITS,v 1.61 2001/02/09 01:55:35 djm Exp $ + diff --git a/ChangeLog b/ChangeLog index 7677647ff..3a0dfbdfa 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: ChangeLog,v 1.704 2001/02/09 01:55:35 djm Exp $ diff --git a/INSTALL b/INSTALL index 797b78355..a2eef6565 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: INSTALL,v 1.39 2001/02/09 01:55:36 djm Exp $ diff --git a/README b/README index 467617723..e124b2e69 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: README,v 1.45 2001/02/09 01:55:36 djm Exp $ diff --git a/TODO b/TODO index c8b2e83fa..fc6009673 100644 --- a/TODO +++ b/TODO @@ -61,3 +61,5 @@ Packaging: - HP/UX: Provide DEPOT package scripts. (gilbert.r.loomis@saic.com) + +$Id: TODO,v 1.33 2001/02/09 01:55:36 djm Exp $ diff --git a/WARNING.RNG b/WARNING.RNG index 44e606d54..487346ef3 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: WARNING.RNG,v 1.4 2001/02/09 01:55:36 djm Exp $ + diff --git a/acconfig.h b/acconfig.h index 6af298285..dc716089a 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,3 +1,5 @@ +/* $Id: acconfig.h,v 1.101 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _CONFIG_H #define _CONFIG_H diff --git a/auth-pam.h b/auth-pam.h index 8022493f0..a921ee078 100644 --- a/auth-pam.h +++ b/auth-pam.h @@ -1,3 +1,5 @@ +/* $Id: auth-pam.h,v 1.9 2001/02/09 01:55:36 djm Exp $ */ + #include "includes.h" #ifdef USE_PAM diff --git a/auth2-pam.h b/auth2-pam.h index db7aaae04..c54f811cf 100644 --- a/auth2-pam.h +++ b/auth2-pam.h @@ -1,3 +1,5 @@ +/* $Id: auth2-pam.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #include "includes.h" #ifdef USE_PAM diff --git a/configure.in b/configure.in index 88a504679..8522d253d 100644 --- a/configure.in +++ b/configure.in @@ -1,3 +1,5 @@ +# $Id: configure.in,v 1.234 2001/02/09 01:55:36 djm Exp $ + AC_INIT(ssh.c) AC_CONFIG_HEADER(config.h) diff --git a/defines.h b/defines.h index e14646ade..714aa202f 100644 --- a/defines.h +++ b/defines.h @@ -1,6 +1,8 @@ #ifndef _DEFINES_H #define _DEFINES_H +/* $Id: defines.h,v 1.53 2001/02/09 01:55:36 djm Exp $ */ + /* 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 b145f7c6d..5f63c1f1f 100644 --- a/entropy.h +++ b/entropy.h @@ -22,6 +22,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* $Id: entropy.h,v 1.4 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _RANDOMS_H #define _RANDOMS_H diff --git a/md5crypt.c b/md5crypt.c index 26007831a..ba98ccccc 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: md5crypt.c,v 1.5 2001/02/09 01:55:36 djm Exp $"); #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 2e018d878..21356fbe7 100644 --- a/md5crypt.h +++ b/md5crypt.h @@ -15,6 +15,8 @@ * Adapted from shadow-19990607 by Tudor Bosman, tudorb@jm.nu */ +/* $Id: md5crypt.h,v 1.3 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _MD5CRYPT_H #define _MD5CRYPT_H diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in index e88a5c6b2..f243870b9 100644 --- a/openbsd-compat/Makefile.in +++ b/openbsd-compat/Makefile.in @@ -1,3 +1,5 @@ +# $Id: Makefile.in,v 1.5 2001/02/09 01:55:36 djm Exp $ + sysconfdir=@sysconfdir@ piddir=@piddir@ srcdir=@srcdir@ diff --git a/openbsd-compat/base64.h b/openbsd-compat/base64.h index c1d69dd6c..f2514dc1c 100644 --- a/openbsd-compat/base64.h +++ b/openbsd-compat/base64.h @@ -1,3 +1,5 @@ +/* $Id: base64.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_BASE64_H #define _BSD_BASE64_H diff --git a/openbsd-compat/bindresvport.h b/openbsd-compat/bindresvport.h index 6dbf8a2cb..b42f46983 100644 --- a/openbsd-compat/bindresvport.h +++ b/openbsd-compat/bindresvport.h @@ -1,3 +1,5 @@ +/* $Id: bindresvport.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_BINDRESVPORT_H #define _BSD_BINDRESVPORT_H diff --git a/openbsd-compat/bsd-arc4random.c b/openbsd-compat/bsd-arc4random.c index c45459f59..87c7da5f7 100644 --- a/openbsd-compat/bsd-arc4random.c +++ b/openbsd-compat/bsd-arc4random.c @@ -24,6 +24,8 @@ #include "includes.h" +RCSID("$Id: bsd-arc4random.c,v 1.2 2001/02/09 01:55:36 djm Exp $"); + #ifndef HAVE_ARC4RANDOM #include diff --git a/openbsd-compat/bsd-arc4random.h b/openbsd-compat/bsd-arc4random.h index 9819b848c..7af757b2d 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: bsd-arc4random.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #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 b540ebe1a..2dcb35521 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: bsd-cygwin_util.c,v 1.2 2001/02/09 01:55:36 djm Exp $"); #ifdef HAVE_CYGWIN diff --git a/openbsd-compat/bsd-cygwin_util.h b/openbsd-compat/bsd-cygwin_util.h index bf90d0293..b5d63cdc7 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: bsd-cygwin_util.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #include "config.h" #ifdef HAVE_CYGWIN diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c index 2e59019bc..c0d2d65ee 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: bsd-misc.c,v 1.2 2001/02/09 01:55:36 djm Exp $"); + char *get_progname(char *argv0) { #ifdef HAVE___PROGNAME diff --git a/openbsd-compat/bsd-misc.h b/openbsd-compat/bsd-misc.h index e02c66783..61443b81c 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: bsd-misc.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_MISC_H #define _BSD_MISC_H diff --git a/openbsd-compat/bsd-nextstep.c b/openbsd-compat/bsd-nextstep.c index b6cdb3faa..64962d013 100644 --- a/openbsd-compat/bsd-nextstep.c +++ b/openbsd-compat/bsd-nextstep.c @@ -22,6 +22,8 @@ #include "includes.h" +RCSID("$Id: bsd-nextstep.c,v 1.3 2001/02/09 01:55:36 djm Exp $"); + #ifdef HAVE_NEXT #include #include diff --git a/openbsd-compat/bsd-nextstep.h b/openbsd-compat/bsd-nextstep.h index 3e16dacb9..d7f44bfc0 100644 --- a/openbsd-compat/bsd-nextstep.h +++ b/openbsd-compat/bsd-nextstep.h @@ -21,6 +21,8 @@ * */ +/* $Id: bsd-nextstep.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _NEXT_POSIX_H #define _NEXT_POSIX_H diff --git a/openbsd-compat/bsd-snprintf.c b/openbsd-compat/bsd-snprintf.c index 59fefbf25..c75359c51 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: bsd-snprintf.c,v 1.2 2001/02/09 01:55:36 djm Exp $"); #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) diff --git a/openbsd-compat/bsd-snprintf.h b/openbsd-compat/bsd-snprintf.h index ed7a21c97..002b764e3 100644 --- a/openbsd-compat/bsd-snprintf.h +++ b/openbsd-compat/bsd-snprintf.h @@ -1,3 +1,5 @@ +/* $Id: bsd-snprintf.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_SNPRINTF_H #define _BSD_SNPRINTF_H diff --git a/openbsd-compat/bsd-waitpid.c b/openbsd-compat/bsd-waitpid.c index 0bf4c7cd8..1a96bbf7f 100644 --- a/openbsd-compat/bsd-waitpid.c +++ b/openbsd-compat/bsd-waitpid.c @@ -22,6 +22,8 @@ #include "includes.h" +RCSID("$Id: bsd-waitpid.c,v 1.2 2001/02/09 01:55:36 djm Exp $"); + #ifndef HAVE_WAITPID #include #include diff --git a/openbsd-compat/bsd-waitpid.h b/openbsd-compat/bsd-waitpid.h index 25c6e9c86..e24edd791 100644 --- a/openbsd-compat/bsd-waitpid.h +++ b/openbsd-compat/bsd-waitpid.h @@ -21,6 +21,8 @@ * */ +/* $Id: bsd-waitpid.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_WAITPID_H #define _BSD_WAITPID_H diff --git a/openbsd-compat/daemon.h b/openbsd-compat/daemon.h index cd91ea07b..95a077359 100644 --- a/openbsd-compat/daemon.h +++ b/openbsd-compat/daemon.h @@ -1,3 +1,5 @@ +/* $Id: daemon.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #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 27f6089e9..5edc31b59 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: fake-gai-errnos.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + /* 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 73c122ed1..67e9eb788 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: fake-getaddrinfo.c,v 1.2 2001/02/09 01:55:36 djm Exp $"); + #ifndef HAVE_GAI_STRERROR char *gai_strerror(int ecode) { diff --git a/openbsd-compat/fake-getaddrinfo.h b/openbsd-compat/fake-getaddrinfo.h index 7da87142d..afd0226e2 100644 --- a/openbsd-compat/fake-getaddrinfo.h +++ b/openbsd-compat/fake-getaddrinfo.h @@ -1,3 +1,5 @@ +/* $Id: fake-getaddrinfo.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _FAKE_GETADDRINFO_H #define _FAKE_GETADDRINFO_H diff --git a/openbsd-compat/fake-getnameinfo.c b/openbsd-compat/fake-getnameinfo.c index 203621f0d..e255ed333 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: fake-getnameinfo.c,v 1.2 2001/02/09 01:55:36 djm Exp $"); + #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 0d25f4270..c9b7908aa 100644 --- a/openbsd-compat/fake-getnameinfo.h +++ b/openbsd-compat/fake-getnameinfo.h @@ -1,3 +1,5 @@ +/* $Id: fake-getnameinfo.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _FAKE_GETNAMEINFO_H #define _FAKE_GETNAMEINFO_H diff --git a/openbsd-compat/fake-socket.h b/openbsd-compat/fake-socket.h index b51caa030..bfc9d1523 100644 --- a/openbsd-compat/fake-socket.h +++ b/openbsd-compat/fake-socket.h @@ -1,3 +1,5 @@ +/* $Id: fake-socket.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _FAKE_SOCKET_H #define _FAKE_SOCKET_H diff --git a/openbsd-compat/getcwd.h b/openbsd-compat/getcwd.h index bee738657..1137b3ed5 100644 --- a/openbsd-compat/getcwd.h +++ b/openbsd-compat/getcwd.h @@ -1,3 +1,5 @@ +/* $Id: getcwd.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_GETCWD_H #define _BSD_GETCWD_H #include "config.h" diff --git a/openbsd-compat/getgrouplist.h b/openbsd-compat/getgrouplist.h index ef9e60116..27a9703f2 100644 --- a/openbsd-compat/getgrouplist.h +++ b/openbsd-compat/getgrouplist.h @@ -1,3 +1,5 @@ +/* $Id: getgrouplist.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_GETGROUPLIST_H #define _BSD_GETGROUPLIST_H diff --git a/openbsd-compat/inet_aton.h b/openbsd-compat/inet_aton.h index ec3c225c9..aafb7555f 100644 --- a/openbsd-compat/inet_aton.h +++ b/openbsd-compat/inet_aton.h @@ -1,3 +1,5 @@ +/* $Id: inet_aton.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #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 e3d48e4af..85bc3d6fe 100644 --- a/openbsd-compat/inet_ntoa.h +++ b/openbsd-compat/inet_ntoa.h @@ -1,3 +1,5 @@ +/* $Id: inet_ntoa.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_INET_NTOA_H #define _BSD_INET_NTOA_H diff --git a/openbsd-compat/mktemp.h b/openbsd-compat/mktemp.h index faddc916e..6a96f6fa6 100644 --- a/openbsd-compat/mktemp.h +++ b/openbsd-compat/mktemp.h @@ -1,3 +1,5 @@ +/* $Id: mktemp.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_MKTEMP_H #define _BSD_MKTEMP_H diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 4758a9c59..b3e6a5eb7 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h @@ -1,3 +1,5 @@ +/* $Id: openbsd-compat.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _OPENBSD_H #define _OPENBSD_H diff --git a/openbsd-compat/realpath.h b/openbsd-compat/realpath.h index dc3579dd3..25e4075d7 100644 --- a/openbsd-compat/realpath.h +++ b/openbsd-compat/realpath.h @@ -1,3 +1,5 @@ +/* $Id: realpath.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_REALPATH_H #define _BSD_REALPATH_H diff --git a/openbsd-compat/rresvport.h b/openbsd-compat/rresvport.h index d139895e8..a52e4515b 100644 --- a/openbsd-compat/rresvport.h +++ b/openbsd-compat/rresvport.h @@ -1,3 +1,5 @@ +/* $Id: rresvport.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_RRESVPORT_H #define _BSD_RRESVPORT_H diff --git a/openbsd-compat/setenv.h b/openbsd-compat/setenv.h index 62ebc201f..77256d802 100644 --- a/openbsd-compat/setenv.h +++ b/openbsd-compat/setenv.h @@ -1,3 +1,5 @@ +/* $Id: setenv.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_SETENV_H #define _BSD_SETENV_H diff --git a/openbsd-compat/setproctitle.h b/openbsd-compat/setproctitle.h index 000689fac..8261bd0ee 100644 --- a/openbsd-compat/setproctitle.h +++ b/openbsd-compat/setproctitle.h @@ -1,3 +1,5 @@ +/* $Id: setproctitle.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_SETPROCTITLE_H #define _BSD_SETPROCTITLE_H diff --git a/openbsd-compat/strlcat.h b/openbsd-compat/strlcat.h index 562dc7045..753668563 100644 --- a/openbsd-compat/strlcat.h +++ b/openbsd-compat/strlcat.h @@ -1,3 +1,5 @@ +/* $Id: strlcat.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_STRLCAT_H #define _BSD_STRLCAT_H diff --git a/openbsd-compat/strlcpy.h b/openbsd-compat/strlcpy.h index dafa44af8..3b137670d 100644 --- a/openbsd-compat/strlcpy.h +++ b/openbsd-compat/strlcpy.h @@ -1,3 +1,5 @@ +/* $Id: strlcpy.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_STRLCPY_H #define _BSD_STRLCPY_H diff --git a/openbsd-compat/strmode.h b/openbsd-compat/strmode.h index 773d6bdcd..cbb2644ed 100644 --- a/openbsd-compat/strmode.h +++ b/openbsd-compat/strmode.h @@ -1,3 +1,5 @@ +/* $Id: strmode.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #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 d5ba6e0f1..6ed810ac1 100644 --- a/openbsd-compat/strsep.h +++ b/openbsd-compat/strsep.h @@ -1,3 +1,5 @@ +/* $Id: strsep.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_STRSEP_H #define _BSD_STRSEP_H diff --git a/openbsd-compat/strtok.h b/openbsd-compat/strtok.h index 5a3a56959..25db16acd 100644 --- a/openbsd-compat/strtok.h +++ b/openbsd-compat/strtok.h @@ -1,3 +1,5 @@ +/* $Id: strtok.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _BSD_STRTOK_H #define _BSD_STRTOK_H diff --git a/openbsd-compat/vis.h b/openbsd-compat/vis.h index 52e867b94..677fe959b 100644 --- a/openbsd-compat/vis.h +++ b/openbsd-compat/vis.h @@ -1,3 +1,5 @@ +/* $Id: vis.h,v 1.2 2001/02/09 01:55:37 djm Exp $ */ + #ifndef _BSD_VIS_H #define _BSD_VIS_H diff --git a/ssh_prng_cmds.in b/ssh_prng_cmds.in index 0f86c7627..684a4f428 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: ssh_prng_cmds.in,v 1.6 2001/02/09 01:55:36 djm Exp $ "ls -alni /var/log" @PROG_LS@ 0.02 "ls -alni /var/adm" @PROG_LS@ 0.02 -- cgit v1.2.3