- May 31, 2022
-
-
Nicholas Guriev authored
mosh (1.3.2-2.2) unstable; urgency=medium . * Non-maintainer upload. * Lower warning level to distcheck to solve build against OpenSSL 3.0 with permitted deprecated declarations. (Closes: #1005718) . mosh (1.3.2-2.1) unstable; urgency=low . * Non-maintainer upload. * Add upstream fix for FTBFS with gcc 8, thanks to Reiner Herrmann. (Closes: #897813)
-
- Aug 25, 2017
-
-
Keith Winstein authored
-
Keith Winstein authored
-
- Aug 24, 2017
- Jul 22, 2017
-
-
Keith Winstein authored
-
- Jul 21, 2017
-
-
John Hood authored
-
- Jul 20, 2017
-
-
John Hood authored
-
- May 29, 2017
-
-
John Hood authored
Recent versions of tmux master gave us an 80x23 window. tmux has been fixed to default to 80x24, and also to allow setting window sizes in control mode. These flags fortunately do not conflict with older versions tmux. So we use them to avoid problems going forward.
-
John Hood authored
-
John Hood authored
This makes it easier to attach a second client to inspect a test.
-
John Hood authored
-
- May 23, 2017
-
-
Giel van Schijndel authored
On some Linux systems this is the default. On most other operating systems accepting IPv4 connections on a IPv6 socket only happens when explicitly requested. Even on Linux it depends on the sysctl config. This change makes it independent from the system's defaults whether IPv4 connections will be accepted too through the same socket.
-
- May 22, 2017
-
-
John Hood authored
This works around Debian kfreebsd build failures.
-
- May 20, 2017
-
-
John Hood authored
-
- May 19, 2017
-
-
John Hood authored
This fixes Debian builds which only have LC_ALL=POSIX set.
-
- May 18, 2017
-
-
Keith Winstein authored
-
- May 09, 2017
-
-
John Hood authored
-
- May 08, 2017
-
-
John Hood authored
-
- May 06, 2017
- Apr 26, 2017
-
-
John Hood authored
tmux 2.4+ has serious bugs with combining characters.
-
- Apr 25, 2017
-
-
John Hood authored
JuiceSSH apparently has a bug where ECH for one character (ESC [ 1 X) does not actually erase the character, in its code that receives and interprets Mosh state updates. This was hidden before because Mosh <= 1.2.5 never sent this sequence, it sent ESC [ X instead as an optimization. Do the better optimization of sending spaces for short sequences of blanks instead.
-
Adrien Destugues authored
- Look for socket in libnetwork - Look for forkpty in libbsd
-
John Hood authored
-
John Hood authored
-
John Hood authored
-
John Hood authored
This tests for OpenBSD 6.x or later. We could likely extend the test to much older OpenBSD versions, but not without OS installs and testing.
-
John Hood authored
This uses the same utility function that mosh-client/mosh-server do. This resolves portability issues with the 'locale' command. This fixes OpenBSD 6.0 and probably Haiku builds.
-
- Mar 30, 2017
-
-
John Hood authored
-
- Mar 27, 2017
-
-
Alexander Chernyakhovsky authored
This is as variant of the patch I had in EL5 for a while, but forgot to upstream. It turns out that the changes we made to support 5.10.1 are actually sufficient for 5.8.8 if we remove unused imports, so remove them.
-
- Mar 26, 2017
-
-
Keith Winstein authored
-
- Mar 20, 2017
-
-
Jérémie Courrèges-Anglas authored
Unbreaks mosh on recent (> 2017/03/18) OpenBSD systems.
-
- Mar 18, 2017
-
-
John Hood authored
Signed-off-by:John Hood <cgull@glup.org>
-
- Mar 03, 2017
-
-
Keith Winstein authored
-
- Mar 02, 2017
-
-
John Hood authored
Fixes Debian sid schroot build. Also add build deps required for full testing: tmux, less (for window-resize.test)
-
John Hood authored
/etc/services may not be present in a Debian sid schroot. Also make $srcdir available to test scripts.
-
John Hood authored
The failure only occurs in a Debian Sid schroot environment.
-
John Hood authored
-