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.
3 days ago
..
.cargo
derive
src ftp: Move config file handling to Rust 3 days ago
sys
.gitignore
Cargo.lock.in
Cargo.toml.in
Makefile.am
cbindgen.toml ftp: convert enumerations to Rust 3 days ago
rustfmt.toml