summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * fuzz/Makefile.am: Remove libtool LTLIB... from LDADDoss-fuzzTim Rühsen2018-06-131-2/+2
* * src/http.c (http_loop): Fix --retry-on-host-errorTim Rühsen2018-06-131-0/+2
* Add new option --retry-on-host-errorethus3h2018-06-135-1/+19
* Save original data to WARC fileTim Rühsen2018-05-291-26/+42
* * fuzz/get_ossfuzz_corpora: Speed up corpora downloadTim Rühsen2018-05-101-1/+2
* * src/main.c (print_version): Silence UBSAN messageTim Rühsen2018-05-091-1/+1
* * src/utils.ci (file_exists_p): Fix stat(NULL,...)Tim Rühsen2018-05-091-0/+3
* * src/hsts.c (open_hsts_test_store): Fix unlink(NULL)Tim Rühsen2018-05-091-4/+6
* * src/hash.c: Silence UBSAN for hash functionsTim Rühsen2018-05-091-0/+9
* * fuzz/*_fuzzer.in: Update corpora from OSS-FuzzTim Rühsen2018-05-092911-3076/+9189
* * fuzz/get_ossfuzz_corpora: Fix pathTim Rühsen2018-05-091-1/+1
* * src/hsts.h: Fix header guardTim Rühsen2018-05-081-5/+5
* * src/version.h: Add header guardTim Rühsen2018-05-081-0/+5
* * src/host.c (wait_ares): Remove void assignmentTim Rühsen2018-05-081-1/+1
* Update NEWS file for new releasev1.19.5Tim Rühsen2018-05-061-0/+19
* Fix cookie injection (CVE-2018-0494)Tim Rühsen2018-05-061-5/+13
* * tests/Test-https-weboftrust.px: Skip test, needs cert regenTim Rühsen2018-05-061-1/+3
* Fix make syntax-checkTim Rühsen2018-05-062-1/+2
* Fix HTTPS testsTim Rühsen2018-05-066-91/+154
* * src/init.c: Bring new --ciphers into right order in options arrayTim Rühsen2018-05-061-1/+3
* * doc/wget.texi: Add description for --ciphersAnder Juaristi2018-05-051-1/+10
* OpenSSL: Better seeding of PRNGAnder Juarist2018-05-051-10/+9
* Enhance SSL/TLS securityAnder Juaristi2018-05-055-31/+81
* * src/netrc.c (parse_netrc_fp): Fix two memleaksTim Rühsen2018-04-281-2/+8
* Add new fuzzer for the .netrc parserTim Rühsen2018-04-28309-41/+6734
* * src/utils.c (match_tail): Fix unsigned integer overflowTim Rühsen2018-04-271-1/+1
* Add new fuzzer for the Set-Cookie parserTim Rühsen2018-04-27705-0/+1596
* Fix buffer overflow in CSS parserTim Rühsen2018-04-262-3/+9
* Fix buffer overflow in CSS parserTim Rühsen2018-04-262-1/+4
* Exclude fuzz corpora from tarballTim Rühsen2018-04-262-13/+15
* * tests/Makefile.am: Add -I/src to AM_CPPFLAGSTim Rühsen2018-04-261-1/+2
* Add CSS slowness reproducer (fixed)Tim Rühsen2018-04-261-0/+0
* Update CSS grammar from 1.x to 2.2Tim Rühsen2018-04-262-108/+134
* * src/res.c (add_path): Fix memleak (parsing robots.txt)Tim Rühsen2018-04-251-0/+2
* * src/ftp-ls.c (ftp_parse_winnt_ls): Fix integer overflowTim Rühsen2018-04-251-1/+1
* Add new fuzzer for the URL parserTim Rühsen2018-04-24775-1/+814
* Add new fuzzer for robots.txt parsingTim Rühsen2018-04-24744-1/+3501
* * fuzz/README.md: Add CFLAGS for undefined sanitizerTim Rühsen2018-04-241-0/+3
* * src/ftp-ls.c (ftp_parse_winnt_ls): Fix integer overflowTim Rühsen2018-04-241-2/+2
* * src/ftp-ls.c (ftp_parse_vms_ls): Fix integer overflow by left shiftTim Rühsen2018-04-241-2/+2
* * src/ftp-ls.c (ftp_parse_unix_ls): Fix integer overflow in date parsingTim Rühsen2018-04-241-4/+5
* * src/ftp-ls.c (ftp_parse_winnt_ls): Fix heap-buffer-overflowTim Rühsen2018-04-221-0/+1
* * src/ftp-ls.c (ftp_parse_winnt_ls): Fix heap-buffer-overflowTim Rühsen2018-04-221-1/+1
* * fuzz/wget_ftpls_fuzzer.in: Update corporaTim Rühsen2018-04-22593-0/+1041
* * src/ftp-ls.c (eat_carets): Fix heap-buffer-overflowTim Rühsen2018-04-211-4/+2
* * src/ftp-ls.c (ftp_parse_winnt_ls): Fix memleakTim Rühsen2018-04-211-0/+4
* * src/ftp-ls.c (ftp_parse_vms_ls): Fix heap-buffer-overflowTim Rühsen2018-04-211-4/+4
* * src/ftp-ls.c (ftp_parse_vms_ls): Fix heap-buffer-overflowTim Rühsen2018-04-211-2/+2
* * src/ftp-ls.c (ftp_parse_vms_ls): Fix memleakTim Rühsen2018-04-211-0/+4
* Add new fuzzer for the FTP listing parsersTim Rühsen2018-04-217-46/+170