Displaying 20 results from an estimated 1000 matches similar to: "[Bug 1963] New: IPQoS not honoured"
2011 Dec 18
1
[Bug 1965] New: IPQoS option ignored for AF_INET since 5.9p1-1
https://bugzilla.mindrot.org/show_bug.cgi?id=1965
             Bug #: 1965
           Summary: IPQoS option ignored for AF_INET since 5.9p1-1
    Classification: Unclassified
           Product: Portable OpenSSH
           Version: 5.9p1
          Platform: All
               URL: http://bugs.debian.org/643312
        OS/Version: Linux
            Status: NEW
          Severity: normal
         
2012 Oct 14
6
[Bug 1963] IPQoS not honoured
https://bugzilla.mindrot.org/show_bug.cgi?id=1963
--- Comment #5 from martin f. krafft <bugzilla.mindrot.org at pobox.madduck.net> ---
With reference to http://bugs.debian.org/650512, which I just reopened,
I am sorry to say that the bug persists in OpenSSH 6.0.
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the
2013 Sep 13
1
[Bug 1963] IPQoS not honoured
https://bugzilla.mindrot.org/show_bug.cgi?id=1963
sean at alexan.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sean at alexan.org
--- Comment #11 from sean at alexan.org ---
This doesn't appear to be Debian specific, or a problem with how
2015 Aug 11
0
[Bug 1963] IPQoS not honoured
https://bugzilla.mindrot.org/show_bug.cgi?id=1963
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
--- Comment #13 from Damien Miller <djm at mindrot.org> ---
Set all RESOLVED bugs to CLOSED with
2003 Apr 11
1
Patch for 'packet.c' in openssh-3.6.1p1
Hello,
I just managed to compile openssh-3.6.1p1 on Ultrix/MIPS.  One of the fixes
needed for this is the following.  It's because of:
--- According to the Changelog
  - markus at cvs.openbsd.org 2002/12/10 19:26:50
     [packet.c]
     move tos handling to packet_set_tos; ok provos/henning/deraadt
---
This IP_TOS is now nicely stuffed in a function, but that function should
be #defined
2003 Apr 23
1
[Bug 545] openssh-3.6.1p1 does not build on SunOS: IP_TOS not defined
http://bugzilla.mindrot.org/show_bug.cgi?id=545
           Summary: openssh-3.6.1p1 does not build on SunOS: IP_TOS not
                    defined
           Product: Portable OpenSSH
           Version: 3.6p1
          Platform: All
        OS/Version: SunOS
            Status: NEW
          Severity: trivial
          Priority: P3
         Component: Build system
        AssignedTo:
2023 Nov 18
0
[Bug 3634] New: IPQoS default should be changed to "none"
https://bugzilla.mindrot.org/show_bug.cgi?id=3634
            Bug ID: 3634
           Summary: IPQoS default should be changed to "none"
           Product: Portable OpenSSH
           Version: 9.5p1
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Miscellaneous
          Assignee:
2017 Jan 08
3
OpenSSH Hangs After Successful Authentication
Greetings...
** Short Description / Abstract **
Using my _internal_ WiFi card, OpenSSH succeeds to local (internal) LAN
hosts, but hangs after authentication to external LAN hosts; however
PuTTY works for all hosts.
Using an _external_ WiFi card, OpenSSH does succeed to all LAN hosts (as
did PuTTY, still, as well).
** Longer Description and Details **
*** HW Description ***
I have a laptop
2013 Dec 19
0
Trying to compile for OS/2
Hi
I hope I have found the right list :-) If not, my apologies and a pointer  
would be appreciated.
I am trying to compile openssh-6.3p1 for OS/2 aka EcomStation. For those  
unfamiliar OS/2 is a DOSish OS but usually porting *nix apps is pretty  
straightforward.
It is complicated by the fact that our current libc implementation of  
pipe() is flawed and I have to use socketpair() instead. I
2011 Dec 18
10
[Bug 1964] New: QoS/DSCP names false translated to ToS hex value
https://bugzilla.mindrot.org/show_bug.cgi?id=1964
             Bug #: 1964
           Summary: QoS/DSCP names false translated to ToS hex value
    Classification: Unclassified
           Product: Portable OpenSSH
           Version: 5.9p1
          Platform: amd64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ssh
       
