SoupAuthManager: implement subfeatures for adding/removing auth types
authorDan Winship <danw@gnome.org>
Mon, 7 Jun 2010 20:46:20 +0000 (16:46 -0400)
committerDan Winship <danw@gnome.org>
Thu, 9 Dec 2010 11:04:51 +0000 (12:04 +0100)
commitf4fed344602d061fed46c64a037feb1403982f28
tree5943c104e19e7d9ec8ee84fc59bb2bdfb7591552
parent65d5f29c527ab6da5991696026d6bdbef903d169
SoupAuthManager: implement subfeatures for adding/removing auth types

Allow using soup_session_add/remove_feature_by_type() to add/remove auth
types from the session, and add a test for that
libsoup/soup-auth-basic.h
libsoup/soup-auth-digest.h
libsoup/soup-auth-manager.c
libsoup/soup-auth-manager.h
libsoup/soup-auth.h
tests/auth-test.c