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
Philippe Antoine 5f35035928 filestore: do not try to store a file set to nostore
Ticket: 6390

This can happen with keyword filestore:both,flow
If one direction does not have a signature group with a filestore,
the file is set to nostore on opening, until a signature in
the other direction tries to set it to store.
Subsequent files will be stored in both directions as flow flags
are now set.
2 years ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive cargo: add description and license 2 years ago
src filestore: do not try to store a file set to nostore 2 years ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in lua: use rust crate to vendor (bundle) lua 2 years ago
Cargo.toml.in cargo: use default-features instead of default_features 2 years ago
Makefile.am rust/Makefile: cleanup "clean" targets 2 years ago
cbindgen.toml detect: helper to have pure rust keywords 2 years ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 3 years ago