Lines Matching refs:to

18 CURLOPT_HTTPAUTH - HTTP server authentication methods to try
30 Pass a long as parameter, which is set to a bitmask, to tell libcurl which
31 authentication method(s) you want it to use speaking to the remote server.
34 first queries the host to see which authentication methods it supports and
35 then picks the best one you allow it to use. For some methods, this induces an
52 is a more secure way to do authentication over public networks than the
58 in RFC 2617 and is a more secure way to do authentication over public networks
60 libcurl uses a special "quirk" that IE is known to have used before version 7
61 and that some servers require the client to use.
67 You can set the Bearer token to use with CURLOPT_XOAUTH2_BEARER(3).
72 in RFC 4559 and is the most secure way to perform authentication over HTTP.
74 You need to build libcurl with a suitable GSS-API library or SSPI on Windows
75 for this to work.
80 Microsoft. It uses a challenge-response and hash concept similar to Digest, to
83 You need to build libcurl with either OpenSSL or GnuTLS support for this
84 option to work, or build libcurl on Windows with SSPI support.
90 NTLM delegating to winbind helper. Authentication is performed by a separate
94 Note that libcurl forks when necessary to run the winbind application and kill
95 it when complete, calling **waitpid()** to await its exit when done. On POSIX
96 operating systems, killing the process causes a SIGCHLD signal to be raised
99 unconditionally call wait() in its SIGCHLD signal handler to avoid being
100 subject to a race condition. This behavior is subject to change in future
117 value to force libcurl to probe for unrestricted auth and if not, only that