Displaying 3 results from an estimated 3 matches for "winadj".
Did you mean:
winad
2007 Dec 03
8
[Bug 1395] New: "session_input_channel_req: no session" should be a debug message
...sshd receives a channel request on a non-session channel, it
writes a log message about it. This is in contrast to channel requests
on non-session channels, which only merit a debug message. This is a
bit of a nuisance because development versions of PuTTY use an
undefined channel request ("winadj at putty.projects.tartarus.org") to
work out the right window size to use on a channel, causing a slew of:
Dec 3 18:03:07 viking sshd[6386]: session_input_channel_req: no
session 1 req winadj at putty.projects.tartarus.org
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?ta...
2014 Jan 04
1
sudo issues after upgrading to samba/winbind 4.0.13 on Debian Wheezy
Hi
I have upgraded from samba 3.6.19 to samba 4.0.13 on Debian Wheezy
64-bit with Samba 4.0.13 from wheezy-backports. I use winbind to
authenticate against a two-server AD domain on Server 2012 functional
level and forced LDAPS.
After upgrading from 3.6.19 to 4.0.13 everything still works for me as
usual. That is samba shares authentication, all things relying on the
keytab, SSO logins with SSH
2010 Sep 13
15
[Bug 1818] New: SSH2_MSG_CHANNEL_FAILURE on closed channel
...discard any outstanding channel requests for which it was expecting to
receive responses, and assume those requests were not received by the
server until after it sent its close. I can't think of any other
interpretation of RFC 4254 devoid of race conditions.
(The channel request type is "winadj at putty.projects.tartarus.org": a
phony channel request designed to elicit a CHANNEL_FAILURE which PuTTY
uses to tune its window adjustment policy. I don't think that detail is
important except inasmuch as it has the want_reply flag set.)
I report this bug against 5.1p1, because that'...