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.
4 days ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 10 months ago
derive app-layer: use uint8_t consistent for event IDs 4 months ago
src ftp: Move config file handling to Rust 4 days ago
sys rust: add bindings to SCPlugin.* to sys crate 2 weeks ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 10 months ago
Cargo.lock.in rust/sys: stub in suricata-sys crate for Rust bindings to C 2 weeks ago
Cargo.toml.in rust/sys: stub in suricata-sys crate for Rust bindings to C 2 weeks ago
Makefile.am rust/bindgen: use temp file to generating bindings 1 week ago
cbindgen.toml ftp: convert enumerations to Rust 4 days ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 1 year ago