summaryrefslogtreecommitdiff
path: root/libsoup/soup-auth-manager.c
Commit message (Expand)AuthorAgeFilesLines
* auth: do not use cached credentials in lookup method when flag SOUP_MESSAGE_D...Carlos Garcia Campos2017-02-221-0/+6
* auth: Fix async authentication when flag SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE i...Carlos Garcia Campos2017-02-221-2/+2
* Do not remove Authorization header unconditionallyCarlos Garcia Campos2016-12-121-2/+4
* Add API to disable using cached credentials for a particular SoupMessageCarlos Garcia Campos2016-12-031-15/+84
* Add API to clear cached credentials from SoupAuthManagerCarlos Garcia Campos2016-11-151-0/+21
* Port some of the classes to the new glib private apiIgnacio Casal Quinteiro2016-11-141-6/+6
* Bug 587145 - Add GSS-Negotiate supportGuido Guenther2016-03-141-0/+3
* Fix some signed/unsigned missmatch warningsIgnacio Casal Quinteiro2015-11-021-2/+2
* Fix runtime critical warning when loading an authenticated proxy resource fro...Carlos Garcia Campos2015-10-081-5/+5
* Add SoupMessage::starting signalCarlos Garcia Campos2015-03-021-27/+25
* use libfffi-based generic marshaller instead of glib-genmarshalOlivier Blin2013-06-081-2/+1
* soup-auth-manager: don't send host auth to proxy serversDan Winship2013-05-151-6/+8
* SoupAuthManager: deal with "disappearing" auth headersDan Winship2013-03-061-17/+21
* soup-auth-manager: make this thread-safeDan Winship2013-01-021-3/+29
* soup-auth-manager: add soup_auth_manager_use_auth()Dan Winship2013-01-021-1/+33
* SoupAuthManager: make this publicDan Winship2013-01-021-17/+63
* soup-auth-manager: split out connection handlingDan Winship2013-01-021-137/+80
* Reorganize NTLM authentication, fix ntlm_auth supportDan Winship2012-12-291-21/+121
* Better handle the failure of URI embedded credentialsMartin Robinson2012-12-041-3/+4
* Clean up includesDan Winship2012-07-131-5/+1
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-39/+32
* Use g_clear_object(), g_clear_pointer()Dan Winship2012-07-131-6/+3
* Use g_ptr_array_new_with_free_func()Dan Winship2012-07-131-5/+1
* Replace g_hash_table_foreach() with GHashTableIterDan Winship2012-07-131-19/+18
* SoupAuthManagerNTLM: fix don't-fallback-to-Basic codeDan Winship2012-02-241-27/+67
* Use Makefile.glibDan Winship2012-02-081-1/+1
* SoupAuthManager: implement subfeatures for adding/removing auth typesDan Winship2010-12-091-9/+38
* soup-auth-manager: make URI username/password override cached infoDan Winship2010-11-141-9/+7
* Implement SoupProxyURIResolver, to replace SoupProxyResolverDan Winship2009-06-061-7/+14
* Fix hostname resolution behaviorDan Winship2009-06-061-8/+8
* Don't emit "authenticate" until a message is actually sent and fails.Dan Winship2009-05-211-7/+10
* Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship2009-04-031-4/+4
* Fix crash when getting a 407 when using SoupProxyResolverGNOME (or whenDan Winship2009-02-061-0/+3
* Fix this so we choose the *strongest* auth type first, rather than theDan Winship2008-11-281-1/+1
* Change the SoupURI properties to SoupAddress properties.Dan Winship2008-10-031-14/+9
* libsoup/soup-auth-manager-ntlm.c libsoup/soup-auth-manager.cDan Winship2008-09-261-1/+1
* Make this a GObject and specifically a SoupSessionFeature. Add anDan Winship2008-04-081-95/+147
* Define two new signals, request_queued and request_unqueued, to provided aDan Winship2008-03-161-11/+44
* Allow the session authenticate signal to be handled asynchronously, byDan Winship2008-01-161-29/+39
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-0/+451