Commit Graph

1004 Commits (c1a19bcd6b254a6b48af9ba5de252f32b1ee0797)
 

Author SHA1 Message Date
Victor Julien c1a19bcd6b Fix compilation of new detect-filter code, fix ip-only compatibility of detect-filter code. 15 years ago
Gerardo Iglesias Galvan ef2ae76c42 Add support for detection_filter keyword 15 years ago
Jason Ish eab93e766a Do policy lookup for defrag. Add unit test for a default host os policy. Update example config to use a default. Add 2 new policies to the stream to cover all the policies for stream and defrag. 15 years ago
Gurvinder Singh 7438f981da stream memory leaks fixed and unit tests added 15 years ago
Victor Julien 90006d94a6 Fix compilation 15 years ago
Jason Ish 5c3ab2b73f Load host OS info from the configuration. 15 years ago
Victor Julien 297001c6d9 Only process a app layer sig if it has the proper state. Make sure a sig can't have conflicting sigmatches, such as ftpbouce and uricontent. 15 years ago
Victor Julien ec47f840f3 Remove more scan references. 15 years ago
Victor Julien bee4e04664 More scan/search related cleanups. 15 years ago
Victor Julien 7a8cd61fdf Cleanups. 15 years ago
Victor Julien 153d1425fe Fix nocase searching in payload search phase. 15 years ago
Victor Julien 80dc4f1dbe Further simplify content api: merge flags that indicate a next relative match, remove chunks as they are unnecessary now, make negated a bitflag. 15 years ago
Victor Julien f0d68b633e Remove nosearch flag from pattern api and add a generic bitwise flags field. 15 years ago
Victor Julien 1e01fd613c Remove all references to the scan phase from the pattern matchers and it's api. 15 years ago
Victor Julien dd846c9b0e Remove all search code from the pattern matchers, cleanup mpm api, remove unused http code, more cleanups. 15 years ago
Victor Julien 6990d9c91b Fix thresholding signature unittests. Because of the bug fix that made thresholding compatible to ip-only sigs the test sigs needed to be made non-ip-only. 15 years ago
Victor Julien f298fec872 Make sure nocase applies to the last pattern, content or uricontent. 15 years ago
Victor Julien 24b5149adf Remove search phase from b2g pattern matcher. 15 years ago
Victor Julien 0e7cb90212 Fix broken pmatch list handling. 15 years ago
Victor Julien 27f3382066 Fix rules with thresholding set not being able to be ip-only. 15 years ago
Victor Julien 8b30226914 Detection keyword cleanup 15 years ago
Victor Julien 6637873348 Update prev ptrs in SigMatchReplaceContent 15 years ago
Victor Julien b259e362cd Convert uricontent to use new scanning methods as well. Move http_method and http_cookie keywords out of pmatch list for now. 15 years ago
Victor Julien bef70a04ce First stage of detect engine redesign: equal patterns share id's, search phase no longer used, new match verification phase. 15 years ago
Victor Julien 50e41817a7 Share content id's between identical patterns. 15 years ago
Victor Julien 4494545d3a Fix bogus error message. 15 years ago
Victor Julien 5e3f072fa6 Clean up flow mutexes after use. 15 years ago
Victor Julien 166a663941 Merge branch 'cnftypo' into next 15 years ago
Pablo Rincon 25a3a5c6d8 Adding mem wrapper to debug runtime alloc()/free() functions. Fixing some memory leaks. 15 years ago
Victor Julien 0693dc1a50 Fix typo in example config. 15 years ago
Victor Julien ff664c9f6d Reenable --enable-htp-debug option for libhtp so Suricata's --enable-debug won't automatically enable libhtp's debug as well. 15 years ago
Pablo Rincon ebcbc859e3 Fix on IPOnly match at flows, for inline mode 15 years ago
Anoop Saldanha 505088e7bc Fix for bug 50. Make timebased counters more accurate 15 years ago
Victor Julien f442c1f5ec Make sure log-http checks for a valid p->flow ptr before using it. 15 years ago
Victor Julien 51f2bc1d81 Fix compilation on Linux, add error checking to Win32 SCFmemopen and properly indent. 15 years ago
Jan Jezek 4e72ccf987 Fixed Win32 compilation, unit tests now compile. 15 years ago
Victor Julien d6c53b68bf Fix two separate segv's in the http logging code. 15 years ago
Victor Julien e462364e68 Use snprintf instead sprintf 15 years ago
Gurvinder Singh 8ff242beff bug 98 patch 15 years ago
Victor Julien 045eaec95b Fix file permissions. 15 years ago
William Metcalf 62d307621a switch from autojunk.sh to more standard autogen.sh 15 years ago
William Metcalf 260d0d7673 Steve Grub fixes... Thanx Steve! 15 years ago
William Metcalf 0fe4373b67 Rolled back to 0.2.x branch renamed htp to libhtp 15 years ago
Victor Julien dc11247511 Change the way we replace contents by http_method and http_cookie, fixing #90. 15 years ago
Victor Julien 45b85c063a Fix segv in http log module. 15 years ago
Victor Julien 60685f8b3c Make unittests run more quiet. 15 years ago
Victor Julien 5d42e7c25f Move windows install file to doc 15 years ago
Jason Ish 7537013e16 Fix bug 99.
- Handle the case where the parent node already exists in ConfSet.
- Deal with allow_override properly when a node has already been
  set with ConfSet.
15 years ago
Jan Jezek c1cbdf6ae9 Win32 build fixed. 15 years ago
Jan Jezek cdec7957b0 Added WIN32 compile instructions 15 years ago