2003 Apr 02
6
[Bug 527] Bad packet length on SunOS 4.1.3U1
http://bugzilla.mindrot.org/show_bug.cgi?id=527
           Summary: Bad packet length on SunOS 4.1.3U1
           Product: Portable OpenSSH
           Version: 3.6p1
          Platform: Sparc
        OS/Version: SunOS
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sshd
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: jsr at
2015 Aug 11
0
[Bug 1965] IPQoS option ignored for AF_INET since 5.9p1-1
https://bugzilla.mindrot.org/show_bug.cgi?id=1965
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
Set all RESOLVED bugs to CLOSED with release
2014 Feb 13
1
IPQoS
Real networks use either PREC (as it maps 1:1 to 802.1p and MPLS TC) or DSCP.
Interactive SSH uses PREC 0x0, which is just best-effort and DSCP 0x4 which
has no standard meaning (found network where DSCP 0x4 was dropped, completely,
as it didn't hit any defined/allowed QoS class, obviously misconfig, BE class
should eat anything not already defined)
Should interactive use TOS value which has
2014 May 16
2
? about portable version of sshd crashing
I am porting over the portable version of openssh to our uCLinux
implementation. Everything has worked with minimal effort and I appreciate
all the work.
But, I am having a problem whereby the sshd executable is crashing and I
really could use some help on where to look at this in more details.
Here is how I start up the sshd for testing.
/usr/sbin/sshd -D -ddd -f /etc/ssh/sshd_config -p 65
2015 Mar 14
3
[Bug 2365] New: openssh client ignores -o Tunnel=ethernet option, creating an IP tunnel device instead of an ethernet tap device
https://bugzilla.mindrot.org/show_bug.cgi?id=2365
            Bug ID: 2365
           Summary: openssh client ignores -o Tunnel=ethernet option,
                    creating an IP tunnel device instead of an ethernet
                    tap device
           Product: Portable OpenSSH
           Version: 6.6p1
          Hardware: amd64
                OS: Linux
            Status: NEW
         
2006 Feb 09
0
How to set the default font set from the fonts of system.reg?
my system.reg contains the following fonts
[Software\\Microsoft\\Windows\\CurrentVersion\\Fonts] 1139543017
"Bitstream Vera Sans Bold (TrueType)"="VeraBd.ttf"
"Bitstream Vera Sans Bold Oblique (TrueType)"="VeraBI.ttf"
"Bitstream Vera Sans Mono Bold (TrueType)"="VeraMoBd.ttf"
"Bitstream Vera Sans Mono Bold Oblique
2006 Feb 09
1
How to set the default font set ?
my user.reg contains the following external fonts
Software\\Wine\\Fonts\\External Fonts] 1139540729
"Bitstream Vera Sans Bold (TrueType)"="VeraBd.ttf"
"Bitstream Vera Sans Bold Oblique (TrueType)"="VeraBI.ttf"
"Bitstream Vera Sans Mono Bold (TrueType)"="VeraMoBd.ttf"
"Bitstream Vera Sans Mono Bold Oblique
2009 Mar 18
1
[PATCH] Remove setting IP_TOS_IS_BROKEN for Cygwin
Hi,
The problem that setsockopt(IP_TOS) doesn't work on Cygwin is long
fixed.  Ages ago Microsoft changed the definition for IP_TOS when moving
from winsock1 to winsock2 and IP_TOS in Cygwin didn't work all these
years because nobody (that's especialy me) realized that we were still
using the old winsock1 value.  This has been fixed since 2005, though.
Patch below.
Corinna
Index:
2018 Aug 27
2
sshd 7.8p1 close connection from VMware Fusion NAT Port Forwarding
On 2018-08-27, Stuart Henderson <stu at spacehopper.org> wrote:
> On 2018-08-27, Zach Cheung <kuroro.zhang at gmail.com> wrote:
>> After upgrading my VMware Fusion (10.1.3) Arch Guest to the latest with
>> OpenSSH upgraded from 7.7p1 to 7.8p1, found that ssh from macOS Sierra
>> (10.12.6) host to Arch guest via local NAT port forwarding failed, but via
>>
2000 May 12
0
SunOS 4.x port
This is based on openssh-2.0.0beta1.  There are a few rough spots:
 1) SunOS doesn't have ut_type in struct utmp so I just whacked
    in the old login() from openssh-1.2.3.
 2) There is a SUNOS4 section added to defines.h -- this could probably
    be a bit cleaner.
 3) sigaction on SunOS is implemented via #defines to sigvec, thus there
    is no SA_RESTART (this is the default behavior).