master
imported patch vms-overlay
Remove trailing empty lines
all: Update Copyright years
Add options --bind-dns-address and --dns-servers
* src/connect.c (LAZY_RETRIEVE_INFO): Explicit check of last_fd
Regression: Fix buffer overflow in html_quote_string()
cookies.c: reject cookie instead of discarding jar entry on domain mismatch
Ensure main calls bindtextdomain
ftp: validate PASV/LPSV response address against control connection peer
ftp: reject unsafe symlink targets in directory listings
* src/ftp.c (ftp_retrieve_glob): Suppress a scan-build false positive
Validate purpose of SSL/TLS certificate checks
* src/http.c (establish_connection): Avoid -Wzero-as-null-pointer-constant
Drop user-provided Authorization and Cookie headers on untrusted redirections
Use restrict_windows on OS/2 by default
* src/iri.c (do_conversion): Fix heap buffer overflow
* src/main.c: Avoid -Wzero-as-null-pointer-constant
* src/metalink.c: Include ctype.h
OpenSSL: Use SSL_get1_peer_certificate if available
* src/retr.c (retrieve_from_file): Remove unused variable
Fix buffer size handling in filename conversion
* src/utils.c (xsleep): Avoid -Wfloat-conversion
cfg.mk: Replace uses of filesystem with file system
* src/warc.c (warc_write_block_from_file): Check for EOF and error
Add buffer size param to warc_uuid_str
* src/wget.h (DO_REALLOC): Avoid -Wpointer-arith warnings