Commit Graph

973 Commits (ebcbc859e3caba36c0937c4908b5eb810769a9ac)
 

Author SHA1 Message Date
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
Pablo Rincon 7719216575 Setting thread priorities with nice 15 years ago
Jason Ish 73700af92b afaik integer increments are not atomic, so put inside the lock 15 years ago
Gurvinder Singh 50f7d0a887 app layer htp logging and better htp request handling. removed recent_in_tx. 15 years ago
Victor Julien aa1564791d Disable thread priority code until we understand it better. 15 years ago
Victor Julien 2651f807f1 Update autojunk.sh + build update. 15 years ago
William Metcalf f7111f3847 import of integrated htp lib and small libnet fixes 15 years ago
Gurvinder Singh 4768e42159 bug 95 patch 15 years ago
Jason Ish ea277a0b36 Cleanup of configuration internals. Use an n-ary type tree for everything instead of a first level hash branching off into n-ary type trees.
Reduces the code and uses a uniform internal data structure.
15 years ago
Pablo Rincon 38dc7ffebc Adding settings for detect engine group config 15 years ago
Jason Ish fbdf1baf1c - rebase
Provide limits to the unified outputs.
15 years ago
Victor Julien 16b6f536a0 Fixup Linux compilation after applying win32 patches. 15 years ago
Jan Jezek bff652d2f3 Added missing win32 files. 15 years ago
Jan Jezek fe6a72befc Code is now compilable on the Win32 platform 15 years ago
Victor Julien f0b9ad3f1f Update version to 0.8.1 15 years ago
Victor Julien b28488508b Cleanup threading cpu affinity and prio output. 15 years ago
Victor Julien c1e2e53809 Mhz->MHz 15 years ago
Anoop Saldanha 903b24667b Some more formating changes for cuda startup device info logs 15 years ago
Anoop Saldanha 07034d0d85 Updated cuda device information logs with some minor formatting changes 15 years ago
Anoop Saldanha 1a5ee37bd3 Added cuda logs for the engine, which shows device info and memory usage 15 years ago
Anoop Saldanha 30940c9a94 pack all the packet pattern scan and search packet setup for cuda into a function inside util-cuda-handlers.[ch] 15 years ago
Victor Julien 963691387a Disable unused uri scanning code. 15 years ago
Anoop Saldanha 8cf60d6645 Changed the way cuda dispatcher passes back results. Now each detection thread has it's own queue to which the dispatcher can pump packets back to the detect thread. Also, with cuda enabled and a non-cuda mpm being used, we won't create a dispatcher and instead call the b2g scan/search funtions directly instead of using the dispatcher. 15 years ago
Anoop Saldanha c26e92733d handle the cuda cleanup at shutdown. should get rid of any errors from the call to SigGroupCleanup 15 years ago
Victor Julien d281a6b8ac CUDA build system support & compile fixes
- add configure support for CUDA
- make sure all code compiles if CUDA is disabled
- fix compiler warnings
15 years ago
Anoop Saldanha a2948fc25c valgrind fixes for b2g cuda mpm 15 years ago
Anoop Saldanha 41e6735b92 mpm b2g cuda support added 15 years ago
Anoop Saldanha 84df26d3fd cuda interface 15 years ago
Pablo Rincon 985d565cfd Change priorities only if we are EUID == 0 15 years ago
Pablo Rincon 80f5008728 Adding default priority for all the threads 15 years ago
Pablo Rincon b482471a7d Adding auto runmodes based on available core/cpu's. Setting thread priorities 15 years ago
Pablo Rincon 34216fd3e2 bug87 Fix IPOnly veredicts on flows 15 years ago