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
May 26, 2007
View 84fd5a6

fix some possible error path leaks by changing cli_realloc() to cli_realloc2()

Tomasz Kojm authored on 2007/05/26 08:10:58
May 2, 2007
View 5e2a487

fix uninitialized value warning

Török Edvin authored on 2007/05/02 05:13:27
View 462e8e5

apply next set of patches for enabling phishing code

Török Edvin authored on 2007/05/02 01:46:52
April 29, 2007
View f74bc82

Update code to use new AC matcher. Fix URL truncation.

Török Edvin authored on 2007/04/29 05:15:22
March 15, 2007
View e4ba6d8

leave <0x20 characters untouched in cl_experimental (don't normalize them to &xx;)

Török Edvin authored on 2007/03/15 04:21:52
March 6, 2007
View 66f7a69

ampersands were missed in URLs.(bb #377).

Török Edvin authored on 2007/03/06 04:31:17