]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2013-09-30  Anoop SaldanhaFix return value from DetectProtoParse() which is used... 568/head
2013-09-30  Anoop SaldanhaFix coverity scan defect #1099714.
2013-09-30  Anoop SaldanhaFix a leak in probing parsers. We were freeing just... 567/head
2013-09-29  Anoop SaldanhaFix a leak in app layer parser proto code. Free the...
2013-09-29  Anoop SaldanhaFix mem leak in b2g.
2013-09-29  Anoop SaldanhaRemove unused vars alp_content_module_handle and proto_...
2013-09-29  Anoop SaldanhaRemove the unused flow flags - FLOW_TS_PM_PP_ALPROTO_DE...
2013-09-29  Anoop SaldanhaReset some flow flags when port numbers are re-used...
2013-09-29  Anoop SaldanhaRemove the smtp parser restriction that it accepts...
2013-09-29  Anoop SaldanhaFix compilation failure when we don't enable unittests...
2013-09-29  Anoop SaldanhaUpdate stream inline to use the improved app proto...
2013-09-29  Anoop SaldanhaCosmetic changes to app parser struct.
2013-09-29  Anoop SaldanhaCosmetic changes to code. Introduce human readabel...
2013-09-29  Anoop Saldanhaindentation fix.
2013-09-29  Anoop SaldanhaIf we have proto mismatch from 2 directions, use one...
2013-09-29  Anoop SaldanhaIntroduce convenience macro to set Stream app proto...
2013-09-29  Anoop SaldanhaRename function pointer var to use the FuncPtr typing...
2013-09-29  Anoop SaldanhaAdd unittest to test for http ambiguous host header.
2013-09-29  Anoop SaldanhaUpdate rule engine relationship with regard to setting...
2013-09-29  Anoop Saldanhaalert ipv4 and alert ipv6 specified proto rules should...
2013-09-29  Anoop SaldanhaIntroduce a separate inspection engine for app events.
2013-09-29  Anoop SaldanhaUpdate htp event handler to both warning and error...
2013-09-29  Anoop SaldanhaAdd app layer protocol packet event detection support.
2013-09-29  Anoop SaldanhaAdd and use EventGetInfo for getting info on an event.
2013-09-29  Anoop SaldanhaFix duplicate packet decoder events. Add event entries...
2013-09-29  Anoop Saldanhavalidate dns sigs that are reported as plain dns and...
2013-09-29  Anoop SaldanhaMove app event module registration as a part of app...
2013-09-29  Anoop Saldanhacode cleanup.
2013-09-29  Anoop SaldanhaApp layer protocol detection updated and improved....
2013-09-29  Anoop SaldanhaReplace ssn appproto_detection_completed flag with...
2013-09-29  Anoop SaldanhaProvide convenience macros for setting flow flags on...
2013-09-29  Anoop Saldanhaupdate pmp to return whole set of matches, rather than...
2013-09-29  Anoop Saldanhacode cleanup.
2013-09-29  Anoop SaldanhaIntroduce detection parser function pointer.
2013-09-29  Anoop Saldanhafeature #727 - Add support for app-layer-protocol:...
2013-09-29  Anoop SaldanhaAllow detection ports for alproto to be specified via...
2013-09-29  Anoop SaldanhaIntroduce new options into the conf file to enable...
2013-09-29  Anoop SaldanhaNow supports accepting port addresses as strings, like...
2013-09-27  Victor JulienProperly clean up decoder event rules
2013-09-27  Victor Julienipproto: improve cleanup
2013-09-27  Victor JulienImprove memory cleanup for decoder-events
2013-09-27  Victor JulienAdd DrMemory suppress file
2013-09-27  Victor JulienFix small leak in ports validation at startup
2013-09-27  Victor Julienflowint: further setup fixes and cleanups
2013-09-26  Victor Juliencounters: consolidate counters after all ThreadInit...
2013-09-26  Victor JulienFix tests that didn't expect radix to be freed
2013-09-26  Victor Julienradix: actually free a tree in SCRadixReleaseRadixTree
2013-09-26  Victor Julienflowint: fix compile warning
2013-09-26  Victor Julienflowint: fix setup memory leaks
2013-09-26  Victor Julienssh: fix memleaks during ssh.softwareversion init and...
2013-09-26  Victor Julienurilen: fix memory leak when freeing the rule
2013-09-26  Anoop Saldanhafix for bug #973. 561/head
2013-09-26  Anoop SaldanhaUnittest for bug #973.
2013-09-25  Eric Leblondprscript: update code following buildbot upgrade 560/head
2013-09-25  Eric Leblondprscript: support bigger PR
2013-09-25  Eric Leblondprscript: display url where user can watch build
2013-09-25  Victor Julienpcre: check for pcre_free_study, fall back to pcre_free...
2013-09-25  Victor Julienmpm: clean up stream thread ctx
2013-09-25  Victor Julienprofiling: properly clean up thread local memory.
2013-09-25  Victor Julienprofiling: don't alloc 0 bytes block if no rules are...
2013-09-25  Victor JulienProperly cleanup NSS ctx
2013-09-25  Victor JulienChange ParseSize api to not leak memory and only setup...
2013-09-25  Victor JulienDNS: free TX events using proper function
2013-09-24  Victor JulienHttp: improve tx data cleanup
2013-09-24  Victor Julienstream: clean up queue list in all cases
2013-09-24  Victor JulienHttp: fix memory leaks when cleaning up our per-tx...
2013-09-24  Victor JulienDns: fix memory leak when events are set
2013-09-24  Anoop SaldanhaAdd decoder event rule for tls event "invalid_ssl_recor...
2013-09-24  Anoop Saldanhabug #955 - Fix SSL parsing issue.
2013-09-24  Anoop Saldanhafix for bug #970(ac-gfbs).
2013-09-24  Anoop SaldanhaUnittest to display bug #970(ac-gfbs).
2013-09-24  Anoop Saldanhafix for bug #970(ac-bs).
2013-09-24  Anoop SaldanhaUnittest to display bug #970(ac-bs).
2013-09-23  Victor JulienFix valgrind warning on memrchr unittest.
2013-09-23  Anoop Saldanhafix for bug #970.
2013-09-23  Anoop SaldanhaUnittest to display bug #970.
2013-09-23  Victor JulienAdd sanity checks for command line argument handling
2013-09-20  Victor JulienAdd a fallback memrchr implementation for those platfor...
2013-09-20  Victor JulienSuppress compiler warning about comparing signed and...
2013-09-20  Victor JulienMove header thread_affinity declaration to extern to...
2013-09-20  Victor JulienFix several compile and runtime warnings found by clang...
2013-09-19  Victor JulienTag: document in the code that 'tag' is compatible... 557/head
2013-09-19  Victor JulienDon't set tag on pseudo packets 556/head
2013-09-19  Victor Julienunified2: fix tags not being logged. Bug #968
2013-09-18  Anoop SaldanhaModify handling of negated content. 553/head
2013-09-16  Victor JulienCoverity 1038102: remove dead code from host hash
2013-09-16  Victor JulienCoverity 1038101: remove dead code from host hash timeo...
2013-09-16  Victor JulienCoverity 1038100: remove dead code from flow hash timeo...
2013-09-16  Victor JulienCoverity 1038099: remove dead code from flow hash timeo...
2013-09-16  Victor JulienCoverity 1038098: remove dead code from flow hash
2013-09-16  Victor JulienCoverity 1038095: remove dead code from defrag hash...
2013-09-16  Victor JulienCoverity 1038094: remove dead code from defrag hash
2013-09-16  Victor JulienCoverity 1038089: error check fseek call
2013-09-16  Victor JulienCoverity 400477: pcre_get_substring retval
2013-09-16  Victor JulienCoverity 1038129 fix
2013-09-16  Victor JulienFix memory leak on invalid luajit signature. Coverity...
2013-09-16  Victor Juliengeoip: never try to store more locations than possible...
2013-09-16  Victor JulienCoverity 1038138 fix
2013-09-16  Victor JulienCoverity 1038134 fix
2013-09-16  Victor JulienCoverity 1038135 fix
next