summaryrefslogtreecommitdiffstats
path: root/src/expr/hash.c
Commit message (Expand)AuthorAgeFilesLines
* expr: add map lookups for hash statementsLaura Garcia Liebana2018-05-231-0/+49
* expr: no need to nul-terminate buffer from expression ->snprintf indirectionPablo Neira Ayuso2017-10-041-3/+0
* src: Buffer is null terminated.Varsha Rao2017-09-271-0/+3
* src: Change parameters of SNPRINTF_BUFFER_SIZE macro.Varsha Rao2017-09-271-7/+9
* expr: hash: support of symmetric hashLaura Garcia Liebana2017-03-061-6/+40
* expr: missing offset handling for snprintf() in hash and numgenPablo Neira Ayuso2016-10-311-1/+1
* src: display offset only if present in hash and numgen expressionsPablo Neira Ayuso2016-09-231-4/+8
* src: remove libmxml supportArturo Borrero2016-09-231-44/+0
* expr: hash: Add offset to hash valueLaura Garcia Liebana2016-09-121-6/+33
* expr: hash: missing trailing space and modulus in hexadecimal in snprintfPablo Neira Ayuso2016-08-301-1/+1
* src: Implement rule comparisonCarlos Falgueras GarcĂ­a2016-08-171-0/+22
* expr: add hash expressionLaura Garcia Liebana2016-08-171-0/+294