Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add new options LRO_HTTPAUTHMETHODS and LRO_PROXYAUTHMETHODS
As part of these new options, also new enum LrAuth was added,
the enum contains list of supported auth types that could
be used in the new options (the new options take bitmap from
values from the enum).
The enum contains:
LR_AUTH_NONE None auth method
LR_AUTH_BASIC HTTP Basic authentication (Default)
LR_AUTH_DIGEST HTTP Digest authentication
LR_AUTH_NEGOTIATE HTTP Negotiate (SPNEGO) authentication
LR_AUTH_NTLM HTTP NTLM authentication
LR_AUTH_DIGEST_IE HTTP Digest authentication with an IE flavor
LR_AUTH_NTLM_WB NTLM delegating to winbind helper
LR_AUTH_ONLY This is a meta symbol. OR this value
together with a single specific auth
value to force libcurl to probe for
un-restricted auth and if not, only
that single auth algorithm is
acceptable.
LR_AUTH_ANY All suitable methods
Resolves issue #67- Loading branch information
Showing
9 changed files
with
263 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.