summaryrefslogtreecommitdiff
path: root/tests/ntlm-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests: port old tests to new SoupServer APIs, add some new testsDan Winship2014-05-021-7/+4
* tests: use g_test_bug() to annotate test casesDan Winship2014-03-151-0/+2
* tests: split up some test programs into more testsDan Winship2014-03-151-59/+72
* tests: skip individual tests rather than whole test programsDan Winship2014-02-171-4/+10
* tests: use TAP, and install the testsDan Winship2014-02-081-2/+6
* tests: initial port to the gtestutils frameworkDan Winship2014-02-081-91/+84
* tests: fix ntlm-test when built without ntlm_auth supportDan Winship2013-04-101-1/+3
* SoupAuthNTLM: fix to do a "retrying" authenticateDan Winship2013-02-071-0/+88
* soup-auth-manager: add soup_auth_manager_use_auth()Dan Winship2013-01-021-4/+12
* ntlm-test: kill some dead codeDan Winship2013-01-021-5/+0
* ntlm-test-helper: fixDan Winship2013-01-021-1/+1
* Reorganize NTLM authentication, fix ntlm_auth supportDan Winship2012-12-291-8/+52
* soup-auth-manager-ntlm.c: don't include the default domain in the responseDan Winship2012-10-161-1/+1
* Clean up includesDan Winship2012-07-131-17/+0
* SoupAuthManagerNTLM: fix don't-fallback-to-Basic codeDan Winship2012-02-241-42/+90
* SoupAuthManagerNTLM: allow non-ASCII usernames/passwordsDan Winship2011-11-131-1/+1
* SoupSession, SoupAuthManagerNTLM: Use subfeatures for NTLM auth tooDan Winship2010-12-091-4/+4
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-111-0/+1
* Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship2009-04-031-9/+10
* Bug 576583 - Tests fail if "localhost" resolves to ::1Dan Winship2009-03-271-1/+1
* soup_value_hash_insert_value() copies the value, so we have toDan Winship2008-09-301-0/+1
* store the GSource in priv, don't ref the session. Otherwise the sessionDan Winship2008-09-301-2/+1
* libsoup/soup-auth-manager-ntlm.c libsoup/soup-auth-manager.cDan Winship2008-09-261-1/+1
* Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship2008-04-051-2/+0
* Use soup_message_headers_replace(), not soup_message_headers_append(),Dan Winship2008-01-281-74/+169
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-164/+97
* don't leak the SoupAddress.Dan Winship2007-11-211-0/+5
* free proxy-related stuffDan Winship2007-10-281-0/+3
* Make these less verbose by default (to make it easier to see what failedDan Winship2007-10-281-27/+46
* Only remove the Authorization / Proxy-Authorization header from theDan Winship2007-09-241-0/+380