summaryrefslogtreecommitdiff
path: root/tests/ntlm-test.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-04Imported Upstream version 2.46.0upstream/2.46.0Zhang zhengguang1-103/+121
2013-04-10tests: fix ntlm-test when built without ntlm_auth supportDan Winship1-1/+3
2013-02-07SoupAuthNTLM: fix to do a "retrying" authenticateDan Winship1-0/+88
2013-01-02soup-auth-manager: add soup_auth_manager_use_auth()Dan Winship1-4/+12
2013-01-02ntlm-test: kill some dead codeDan Winship1-5/+0
2013-01-02ntlm-test-helper: fixDan Winship1-1/+1
2012-12-29Reorganize NTLM authentication, fix ntlm_auth supportDan Winship1-8/+52
2012-10-16soup-auth-manager-ntlm.c: don't include the default domain in the responseDan Winship1-1/+1
2012-07-13Clean up includesDan Winship1-17/+0
2012-02-24SoupAuthManagerNTLM: fix don't-fallback-to-Basic codeDan Winship1-42/+90
2011-11-13SoupAuthManagerNTLM: allow non-ASCII usernames/passwordsDan Winship1-1/+1
2010-12-09SoupSession, SoupAuthManagerNTLM: Use subfeatures for NTLM auth tooDan Winship1-4/+4
2010-06-11Allow calling soup_test_server_new() multiple times in test programsDan Winship1-0/+1
2009-04-03 Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship1-9/+10
2009-03-27 Bug 576583 - Tests fail if "localhost" resolves to ::1Dan Winship1-1/+1
2008-09-30soup_value_hash_insert_value() copies the value, so we have toDan Winship1-0/+1
2008-09-30store the GSource in priv, don't ref the session. Otherwise the sessionDan Winship1-2/+1
2008-09-26libsoup/soup-auth-manager-ntlm.c libsoup/soup-auth-manager.cDan Winship1-1/+1
2008-04-05 Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship1-2/+0
2008-01-28Use soup_message_headers_replace(), not soup_message_headers_append(),Dan Winship1-74/+169
2008-01-15Merge libsoup-2.4 branch to trunkDan Winship1-164/+97
2007-11-21don't leak the SoupAddress.Dan Winship1-0/+5
2007-10-28free proxy-related stuffDan Winship1-0/+3
2007-10-28Make these less verbose by default (to make it easier to see what failedDan Winship1-27/+46
2007-09-24Only remove the Authorization / Proxy-Authorization header from theDan Winship1-0/+380