You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Jeff Lucovsky dd344bd07c ftp: Move config file handling to Rust
Issue: 4082

Move the configuration file handling to Rust.

These changes will no longer terminate Suricata when there's an invalid
value for ftp.memcap. Like earlier Suricata releases, an error message
is logged "Invalid value <value> for ftp.memcap" but Suricata will no
longer terminate execution. It will use a default value of "0" instead.
1 year ago
..
.cargo
derive app-layer: use uint8_t consistent for event IDs 2 years ago
src ftp: Move config file handling to Rust 1 year ago
sys rust: add bindings to SCPlugin.* to sys crate 2 years ago
.gitignore
Cargo.lock.in rust/sys: stub in suricata-sys crate for Rust bindings to C 2 years ago
Cargo.toml.in rust/sys: stub in suricata-sys crate for Rust bindings to C 2 years ago
Makefile.am rust/bindgen: use temp file to generating bindings 1 year ago
cbindgen.toml ftp: convert enumerations to Rust 1 year ago
rustfmt.toml