head	1.12;
access;
symbols
	RELEASE_4_5_0:1.11
	RELEASE_4_4_0:1.11
	RELEASE_4_3_0:1.11
	RELEASE_4_2_0:1.11
	RELEASE_4_1_1:1.11
	RELEASE_4_1_0:1.10
	RELEASE_3_5_0:1.10
	RELEASE_4_0_0:1.9
	RELEASE_3_4_0:1.9
	RELEASE_3_3_0:1.9
	RELEASE_3_2_0:1.8
	RELEASE_3_1_0:1.8
	ssh_2_0_11:1.7
	RELEASE_2_2_8:1.6
	RELEASE_3_0_0:1.5
	RELEASE_2_2_7:1.5
	RELEASE_2_2_6:1.5
	RELEASE_2_2_5:1.5
	RELEASE_2_2_1:1.3
	RELEASE_2_2_2:1.5
	ssh_1_2_10:1.1.1.1
	YLO:1.1.1;
locks; strict;
comment	@# @;


1.12
date	2002.02.22.02.52.25;	author knu;	state dead;
branches;
next	1.11;

1.11
date	2000.09.02.03.56.56;	author kris;	state Exp;
branches;
next	1.10;

1.10
date	2000.05.29.03.16.42;	author steve;	state Exp;
branches;
next	1.9;

1.9
date	99.06.18.20.02.21;	author ache;	state Exp;
branches;
next	1.8;

1.8
date	99.02.05.06.11.36;	author ache;	state Exp;
branches;
next	1.7;

1.7
date	98.12.01.11.10.33;	author obrien;	state Exp;
branches;
next	1.6;

1.6
date	98.11.23.05.15.17;	author kuriyama;	state Exp;
branches;
next	1.5;

1.5
date	97.04.25.05.01.04;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	97.03.28.23.30.25;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	97.02.27.00.44.29;	author ache;	state Exp;
branches;
next	1.2;

1.2
date	96.02.17.15.13.47;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	95.10.07.01.19.27;	author torstenb;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.10.07.01.19.27;	author torstenb;	state Exp;
branches;
next	;


desc
@@


1.12
log
@- Update to 3.1.0.

  PR:		ports/34740
  Submitted by:	larse@@ISI.EDU

- Add %%PORTDOCS%% to pkg-plist.

- Assign MAINTAINER to the submitter.

  Requested by:	issei (previous MAINTAINER)
@
text
@--- lib/Makefile.in.orig	Thu Aug 24 17:41:39 2000
+++ lib/Makefile.in	Sun Aug 27 01:13:32 2000
@@@@ -110,7 +110,7 @@@@
 
 AUTOMAKE_OPTIONS = 1.0 foreign dist-zip no-dependencies
 
-SUBDIRS = sshutil zlib sshmath sshreadline sshapputil sshcrypt sshproto sshsession sshpgp sshfilexfer
+SUBDIRS = sshutil sshmath sshreadline sshapputil sshcrypt sshproto sshsession sshpgp sshfilexfer
 
 SUBDIRS_windelta = +win32
 
@@@@ -119,7 +119,7 @@@@
 # The `object_SUBLIBRARIES' variables are used on the Windows to
 # expand the original library `object' with the listed sublibraries at
 # the link step.
-libssh_a_SUBLIBRARIES =  	sshcert/libsshcert.a				sshcrypt/libsshcrypt.a				sshexternalkey/libsshexternalkey.a		sshhs/libsshhs.a				sshhttp/libsshhttp.a				sshipsecappapi/libsshipsecappapi.a		sshisakmp/libsshisakmp.a			sshldap/libsshldap.a				sshmath/libsshmath.a				sshpgp/libsshpgp.a				sshproto/libsshproto.a				sshscard/libsshscard.a				sshtls/libsshtls.a				sshsmtp/libsshsmtp.a				sshemul/libsshemul.a				sshutil/libsshutil.a				sshfilexfer/libsshfilexfer.a			sshsession/libsshsession.a			trq/libtrq.a					zlib/libz.a
+libssh_a_SUBLIBRARIES =  	sshcert/libsshcert.a				sshcrypt/libsshcrypt.a				sshexternalkey/libsshexternalkey.a		sshhs/libsshhs.a				sshhttp/libsshhttp.a				sshipsecappapi/libsshipsecappapi.a		sshisakmp/libsshisakmp.a			sshldap/libsshldap.a				sshmath/libsshmath.a				sshpgp/libsshpgp.a				sshproto/libsshproto.a				sshscard/libsshscard.a				sshtls/libsshtls.a				sshsmtp/libsshsmtp.a				sshemul/libsshemul.a				sshutil/libsshutil.a				sshfilexfer/libsshfilexfer.a			sshsession/libsshsession.a			trq/libtrq.a
 
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../sshconf.h
@@@@ -319,11 +319,6 @@@@
 
 local-includes:
 	-if test '!' -d ../include; then mkdir ../include; fi
