X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=c576f1170a12ed43eb5fed6b3ce2e34d33ed0d05;hp=4dc66b1f4f5c3eb130022c69a95ac9f9c48e7f4f;hb=e4600575bb4e2d2a6b9e2c543d0920b969d98e55;hpb=10da871ac441fe99f5d20dd8f1e9ec3797c0a5a2 diff --git a/src/ChangeLog b/src/ChangeLog index 4dc66b1f..c576f117 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -8,6 +8,24 @@ opt.max_redirect's value should be checked a bit differently in retr.c, to allow for the "infinite" meaning of zero. +2007-07-25 Micah Cowan + + * http.c (create_authorization_line) + (basic_authentication_encode, known_authentication_scheme_p) + (load_cookies): Moved declarations up. + (basic_authed_hosts): Added. Tracks what hosts have issued Basic + challenge and been given the global username, password. + (maybe_send_basic_creds): Added. Sends Basic creds for hosts that + have issued Basic challenges. + (register_basic_auth_host): Added. Instantiates + basic_authed_hosts if necessary, then registers the host that + has issued a challenge. + (gethttp) : Only send authentication credentials after + we've received a challenge from that host. This is a stop-gap + fix until a proper fix can be implemented; still isn't quite + right, as we should only be sending credentials automatically + for authenticated paths and below, and not for the entire host. + 2007-07-16 Joshua David Williams * options.h: added maxredirect to options struct