]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2015-03-16  Victor JulienRemove spinning PacketPoolWait 1374/head
2015-03-11  Victor Juliendrop json log: log out 'drop' signature 1365/head
2015-03-11  Victor Juliendrop json: make alerts logging optional
2015-03-11  Victor Juliendrop json: add sids (if applicable)
2015-03-11  Victor Julienalert json: move alert info into function
2015-03-11  Victor Juliendetect: set action from utility function
2015-03-11  Victor Juliendetect: cleanup, remove unused order_id
2015-03-11  Eric Leblondflow-timeout: fix init of pseudo packet
2015-03-11  Eric Leblonddecode: introduce PacketCallocExtPkt function
2015-03-11  Jason IshWhen re-opening a log file on HUP, always append.
2015-03-11  Jason IshDon't attempt to load the rule files if the rule-files...
2015-03-11  Jason IshNew function to test if a configuration node is a seque...
2015-03-11  Eric Leblondaf-packet: don't unlock twice the bpf mutex
2015-03-07  Eric Leblondjson-alert: use getter for appstate 1356/head
2015-03-06  Eric Leblondflow: constify getters param
2015-03-06  Eric Leblondjson-alert: add SSH fields in alert logging
2015-03-06  Eric Leblondjson-ssh: export logging function
2015-03-06  Eric Leblondjson-alert: log tls info in alert
2015-03-06  Eric Leblondjson-tls: refactor to export logging function
2015-03-04  Ken SteeleInject pseudo packet periodically when there is not... 1351/head
2015-03-04  Jason IshDefine _DEFAULT_SOURCE. Its the replacement for _BSD_S...
2015-03-04  Eric Leblondbuild: don't link with libnfnetlink
2015-03-04  Victor Julienutil-magic: make unittests less specific
2015-03-04  Victor Julienapp-layer: init flow in tests
2015-03-04  Eric Leblondpcap-file: add missing atomic init
2015-03-04  Eric Leblondrunmode-pcap-file: suppress useless include
2015-03-04  Victor Julienflow-manager: init global atomics
2015-03-04  Victor Julienstream: fix unittests wrt flow
2015-03-04  Victor JulienFix make distcheck on CentOS 5.11
2015-03-04  Victor JulienFix compiler warning on CentOS 5.11
2015-03-04  Victor JulienCentOS 5.11 pkg-config fix
2015-03-04  Eric Leblondutil-ioctl: don't build code RX ring on old system
2015-02-26  Victor Julienhttp: add event for suspicious method delimeter 1346/head
2015-02-26  Victor Julienhttp: add libhtp uri warning event
2015-02-26  Victor Julienstream: init global config after flow engine
2015-02-26  Victor Julienhttp: remove unused and broken 'content-len' logic
2015-02-26  Victor Juliendcerpc: don't exit() on malloc failure
2015-02-26  Victor Juliendcerpc: fix error handling for alloc errors
2015-02-18  Victor Julienflow: make TCP reuse handling in flow engine optional 1342/head
2015-02-18  Victor Julientcp reuse: don't double 'reuse'
2015-02-18  Victor Julienflow: tag first packet in each direction
2015-02-18  Victor Julientcp reuse: enable stream handling based on runmode
2015-02-18  Victor Julientcp reuse: support reuse on syn/ack
2015-02-18  Victor Julientcp reuse: unify autofp and single/workers check
2015-02-18  Victor Julientcp reuse: handle reuse in stream engine
2015-02-18  Victor Julienflow: add util func to remove packet from flow
2015-02-18  Victor Julienflow: overwrite p::flowflags on first set
2015-02-18  Victor Julienflow: move flow/packet updates into util func
2015-02-18  Victor Julienflow: add flow.tcp_reuse counter
2015-02-18  Victor Julientcp reuse: remove old code
2015-02-18  Victor Julienflow: handle TCP session reuse in flow engine
2015-02-18  Victor Julientcp midstream: fix window scaling
2015-02-18  Victor Juliendetect-flow: use dedicated flags
2015-02-10  Victor Julienstats api: call thread deinit API functions 1329/head
2015-02-05  gureedonetmap support 1318/head
2015-02-04  Victor Julienfile: register filedata log before file log 1315/head
2015-02-04  Victor Julienfile: improve file pruning
2015-02-04  Victor Julienrunmodes: add funcs to check if file loggers enabled
2015-02-04  Victor Julienfile: optimize file pruning
2015-02-04  Victor Julienflow: lockless flow manager checks
2015-02-04  Victor Julienflow: modify lastts update logic
2015-02-04  Victor Julienflow: change flow state logic
2015-02-04  Victor Julientcp: add stream.reassembly.zero-copy-size option
2015-02-04  Victor Julientcp: add debug stats about reassembly fast paths
2015-02-04  Victor Julientcp: zero copy fast path in app-layer reassembly
2015-02-04  Victor Julienstream: move raw stream gap handling into util func
2015-02-04  Victor Julienstream: move raw reassembly into util func
2015-02-04  Victor Julienstream: remove StreamTcpReassembleInlineAppLayer
2015-02-04  Victor Julienstream: unify inline and non-inline applayer assembly
2015-02-04  Victor Julienstream: remove STREAM_SET_FLAGS
2015-02-04  Victor Julienstream: update inline tests
2015-02-04  Victor Julienstream: replace STREAM_SET_INLINE_FLAGS macro
2015-02-04  Victor Julienstream: track data sent to app-layer
2015-02-04  Victor Julienstream: move reassembly loop into util funcs
2015-01-29  Victor JulienUpdate changelog for 2.1beta3 suricata-2.1beta3
2015-01-27  Victor Juliendetect: fix small memory leaks 1305/head
2015-01-27  Victor JulienClean up Conf API memory on shutdown.
2015-01-27  Victor JulienFix live reload detect counter setup
2015-01-27  Victor Julienconf api: use const pointers where possible
2015-01-27  Victor JulienCosmetic fixes to main()
2015-01-17  Victor JulienSuppress debug statements 1299/head
2015-01-17  Victor Juliendetect: properly size det_ctx::non_mpm_id_array
2015-01-17  Victor JulienFix live reload detect thread ctx setup
2015-01-15  Victor JulienAC: fix memory leak 1295/head
2015-01-15  Victor Juliengeoip: adapt to 'const' pointer passing
2015-01-15  Victor Juliendetect: expand mask checking
2015-01-15  Victor Juliendetect: introduce DetectPrefilterBuildNonMpmList
2015-01-15  Victor Juliendetect: add profiling for non-mpm list build & filter
2015-01-15  Victor Juliendetect: optimize non-mpm mask checking
2015-01-15  Victor Juliendetect: add mask check prefilter for non mpm list
2015-01-15  Ken SteeleConditionalize SigMatch performance counters.
2015-01-15  Victor JulienDetect perf counters
2015-01-15  Victor Juliendetect: Disable unused SignatureHeader code
2015-01-15  Ken SteeleRemove sgh->mask_array
2015-01-15  Ken SteeleIndentation clean up
2015-01-15  Ken SteeleFurther optimize merging mpm and non-mpm rule ID lists.
2015-01-15  Ken SteeleCustom Quick Sort for Signature IDs
2015-01-15  Ken SteeleUse SigIntId as the type for storing signature IDs...
2015-01-15  Ken SteeleIncrease max pattern ID allowed in MPM AC-tile to 28...
2015-01-15  Victor JulienClean up sm_array memory at SigFree
next