SoupSession, SoupAuthManagerNTLM: Use subfeatures for NTLM auth too
authorDan Winship <danw@gnome.org>
Mon, 7 Jun 2010 21:03:19 +0000 (17:03 -0400)
committerDan Winship <danw@gnome.org>
Thu, 9 Dec 2010 11:04:51 +0000 (12:04 +0100)
commit815066543f0b34cffacac60c46e22dd6705dc76d
tree823c81a3e68ec5e939f562f3130f6c60ea5479e8
parentf4fed344602d061fed46c64a037feb1403982f28
SoupSession, SoupAuthManagerNTLM: Use subfeatures for NTLM auth too

Deprecate SoupSession:use-ntlm in favor of using
soup_session_add_feature_by_type() with SOUP_TYPE_AUTH_NTLM.
libsoup/soup-auth-manager-ntlm.c
libsoup/soup-auth-ntlm.h
libsoup/soup-auth.h
libsoup/soup-session.c
tests/ntlm-test.c