]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
15 years agoVendor import of OpenSSH 5.0p1 for posterity's sake
des [Wed, 23 Jul 2008 09:30:40 +0000 (09:30 +0000)]
Vendor import of OpenSSH 5.0p1 for posterity's sake

15 years agoVendor import of OpenSSH 4.9p1 for posterity's sake
des [Wed, 23 Jul 2008 09:28:49 +0000 (09:28 +0000)]
Vendor import of OpenSSH 4.9p1 for posterity's sake

15 years agoVendor import of OpenSSH 4.7p1 for posterity's sake
des [Wed, 23 Jul 2008 09:23:42 +0000 (09:23 +0000)]
Vendor import of OpenSSH 4.7p1 for posterity's sake

15 years agoOops, remove svn:keyword again.
des [Wed, 23 Jul 2008 09:16:33 +0000 (09:16 +0000)]
Oops, remove svn:keyword again.

15 years agoVendor import of OpenSSH 4.6p1 for posterity's sake
des [Wed, 23 Jul 2008 09:15:38 +0000 (09:15 +0000)]
Vendor import of OpenSSH 4.6p1 for posterity's sake

15 years agosvn:keywords is not appropriate for vendor trees.
des [Wed, 23 Jul 2008 09:12:05 +0000 (09:12 +0000)]
svn:keywords is not appropriate for vendor trees.

15 years agoProperly flatten openssh/dist.
des [Tue, 22 Jul 2008 19:01:18 +0000 (19:01 +0000)]
Properly flatten openssh/dist.

15 years agoRevert part of 180714 - the intent was to flatten dist, not to nuke it.
des [Tue, 22 Jul 2008 18:58:19 +0000 (18:58 +0000)]
Revert part of 180714 - the intent was to flatten dist, not to nuke it.

15 years agoFlatten the OpenSSH vendor tree for 3.x and newer.
des [Tue, 22 Jul 2008 17:13:05 +0000 (17:13 +0000)]
Flatten the OpenSSH vendor tree for 3.x and newer.

17 years agoVendor import of OpenSSH 4.5p1.
des [Fri, 10 Nov 2006 16:39:21 +0000 (16:39 +0000)]
Vendor import of OpenSSH 4.5p1.

17 years agoApply vendor patch to fix detection of tap / tun headers and ENGINE support.
des [Wed, 4 Oct 2006 10:14:30 +0000 (10:14 +0000)]
Apply vendor patch to fix detection of tap / tun headers and ENGINE support.

17 years agoDead files.
des [Mon, 2 Oct 2006 13:29:41 +0000 (13:29 +0000)]
Dead files.

17 years agoVendor import of OpenSSH 4.4p1.
des [Sat, 30 Sep 2006 13:29:51 +0000 (13:29 +0000)]
Vendor import of OpenSSH 4.4p1.

17 years agoVendor patch for a problem that prevented using protocol version 1 when
des [Sat, 16 Sep 2006 15:10:13 +0000 (15:10 +0000)]
Vendor patch for a problem that prevented using protocol version 1 when
BSM was enabled.

18 years agoVendor import of OpenSSH 4.3p1.
des [Wed, 22 Mar 2006 19:46:12 +0000 (19:46 +0000)]
Vendor import of OpenSSH 4.3p1.

18 years agoVendor import of OpenSSH 4.2p1.
des [Sat, 3 Sep 2005 06:59:33 +0000 (06:59 +0000)]
Vendor import of OpenSSH 4.2p1.

19 years agoVendor import of OpenSSH 4.1p1.
des [Sun, 5 Jun 2005 15:41:57 +0000 (15:41 +0000)]
Vendor import of OpenSSH 4.1p1.

19 years agoVendor import of OpenSSH 4.0p1.
des [Sun, 5 Jun 2005 15:40:50 +0000 (15:40 +0000)]
Vendor import of OpenSSH 4.0p1.

19 years agoVendor import of OpenSSH 3.9p1.
des [Thu, 28 Oct 2004 16:03:53 +0000 (16:03 +0000)]
Vendor import of OpenSSH 3.9p1.

20 years agoVendor import of OpenSSH 3.8.1p1.
des [Tue, 20 Apr 2004 09:35:04 +0000 (09:35 +0000)]
Vendor import of OpenSSH 3.8.1p1.

20 years agoVendor import of OpenSSH 3.8p1.
des [Thu, 26 Feb 2004 10:38:49 +0000 (10:38 +0000)]
Vendor import of OpenSSH 3.8p1.

20 years agoDon't output the terminating '\0' (already fixed in OpenSSH CVS)
des [Fri, 9 Jan 2004 12:57:36 +0000 (12:57 +0000)]
Don't output the terminating '\0' (already fixed in OpenSSH CVS)

20 years agoRemove obsolete files on the vendor branch.
des [Thu, 8 Jan 2004 09:33:46 +0000 (09:33 +0000)]
Remove obsolete files on the vendor branch.

20 years agoVendor import of OpenSSH 3.7.1p2.
des [Wed, 7 Jan 2004 11:10:17 +0000 (11:10 +0000)]
Vendor import of OpenSSH 3.7.1p2.

20 years agoAdditional corrections to OpenSSH buffer handling.
joe [Fri, 26 Sep 2003 19:15:53 +0000 (19:15 +0000)]
Additional corrections to OpenSSH buffer handling.

Obtained from:  openssh.org
Originally committed to head by: nectar

20 years agoCorrect more cases of allocation size bookkeeping being updated before
nectar [Wed, 17 Sep 2003 14:36:14 +0000 (14:36 +0000)]
Correct more cases of allocation size bookkeeping being updated before
calling functions which can potentially fail and cause cleanups to be
invoked.

