Commit Graph

20 Commits (5383eeae49d18bf59de427d16ea3f12d61d8b899)

Author SHA1 Message Date
Micah Snyder 4524c398f3 Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
Micah Snyder 8a4669be47 fuzz - 12156 - Explicit cast to unsigned 32bit int because a signed int could not hold 0xffff << 16 bits. 6 years ago
Micah Snyder 52cddcbcfd Updating and cleaning up copyright notices. 6 years ago
Micah Snyder b3e82e5e61 Replacing libclamav/cltypes.h with clamav-types.h.in, which generates a header clamav-types.h that we install alongside clamav.h. 6 years ago
Micah Snyder 72fd33c8b2 clang-format'd using new .clang-format rules. 6 years ago
Micah Snyder d7979d4ff7 Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files. 7 years ago
Steven Morgan 7a307529d8 bb11580 - make cli_matchmeta() respect allmatch. 9 years ago
Kevin Lin c76e630507 bb#11514 - initialize cpio name buffer 9 years ago
Mickey Sola 46a35abe56 mass update of copyright headers 10 years ago
Shawn Webb cd94be7a52 Silence a bunch of compiler warnings in libclamav 11 years ago
Shawn Webb 60d8d2c352 Move all the crypto API to clamav.h 11 years ago
Shawn Webb b2e7c931d0 Use OpenSSL for hashing. 11 years ago
Kevin Lin 328a33258a modified cli_map_scan and cli_map_scandesc to take a cli_file_t 12 years ago
David Raynor 3cab931d78 Add ForceToDisk option for clamd and force-to-disk arg for clamscan 12 years ago
Török Edvin 87f763991b Introduce cli_map_scandesc to scan a portion of the existing file 14 years ago
Török Edvin 87af1d57b3 fmapify Mach-O and CPIO 14 years ago
Tomasz Kojm 570b1d0050 libclamav: cdb: drop FileType; cover ARJ, CAB, TAR, CPIO and 7Z 16 years ago
Tomasz Kojm f1e02ed252 libclamav/cpio.c: wrap unistd.h, reported by Nigel Horne 16 years ago
Tomasz Kojm 3222a09656 libclamav: add support for Universal Binaries 16 years ago
Tomasz Kojm e6417b01b8 libclamav: add support for cpio archives (bb#1649) 16 years ago