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

[draft] Rewrite suricatasc in Rust - v0 #8571

Closed
wants to merge 3 commits into from

Commits on Sep 6, 2023

  1. suricatasc: a Rust implementation of suricatasc

    This is a re-implementation of suricatasc program in Rust that
    attempts to be a 100% drop-in replacement.
    
    This adds 2 crates, the "client" and "suricatasc". The idea is that
    the client is a more permissively licensed crate for communicating
    with a Suricata server.
    jasonish committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    df4097c View commit details
    Browse the repository at this point in the history
  2. github-ci: do one Windows build from dist archive

    As we have 2 Windows builds, do one using the release-style
    distribution file.
    jasonish committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7353b24 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    32f7c2e View commit details
    Browse the repository at this point in the history