-	for i in zlib/zlib.h zlib/zconf.h; do   \
-	  if test -f $(srcdir)/$$i; then		  \
-	    $(COPY_INCLUDE) $(srcdir)/$$i ../include;	  \
-	  fi;						  \
-	done
 
 includes: local-includes
 	for d in $(SUBDIRS); do (cd $$d && $(MAKE) includes); done
@


1.11
log
@Upgrade to ssh-2.3.0.

PR:	ports/20869
Submitted by:	Issei Suzuki <issei@@issei.org> (Maintainer)
@
text
@@


1.10
log
@Update to version 2.1.0pl2.

PR:		18620
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- lib/Makefile.in.orig	Thu Mar 30 21:41:49 2000
+++ lib/Makefile.in	Wed May 17 18:03:14 2000
@@@@ -105,7 +105,7 @@@@
d12 1
a12 1
@@@@ -114,7 +114,7 @@@@
d21 1
a21 1
@@@@ -314,11 +314,6 @@@@
@


1.9
log
@upgrade to 2.0.13
XXXtgetent from original PR fixed

PR: 12279
Submitted by: Issei Suzuki <issei@@issei.org>
@
text
@d1 3
a3 3
--- lib/Makefile.in.orig	Tue May 11 17:35:00 1999
+++ lib/Makefile.in	Fri Jun 18 16:01:12 1999
@@@@ -99,14 +99,14 @@@@
d7 2
a8 2
-SUBDIRS = zlib sshmath sshreadline sshutil sshapputil sshcrypt sshproto sshsession sshpgp
+SUBDIRS = sshmath sshreadline sshutil sshapputil sshcrypt sshproto sshsession sshpgp
d10 1
a10 1
 # sshtest testsuite
d12 6
a17 2
 lib_LIBRARIES = libssh.a
 # libsshcrypt.kpure.a
a18 2
-SUBLIBRARIES = sshmath/libsshmath.a zlib/libz.a sshutil/libsshutil.a sshapputil/libsshapputil.a sshcrypt/libsshcrypt.a sshproto/libsshproto.a sshsession/libsshsession.a sshreadline/libsshreadline.a sshpgp/libsshpgp.a
+SUBLIBRARIES = sshmath/libsshmath.a sshutil/libsshutil.a sshapputil/libsshapputil.a sshcrypt/libsshcrypt.a sshproto/libsshproto.a sshsession/libsshsession.a sshreadline/libsshreadline.a sshpgp/libsshpgp.a
d21 3
a23 4
 CONFIG_CLEAN_FILES = 
@@@@ -369,11 +369,6 @@@@
 all-local: includes
 includes:
d30 3
a32 3
 	-for dir in $(SUBDIRS); do \
 		if test "$$dir" != "zlib" && test "$$dir" != "gmp"; then \
 		  ( cd $$dir && $(MAKE) includes) ; \
@


1.8
log
@upgrade to 2.0.12
@
text
@d1 3
a3 3
--- lib/Makefile.in.orig	Fri Jan 29 14:30:20 1999
+++ lib/Makefile.in	Fri Feb  5 08:38:26 1999
@@@@ -98,14 +98,14 @@@@
d7 2
a8 2
-SUBDIRS = zlib sshmath sshreadline sshutil sshapputil sshcrypt sshproto sshsession
+SUBDIRS = sshmath sshreadline sshutil sshapputil sshcrypt sshproto sshsession
d15 2
a16 2
-SUBLIBRARIES = sshmath/libsshmath.a zlib/libz.a sshutil/libsshutil.a sshapputil/libsshapputil.a sshcrypt/libsshcrypt.a sshproto/libsshproto.a sshsession/libsshsession.a sshreadline/libsshreadline.a
+SUBLIBRARIES = sshmath/libsshmath.a sshutil/libsshutil.a sshapputil/libsshapputil.a sshcrypt/libsshcrypt.a sshproto/libsshproto.a sshsession/libsshsession.a sshreadline/libsshreadline.a
d20 1
a20 1
@@@@ -368,11 +368,6 @@@@
@


1.7
log
@1. Update base ssh2 version from 2.0.9 to 2.0.11
   Ssh 2.0.9 has bugs abount updating utmp/wtmp file.

2. Now you can compile ssh2 to support TCP_Wrapper
   (security/tcp_wrapper) when you define USE_TCPWRAP=YES

3. Fix typo in MASTER_SITES
   (Thanks to Chris Piazza <norn@@home.net>)

4. Use /usr/lib/libz.so.* instead of libz in ssh2 source file.

5. Delete some obsolute pathes.

PR:		ports/8916
Submitted by:	issei@@jp.FreeBSD.ORG
@
text
@d1 3
a3 3
--- lib/Makefile.in.old	Tue Nov 24 18:18:33 1998
+++ lib/Makefile.in	Tue Nov 24 18:20:13 1998
@@@@ -97,14 +97,14 @@@@
d13 1
a13 1
 # libsshcrypt.kpure.a 
d20 1
a20 1
@@@@ -367,11 +367,6 @@@@
@


