Commit Graph

287 Commits (a023b8f22d0ed3e233005f91aefab38f7996c5cd)
 

Author SHA1 Message Date
Chip Senkbeil a023b8f22d
Add reconnect feature to table list 2 years ago
Chip Senkbeil ee50eaf9b3
Add heartbeat support (#153)
* Update to support zero-size frame items

* Add heartbeat functionality with client reconnecting logic

* Fix connection reauthentication failures preventing future reauthentication

* More logging

* Remove persist

* Update connection logic to have server take on client id rather than having client take on server id during reconnect

* Bump minimum rust version to 1.64.0

* Bump to v0.20.0-alpha.3 and fix clippy warnings

* Update cargo.lock
2 years ago
Chip Senkbeil ee595551ae
Release v0.20.0-alpha.2 2 years ago
Chip Senkbeil a544587bab
Add ConnectionState & ConnectionWatcher; update server to drop connection on read error 2 years ago
Chip Senkbeil 1c393ef723
Bump dependency versions and update our version to 0.20.0-alpha.2 2 years ago
Chip Senkbeil a41ef5996e
Bump version to 0.20.0-alpha.1 and add more targets for release 2 years ago
Chip Senkbeil 10141f2090
Another attempt at fixing release build for new linux 2 years ago
Chip Senkbeil e13ec37603
Fix broken release yml 2 years ago
Chip Senkbeil 8f3b204474
Update to attempt more linux release builds 2 years ago
Chip Senkbeil 3a4b98cdde
Ignore markdown files in ci 2 years ago
Chip Senkbeil bc3f6eef04
Update changelog for new release 2 years ago
Chip Senkbeil 65fdbe8650
Reset release.yml trigger 2 years ago
Chip Senkbeil 9ef32fe811
Update release to only apply on primary branch 2 years ago
Chip Senkbeil 4798b67dfe
Rewrite to support custom authentication, handshakes for encryption/compression, and reconnecting (#146) 2 years ago
Chip Senkbeil 7d1b3ba6f0
Fix stack overflow parsing BindAddress and improve resolution of BindAddress 2 years ago
Chip Senkbeil 4cf869ecb7
Add untyped request response (#137)
Add untyped request/response types to distant-net and trace for sending server message
2 years ago
Chip Senkbeil a8107aed3a
Update SearchQueryCondition to support logical or and contains types; also update non-regex types to escape regex 2 years ago
Chip Senkbeil 193bb6d237
Integrate ignore crate to provide parallel search, binary detection, and support ignore files (#136) 2 years ago
Chip Senkbeil dac318eb1e
Release v0.19.0 2 years ago
Chip Senkbeil cae6c5e244
Refactor SearchQuery to support multiple paths at once 2 years ago
Chip Senkbeil 01610a3ac7
Add search support (#131) 2 years ago
Chip Senkbeil 5130ee3b5f
Add missing capabilities() method to DistantChannelExt 2 years ago
Chip Senkbeil 53fd8d0c4f
Add capabilities support to server and manager 2 years ago
Chip Senkbeil c19df9f538
Fix ssh system info (#127) 2 years ago
Chip Senkbeil 1fa3a8acea
Refactor ssh options into a generic options map and rename extra/Extra into options/Map 2 years ago
Chip Senkbeil b9c00153a0
Refactor distant-ssh2 is_windows with fix for exec command 2 years ago
Chip Senkbeil 22b2a351de
Ignore family of system-info tests via ssh when on CI 2 years ago
Chip Senkbeil 591cd6ff41
Fix ssh launch login shell using sh on windows; update shell cli to use default shell from system info before defaulting 2 years ago
Chip Senkbeil 6d0bbd56fc
Add back missing newlines for system info printing 2 years ago
Chip Senkbeil 56a030e6dd
Update SystemInfo to support username and shell 2 years ago
Chip Senkbeil 486e5399ff
Leverage typed-path to determine if path is windows 2 years ago
Chip Senkbeil 4011671a77
Add SshFamily::as_static_str for logging purposes 2 years ago
Chip Senkbeil 04b20d1348
Fix distant client shell choosing appropriate default; update CHANGELOG 2 years ago
Chip Senkbeil 6c4318baa0
Update PtyProcess to only clone weak references to master pty for resizing; remove export of MasterPtyProcess 2 years ago
Chip Senkbeil ec95f573b9
Add logging for api local simple & pty processes 2 years ago
Chip Senkbeil 30548cdbfb
Update referenced versions in READMEs and add note about doing so to PUBLISH.md 2 years ago
Chip Senkbeil fd325e4523
Release v0.18.0 2 years ago
Chip Senkbeil 2cdfb89751
Add test to verify larger files can be written, read, and appended 2 years ago
Chip Senkbeil 74a37209eb
Refactor --shutdown-after into --shutdown (#49) 2 years ago
Chip Senkbeil 8e8eb8c574
Release v0.17.6 2 years ago
Chip Senkbeil 1ff3ef2db1
Fix shutdown-after such that it now functions 2 years ago
Chip Senkbeil a0c7c492bd
Add publish guide so I won't forget 2 years ago
Chip Senkbeil 3b3e74462c
Fix Docker M1 Mac watcher failure and release v0.17.5 2 years ago
Chip Senkbeil 7849567c0f
Release v0.17.4 2 years ago
Chip Senkbeil 41d35f88de
Fix handling of IPv6 for Destination and DistantSingleKeyCredentials 2 years ago
Chip Senkbeil 7a474a7ca2
Release v0.17.3 2 years ago
Chip Senkbeil 768dbdc053
Rewrite Destination to no longer use uriparse library 2 years ago
Chip Senkbeil 86b34d23c6
Fix ssh settings not getting applied, ssh.bin being mispelled, and added ClientConnectConfig 2 years ago
Chip Senkbeil eadeb4c75b
Release v0.17.2 2 years ago
Chip Senkbeil 9097892c61
Move access control to be manager-specific 2 years ago