fitzsim pushed a change to branch master. from 1fc71ba * packages/tramp-theme/tramp-theme.el: Add autoload cookie. new ecee87e url-http-ntlm: New package new 087d353 url-http-ntlm: Remove trailing whitespace new 0bbbe59 url-http-ntlm.el: Adjust blank lines new 9e52a39 url-http-ntlm: Wrap lines at column 80 new 0799c67 url-http-ntlm: Fix checkdoc errors new 8482b90 url-http-ntlm: Remove blank comment lines new 50656c4 url-http-ntlm.el: Reindent whole file new cec4982 url-http-ntlm.el: Update copyright owner and years new 2d39d5d url-http-ntlm.el: Add maintainer header new 3033c48 url-http-ntlm.el: Update installation instructions new 19e93aa url-http-ntlm.el: Update author's email address new 6fb3a70 url-http-ntlm: Use url-http-ntlm namespace consistently new 4128f4f url-http-ntlm.el (url-ntlm-auth): Move defun near end of file new 55e7f42 url-http-ntlm.el (url-http-ntlm-last-args): Group defvar with others new d251ed3 url-http-ntlm: Use double dash naming convention for private symbols new 47e1c41 url-http-ntlm.el: Add comment headings new 8ce1ae7 url-http-ntlm: Port to cl-lib new eba1c75 url-http-ntlm: Override url-http-parse-headers redirect handling new 2dbfb38 url-http-ntlm: Prevent infinite loops new 355e756 url-http-ntlm: Remove limit of one username and password per server new 0f6ba4d url-http-ntlm: Declare url-http-extra-headers special new 904d3e6 url-http-ntlm: Autoload url-ntlm-auth and its registration new bc582f8 url-http-ntlm: Add auth-source support new 8892d9c url-http-ntlm.el: Add home page header new e036b16 url-http-ntlm: Change spelling of authorization function new 5b6c59f url-http-ntlm.el: Require ntlm 2.0.0 new 35668bf url-http-ntlm: Shorten first line of some docstrings new 8c06bd3 url-http-ntlm: Add `url-debug' debugging messages new 45db1e9 url-http-ntlm: Add cl-lib to Package-Requires new faa7c05 url-http-ntlm.el: Bump version to 2.0.0 new 53039bf url-http-ntlm.el: Update copyright years new 6682a04 url-http-ntlm.el: Bump version to 2.0.1
Summary of changes: .../url-http-ntlm-parse-headers-24.1.el | 472 +++++++++++++++++++ .../url-http-ntlm-parse-headers-24.2.el | 472 +++++++++++++++++++ .../url-http-ntlm-parse-headers-24.3.el | 473 +++++++++++++++++++ .../url-http-ntlm-parse-headers-24.4.el | 474 +++++++++++++++++++ .../url-http-ntlm-parse-headers-24.5.el | 480 ++++++++++++++++++++ packages/url-http-ntlm/url-http-ntlm.el | 300 ++++++++++++ 6 files changed, 2671 insertions(+), 0 deletions(-) create mode 100644 packages/url-http-ntlm/url-http-ntlm-parse-headers-24.1.el create mode 100644 packages/url-http-ntlm/url-http-ntlm-parse-headers-24.2.el create mode 100644 packages/url-http-ntlm/url-http-ntlm-parse-headers-24.3.el create mode 100644 packages/url-http-ntlm/url-http-ntlm-parse-headers-24.4.el create mode 100644 packages/url-http-ntlm/url-http-ntlm-parse-headers-24.5.el create mode 100644 packages/url-http-ntlm/url-http-ntlm.el