Commit Graph

5915 Commits

Author SHA1 Message Date
neil
ac919516f4 add DragonflyBSD by https://github.com/vmactions/dragonflybsd-vm 2022-08-06 21:30:02 -04:00
neil
6cb27ead4e fix NetBSD.yml 2022-08-06 21:30:02 -04:00
neil
15001bfa77 fix 2022-08-06 21:30:02 -04:00
neil
3efc8496cc fix Ubuntu.yml 2022-08-06 21:30:02 -04:00
neil
2ff8bc134d fix Ubuntu.yml 2022-08-06 21:30:02 -04:00
neil
9a1aa9ae9d add Ubuntu.yml 2022-08-06 21:30:02 -04:00
neil
17fcc8b76d fix MacOS.yml 2022-08-06 21:30:02 -04:00
neil
7c0bbf3e16 fix MacOS.yml 2022-08-06 21:30:02 -04:00
neil
05a849ba2b fix MacOS.yml 2022-08-06 21:30:02 -04:00
neil
fde4b58228 add MacOS.yml 2022-08-06 21:30:02 -04:00
neil
17d4a8a7df fix OpenBSD.yml 2022-08-06 21:30:02 -04:00
neil
ef11a7b30e fix OpenBSD.yml 2022-08-06 21:30:02 -04:00
neil
577e04df6c fix 2022-08-06 21:30:02 -04:00
neil
b1079b4393 add OpenBSD build by https://github.com/vmactions/openbsd-vm 2022-08-06 21:30:02 -04:00
neil
a258907cf8 add NetBSD test by https://github.com/vmactions/netbsd-vm 2022-08-06 21:30:02 -04:00
neil
169eb64b99 Add FreeBSD build by https://github.com/vmactions/freebsd-vm 2022-08-06 21:30:02 -04:00
Max Schmitt
be4a88507e chore: add FUNDING.yml 2022-03-05 23:28:29 -05:00
n0vember
c9ec7af632 add basic information for -a option in man page and help text 2021-03-21 15:39:14 -04:00
Sergio de Almeida Cipriano Junior
808b564564 Update manpage 2021-03-21 15:38:58 -04:00
Sergio de Almeida Cipriano Junior
e5ce3f04d2 Fix typo in ssh client 2021-03-21 15:38:58 -04:00
hpcbjdic
8123fa34f8 enable redefinition of TMUX_CONF
Without the added #ifndef / #endif it's not possible to _actually_ redefine TMUX_CONF by means of the compiler flag -DTMUX_CONF=... as done by the build system.
The same patch has also been applied to tmux, cf. master at https://github.com/tmux/tmux/blob/master/tmux.h.
2021-03-21 13:45:58 -04:00
Björn Jacke
f6a4ae6042 client: set IPTOS_LOWDELAY on TCP connection
this helps edge routers to prioritize our interactive network traffic.
2021-02-20 17:12:25 -05:00
Nicolas Viennot
cbec43f56d Better debugging when keys are not matching 2020-04-14 18:22:04 -04:00
Klemens Nanni
339e6c4357 Include <errno.h> for global errno
At least on OpenBSD the symbol `errno` is otherwise not defined;  it is
used in the `SSO()` macro and `send_authorized_keys()` function.
2020-04-12 15:17:50 -04:00
Nicolas Viennot
9e3e39d66d Avoid initializing stdout twice
Closes #190
2020-03-11 11:30:33 -04:00
Damian Szymański
ba6ac3a363 Update paths in build_static_release script (#178) 2019-12-06 06:43:04 -05:00
Nicolas Viennot
46564a0311
Merge pull request #177 from travis-ci/master
Add build on s390x and ppc64le
2019-12-04 20:32:22 -05:00
Damian Szymański
cc01f3f13a
Add build on s390x and ppc64le 2019-11-29 14:08:06 +01:00
Nicolas Viennot
f0a4707ef3 Update dockerfile for size 2019-11-28 16:35:48 -05:00
Nicolas Viennot
5e00bfa5e1 Rephrase 2019-11-16 17:09:38 -05:00
Nicolas Viennot
f895fe01b1 Rename account-key -> api-key 2019-11-10 22:27:23 -05:00
Nicolas Viennot
9fe8b32293 Add foreground tip 2019-11-10 16:40:36 -05:00
Nicolas Viennot
7e02dba7ef Minor refactor 2019-11-10 16:40:36 -05:00
Nicolas Viennot
bfa3c104d7 Refactor static builds 2019-11-10 16:12:12 -05:00
Nicolas Viennot
e5f6e68fad Unify tmate-debug.c with tmate-ssh-server 2019-11-10 16:12:12 -05:00
Nicolas Viennot
9fc6e96444 Send uname 2019-11-10 16:12:12 -05:00
Nicolas Viennot
86ec8d1ad6 Better crash messages 2019-11-10 03:59:12 -05:00
Nicolas Viennot
2b86031308 Fix keepalive bug 2019-11-10 03:58:59 -05:00
Nicolas Viennot
2b14611544 Polish session messages 2019-11-07 13:45:10 -05:00
Nicolas Viennot
d3c8808b0f Version bump 2019-11-07 11:38:54 -05:00
Nicolas Viennot
8b62c54748 Fix typo 2019-11-07 11:29:28 -05:00
Nicolas Viennot
ba860b8f45 Cleanup warnings 2019-11-07 10:14:03 -05:00
Nicolas Viennot
1600a81e58 Also add crash info on SIGABRT 2019-11-07 10:14:03 -05:00
Nicolas Viennot
0272757aa5 Clarify user message 2019-11-07 10:13:45 -05:00
Nicolas Viennot
9781946a70 Show initial message in copy mode 2019-11-05 21:39:16 -05:00
Nicolas Viennot
442143cd90 Show message when restarting shell 2019-11-05 21:39:16 -05:00
Nicolas Viennot
c71307ed5c Fix reconnection hanging bugs 2019-11-05 20:30:49 -05:00
Nicolas Viennot
fa49dc980d Provide a better CLI help (-h) 2019-11-05 20:30:49 -05:00
Nicolas Viennot
206c0f38b4 Set boot options via tmux commands 2019-11-05 20:30:40 -05:00
Nicolas Viennot
19341bc544 Add authorized_keys option -a 2019-11-05 20:30:11 -05:00