Leif Ryge
263546473f
* doc/wget.texi: Fix typo in man page
...
Copyright-paperwork-exempt: Yes
2019-04-11 14:47:30 +02:00
raminfp
4574771a6a
[log] miss check If logging is inhibited
2019-04-11 08:50:42 +00:00
Tim Rühsen
562eacb76a
* src/iri.c (do_conversion): Remove unneeded debug lines
2019-04-05 13:01:57 +02:00
Darshit Shah
a220ead435
* NEWS: Update NEWS for new release
2019-04-05 11:59:19 +02:00
Tim Ruehsen
692d5c5215
Fix a buffer overflow vulnerability
...
* src/iri.c(do_conversion): Reallocate the output buffer to a larger
size if it is already full
2019-04-05 11:54:30 +02:00
Darshit Shah
2ae601a719
* NEWS: Update NEWS for new release
2019-04-05 11:54:30 +02:00
Tim Rühsen
0eaa5f1771
* src/openssl.c (ssl_init): Check for X509_V_FLAG_PARTIAL_CHAIN
2019-04-03 14:54:45 +02:00
Darshit Shah
39f17b3555
* gnulib: Pull forward
2019-04-01 20:15:05 +02:00
Tim Rühsen
4c89c85a28
* fuzz/main.c (test_all_from): Fix indentation
2019-03-26 09:42:50 +01:00
Tim Rühsen
5d87635c66
Fix corner case in processing server response
...
* src/http.c (response_head_terminator): Don't access uninitialized data
* fuzz/wget_read_hunk_fuzzer.c: Sync response_head_terminator()
2019-03-25 16:05:56 +01:00
Tim Rühsen
4046cd2a71
Add new fuzzer wget_read_hunk_fuzzer.c
...
* fuzz/Makefile.am: Add wget_read_hunk_fuzzer
* fuzz/wget_read_hunk_fuzzer.c: New file
* fuzz/wget_read_hunk_fuzzer.in/*: Fuzz corpora
* src/connect.c: Add connect_cleanup()
* src/connect.h: Add prototype for connect_cleanup()
2019-03-25 14:57:07 +01:00
Tim Rühsen
ae6636a28f
* fuzz/wget_netrc_fuzzer.c: Fix fuzzer
2019-03-03 17:05:58 +01:00
Tim Rühsen
acef0fb4c6
* fuzz/wget_ftpls_fuzzer.c: Fix fuzzer
2019-03-03 17:05:44 +01:00
Jeffrey Walton
7c1c8eb3b1
* src/openssl.c (ssl_init): Trust partial cert chain
2019-02-22 12:46:53 +01:00
Tim Rühsen
19661f1d9a
* src/ftp-ls.c (ftp_parse_vms_ls): Use snprintf instead of strcpy/strcat
2019-02-20 10:32:47 +01:00
Darshit Shah
e39be32838
* src/html-url.c(get_urls_html_fm): Add message in verbose mode with no-follow attribute
2019-02-19 23:25:05 +01:00
Tim Rühsen
8d8abcffdf
Fix fuzz/ tests for OpenBSD
...
* fuzz/wget_*_fuzzer.c: Take care when calling exit()
2019-02-19 17:18:49 +01:00
Tim Rühsen
93d21e4217
* fuzz/Makefile.am: Remove hard-coded gcc flags
2019-02-19 15:52:58 +01:00
Tim Rühsen
07f9fbd0b3
Fix STDERR closing/restoring in fuzzers
...
* fuzz/fuzzer.h: Add CLOSE_STDERR and RESTORE_STDERR
* fuzz/wget_*_fuzzer.c: Use CLOSE_STDERR and RESTORE_STDERR
2019-02-19 15:50:34 +01:00
Tim Rühsen
74866d9ea0
* configure.ac: Rearrange AM_ICONV before gl_INIT
2019-02-19 15:49:41 +01:00
Tim Rühsen
1098de2b49
Do not hard-code -ldl in fuzz/Makefile.am
...
* configure.ac: Search for dlopen and add library to $FUZZ_LIBS
* fuzz/Makefile.am: Link with $FUZZ_LIBS instead of -ldl
This fixes linking on BSD systems.
Reported-by: Nam Nguyen
2019-02-19 15:11:04 +01:00
Tim Rühsen
c7f31d62b2
* doc/wget.texi: Correct --logfile -> --output-file
2019-02-14 10:39:54 +01:00
Darshit Shah
c53552e8cd
Update gnulib
2019-02-10 11:51:03 +01:00
Darshit Shah
8b975e83d3
Update copyright statements
2019-02-10 11:50:17 +01:00
Leon Klingele
9e7c1554bd
docs: --no-cache also sets the 'Cache-Control: no-cache' header
...
* doc/wget.texi: Add Cache-Control to docs
* src/wget.h: Add Cache-Control to comment of SEND_NOCACHE
Copyright-paperwork-exempt: Yes
2019-01-23 22:04:01 +01:00
Tim Rühsen
caf30fbe28
* .gitlab-ci.yml: Add minimal build
2019-01-20 19:58:10 +01:00
Tim Rühsen
f1eda916a6
* src/init.c (cleanup): Check HAVE_HSTS
...
Reported-by: Simon Dales
2019-01-20 19:42:53 +01:00
André Wolski
5dceb6626b
NTLM restart authentication (trivial change)
...
* src/http-ntlm.c (ntlm_input): Continue on NTLMSTATE_LAST,
error on NTLMSTATE_TYPE3
The code comes from the cURL project. Thanks to Daniel Stenberg
for donating the code.
https://lists.gnu.org/archive/html/bug-wget/2018-12/msg00030.html
2018-12-31 10:24:27 +01:00
Tim Rühsen
fc65b4521a
* contrib/spell-checker: Remove trailing whitespace
2018-12-28 19:05:42 +01:00
Tim Rühsen
fdb7fe613c
Fix typos detected by codespell (via contrib/spell-checker)
2018-12-28 18:58:15 +01:00
Tim Rühsen
c0427ebf3c
* contrib/spell-checker: Add script for spell checking
2018-12-28 18:55:20 +01:00
Tim Rühsen
af16b0f38f
* fuzz/Makefile.am: Fix order of libraries for linking
2018-12-27 20:48:36 +01:00
Tim Rühsen
6ba1cb587c
* src/wget.h: #undef _Noreturn when building with C++
2018-12-27 20:47:58 +01:00
Tim Rühsen
5811c2222b
* src/gnutls.c (ssl_connect_wget): Fix call to gnutls_set_default_priority()
2018-12-27 20:46:55 +01:00
Tim Rühsen
70cddf3e29
* NEWS: Add release changes for 1.20.1
2018-12-26 20:35:41 +01:00
Tim Rühsen
3cdfb594cf
Don't save user/pw with --xattr
...
Also the Referer info is reduced to scheme+host+port.
* src/ftp.c (getftp): Change params of set_file_metadata()
* src/http.c (gethttp): Change params of set_file_metadata()
* src/xattr.c (set_file_metadata): Remove user/password from origin URL,
reduce Referer value to scheme/host/port.
* src/xattr.h: Change prototype of set_file_metadata()
2018-12-26 14:38:24 +01:00
Tim Rühsen
c125d24762
Don't use extended attributes (--xattr) by default
...
* src/init.c (defaults): Set enable_xattr to false by default
* src/main.c (print_help): Reverse option logic of --xattr
* doc/wget.texi: Add description for --xattr
Users may not be aware that the origin URL and Referer are saved
including credentials, and possibly access tokens within
the urls.
2018-12-26 14:06:38 +01:00
Tim Rühsen
7c0a30d724
* .travis.yml: Email to wget-dev instead bug-wget mailing list
2018-12-13 15:22:17 +01:00
Darshit Shah
3becef17cb
* NEWS: Prepare for new version
2018-11-30 01:11:19 +01:00
Darshit Shah
8f780fa274
* contrib/make-release: Add a small checklist for pending tasks
2018-11-13 17:44:51 +01:00
Darshit Shah
e55916e5de
Prepare NEWS for new release
2018-11-13 16:24:17 +01:00
Darshit Shah
c4a6b89b2e
* configure.ac: gnulib now expects autoconf >=2.63
2018-11-13 16:20:19 +01:00
Darshit Shah
3d4e1f47a1
* gnulib: Update library
2018-11-13 16:20:19 +01:00
Jay Satiro
61271d87f6
* src/init.c: Stop freeing the pointer returned by ws_mypath()
...
.. since ws_mypath() saves the address it returns in a static pointer
for reuse, to also be returned in later calls.
2018-11-13 15:51:51 +01:00
Darshit Shah
2bc2d2f803
* src/ftp.c(ftp_retrieve_glob): Honor {accept,reject}-regex switches as well
2018-11-13 15:51:51 +01:00
Darshit Shah
8c741da256
* src/ftp.c (ftp_retrieve_glob): Refactor to prevent looping over listing multiple times
2018-11-13 15:51:51 +01:00
Tim Rühsen
d3383d619b
* .gitlab-ci.yml: Split into GnuTLS and OpenSSL build
2018-11-11 18:43:46 +01:00
Tim Rühsen
62dced2f43
* Makefile.am: dist clean po/stamp-po
2018-11-11 17:51:37 +01:00
Tim Rühsen
04116409a8
Remove auto-generated files from po/
2018-11-11 16:58:09 +01:00
Tim Rühsen
7b8325b416
Add VPATH build
2018-11-11 16:57:41 +01:00