curl/include/curl
Daniel Stenberg 8636742256 HTTP Auth: Add CURLAUTH_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.

For example you can use CURLAUTH_DIGEST|CURLAUTH_ONLY to make libcurl
first probe for what method to use, but yet only consider Digest to be
acceptable.

Using _only_ CURLAUTH_DIGEST without the CURLAUTH_ONLY field, will make
libcurl explicitly use Digest right away and not do any probing.
2010-11-11 16:44:50 +01:00
..
.gitignore ignore files generated by 'maketgz' 2010-04-14 17:12:34 +02:00
Makefile.am s/CVS/git 2010-03-24 10:45:47 +01:00
curl.h HTTP Auth: Add CURLAUTH_ONLY 2010-11-11 16:44:50 +01:00
curlbuild.h.cmake CMake fixes for Linux. 2010-03-24 14:07:18 -04:00
curlbuild.h.dist remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
curlbuild.h.in remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
curlrules.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
curlver.h curlver.h: start over at 7.21.3 2010-10-13 00:21:39 +02:00
easy.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
mprintf.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
multi.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
stdcheaders.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
typecheck-gcc.h typecheck-gcc: work around gcc upstream bug #32061 2010-08-12 23:56:49 +02:00
types.h typedef CURL in the curl.h file instead of only having a single useful typedef 2004-04-26 14:06:51 +00:00