1.6
log
@Secure shell client and server (remote login program).

PR:		ports/8204
Submitted by:	Issei Suzuki <issei@@jp.FreeBSD.ORG>
@
text
@d1 3
a3 4
--- apps/ssh/Makefile.in.old	Mon Oct  5 22:18:17 1998
+++ apps/ssh/Makefile.in	Mon Oct  5 22:25:16 1998
@@@@ -167,6 +167,7 @@@@
 # defines
d5 1
a5 2
 SSH_DEFS = -DHOST_KEY_FILE=\"$(HOST_KEY_FILE)\" -DHOST_CONFIG_FILE=\"$(HOST_CONFIG_FILE)\" -DSERVER_CONFIG_FILE=\"$(SERVER_CONFIG_FILE)\" -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" -DETCDIR=\"$(etcdir)\" -DSSH_BINDIR=\"$(bindir)\" -DTIS_MAP_FILE=\"$(TIS_MAP_FILE)\"
+SSH_DEFS+= -DSSH_SERVER_DIR=\"$(SSH_SERVER_DIR)\" -DSSH_CLIENT_GLOBAL_CONFIG_FILE=\"$(SSH_CLIENT_GLOBAL_CONFIG_FILE)\"
d7 10
a16 1
 COMPILE = $(CC) $(KERBEROS_INCS) $(INCLUDES) $(SSH_DEFS) $(DEFS) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS)
d18 14
@


1.5
log
@Update from ssh-1.2.19 to ssh-1.2.20.  All patches applied still, I just
regenerated them to fix the line numbers.  Also, I added two commented out
options in Makefile, one to tell sshd that a group writeable homedir
is OK because all users are in their own group, and the other is to allow
an unencrypted connection (which is dangerous since it can lead to
compromise of keys), but on a secure network it's damn useful for backups
etc.
@
text
@d1 10
a10 19
*** make-ssh-known-hosts.pl.in.orig	Wed Apr 23 08:40:05 1997
--- make-ssh-known-hosts.pl.in	Fri Apr 25 12:38:21 1997
***************
*** 87,93 ****
  $debug = 5;
  $defserver = '';
  $bell='\a';
! $public_key = '/etc/ssh_host_key.pub';
  $private_ssh_known_hosts = "/tmp/ssh_known_hosts$$";
  $timeout = 60;
  $ping_timeout = 3;
--- 87,93 ----
  $debug = 5;
  $defserver = '';
  $bell='\a';
! $public_key = '@@ETCDIR@@/ssh_host_key.pub';
  $private_ssh_known_hosts = "/tmp/ssh_known_hosts$$";
  $timeout = 60;
  $ping_timeout = 3;
@


1.4
log
@Upgrade to 1.2.18
@
text
@d1 2
a2 2
*** make-ssh-known-hosts.pl.in.orig	Thu Mar 27 09:04:06 1997
--- make-ssh-known-hosts.pl.in	Fri Mar 28 15:11:19 1997
d4 1
a4 1
*** 84,90 ****
d12 1
a12 1
--- 84,90 ----
@


1.3
log
@Add LOGIN_CAP abilities
Submitted by: davidn
@
text
@d1 2
a2 2
*** make-ssh-known-hosts.pl.in.orig	Wed Oct 30 15:27:47 1996
--- make-ssh-known-hosts.pl.in	Thu Jan 30 23:00:02 1997
d4 1
a4 1
*** 81,87 ****
d12 1
a12 1
--- 81,87 ----
@


1.2
log
@Upgrade to 1.2.13
@
text
@d1 2
a2 2
*** make-ssh-known-hosts.pl.in.orig	Sun Feb 11 22:45:15 1996
--- make-ssh-known-hosts.pl.in	Sat Feb 17 17:55:08 1996
d4 1
a4 1
*** 78,84 ****
d12 1
a12 1
--- 78,84 ----
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
*** make-ssh-known-hosts.pl.in.orig	Fri Oct  6 21:12:34 1995
--- make-ssh-known-hosts.pl.in	Fri Oct  6 21:14:28 1995
d4 2
a5 2
*** 74,80 ****
  $sshdisablepasswordoption="-o 'PasswordAuthentication no'";
d9 5
a13 5
  if (!defined($ENV{'HOME'})) {
      ($junk, $junk, $junk, $junk, $junk, $junk, $junk, $dir, $junk) =
  	getpwuid($<);
--- 74,80 ----
  $sshdisablepasswordoption="-o 'PasswordAuthentication no'";
d17 3
a19 3
  if (!defined($ENV{'HOME'})) {
      ($junk, $junk, $junk, $junk, $junk, $junk, $junk, $dir, $junk) =
  	getpwuid($<);
@


1.1.1.1
log
@Ssh is a secure rlogin/rsh/rcp replacement with strong authentication
(.rhosts together with RSA based host authentication, and pure RSA
authentication) and improved privacy (all communications are automatically
and transparently encrypted).
@
text
@@
