Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support unix stream sockets #1167

Merged
merged 45 commits into from
Mar 21, 2023
Merged

Support unix stream sockets #1167

merged 45 commits into from
Mar 21, 2023

Commits on Mar 20, 2023

  1. unix tcp sockets

    start changing outgoing.
    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    0b04f0d View commit details
    Browse the repository at this point in the history
  2. enum_dispatch

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    0946355 View commit details
    Browse the repository at this point in the history
  3. agent side

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    8b3df7d View commit details
    Browse the repository at this point in the history
  4. bind a random path

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    336aa27 View commit details
    Browse the repository at this point in the history
  5. thanks clippy

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    847f8e8 View commit details
    Browse the repository at this point in the history
  6. fix some tests

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e70da96 View commit details
    Browse the repository at this point in the history
  7. Oops

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    0206ba6 View commit details
    Browse the repository at this point in the history
  8. changelog

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    02b3d8b View commit details
    Browse the repository at this point in the history
  9. Thanks clippy.

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d455887 View commit details
    Browse the repository at this point in the history
  10. SocketAddress stuff

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    77d0353 View commit details
    Browse the repository at this point in the history
  11. Thanks clippy.

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    9a4f337 View commit details
    Browse the repository at this point in the history
  12. don't forget to listen

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    2dd3861 View commit details
    Browse the repository at this point in the history
  13. CR: comment typos

    Co-authored-by: Eyal Bukchin <eyal@metalbear.co>
    t4lz and eyalb181 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    668568a View commit details
    Browse the repository at this point in the history
  14. CR: socket socket socket socket

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    502d780 View commit details
    Browse the repository at this point in the history
  15. update schema

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    69a3b14 View commit details
    Browse the repository at this point in the history
  16. enable env tests on mac

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    9fa2fe5 View commit details
    Browse the repository at this point in the history
  17. Log outgoing connect address.

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    32040d5 View commit details
    Browse the repository at this point in the history
  18. log failed message.

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f457380 View commit details
    Browse the repository at this point in the history
  19. connect unix config

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    0452a44 View commit details
    Browse the repository at this point in the history
  20. update schema

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d27d653 View commit details
    Browse the repository at this point in the history
  21. CR: const name

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    8126d9a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f478f19 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1bbd263 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fd11dcf View commit details
    Browse the repository at this point in the history
  25. working.

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    9f6b4e3 View commit details
    Browse the repository at this point in the history
  26. Add unix test.

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    996e7de View commit details
    Browse the repository at this point in the history
  27. mark as unstable.

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    17c8421 View commit details
    Browse the repository at this point in the history
  28. abstract local socket addr

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e040fbe View commit details
    Browse the repository at this point in the history
  29. increase timeout

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b2f8ce2 View commit details
    Browse the repository at this point in the history
  30. TODOs

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    47a1066 View commit details
    Browse the repository at this point in the history
  31. Clippy, todos.

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    1e628e3 View commit details
    Browse the repository at this point in the history
  32. backlog=1

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    63660e7 View commit details
    Browse the repository at this point in the history
  33. config documentation.

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    022aa14 View commit details
    Browse the repository at this point in the history
  34. socket stream docs

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e1baf44 View commit details
    Browse the repository at this point in the history
  35. update schema

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    3f3d051 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a6f7da0 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    60e2a4e View commit details
    Browse the repository at this point in the history
  38. CR: Error text.

    Co-authored-by: Eyal Bukchin <eyal@metalbear.co>
    t4lz and eyalb181 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    70a265c View commit details
    Browse the repository at this point in the history
  39. Add bypass case test.

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    205aec0 View commit details
    Browse the repository at this point in the history
  40. comment

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    2a8040e View commit details
    Browse the repository at this point in the history
  41. Replace TODO with comment.

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    9b36eb6 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    fa55fa6 View commit details
    Browse the repository at this point in the history
  43. Use published image.

    t4lz committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c61df09 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Cargo.lock

    t4lz committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a75a33f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9621bb8 View commit details
    Browse the repository at this point in the history