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
Victor Julien 65e9a7c31c smb: fix 'dangling' files in lossy sessions
In case of lossy connections the SMB state would properly clean up
transactions, including file transactions. However for files the
state was never set to 'truncated', leading to files to stay 'active'.

This would lead these files staying in the SMB's state. In long running
sessions with lots of files this would lead to performance and memory
use issues.

This patch cleans truncates the file that was being transmitted when
a file transaction is being closed.
5 years ago
..
.cargo rust: fix vendor use on MinGW 6 years ago
src smb: fix 'dangling' files in lossy sessions 5 years ago
.gitignore rust: build fixes and nom update 8 years ago
Cargo.toml.in rust: lock to nom 5.1.1 5 years ago
Makefile.am rust: Add debug_validate_bug_on macro 5 years ago
cbindgen.toml jsonbuilder: add reset marks 5 years ago
rustfmt.toml style: compressed function headers for rustfmt 5 years ago