Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-auth.c
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2013-01-02 Dan Winshipsoup-auth-manager: add soup_auth_manager_use_auth()
2013-01-02 Dan Winshipsoup-auth-manager: split out connection handling
2012-12-29 Dan WinshipReorganize NTLM authentication, fix ntlm_auth support
2012-12-11 Dan WinshipSoupPasswordManager: kill
2012-07-13 Dan WinshipClean up includes
2012-07-13 Dan WinshipReorganize files to need fewer forward declarations
2012-07-13 Dan WinshipUse g_slist_free_full()
2012-02-08 Dan WinshipUse Makefile.glib
2011-09-22 Dan WinshipLots of gtk-doc fixes (no code changes)
2010-09-13 Dan WinshipFixes and additions for new introspection scanner
2010-06-09 Dan WinshipFix (transfer) annotations on some non-transfer-full...
2010-04-30 Dan WinshipMark SoupAuth and SoupAuthDomain abstract
2010-04-26 Andreas RottmannAdd gobject-introspection support
2009-09-07 Dan WinshipRemove SoupPasswordManager from the stable API
2009-08-12 Dan WinshipAdd SoupPasswordManager and SoupPasswordManagerGNOME
2009-03-08 Dan Winshipgtk-doc updates. In particular, document a bunch of...
2008-10-19 Dan Winshipcompare scheme name case-insensitively, to prevent...
2008-08-14 Dan Winshipg_return_if_fail if either username or password is...
2008-03-19 Dan Winshipcompare WWW-Authenticate auth schemes case-insensitively.
2008-03-13 Xan Lopez Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_p...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-09-25 Dan Winshipadd "realm" field to the struct. (SoupAuthClass) remove...
2006-07-21 Dan Winshipif the constructed auth doesn't have a realm, it's...
2006-04-02 Dan Winshipreplace locale-ish strcasecmps with g_ascii_strcasecmp
2005-06-14 Dan Winshipadd/fix gtk-doc comments, make functions match prototyp...
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2004-08-26 Dan Winshipadd/fix lots of gtk-doc comments
2003-09-22 Dan WinshipMove RESPONSE_BLOCK_SIZE #define here from soup-private.h
2003-09-17 Dan WinshipReplaces the three previous soup_connection_new* functi...
2003-09-10 Dan WinshipAdd "authenticate" and "reauthenticate" signals. (inval...
2003-08-12 Dan WinshipMake this an abstract GObject. Tweak some of the interf...
2003-08-12 Dan Winship Pull over some new test programs from the soup-refacto...
2003-08-11 Dan WinshipThese are all really SoupContext functions, so move... libsoup-2-0-branch-base
2003-07-29 Dan Winship1.99.25 ("Potato and Leek Soup") LIBSOUP_1_99_25
2003-05-09 Dan WinshipIf the auth status is PENDING, return an NTLM request...
2002-11-15 Dan WinshipChange old Helix Code refs to Ximian (and update copyri...
2002-11-05 Dan WinshipSplit libsoup out of soup. ChangeLog.old contains the...
2002-03-12 Alex GraveleyBump development version to 0.7.99.
2001-11-07 Dan WinshipMark the auth completed after sending the response...
2001-10-30 Alex GraveleyRemove the existing SoupAuth from the from the server...
2001-10-30 Alex GraveleyCall soup_auth_fn if we don't have auth data in the...
2001-10-19 Alex GraveleyThis is the first attempt at authentication inheritence...
2001-10-16 Joe ShawA NULL passwd is perfectly valid, so we want to avoid...
2001-10-04 Alex GraveleyCall soup_message_get_header_list.
2001-08-28 Alex GraveleySet the compare func on the returned object.
2001-08-25 Alex GraveleyAlways regenerate req->priv->req_header.
2001-08-23 Alex GraveleyFix under-allocation. (ntlm_parse): Comment out the...
2001-08-23 Alex GraveleyAdd SoupAuth.compare_func and call this from here,...
2001-08-23 Alex GraveleyTake an old_auth argument, if auth_types do not match...
2001-08-23 Alex GraveleyMicrosoft NTLM authentication support compliments of...
2001-08-20 Joe ShawBump up version to 0.4.4 Ditto.
2001-07-16 Alex GraveleyRemove the unused digest_data from _SoupMessagePrivate.
2001-07-10 Alex GraveleyUse g_strncasecmp.
2001-07-09 Alex GraveleyNew client authentication (basic/digest) code from...