]> git.ipfire.org Git - people/ms/suricata.git/history - rust/src
smb: recognizes file deletion over SMB2
[people/ms/suricata.git] / rust / src /
2021-09-01  Philippe Antoinesmb: recognizes file deletion over SMB2
2021-09-01  Jason Ishike: use derive macro from app-layer events
2021-09-01  Jason Ishmodbus: use derive macro from app-layer events
2021-09-01  Jason Ishapp-layer template: use derived app-layer event
2021-09-01  Jason Ishhttp2: use derived app-layer event
2021-09-01  Jason Ishkrb5: use derived app-layer event
2021-09-01  Jason Ishntp: use derived app-layer event
2021-09-01  Jason Ishrfb: register None for get_event_info/get_event_info_by_id
2021-09-01  Jason Ishsip: use derived app-layer event
2021-09-01  Jason Ishsnmp: use derived app-layer event
2021-09-01  Jason Ishssh: use derived app-layer event
2021-09-01  Jason Ishdhcp: use derived app-layer event
2021-09-01  Jason Ishsmb: use derived get_event_info/get_event_info_by_id
2021-09-01  Jason Ishmqtt: derive AppLayerEvent for MQTTEvent
2021-09-01  Jason Ishdns: use derive macro for DNSEvent
2021-09-01  Jason Ishapplayerevent: derive get_event_info and get_event_info...
2021-09-01  Jason Ishrust/applayer: provide generic event info functions
2021-09-01  Jason Ishrust/applayer: define AppLayerEvent trait
2021-08-23  Jason Ishrust(lint): suppress clippy lints that we should fix
2021-08-23  Jason Ishrust(lint): remove manual implement of map method
2021-08-23  Jason Ishrust(lint): map the error instead of using or_else
2021-08-23  Jason Ishrust(lint): replace push_str of single char to push...
2021-08-23  Jason Ishrust(lint): fix some usages of references
2021-08-23  Jason Ishrust(lint): replace checked_mul with saturating_mul
2021-08-23  Jason Ishrust(lint): removed unused unit () return
2021-08-23  Jason Ishrust(lint): remove extra parens around bitwise or
2021-08-23  Jason Ishrust(lint): remove useless conversions and clones
2021-08-23  Jason Ishrust(lint): remove useless format calls
2021-08-23  Jason Ishrust(lint): don't use unwrap_or for function calls
2021-08-23  Jason Ishrust(lint): fix redundant closures
2021-08-23  Jason Ishrust(lint): remove needless borrows
2021-08-23  Jason Ishrust: functions that reference raw pointers are unsafe
2021-08-23  Jason Ishrust: remove all usage of transmute
2021-08-06  Victor Juliennfs: minor code cleanup
2021-08-06  Victor Juliensmb: minor formatting fixup
2021-08-06  Victor Juliensmb: minor code cleanup
2021-08-05  Shivani Bhardwajnfs: fix comment
2021-08-05  Shivani Bhardwajnfs: Add rust registration function
2021-08-05  Shivani Bhardwajnfs: add missing code from rust impl of fns
2021-08-05  Shivani Bhardwajnfs: Change fn sign as per rust registration requirement
2021-08-05  Shivani Bhardwajsmb: Add rust registration function
2021-08-05  Shivani Bhardwajsmb: add missing code from rust impl of fns
2021-08-05  Shivani Bhardwajsmb: Change fn sign as per rust registration requirement
2021-08-05  Shivani Bhardwajsmb: add constants
2021-08-05  Shivani Bhardwajrust/core: Add flow flags
2021-08-05  Jason Ishflow: provide flags accessor function
2021-08-05  Shivani Bhardwajrust/applayer: add more externs
2021-07-01  Philippe Antoinemodbus: do not claim to handle gaps
2021-07-01  Sascha Steinbissrust: fix warnings with nightly
2021-06-21  Philippe Antoinedns: improve probing parser
2021-06-15  Philippe Antoinedcerpc: handles bigger inputs than 2^16
2021-06-15  Philippe Antoinedetect: use u32 for InspectionBufferMultipleForList
2021-06-15  Philippe Antoinenfs: improve probing parser
2021-06-15  Philippe Antoinemodbus: use ascii character classes while parsin rule
2021-06-14  Philippe Antoinerust: SCLogDebug is real nop when built as release
2021-06-14  Victor Julienhttp2: set Debug on structs
2021-06-11  Victor Julienfiles: construct with default, free on drop
2021-06-07  Victor Julienfiles: implement default support
2021-06-04  Philippe Antoinerust: fix app-layer parser flags
2021-05-25  Jeff Lucovskyrust/default: Enable Default usage
2021-05-25  Jeff Lucovskynfs: Rework constructs to use Self/Default
2021-05-25  Jeff Lucovskydhcp: Rework constructs to use Self/Default
2021-05-25  Jeff Lucovskydcerpc: Rework constructs to use Self/Default
2021-05-25  Jeff Lucovskydns: Rework constructs to use Self/Default
2021-05-25  Jeff Lucovskysmb: Rework constructs to use Self/Default
2021-05-25  Jeff Lucovskyrust/default: Enable Default usage in SMB
2021-05-21  Shivani Bhardwajdcerpc/udp: Add rust registration function
2021-05-21  Shivani Bhardwajdcerpc/udp: Change fn sign as per rust registration...
2021-05-21  Shivani Bhardwajdcerpc: Add rust registration function
2021-05-21  Shivani Bhardwajdcerpc: Change fn sign as per rust registration requirement
2021-05-21  Shivani Bhardwajrust/core: Make AppProto type u16
2021-05-21  Shivani Bhardwajapplayer/rust: add extern AppLayerProtoDetectPMRegister...
2021-05-18  Victor Julienhttp2: remove dead code
2021-05-18  Philippe Antoinehttp2: remove assertion which can be wrong
2021-05-18  Philippe Antoinehttp2: http.cookie keyword now works for HTTP2
2021-05-18  Philippe Antoinehttp2: http.host.raw keyword now works for HTTP2
2021-05-18  Philippe Antoinehttp2: http.method keyword now works for HTTP2
2021-05-18  Philippe Antoinehttp2: makes all HTTP1 header keywords work
2021-05-04  Simon Dugasmodbus: add eve logging
2021-05-04  Simon Dugasmodbus: move tests from c to rust
2021-05-04  Simon Dugasmodbus: move from C to rust
2021-05-04  frank honzaike: set event for multiple server proposals
2021-04-29  Philippe Antoineftp: completely parses pasv and epsv responses
2021-04-23  Philippe Antoinehttp2: have filecontainer for both directions
2021-04-22  Jason Ishdns: remove flood protection purging
2021-04-20  Shivani Bhardwajdcerpc/tcp: improve detection
2021-04-09  Philippe Antoinerust: remove exported unused functions
2021-04-08  Philippe Antoinerdp: correctly returns incomplete in parse_tc
2021-04-08  Philippe Antoinehttp2: adds check about dynamic headers table size
2021-04-06  Philippe Antoinehttp2: pass data through when decompression fails
2021-04-01  Juliana Fajardinitemplates: fix typos
2021-04-01  Jason Ishdns: only register a single logger
2021-03-12  Philippe Antoinekerberos: fix probing parser tag condition
2021-03-05  Sascha Steinbissikev1: add ikev1 parser
2021-03-05  frank honzaikev1: rename ikev2 to common ike
2021-03-05  frank honzadetect: added support for protocol-aliases
2021-03-05  frank honzautil: add function converting u8-array into a hex-String
2021-02-26  Philippe Antoinesmb: relax probing parser to handle first NBSS message
2021-02-26  Philippe Antoinesmb: probing parser for start and midstream
2021-02-26  Philippe Antoinesmb: split probing function for code style
next