Displaying 15 results from an estimated 15 matches for "jclonguet".
2003 Apr 21
6
[Bug 207] Connect timeout patch
http://bugzilla.mindrot.org/show_bug.cgi?id=207
------- Additional Comments From jclonguet at free.fr 2003-04-22 05:08 -------
Created an attachment (id=273)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=273&action=view)
Patch for OpenSSH-3.6.1p1
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Sep 17
3
[Bug 656] ConnectTimeout option broken
...Portable OpenSSH
Version: 3.7.1p1
Platform: All
URL: http://charts.free.fr
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: jclonguet at free.fr
Code Changes were done against the original 'ConnectTimeout' patch, which broke
this functionnality.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2004 Jan 08
3
[Bug 785] ssh client socket may have O_NONBLOCK flag set
...O_NONBLOCK flag set
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: jclonguet at free.fr
When using the ConnectTimeout option, socket remains non-blocking after
connecting, which may (?) cause trouble.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 May 22
1
[Bug 207] Connect timeout patch
http://bugzilla.mindrot.org/show_bug.cgi?id=207
------- Additional Comments From jclonguet at free.fr 2002-05-23 05:02 -------
Created an attachment (id=101)
Patch for OpenSSH-3.2.2p1
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Apr 06
0
[Bug 207] New: Connect timeout patch
...1
Platform: All
URL: http://charts.free.fr/openssh-3.1p1-timeout-1.02.patch
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: jclonguet at free.fr
This patch avoids spending too much time during connect() when doing an
ssh()/scp() on a down host. A first version of this patch was already
posted on the list ; these one mostly corrects some style(9) typos and a
possible bug.
------- You are receiving this mail because: -------...
2002 Apr 06
0
[Bug 207] Connect timeout patch
http://bugzilla.mindrot.org/show_bug.cgi?id=207
------- Additional Comments From jclonguet at free.fr 2002-04-07 06:19 -------
Created an attachment (id=63)
ConnectTimeout patch
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Jun 26
0
[Bug 207] Connect timeout patch
http://bugzilla.mindrot.org/show_bug.cgi?id=207
------- Additional Comments From jclonguet at free.fr 2002-06-27 06:27 -------
Created an attachment (id=118)
Patch for OpenSSH-3.4p1
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Oct 17
0
[Bug 207] Connect timeout patch
http://bugzilla.mindrot.org/show_bug.cgi?id=207
------- Additional Comments From jclonguet at free.fr 2002-10-17 18:36 -------
Created an attachment (id=154)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=154&action=view)
Patch for OpenSSH-3.5p1
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Sep 17
0
ConnectTimeout option is broken
Some code was added which break this functionnality. Patches are
attached and details are on http://bugzilla.mindrot.org/show_bug.cgi?id=656
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: openssh-3.7.1p1-timeout-1.00.patch.txt
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20030917/561aa41f/attachment.txt
2001 Nov 17
0
[PATCH] Connect timeout
The attached patch adds a new 'ConnectTimeout' option (man page updated
in patch) to avoid wasting time when the target host is down. I needed that
because I was using rsync/rdist over ssh for massive files update and the
default connect() took too long for my purpose.
The patch was tested on Linux only, but I used a similar one for ssh 1.2.XX
on Linux, Solaris and HP-UX without
2003 Apr 15
0
Connect timeout patch
This patch avoids spending too much time during connect() when doing an
ssh()/scp() on a down host. It uses a new client option called
ConnectTimeout and is useful for rsync or rdist commands using ssh().
See http://bugzilla.mindrot.org/show_bug.cgi?id=207 for detailled info.
-------------- next part --------------
--- openssh-3.6.1p1/readconf.c.ORIG Tue Apr 15 23:06:30 2003
+++
2002 Apr 03
1
[PATCH] connect() timeout
Here is a version of this widely used patch specific for OpenSSH 3.1p1,
as it is still not in the main tree (perhap one day...)
The patch avoids spending too much time when doing an ssh()/scp() on a
down host, as it does not depend off the default TCP timeout used
by connect().
Patch was tested on Linux, Solaris and HP-UX.
The patch can also be found on:
2002 Oct 17
0
[PATCH] connect() timeout for OpenSSH-3.5p1
Here is the version of this patch for the last portable version of
OpenSSH (3.5p1), as it is not included in the main tree.
The patch avoids waiting to long when using ssh() or scp() on a down host,
it is usefull when you have to update many hosts via rsync or rdist themselves
relying upon ssh(). It enables a new option 'ConnectTimeout' to control
exactly the timeout value, so that it can
2002 May 22
0
[PATCH] connect() timeout
Here are the new versions of this widely used patch for OpenSSH 3.2.2p1
and 3.2.3p1.
The patch avoids waiting to long when using ssh() or scp() on a down host,
it is usefull when you have to update many hosts via rsync or rdist themselves
relying upon ssh(). It enables a new option 'ConnectTimeout' to control
exactly the timeout value, so that it can be used even on slow links.
These
2002 Jan 26
5
[PATCH] Connect timeout
The attached patch adds a new 'ConnectTimeout' option (man page updated
in patch) to avoid wasting time when the target host is down. I needed that
because I was using rsync/rdist over ssh for massive files update and the
default connect() took too long for my purpose.
The patch was tested on Linux only, but I used a similar one for ssh 1.2.XX
on Linux, Solaris and HP-UX without