Submitted by: Solar Designer <solar@openwall.com>

20 years agoDo not record expanded size before attempting to reallocate associated
nectar [Tue, 16 Sep 2003 06:11:58 +0000 (06:11 +0000)]
Do not record expanded size before attempting to reallocate associated
memory.

Obtained from: OpenBSD

21 years agoAdd a "return" that was missing from 3.6.1p1. Since it's been fixed in
des [Tue, 24 Jun 2003 19:30:44 +0000 (19:30 +0000)]
Add a "return" that was missing from 3.6.1p1.  Since it's been fixed in
the OpenSSH-portable CVS repo, I'm committing this on the vendor branch.

21 years agoVendor import of OpenSSH-portable 3.6.1p1.
des [Wed, 23 Apr 2003 16:53:02 +0000 (16:53 +0000)]
Vendor import of OpenSSH-portable 3.6.1p1.

21 years agoVendor import of OpenSSH-portable 3.5p1.
des [Tue, 29 Oct 2002 09:43:00 +0000 (09:43 +0000)]
Vendor import of OpenSSH-portable 3.5p1.

22 years agoVendor import of OpenSSH 3.4p1.
des [Sat, 29 Jun 2002 11:34:13 +0000 (11:34 +0000)]
Vendor import of OpenSSH 3.4p1.

22 years agoVendor import of OpenSSH 3.3p1.
des [Thu, 27 Jun 2002 22:31:32 +0000 (22:31 +0000)]
Vendor import of OpenSSH 3.3p1.

22 years agoVendor import of OpenSSH 3.3.
des [Sun, 23 Jun 2002 14:01:54 +0000 (14:01 +0000)]
Vendor import of OpenSSH 3.3.

22 years agoThis commit was manufactured by cvs2svn to create branch
cvs2svn [Thu, 21 Mar 2002 12:18:28 +0000 (12:18 +0000)]
This commit was manufactured by cvs2svn to create branch
'VENDOR-crypto-openssh'.

22 years agoVendor import of OpenSSH 3.1
des [Mon, 18 Mar 2002 09:55:03 +0000 (09:55 +0000)]
Vendor import of OpenSSH 3.1

23 years agoSay "hi" to the latest in the OpenSSH series, version 2.9!
green [Fri, 4 May 2001 03:57:05 +0000 (03:57 +0000)]
Say "hi" to the latest in the OpenSSH series, version 2.9!

Happy birthday to: rwatson

23 years agoThis commit was manufactured by cvs2svn to create branch
cvs2svn [Tue, 5 Dec 2000 02:55:13 +0000 (02:55 +0000)]
This commit was manufactured by cvs2svn to create branch
'VENDOR-crypto-openssh'.

23 years agoImport of OpenSSH 2.3.0 (virgin OpenBSD source release).
green [Tue, 5 Dec 2000 02:20:19 +0000 (02:20 +0000)]
Import of OpenSSH 2.3.0 (virgin OpenBSD source release).

23 years agoImport a security fix: the client would allow a server to use its
green [Tue, 14 Nov 2000 03:51:53 +0000 (03:51 +0000)]
Import a security fix: the client would allow a server to use its
ssh-agent or X11 forwarding even if it was disabled.

This is the vendor fix provided, not an actual revision of clientloop.c.

Submitted by: Markus Friedl <markus@OpenBSD.org> via kris

23 years agoInitial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09
kris [Sun, 10 Sep 2000 08:31:17 +0000 (08:31 +0000)]
Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09

24 years agoInitial import of OpenSSH snapshot from 2000/05/30
kris [Sat, 3 Jun 2000 09:52:37 +0000 (09:52 +0000)]
Initial import of OpenSSH snapshot from 2000/05/30

Obtained from: OpenBSD

24 years agoImport from vendor repository.
kris [Sat, 3 Jun 2000 09:20:19 +0000 (09:20 +0000)]
Import from vendor repository.

Obtained from: OpenBSD

24 years agoImport vendor patches: the first is written by
kris [Sat, 3 Jun 2000 07:18:09 +0000 (07:18 +0000)]
Import vendor patches: the first is written by
Brian Feldman <green@FreeBSD.org>

* Remove the gratuitous dependency on OpenSSL 0.9.5a (preparation for MFC)
* Disable agent forwarding by default in the client (security risk)

Submitted by: green
Obtained from: OpenBSD

24 years agoImport vendor patch originally submitted by the below author: don't
kris [Sat, 3 Jun 2000 07:06:14 +0000 (07:06 +0000)]
Import vendor patch originally submitted by the below author: don't
treat failure to create the authentication agent directory in /tmp as
a fatal error, but disable agent forwarding.

Submitted by: Jan Koum <jkb@yahoo-inc.com>

24 years agoImport vendor fix: "fix key_read() for uuencoded keys w/o '='"
kris [Sat, 3 Jun 2000 06:51:30 +0000 (06:51 +0000)]
Import vendor fix: "fix key_read() for uuencoded keys w/o '='"
This bug caused OpenSSH not to recognise some of the DSA keys it
generated.

Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Obtained from: OpenBSD

24 years agoInitial import of OpenSSH v2.1.
kris [Mon, 15 May 2000 04:37:24 +0000 (04:37 +0000)]
Initial import of OpenSSH v2.1.

24 years agoVirgin import of OpenSSH sources dated 2000/03/25
kris [Sun, 26 Mar 2000 07:07:24 +0000 (07:07 +0000)]
Virgin import of OpenSSH sources dated 2000/03/25

24 years agoVendor import of OpenSSH.
markm [Thu, 24 Feb 2000 14:29:47 +0000 (14:29 +0000)]
Vendor import of OpenSSH.