February 23, 2008
View dbff23f

clamav-20080204

Tomasz Kojm authored on 2008/02/23 02:19:39
February 4, 2008
View 2fa01e2

fix fd handling (thanks Edwin)

Tomasz Kojm authored on 2008/02/04 19:32:23
View 9269734

use cli_ctime()

Török Edvin authored on 2008/02/04 04:40:55
View 9e75180

introduce cli_ctime() that uses ctime_r() when available, and falls back to locking with a mutex around ctime(). (ensures we are using the same mutex always). use cli_ctime() instead of the thread-unsafe ctime(). This fixes stability problems.

Török Edvin authored on 2008/02/04 04:23:20
View a647ecb

set MAGIC_BUFFER_SIZE to 512

Tomasz Kojm authored on 2008/02/04 03:31:58
View 128c7be

fix invalid free() (bb#809)

Tomasz Kojm authored on 2008/02/04 03:08:12
February 3, 2008
View baedf04

don't leave return value uninitialized. (bb #808).

Török Edvin authored on 2008/02/03 17:57:05
View 7067a88

enum encodings was missing (bb #807)

Török Edvin authored on 2008/02/03 02:10:35
February 2, 2008
View 3e3f77c

fix error path descriptor leaks

Tomasz Kojm authored on 2008/02/02 18:42:12
View 6a9b1e9

clean up header

Török Edvin authored on 2008/02/02 04:45:27
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
February 1, 2008
View 4addba2

ndb sigs: add new target type (7) for ASCII files; handle sigs for targets 2..7 with A-C only

Tomasz Kojm authored on 2008/02/01 09:17:44
View f12c2e6

ignore invalid URLs containing double dots, optimization: cut URL after hostname

Török Edvin authored on 2008/02/01 01:05:20
View 8619da9

minor code tidy; drop broken sigtouint32()

Tomasz Kojm authored on 2008/02/01 00:51:13
January 31, 2008
View 1cdb6cf

s/HAVE_GMP/HAVE_LIBGMP

Tomasz Kojm authored on 2008/01/31 21:16:31