summaryrefslogtreecommitdiff
path: root/tests/ntlm-test.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* session: add soup_session_send_and_read APIscarlosgc/send_and_readCarlos Garcia Campos2021-03-031-3/+3
* Replace SoupURI with GUriPatrick Griffis2020-11-141-12/+13
* Remove type argument from soup_test_session_new()Patrick Griffis2020-11-061-3/+3
* Remove properties that behave as functionspgriffis/remove-property-functionsPatrick Griffis2020-11-051-6/+4
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-6/+6
* Move authenticate signal from SoupSession to SoupMessageCarlos Garcia Campos2020-10-281-33/+52
* Remove property aliasesPatrick Griffis2020-10-281-2/+2
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-18/+24
* tests: stop using soup_session_send_message in testsCarlos Garcia Campos2020-09-301-3/+8
* Rename soup_client_context_get_gsocket to soup_client_context_get_socketPatrick Griffis2020-09-191-1/+1
* Added NTLMv2 testMichal Hrubý2018-10-081-6/+62
* ntlm-test: fix for the auth protection space fixDan Winship2015-10-121-7/+7
* soup-auth-ntlm: always close connection after NTLM failureDan Winship2015-03-051-4/+4
* ntlm: Implement NTLMv2 Session Security supportAdam Seering2015-02-281-27/+69
* 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