bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [PATCH 0/3] Changes related to use of .netrc


From: Tomas Hozza
Subject: [Bug-wget] [PATCH 0/3] Changes related to use of .netrc
Date: Fri, 12 May 2017 19:17:29 +0200

I'm sending couple of changes, including tests, which are result of Fedora Bug 
https://bugzilla.redhat.com/show_bug.cgi?id=1425097. For details, please see 
commit messages of each patch.

Tomas Hozza (3):
  Added tests for HTTP authentication using credentials from .netrc
  Fixed getting of credentials from .netrc
  Add command line option to disable use of .netrc

 doc/wget.texi                               |  6 +++
 src/http.c                                  |  2 +-
 src/main.c                                  |  3 ++
 testenv/Makefile.am                         |  4 ++
 testenv/Test-auth-basic-netrc-pass-given.py | 68 +++++++++++++++++++++++++++++
 testenv/Test-auth-basic-netrc-user-given.py | 68 +++++++++++++++++++++++++++++
 testenv/Test-auth-basic-netrc.py            | 66 ++++++++++++++++++++++++++++
 testenv/Test-auth-basic-no-netrc-fail.py    | 59 +++++++++++++++++++++++++
 testenv/test/base_test.py                   |  2 +-
 9 files changed, 276 insertions(+), 2 deletions(-)
 create mode 100755 testenv/Test-auth-basic-netrc-pass-given.py
 create mode 100755 testenv/Test-auth-basic-netrc-user-given.py
 create mode 100755 testenv/Test-auth-basic-netrc.py
 create mode 100755 testenv/Test-auth-basic-no-netrc-fail.py

-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]