Hans Wennborg 8316bc0e97 Reject overflows of zip header fields in minizip.
This checks the lengths of the file name, extra field, and comment
that would be put in the zip headers, and rejects them if they are
too long. They are each limited to 65535 bytes in length by the zip
format. This also avoids possible buffer overflows if the provided
fields are too long.

(cherry picked from commit 73331a6a0481067628f065ffe87bb1d8f787d10c)
2023-11-18 11:01:28 +01:00
2023-01-21 14:47:23 +01:00
2023-01-15 11:12:31 +01:00
2023-01-21 14:47:23 +01:00
2013-09-13 16:08:40 +00:00
2012-05-01 16:47:44 +00:00
2022-11-20 19:26:06 +01:00
2022-11-20 19:26:06 +01:00
2022-11-20 19:26:06 +01:00
2023-01-14 17:33:13 +01:00
2012-03-24 12:03:55 +00:00
2022-11-20 19:26:06 +01:00
2012-05-08 16:14:10 +00:00
2013-06-09 14:45:30 +00:00
2012-03-19 12:51:31 +00:00
2022-11-20 19:26:06 +01:00
2022-11-20 19:26:06 +01:00
2015-07-27 09:18:45 +02:00
2023-01-14 17:21:57 +01:00
2017-04-01 21:39:27 +02:00
2022-11-20 19:26:06 +01:00
2015-03-14 14:53:02 +01:00
2012-05-01 16:47:44 +00:00
2023-01-14 17:21:57 +01:00
2015-03-16 17:51:17 +01:00

HTTrack Website Copier - Development Repository

About

Copy websites to your computer (Offline browser)

HTTrack is an offline browser utility, allowing you to download a World Wide website from the Internet to a local directory, building recursively all directories, getting html, images, and other files from the server to your computer.

HTTrack arranges the original site's relative link-structure. Simply open a page of the "mirrored" website in your browser, and you can browse the site from link to link, as if you were viewing it online.

HTTrack can also update an existing mirrored site, and resume interrupted downloads. HTTrack is fully configurable, and has an integrated help system.

WinHTTrack is the Windows 2000/XP/Vista/Seven release of HTTrack, and WebHTTrack the Linux/Unix/BSD release.

Website

Main Website: http://www.httrack.com/

Compile trunk release

git clone https://github.com/xroche/httrack.git --recurse
cd httrack
./configure --prefix=$HOME/usr && make -j8 && make install
Description
No description provided
Readme 25 MiB
Languages
C 62.7%
HTML 16.9%
Shell 11.6%
Makefile 7.9%
M4 0.5%
Other 0.4%