summaryrefslogtreecommitdiff
path: root/libsoup/soup-auth-digest.c
Commit message (Expand)AuthorAgeFilesLines
* soup-auth-digest: Fix buffer size issue found by Coverity Scan and clangMilan Crha2018-06-251-2/+2
* Port some of the classes to the new glib private apiIgnacio Casal Quinteiro2016-11-141-11/+15
* soup-auth-digest: fix a leak on re-authDan Winship2013-01-121-0/+3
* docs: Lots of minor fixes and additionsDan Winship2012-12-271-0/+11
* Fix the win32 buildKalev Lember2012-09-031-3/+4
* Fix building with MinGW compilerPaweł Forysiuk2012-07-261-0/+3
* Clean up includesDan Winship2012-07-131-8/+2
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-32/+28
* Use g_clear_object(), g_clear_pointer()Dan Winship2012-07-131-8/+4
* soup_header_g_string_append_param: if @value is a token, don't quote itDan Winship2010-04-091-7/+7
* SoupAuthDigest, SoupAuthDomainDigest: follow the spec more preciselyDan Winship2009-12-191-4/+3
* [SoupAuthDigest] don't crash if the server supports qop="auth,auth-int"Dan Winship2009-12-161-3/+3
* Include the (optional) algorithm param in Digest auth responsesDan Winship2009-06-011-1/+5
* Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship2009-04-031-4/+4
* Update these to deal with RFC2231-encoded UTF-8 header paramsDan Winship2008-10-011-10/+19
* if the server response doesn't include an algorithm, it is supposed toDan Winship2008-07-261-3/+1
* compare WWW-Authenticate auth schemes case-insensitively.Dan Winship2008-03-191-17/+19
* cast the second arg to g_checksum_update to (guchar *) to avoid warningsDan Winship2008-01-171-24/+24
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-204/+274
* add "realm" field to the struct. (SoupAuthClass) remove "get_realm"Dan Winship2007-09-251-33/+8
* require glib 2.12. check for timegm().Dan Winship2007-03-171-2/+2
* fix lots of warnings. Partially from patches from Andrew W. Nosenko, andDan Winship2006-11-031-3/+3
* g_return_if_fail if these get called after the IO is done. This isn'tDan Winship2006-04-101-2/+4
* fix most signed/unsigned mismatch warningsDan Winship2006-04-021-2/+2
* replace locale-ish strcasecmps with g_ascii_strcasecmpDan Winship2006-04-021-1/+1
* Finalize a SoupMD5Context and write out the digest in hex digits.Dan Winship2005-08-011-18/+3
* Call AC_LIBTOOL_WIN32_DLL. Check for Win32, set Automake conditionalTor Lillqvist2005-04-191-4/+6
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-90/+80
* Move RESPONSE_BLOCK_SIZE #define here from soup-private.hDan Winship2003-09-221-1/+0
* Add "authenticate" and "reauthenticate" signals. (invalidate_auth): RemoveDan Winship2003-09-101-12/+0
* Remove the "status" field from here, since it's mostly used byDan Winship2003-09-101-39/+45
* Take a uri string instead of a context. Also, swap the args (so the methodDan Winship2003-08-251-8/+8
* Make this an abstract GObject. Tweak some of the interfaces around aDan Winship2003-08-121-0/+453