]> sjero.net Git - wget/blobdiff - src/ChangeLog
"LIST" or "LIST -a" ftp command according to the remote system
[wget] / src / ChangeLog
index edfb80f6c01996b0460f314a5911fbd9bfadc0a2..566db745f38ad60ad74e8887929a41a1879c0dd3 100644 (file)
@@ -1,3 +1,63 @@
+2013-10-17  Andrea Urbani  <matfanjol@mail.com>
+
+       * ftp.c (getftp): force "LIST" or "LIST -a"
+         according to the remote system type. If the remote
+         system is not known, it tries, only the first time,
+         "LIST -a", after "LIST" and decides which one to use.
+         For more information look for "__LIST_A_EXPLANATION__"
+       * ftp.h (enum ustype): New ustype enum.
+       * ftp.h (ftp_syst): New enum ustype *unix_type parameter.
+       * ftp.h (ftp_list): Removed enum stype rs parameter, added.
+         bool avoid_list_a, bool avoid_list, bool *list_a_used
+         parameters.
+       * ftp.h (wget_ftp_fstatus): New AVOID_LIST_A, AVOID_LIST,
+         LIST_AFTER_LIST_A_CHECK_DONE values.
+       * ftp-basic.c (ftp_list): it handles the new avoid_list_a,
+         avoid_list and list_a_used parameters.
+       * ftp.h (ftp_syst): it stores information about the "215 UNIX"
+         systems into the new unix_type parameter.
+
+2013-10-26  Bykov Aleksey <gnfalex@rambler.ru>
+
+       * utils.c (match_tail): Fix cookies reject
+
+       * ftp-ls.c (ftp_parse_unix_ls): Fix parsing month name in uppercase
+
+2013-09-09  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * gnutls.c (ssl_connect_wget): changed checking of option "PFS"
+         to be better prepared for some kinds of backports.
+         Reported by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
+
+2013-10-10  Giuseppe Scrivano  <gscrivan@redhat.com>
+
+       * url.c (url_parse): Try to convert UTF-8 URLs to IDN.
+       * html-url.c (append_url): Parse URLs specifying an IRI structure.
+
+2013-09-13  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * recur.c (download_child_p): fix compile error when
+         configured using --without-ssl.
+
+2013-09-07  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * gnutls.c (ssl_connect_wget): use gnutls_check_version()
+         to check if option "PFS" is available
+         Reported by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
+
+2013-09-03  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * main.c: Add new value 'PFS' to --secure-protocol to
+         enforce the so-called Perfect Forward Security.
+       * init.c (cmd_spec_secure_protocol): added secure_protocol_pfs
+       * openssl.c, gnutls.c, options.h: likewise
+
+2013-08-22  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * main.c: Add new option --https-only.
+       * options.h: Likewise.
+       * recur.c (download_child_p): add check for HTTPS.
+
 2013-08-09  Tim Ruehsen  <tim.ruehsen@gmx.de>
 
        * gnutls.c (ssl_init): Prevent CA files from being loaded twice