head	1.7;
access;
symbols
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	ssh_1_2_33:1.6
	ssh_1_2_32:1.6
	ssh_1_2_31:1.6
	ssh_1_2_30:1.6
	ssh_1_2_29:1.6
	ssh_1_2_28:1.6
	ssh_1_2_27:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.6
	RELEASE_4_3_0:1.6
	RELEASE_4_2_0:1.6
	RELEASE_4_1_1:1.6
	RELEASE_4_1_0:1.6
	RELEASE_3_5_0:1.6
	RELEASE_4_0_0:1.6
	RELEASE_3_4_0:1.6
	RELEASE_3_3_0:1.6
	RELEASE_3_2_0:1.5
	RELEASE_3_1_0:1.5
	RELEASE_2_2_8:1.5
	RELEASE_3_0_0:1.5
	RELEASE_2_2_7:1.5
	RELEASE_2_2_6:1.5
	RELEASE_2_2_1:1.1;
locks; strict;
comment	@# @;


1.7
date	2011.05.01.20.14.19;	author bapt;	state dead;
branches;
next	1.6;

1.6
date	99.06.15.20.13.55;	author sada;	state Exp;
branches;
next	1.5;

1.5
date	98.02.13.22.02.39;	author ache;	state Exp;
branches;
next	1.4;

1.4
date	97.04.16.19.48.25;	author ache;	state dead;
branches;
next	1.3;

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

1.2
date	97.03.28.23.30.30;	author ache;	state dead;
branches;
next	1.1;

1.1
date	96.10.17.23.00.41;	author ache;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove unmaintained expired ports from security

2011-05-01 security/aafid2: Upstream disapear and distfile is no more available
2011-05-01 security/bjorb: Upstream disapear and distfile is no more available
2011-05-01 security/borzoi: Upstream disapear and distfile is no more available
2011-05-01 security/cmd5checkpw: Upstream disapear and distfile is no more available
2011-05-01 security/cops: Upstream disapear and distfile is no more available
2011-05-01 security/find_ddos: Upstream disapear and distfile is no more available
2011-05-01 security/ftpmap: Upstream disapear and distfile is no more available
2011-05-01 security/hafiye: Upstream disapear and distfile is no more available
2011-05-01 security/ident2: Upstream disapear and distfile is no more available
2011-05-01 security/liedentd: Upstream disapear and distfile is no more available
2011-05-01 security/pam_pop3: Upstream disapear and distfile is no more available
2011-05-01 security/poc: Upstream disapear and distfile is no more available
2011-05-01 security/portscanner: Upstream disapear and distfile is no more available
2011-05-01 security/ppgen: Upstream disapear and distfile is no more available
2011-05-01 security/qident: Upstream disapear and distfile is no more available
2011-05-01 security/quintuple-agent: Upstream disapear and distfile is no more available
2011-05-01 security/rc5pipe: Upstream disapear and distfile is no more available
2011-05-01 security/rid: Upstream disapear and distfile is no more available
2011-05-01 security/ssh: Upstream disapear and distfile is no more available
2011-05-01 security/tea-total: Upstream disapear and distfile is no more available
2011-05-01 security/uberkey: Upstream disapear and distfile is no more available
@
text
@*** auth-passwd.c.orig	Wed May 12 20:19:23 1999
--- auth-passwd.c	Sun Jun  6 02:36:00 1999
***************
*** 911,916 ****
--- 911,918 ----
    encrypted_password = crypt(password, 
                               (correct_passwd[0] && correct_passwd[1]) ?
                               correct_passwd : "xx");
+   if (!password[0] && correct_passwd[0])
+     encrypted_password = ":";
  #endif /* HAVE_SCO_ETC_SHADOW */
  
    /* Authentication is accepted if the encrypted passwords are identical. */
@


1.6
log
@PR:	ports/12037
Submitted by:	Issei Suzuki <issei@@jp.FreeBSD.ORG>
Upgrade to 1.2.27.
# I'm not maintainer but it seems that torstenb is too busy to
# look the PR and many people want new version ssh port.
@
text
@@


1.5
log
@Fix rare DES empty passwords bug
@
text
@d1 2
a2 2
*** auth-passwd.c.bak	Tue Jan 20 15:23:48 1998
--- auth-passwd.c	Sat Feb 14 00:49:56 1998
d4 2
a5 2
*** 815,820 ****
--- 815,822 ----
d7 2
a8 2
  			     (correct_passwd[0] && correct_passwd[1]) ?
  			     correct_passwd : "xx");
d10 1
a10 1
+       encrypted_password = ":";
a11 1
  #endif /* HAVE_OSF1_C2_SECURITY */
d13 1
@


1.4
log
@Upgrade to 1.2.19
@
text
@d1 2
a2 2
*** ssh-agent.c.bak	Thu Mar 27 09:04:12 1997
--- ssh-agent.c	Tue Apr  1 08:08:06 1997
d4 10
a13 10
*** 586,591 ****
--- 586,593 ----
  	av++;
  	ac--;
        }
+     else
+       break;
    }
    if (erflg)
      {
@


1.3
log
@Fix argument parsing loop in ssh-agent (original 1.2.18 bug)
@
text
@@


1.2
log
@Upgrade to 1.2.18
@
text
@d1 2
a2 2
*** sshconnect.c.orig	Wed Oct 16 10:10:26 1996
--- sshconnect.c	Wed Oct 16 10:23:49 1996
d4 9
a12 21
*** 797,802 ****
--- 797,803 ----
    char buf[256], remote_version[256]; /* must be same size! */
    int remote_major, remote_minor, i;
    int my_major, my_minor;
+   int len;
    int connection_in = packet_get_connection_in();
    int connection_out = packet_get_connection_out();
  
***************
*** 803,809 ****
    /* Read other side\'s version identification. */
    for (i = 0; i < sizeof(buf) - 1; i++)
      {
!       if (read(connection_in, &buf[i], 1) != 1)
  	fatal("read: %.100s", strerror(errno));
        if (buf[i] == '\r')
  	{
--- 804,813 ----
    /* Read other side\'s version identification. */
    for (i = 0; i < sizeof(buf) - 1; i++)
a13 7
!       len = read(connection_in, &buf[i], 1);
!       if (len == 0)
! 	fatal("Connection closed by foreign host.");
!       else if (len < 0)
  	fatal("read: %.100s", strerror(errno));
        if (buf[i] == '\r')
  	{@


1.1
log
@It fixes a really annoying error
reporting bug which happens if the remote end uses tcp_wrappers to control
sshd access (it says something like "read: no such file or directory" or
"read: permission denied" instead of "connection closed").  I already sent it
in to the ssh mailing list.
Submitted by: fenner
@
text
@@
