]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2013-10-25  Eric Leblondaf-packet: init correctly the config structure 603/head
2013-10-24  Eric Leblonddecode: fix typo in comment
2013-10-21  Anoop SaldanhaUpdate ftp parser protocol detection to use lowercase... 600/head
2013-10-21  Anoop SaldanhaIntroduce new API to allow case insensitive protocol...
2013-10-19  Anoop SaldanhaRemove the obsolete DetectFtpBounceMatch() function.
2013-10-19  Ken SteeleSpell fixes in threads-arch-tile.h
2013-10-19  Anoop SaldanhaSupport for feature #983.
2013-10-19  Nelson EscobarBuild cuda kernel for capability 3.5 devices.
2013-10-18  Victor JulienDead code removal
2013-10-18  Victor Julienstorage: fix and small optimization
2013-10-17  Victor Julienflow: set correct family in FLOW_COPY_IPV6_ADDR_TO_PACKET
2013-10-17  Victor JulienFix 2 unittests
2013-10-17  Victor JulienMinor code cleanup/fixes to fast pattern unittests
2013-10-17  Victor JulienMinor fix for detection engine setup error check
2013-10-17  Victor JulienMinor pppoe cleanup
2013-10-17  Victor JulienFix broken check in stream.max-synack-queued parsing...
2013-10-17  Victor JulienFix sanity check in AppInspectionEngine registration...
2013-10-16  Jason IshFeature #901 - VLAN defrag support. 593/head
2013-10-15  Ken SteeleCorrect indentation and wording of comments.
2013-10-15  Ken SteeleClean up function syntax
2013-10-15  Anoop SaldanhaAdd a /* fall through */ comment for all switch case...
2013-10-15  Victor Julienstorage: fix freeing storage 592/head
2013-10-15  Victor Julienthreshold: register threshold host storage. Related...
2013-10-14  Victor JulienReset both sides of the de_state on rule reload. Bug... 591/head
2013-10-14  Victor JulienDon't initialize threshold before rules on delayed...
2013-10-11  Victor Julieniprep: fix reputation loading and reloading 588/head
2013-10-10  Victor Julientag: fix session seconds tracking 586/head
2013-10-10  Victor Julientag: add some debug statements
2013-10-09  Victor JulienClean up rule reload logging
2013-10-08  Anoop Saldanhafix for bug #987. 584/head
2013-10-08  Anoop SaldanhaAPI renaming/beautification.
2013-10-08  Anoop SaldanhaFix for bug #989.
2013-10-08  Anoop SaldanhaReset app layer processed flag for segments that have...
2013-10-08  Anoop SaldanhaInside PP parser, we were using the return value from...
2013-10-08  Anoop SaldanhaUpdate ssl parser protocol detection pattern strings.
2013-10-08  Victor JulienXFF: use per alert tx id
2013-10-08  Victor JulienDisplay TX id in alert debuglog.
2013-10-08  Victor JulienStore TX id with alerts
2013-10-07  Victor Julienhtp: for apache and apache_2_2 personalities, that...
2013-10-07  Victor JulienBug 640: add more tests to validate that issue is fixed
2013-10-03  Eric Leblondsuricata: add -v[v] option to increase verbosity 576/head
2013-10-03  Eric Leblondsuricata: info message after log init
2013-10-03  Eric Leblondsuricata: reorder start
2013-10-03  Eric Leblondlog: change default log level to notice
2013-10-03  Victor JulienRevert change in queue handler wait logic. Bug #988.
2013-10-03  Victor JulienImprove 'host-mode' info message
2013-10-03  Victor JulienCoverity 1100842: add missing return statement
2013-10-03  Victor JulienCoverity 1100843: remove unnecessary check
2013-10-03  Victor Julienhttp: add new events for invalid host header and host...
2013-10-03  Victor Julienhttp: fix some decoder events
2013-10-03  Victor Julienhttp: update http rules
2013-10-03  Victor Julienhttp: fix field too long events
2013-10-03  Victor Julienhttp: don't call HTPHandleWarning before HTPHandleError...
2013-10-03  Victor Julienhttp: add test for HTTP_DECODER_EVENT_UNKNOWN_ERROR...
2013-10-03  Eric Leblondreject: try to fail more gracefully
2013-10-03  Eric Leblondreject: clean respond-reject code.
2013-10-03  Eric Leblondreject: delete debug line
2013-10-03  Eric LeblondAdd reject for IPv6
2013-10-03  Eric Leblondconfigure: accept libnet 1.1 and 1.2.
2013-10-03  Eric Leblondreject: update computation of seq and ack
2013-10-03  Eric Leblondreject: fix typo
2013-10-03  Eric Leblondreject: use host-mode to set interface
2013-10-03  Eric Leblondreject: reindent and code cleaning
2013-10-03  Eric LeblondIntroduce host-mode.
2013-10-03  Victor Julienlocks: clean up locks declarations
2013-10-02  Eric Leblondcoccinelle: implement parallel check 574/head
2013-10-01  Anoop SaldanhaStateful detection inspection continuation API call...
2013-10-01  Victor JulienThresholding: move parsing code into separate func
2013-10-01  Victor JulienSplit Thresholds and Suppression
2013-10-01  Ken SteeleUse Spin locks on Tile
2013-09-30  Victor JulienFix compiler warning
2013-09-30  Ken SteeleImprove Signature sorting speed
2013-09-30  Victor JulienDNS: copy only the length of the hardcoded string,...
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...
next