diff options
author | Damien Miller <djm@mindrot.org> | 2001-02-09 12:55:35 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-02-09 12:55:35 +1100 |
commit | e9cf357a99dcd2db14635974289e04f5f0808123 (patch) | |
tree | abedb37ba47ea77ee3c39aece61d6c245134c33b | |
parent | 5b828322227d9d07a8640c2df2946d5a1908505b (diff) | |
download | openssh-git-e9cf357a99dcd2db14635974289e04f5f0808123.tar.gz |
- (djm) Add CVS Id's to files that we have missed
53 files changed, 111 insertions, 5 deletions
@@ -86,3 +86,6 @@ Zack Weinberg <zack@wolery.cumb.org> - GNOME askpass enhancement Apologies to anyone I have missed. Damien Miller <djm@mindrot.org> + +$Id: CREDITS,v 1.61 2001/02/09 01:55:35 djm Exp $ + @@ -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 $ @@ -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 $ @@ -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 $ @@ -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 44e606d5..487346ef 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 $ + @@ -1,3 +1,5 @@ +/* $Id: acconfig.h,v 1.101 2001/02/09 01:55:36 djm Exp $ */ + #ifndef _CONFIG_H #define _CONFIG_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 db7aaae0..c54f811c 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 88a50467..8522d253 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) @@ -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 @@ -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 @@ -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 <unistd.h> -#include <string.h> #include <openssl/md5.h> static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */ @@ -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 e88a5c6b..f243870b 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 c1d69dd6..f2514dc1 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 6dbf8a2c..b42f4698 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 c45459f5..87c7da5f 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 <openssl/rand.h> diff --git a/openbsd-compat/bsd-arc4random.h b/openbsd-compat/bsd-arc4random.h index 9819b848..7af757b2 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 b540ebe1..2dcb3552 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 bf90d029..b5d63cdc 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 2e59019b..c0d2d65e 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 e02c6678..61443b81 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 b6cdb3fa..64962d01 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 <errno.h> #include <sys/wait.h> diff --git a/openbsd-compat/bsd-nextstep.h b/openbsd-compat/bsd-nextstep.h index 3e16dacb..d7f44bfc 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 59fefbf2..c75359c5 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 ed7a21c9..002b764e 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 0bf4c7cd..1a96bbf7 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 <errno.h> #include <sys/wait.h> diff --git a/openbsd-compat/bsd-waitpid.h b/openbsd-compat/bsd-waitpid.h index 25c6e9c8..e24edd79 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 cd91ea07..95a07735 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 27f6089e..5edc31b5 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 73c122ed..67e9eb78 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 7da87142..afd0226e 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 203621f0..e255ed33 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 0d25f427..c9b7908a 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 b51caa03..bfc9d152 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 bee73865..1137b3ed 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 ef9e6011..27a9703f 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 ec3c225c..aafb7555 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 e3d48e4a..85bc3d6f 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 faddc916..6a96f6fa 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 4758a9c5..b3e6a5eb 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 dc3579dd..25e4075d 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 d139895e..a52e4515 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 62ebc201..77256d80 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 000689fa..8261bd0e 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 562dc704..75366856 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 dafa44af..3b137670 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 773d6bdc..cbb2644e 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 d5ba6e0f..6ed810ac 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 5a3a5695..25db16ac 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 52e867b9..677fe959 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 0f86c762..684a4f42 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 |