Commit Graph

332 Commits

Author SHA1 Message Date
Chip Senkbeil
a41ef5996e
Bump version to 0.20.0-alpha.1 and add more targets for release 2022-11-19 23:24:58 -06:00
Chip Senkbeil
10141f2090
Another attempt at fixing release build for new linux 2022-11-19 22:12:42 -06:00
Chip Senkbeil
e13ec37603
Fix broken release yml 2022-11-19 21:41:00 -06:00
Chip Senkbeil
8f3b204474
Update to attempt more linux release builds 2022-11-19 21:40:03 -06:00
Chip Senkbeil
3a4b98cdde
Ignore markdown files in ci 2022-11-19 20:57:45 -06:00
Chip Senkbeil
bc3f6eef04
Update changelog for new release 2022-11-19 20:55:48 -06:00
Chip Senkbeil
65fdbe8650
Reset release.yml trigger 2022-11-19 20:41:51 -06:00
Chip Senkbeil
9ef32fe811
Update release to only apply on primary branch 2022-11-19 20:33:15 -06:00
Chip Senkbeil
4798b67dfe
Rewrite to support custom authentication, handshakes for encryption/compression, and reconnecting (#146) 2022-11-19 20:27:49 -06:00
Chip Senkbeil
7d1b3ba6f0
Fix stack overflow parsing BindAddress and improve resolution of BindAddress 2022-09-16 20:12:15 -05:00
Chip Senkbeil
4cf869ecb7
Add untyped request response (#137)
Add untyped request/response types to distant-net and trace for sending server message
2022-09-09 02:09:40 -05:00
Chip Senkbeil
a8107aed3a
Update SearchQueryCondition to support logical or and contains types; also update non-regex types to escape regex 2022-09-08 19:16:48 -05:00
Chip Senkbeil
193bb6d237
Integrate ignore crate to provide parallel search, binary detection, and support ignore files (#136) 2022-09-07 01:04:49 -05:00
Chip Senkbeil
dac318eb1e
Release v0.19.0 2022-08-30 11:19:16 -07:00
Chip Senkbeil
cae6c5e244
Refactor SearchQuery to support multiple paths at once 2022-08-30 02:50:58 -07:00
Chip Senkbeil
01610a3ac7
Add search support (#131) 2022-08-30 01:47:23 -07:00
Chip Senkbeil
5130ee3b5f
Add missing capabilities() method to DistantChannelExt 2022-08-28 19:00:34 -05:00
Chip Senkbeil
53fd8d0c4f
Add capabilities support to server and manager 2022-08-28 18:30:36 -05:00
Chip Senkbeil
c19df9f538
Fix ssh system info (#127) 2022-08-28 01:52:36 -05:00
Chip Senkbeil
1fa3a8acea
Refactor ssh options into a generic options map and rename extra/Extra into options/Map 2022-08-27 01:35:12 -05:00
Chip Senkbeil
b9c00153a0
Refactor distant-ssh2 is_windows with fix for exec command 2022-08-25 20:58:58 -05:00
Chip Senkbeil
22b2a351de
Ignore family of system-info tests via ssh when on CI 2022-08-25 11:20:52 -05:00
Chip Senkbeil
591cd6ff41
Fix ssh launch login shell using sh on windows; update shell cli to use default shell from system info before defaulting 2022-08-25 01:56:50 -05:00
Chip Senkbeil
6d0bbd56fc
Add back missing newlines for system info printing 2022-08-25 01:19:49 -05:00
Chip Senkbeil
56a030e6dd
Update SystemInfo to support username and shell 2022-08-25 01:15:38 -05:00
Chip Senkbeil
486e5399ff
Leverage typed-path to determine if path is windows 2022-08-25 00:32:26 -05:00
Chip Senkbeil
4011671a77
Add SshFamily::as_static_str for logging purposes 2022-08-19 01:42:01 -05:00
Chip Senkbeil
04b20d1348
Fix distant client shell choosing appropriate default; update CHANGELOG 2022-08-19 01:25:32 -05:00
Chip Senkbeil
6c4318baa0
Update PtyProcess to only clone weak references to master pty for resizing; remove export of MasterPtyProcess 2022-08-19 01:00:01 -05:00
Chip Senkbeil
ec95f573b9
Add logging for api local simple & pty processes 2022-08-19 00:17:56 -05:00
Chip Senkbeil
30548cdbfb
Update referenced versions in READMEs and add note about doing so to PUBLISH.md 2022-08-18 21:53:27 -05:00
Chip Senkbeil
fd325e4523
Release v0.18.0 2022-08-18 21:38:10 -05:00
Chip Senkbeil
2cdfb89751
Add test to verify larger files can be written, read, and appended 2022-08-18 20:08:43 -05:00
Chip Senkbeil
74a37209eb
Refactor --shutdown-after into --shutdown (#49) 2022-08-18 18:52:42 -05:00
Chip Senkbeil
8e8eb8c574
Release v0.17.6 2022-08-18 17:01:24 -05:00
Chip Senkbeil
1ff3ef2db1
Fix shutdown-after such that it now functions 2022-08-18 16:52:03 -05:00
Chip Senkbeil
a0c7c492bd
Add publish guide so I won't forget 2022-08-18 02:48:31 -05:00
Chip Senkbeil
3b3e74462c
Fix Docker M1 Mac watcher failure and release v0.17.5 2022-08-18 02:38:36 -05:00
Chip Senkbeil
7849567c0f
Release v0.17.4 2022-08-18 01:23:12 -05:00
Chip Senkbeil
41d35f88de
Fix handling of IPv6 for Destination and DistantSingleKeyCredentials 2022-08-18 01:19:05 -05:00
Chip Senkbeil
7a474a7ca2
Release v0.17.3 2022-08-18 00:12:08 -05:00
Chip Senkbeil
768dbdc053
Rewrite Destination to no longer use uriparse library 2022-08-18 00:09:50 -05:00
Chip Senkbeil
86b34d23c6
Fix ssh settings not getting applied, ssh.bin being mispelled, and added ClientConnectConfig 2022-08-17 14:07:42 -05:00
Chip Senkbeil
eadeb4c75b
Release v0.17.2 2022-08-16 23:18:22 -05:00
Chip Senkbeil
9097892c61
Move access control to be manager-specific 2022-08-16 23:00:40 -05:00
Chip Senkbeil
0633530a13
Expose windows-pipe and unix-socket regardless of platform 2022-08-16 21:55:53 -05:00
Chip Senkbeil
44b0dc065c
Split fallback_scheme into launch and connect choices 2022-08-16 14:57:01 -06:00
Chip Senkbeil
1ee2684d08
Update Map implementation of FromStr and Display to support escaped quotes and backslashes 2022-08-16 14:10:52 -06:00
Chip Senkbeil
b582c556f4
Add logging to better clarify deserialization failures in distant-net 2022-08-16 10:48:16 -06:00
Chip Senkbeil
4223c4e03f
Fix json support for client launch/connect and add json format support for client select (#118) 2022-08-16 01:31:52 -06:00