]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2012-02-23  Eric Leblondaf-packet: mmap support
2012-02-23  Victor JulienConfig should be set up in sysconfdir/suricata. Add...
2012-02-23  Victor JulienImprove config details overview at the end of configure.
2012-02-23  Eric Leblondbuild: enable af-packet by default
2012-02-23  Eric LeblondAdd sexy information messages to configure output.
2012-02-23  Eric LeblondFix PCRE-JIT message
2012-02-23  Eric LeblondRemove autogen.sh generated files.
2012-02-23  Eric LeblondImprove output
2012-02-23  Eric Leblonddel rules file deleted
2012-02-23  Eric LeblondAdd install-conf command to build system.
2012-02-22  Victor Julienfile-inspection: support POST requests that do not...
2012-02-22  Victor Julienfile-inspection: use filename= value from Content-Dispo...
2012-02-22  Victor JulienFix UtilMiscParseSizeStringTest01 unittest on 32 bit.
2012-02-21  Anoop SaldanhaAll http_http_stat_code modified patterns now are DETEC...
2012-02-21  Anoop SaldanhaAll http_http_stat_msg modified patterns now are DETECT...
2012-02-21  Anoop SaldanhaAll http_http_raw_uri modified patterns now are DETECT_...
2012-02-21  Anoop SaldanhaAll http_http_cookie modified patterns now are DETECT_C...
2012-02-21  Anoop SaldanhaAll http_http_method modified patterns now are DETECT_C...
2012-02-21  Anoop SaldanhaAll http_http_raw_header modified patterns now are...
2012-02-21  Anoop SaldanhaAll http_http_header modified patterns now are DETECT_C...
2012-02-21  Anoop SaldanhaAll http_server_body modified patterns now are DETECT_C...
2012-02-21  Anoop SaldanhaAll http_client_body modified patterns now are DETECT_C...
2012-02-21  Anoop SaldanhaAll uricontent modified patterns now are DETECT_CONTENT...
2012-02-18  Anoop Saldanhacode cleanup. Remove unused functions
2012-02-18  Anoop Saldanhacode cleanup - replace SigMatchAppendThreshold with...
2012-02-18  Anoop Saldanhacode cleanup - replace SigMatchAppendPostMatch with...
2012-02-18  Anoop Saldanhacode cleanup - replace SigMatchAppendPacket with SigMat...
2012-02-18  Anoop Saldanhacode cleanup - replace SigMatchAppendTag with SigMatchA...
2012-02-18  Anoop Saldanhacode cleanup - replace SigMatchAppendDcePayload with...
2012-02-18  Anoop Saldanhacode cleanup - replace SigMatchAppendPayload with SigMa...
2012-02-18  Anoop Saldanhacode cleanup - replace SigMatchAppendUricontent with...
2012-02-18  Anoop Saldanhacode cleanup - replace SigMatchAppendAppLayer with...
2012-02-18  Anoop Saldanhacode cleanup - replace SigMatchGetLastSM with SigMatchG...
2012-02-18  Anoop Saldanhacode cleanup - remove DetectContentGetLastPattern....
2012-02-18  Anoop Saldanhacode cleanup - remove DetectContentFindNextApplicableSM
2012-02-18  Anoop Saldanhacode cleanup - remove DetectContentHasPrevSMPattern
2012-02-18  Anoop Saldanhacode cleanup - remove SigMatchGetLastPattern
2012-02-18  Anoop Saldanhacode cleanup - remove DetectUricontentGetLastPattern
2012-02-18  Anoop SaldanhaUse sm_list to differentiate between different content...
2012-02-18  Anoop SaldanhaDetectPatternGetId() cleanup. Remove separate search...
2012-02-18  Victor JulienAdd a print function specially for json output that...
2012-02-16  Victor JulienAdd referer header to .meta and json file logs.
2012-02-16  Victor JulienMake sure that if not built against libnss, we still...
2012-02-16  Victor JulienAdd line based log file to log-file module that logs...
2012-02-16  Victor JulienIn PrintRawUriFp, consider " unprintable.
2012-02-16  Victor JulienInitial on the fly MD5 calculation for extracted files...
2012-02-16  Anoop Saldanhadelete detect-recursive.[ch]
2012-02-16  Anoop Saldanhafeature #414 - support listing supported keywords....
2012-02-15  Anoop Saldanharemove det_ctx->payload_offset and use det_ctx->buffer_...
2012-02-15  Anoop Saldanharemove all old content inspection engines and reference...
2012-02-15  Anoop Saldanhaunify payload detection engines + fix other bugs in...
2012-02-15  Anoop Saldanharaw urilen inspection moves to raw uri list. Won't...
2012-02-15  Anoop Saldanharebase commit for hscd and hsmd patches
2012-02-15  Anoop Saldanhafix seg fault due to wrong sm list access in hscd
2012-02-15  Anoop Saldanhafast pattern unittests added for http server body
2012-02-15  Anoop SaldanhaSupport http stat code detection engine, fast pattern...
2012-02-15  Anoop SaldanhaSupport http stat msg detection engine, fast pattern...
2012-02-12  Victor JulienFix path handling for including rule files on win32.
2012-02-11  Victor JulienAllow other yaml files to be included in the main yaml.
2012-02-10  Victor JulienFix a FP with negated filemagic inspection.
2012-02-09  Victor JulienAdd atomics to ticks unittests.
2012-02-08  Victor JulienMinor layout fixes.
2012-02-08  Victor JulienNapatech code formatting fixes.
2012-02-08  Victor JulienFix compilation without napatech tech support enabled.
2012-02-08  Victor JulienInitial Napatech support by Randy Caldejon / nPulse.
2012-02-07  Anoop Saldanhafix compilation error for the new http response header...
2012-02-07  Anoop Saldanhafix debug messages that have references to the old...
2012-02-07  Anoop Saldanhacode cleanup over last 2 commits
2012-02-07  Anoop Saldanhaif a signature is non-tcp, it's always a packet sig
2012-02-07  Anoop Saldanhasupport splitting mpm ctxs based on direction v2
2012-02-07  Anoop SaldanhaFix bug in ac-bs search function
2012-02-06  Anoop Saldanhatreate ac-bs auto as single context
2012-02-06  Anoop SaldanhaSupport for new MPM ac-bs added
2012-02-06  Victor JulienDisable unittest that fails without libnet support.
2012-02-04  Anoop Saldanhabug #411 - fix failing unittest
2012-02-04  Anoop Saldanhabug #411 - don't modify within/distance at setup time
2012-02-04  Anoop Saldanhabug #412 - rebase commit. Remove the previous reference...
2012-02-04  Anoop Saldanhabug #412 - Remove the commented out SigInitReal()
2012-02-04  Anoop Saldanhabug #412 - Unify SigInit() and SigInitReal(). Remove...
2012-02-03  Anoop SaldanhaAdd function declaration for SigInitReal
2012-02-03  Anoop Saldanhabug #405 - fix bug where raw uri inspection sigs were...
2012-02-03  Anoop SaldanhaUse SigInitReal() instead of SigInit() in raw uri tests...
2012-02-03  Victor JulienRemove unused definitions in pcre code.
2012-02-03  Victor JulienFix unittest missing a flow direction in the rule.
2012-02-03  Eileen Donlonfixed relative handling for pcre cookie and method
2012-02-03  Eileen DonlonCleaned up some error messages for detect distance...
2012-02-02  Victor JulienMake 'make check' happy in a ipproto unittest.
2012-02-02  Anoop Saldanhabug #403 - add unittests
2012-02-02  Anoop SaldanhaSet the packet protocol only if it can parsed without...
2012-02-02  Anoop SaldanhaFix csum validation functions to not carry out csum...
2012-02-02  Anoop Saldanhabug #403 - fix setting ip proto for ipv6 packets
2012-02-02  Anoop Saldanhabug #403 - fix setting ip proto for packets
2012-01-21  Victor JulienAdd files.rules to the dist.
2012-01-21  Victor Julien1.3 branch has opened
2012-01-21  Victor JulienConvert missing coredump config to debug.
2012-01-20  Victor JulienAdd http-events.rules and smtp-events.rules to default...
2012-01-20  Victor JulienMake code default for pcre match limit match the surica...
2012-01-20  Victor JulienMove threshold to it's own sig match list.
2012-01-20  Victor JulienUpdate Changelog to reflect changes between 1.2 and... origin/master-1.2.x suricata-1.2.1
2012-01-20  Victor JulienOnly force a pseudo packet inspection cycle for TCP...
next