February 27, 2008
View 6f7c0a1

better script end detection

Török Edvin authored on 2008/02/27 07:20:13
View 2354901

change ' to " inside scripts

Török Edvin authored on 2008/02/27 06:34:44
February 26, 2008
View 22b961c

strip spaces from scripts, normalize screnc

Török Edvin authored on 2008/02/26 20:05:11
February 21, 2008
View d5a5fef

* libclamav/htmlnorm.c: generate only nocomment.html (always contains script too) and notags.html (bb #851) * libclamav/hashtab.h: len and data were reversed, invalidating entitylist.h * libclamav/filetypes_int.h: improve HTML filetype detection (bb #853)

Török Edvin authored on 2008/02/21 00:49:43
February 13, 2008
View ec77419

SVN r3619 broke phishing detection, fixed it

Török Edvin authored on 2008/02/13 19:24:51
February 12, 2008
View 0664128

tagless version of HTML file (bb #162) fix compiler warning

Török Edvin authored on 2008/02/12 06:41:58
February 2, 2008
View b3fc7f9

use entconv to detect UTF-16BE, and UCS-4 variants use only cli_readline() we don't need exact conversion drop unused functions, simplify encoding_norm_readline(), and rename to encoding_normalize_toascii()

Török Edvin authored on 2008/02/02 04:38:52
January 26, 2008
View a6de01a

handle NULL characters in HTML files. (bb #539).

Török Edvin authored on 2008/01/26 01:39:40
January 24, 2008
View 8b22c9b

optimize char reference handling

Török Edvin authored on 2008/01/24 00:43:32
January 22, 2008
View b0b8398

* contrib/entitynorm: * use fewer entities, browsers don't support all either. * update to generate code for new entconv. * no need for configure, use just a simple Makefile (it is an internal tool) libclamav/entconv.c, hashtab.c, htmlnorm.c: * don't allocate memory for each entity_norm call. * don't touch length of mmaped area (bb #785) * update htmlnorm to use new entity_norm

Török Edvin authored on 2008/01/22 00:52:21
January 21, 2008
View 4e1127c

AC_TRY_LINK already adds a main(), remove duplicate main() entconv improvements to improve security and performance Part I for (bb #686, #386) TODO: * optimize entity_norm * create testfiles for unicode encoding variants * create a regression test * check for memory leaks

Török Edvin authored on 2008/01/21 07:18:14
December 6, 2007
View 0808081

properly truncate long URLs (Edwin, bb#645)

Tomasz Kojm authored on 2007/12/06 23:53:22
August 22, 2007
View 45d6cbd

fix possible NULL dereference (bb#582)

Tomasz Kojm authored on 2007/08/22 05:30:15
View 1c6fa20

fix possible NULL dereference (bb#582)

Tomasz Kojm authored on 2007/08/22 05:27:40
June 17, 2007
View 7361129

handle & in URLs, even with entity-converter off; don't leave & in URLs (bb #535)

Török Edvin authored on 2007/06/17 02:03:42