1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-28 13:22:19 +01:00

Commit graph

  • c9d47981fb
    Resolve Clippy lints and run cargo fmt coffee-dev C0ffeeCode 2024-10-09 13:37:05 +0200
  • 8553d7011c
    Fix (keyfile): Remove duplicated bytes, *changes* format, fix tests C0ffeeCode 2024-10-09 11:53:18 +0200
  • 840d99089c
    CI&Docs: Also build&test Linux, update docs C0ffeeCode 2024-10-09 11:47:55 +0200
  • b7f388ce02
    Docs: Update README and add myself as an author C0ffeeCode 2024-10-08 11:39:09 +0200
  • 0ceefb1eca
    Feature: Specification of executable (exec channel request) C0ffeeCode 2024-10-08 10:58:22 +0200
  • 1386c1dc4c
    Feature: Allow setting environment variables C0ffeeCode 2024-10-07 16:22:45 +0200
  • d9af15ae5a
    Fix (shell): Send std(out|err) and read to stdin non-blocking C0ffeeCode 2024-10-05 16:28:25 +0200
  • a1ff624f2a
    Refactor: Split pty and shell out of channel C0ffeeCode 2024-09-28 20:48:50 +0200
  • b30a46e568
    WIP: Replace redox_syscall with libredox C0ffeeCode 2024-09-28 15:03:14 +0200
  • d582aca73f
    Replace outdated rust-crypto dependency: C0ffeeCode 2024-09-27 21:55:10 +0200
  • ed324eb439
    WIP: Replace outdated rust-crypto C0ffeeCode 2024-09-26 23:18:45 +0200
  • c7f81d7fc6
    Add server.key to .gitignore C0ffeeCode 2024-09-26 21:30:51 +0200
  • c68ba22265
    Fix (clippy): Replace unit result error types with error types (result_unit_err) rust-edition-and-clippy C0ffeeCode 2024-09-26 16:10:41 +0200
  • cedf6ce410
    Fix (clippy): Several fixes - Remove enum suffixes (enum_variant_names) - Match de-/referencing (match_ref_pats) - Unused lifetime parameter (extra_unused_lifetimes) - Rename to_raw to into_raw to match convention (wrong_self_convention) C0ffeeCode 2024-09-26 16:04:11 +0200
  • 086b65038d
    Fix (lints): Run clippy automatic fixes C0ffeeCode 2024-09-26 14:19:25 +0200
  • d25d37a751
    Replace deprecated before_exec with pre_exec C0ffeeCode 2024-09-26 13:50:23 +0200
  • 86f0cc82c3
    Update to Rust Edition 2021 and fix compilation errors C0ffeeCode 2024-09-26 13:43:01 +0200
  • 1103eb0eec
    Fix warnings: trait objects without an explicit dyn are deprecated (not all of them) C0ffeeCode 2024-09-26 13:37:16 +0200
  • be02f2a25f
    Update dependencies & fix compilation C0ffeeCode 2024-09-26 13:21:22 +0200
  • 2307ab591e Merge branch 'patch-1' into 'master' master Jeremy Soller 2024-04-22 21:34:22 +0000
  • 8607dd6a66 Merge branch 'patch-2' into 'master' Jeremy Soller 2024-04-22 21:34:16 +0000
  • 16a8673948 Cleanup non-destructive warnings Wildan M 2024-04-16 04:51:10 +0700
  • 593d21e593 Add Gitlab CI Wildan M 2024-04-16 03:59:47 +0700
  • 656f021eb9
    Update dependencies Jeremy Soller 2023-03-10 09:03:43 -0700
  • 8cf8b6073f Fix compilation on Redox Jeremy Soller 2018-05-02 19:28:04 -0600
  • fa05c15359
    Change license and copyright Thomas Gatzweiler 2018-04-28 12:55:28 +0200
  • 9480693a10 Async IO Hack async_hack Thomas Gatzweiler 2017-07-22 21:58:40 +0200
  • 2c6ff30559 Documentation for 7h0ma5/redox-ssh@46e4bfa gh-pages 2017-07-21 19:29:58 +0000
  • 46e4bfab79 Implement Write for Packet Thomas Gatzweiler 2017-07-21 21:26:34 +0200
  • 44a24eb38f Change TcpStream to Read + Write trait Thomas Gatzweiler 2017-07-21 21:20:05 +0200
  • 29f16ed240 Create a read thread for the PTY Thomas Gatzweiler 2017-07-21 21:18:48 +0200
  • 9789c53294 Implement verbosity flag for sshd Thomas Gatzweiler 2017-07-21 21:16:41 +0200
  • af8a1ffb77 Implement channels Thomas Gatzweiler 2017-07-20 17:25:46 +0200
  • 8c911fec23 Don't use TcpStream::try_clone for now Thomas Gatzweiler 2017-07-20 14:14:31 +0200
  • 743cb40e39 Implement dynamic key exchange selection" Thomas Gatzweiler 2017-07-19 17:42:45 +0200
  • 874f42313b Update README.md [skip-ci] Thomas Gatzweiler 2017-07-19 11:46:24 +0200
  • 712e4fd208 Implement connection threads Thomas Gatzweiler 2017-07-19 08:50:06 +0200
  • 3f23c15783 Fix sequence counting bug Thomas Gatzweiler 2017-07-19 08:32:54 +0200
  • 4a0d5a42df Clean up some warnings Thomas Gatzweiler 2017-07-19 07:07:03 +0200
  • 42ab772a72 Initial channel implementation Thomas Gatzweiler 2017-07-18 22:56:07 +0200
  • fe447bf443 Implement hmac-sha2-256 Thomas Gatzweiler 2017-07-18 21:09:46 +0200
  • 64e44de13a Initial AES-CTR implementation Thomas Gatzweiler 2017-07-18 15:41:33 +0200
  • d71b352b54 Complete Curve25519 implementation Thomas Gatzweiler 2017-07-18 13:36:37 +0200
  • c44b63c32c Fix bug with discarded buffer Thomas Gatzweiler 2017-07-16 17:21:35 +0200
  • 673ba67f61 Add verbose option to sshd Thomas Gatzweiler 2017-07-16 15:34:12 +0200
  • 86d7d48a29 Implement ConnectionError Thomas Gatzweiler 2017-07-16 13:44:31 +0200
  • cf7644a5ed Remove threading for now Thomas Gatzweiler 2017-07-16 11:08:56 +0200
  • ba376a9add Flush stream after writing a packet Thomas Gatzweiler 2017-07-16 11:00:34 +0200
  • 85203b1f61 Fix travis build Thomas Gatzweiler 2017-07-16 10:45:51 +0200
  • b55c13cc84 Remove unneeded dependencies Thomas Gatzweiler 2017-07-16 10:41:58 +0200
  • d38742f68c Fix travis build Thomas Gatzweiler 2017-07-16 09:41:51 +0200
  • 6b9551f317 Fix travis build Thomas Gatzweiler 2017-07-16 09:26:10 +0200
  • a9fb733bea Run cargo fmt Thomas Gatzweiler 2017-07-16 08:39:33 +0200
  • 16c57380d7 Rename Session to Connection Thomas Gatzweiler 2017-07-15 19:59:55 +0200
  • 5d81f21f3f Implement server host key file Thomas Gatzweiler 2017-07-15 15:59:37 +0200
  • 0a3c2cb325 Add .rustfmt.toml Thomas Gatzweiler 2017-07-15 15:59:11 +0200
  • 9bdb348fa5 Add comments and better error handling Thomas Gatzweiler 2017-07-15 14:36:01 +0200
  • 1806e5ac5e Add comments and better error handling Thomas Gatzweiler 2017-07-15 14:35:41 +0200
  • 4dcfe63ab5 Add ED25519 crypto system Thomas Gatzweiler 2017-07-15 13:38:03 +0200
  • 6380617655 Remove forking for now (no libc on rust stable) Thomas Gatzweiler 2017-07-15 09:41:59 +0200
  • 39d3e76a11 Add .travis.yml Thomas Gatzweiler 2017-07-15 09:33:35 +0200
  • abb40764ab Add public/private key traits Thomas Gatzweiler 2017-07-15 09:28:03 +0200
  • 8f19dadccc Add BigInt Thomas Gatzweiler 2017-07-14 14:41:59 +0200
  • 6dd79b785d Discard the usage of nom Thomas Gatzweiler 2017-07-14 12:19:19 +0200
  • 587f810172 Initial commit Thomas Gatzweiler 2017-07-11 18:30:48 +0200