Bug#840530: xinput: 7-bit terminal not respected

2016-10-12 Thread Harald Barth
Package: xinput Version: 1.6.1-1 Severity: minor Dear Maintainer, Even with LANG=C and LC_ALL=C which mandates 7-bit terminal, the xinput command emits 8-bit characters. Example: # LC_ALL=C LANG=C xinput | od -c | head 000 342 216 241 V i r t u a l c o r e

Bug#819361: openssh-client: ssh/scp rekey fails when using GSSAPI KEX

2017-01-09 Thread Harald Barth
The reason for this bug is how the list of key exchange methods is created and then modified later. 1. The original KEX list is taken from options. 2. The extension negotiation "options" which are not real kex enc types are added to the list. 3. The GSSAPI enc types are prepended (code from