summaryrefslogtreecommitdiffabout
AgeCommit message (Expand)AuthorFilesLines
2008-06-29added half-a-test for w3c time conversionMichael Krelin1-3/+17
2008-06-29fixed debugging info settings for htmltidyMichael Krelin1-2/+5
2008-06-29Fixed w3c to unix timestamp conversion for FreeBSDMichael Krelin2-3/+19
2008-06-27made gcc 4.3 a bit happierMichael Krelin6-11/+11
2008-06-27Fix for gcc 4.3Michael Krelin2-0/+4
2008-06-262.0 release2.0Michael Krelin1-2/+2
2008-06-26bumped version in the NEWS fileMichael Krelin1-1/+1
2008-06-26bumped version to 2.0 in preparation for releaseMichael Krelin2-2/+2
2008-06-25gave up the most stupid bug contest awardMichael Krelin1-2/+2
2008-06-25make compiler a bit happierMichael Krelin1-2/+2
2008-06-25improved detection of htmltidy for debian and co.Michael Krelin3-5/+14
2008-06-25update libcurl.m4 to fix breakage with -Wl,--as-needed ld flagsMichael Krelin1-24/+55
2008-06-25do not attempt to build programs dependent on absent librariesMichael Krelin1-1/+4
2008-04-06fix for discovery failing on some entities coming before the tag of interestMichael Krelin1-0/+1
2008-04-06Merge commit '1e3ed01c149aaeed5a64aacff218a5486128fc92' into devel/openid20Michael Krelin8-100/+157
2008-04-06empty trust_root is no trust root.Michael Krelin1-0/+6
2008-03-04added curl_slist wrapperMichael Krelin2-0/+40
2008-03-04propagate results of libuuid detectionMichael Krelin2-1/+5
2008-03-03renamed basic_message to basic_fieldsMichael Krelin4-91/+97
2008-03-03removed basic_message::fields_t typedefMichael Krelin1-1/+0
2008-03-03introduced base_message class as a base for basic_openid_messageMichael Krelin3-65/+73
2008-03-03added append_to() to basic_openid_messageMichael Krelin2-3/+7
2008-03-02aded util::url_decode()Michael Krelin2-1/+37
2008-03-02reinstated prefix handling in query buildingMichael Krelin2-11/+13
2008-03-02made util::url_encode refrain from encoding unreserved charsMichael Krelin1-6/+33
2008-03-02added missing include to util-internal.hMichael Krelin1-0/+1
2008-02-22fix the discovery for the case when identity URL points to XRDS document.Michael Krelin1-1/+7
2008-02-19added an identifier normalization utility functionMichael Krelin5-12/+53
2008-02-19basic_RP: add methods for accessing identity information passed from OP.Michael Krelin2-2/+63
2008-02-19use local array for hmac when calculating signatureMichael Krelin1-4/+7
2008-02-16do not tidy XRD documentsMichael Krelin1-2/+2
2008-02-16moved some stuff out of the now installed util.h headerMichael Krelin8-82/+110
2008-02-15small fix to openid message find_ns methodMichael Krelin1-2/+4
2008-02-12slight api improvement to ease caching of discovery informationMichael Krelin4-4/+19
2008-02-11more cleanupMichael Krelin1-1/+0
2008-02-11removed obsoleted functions in test RPMichael Krelin1-28/+0
2008-02-11allow to add prefix to generated htmlhiddensMichael Krelin2-6/+10
2008-02-09OP fixesMichael Krelin1-3/+3
2008-02-08minor fixes and making compiler a bit happierMichael Krelin16-77/+77
2008-02-08a bit of doxygenation for prequeue_RPMichael Krelin1-1/+8
2008-02-08renamed verify_op to verify_OPMichael Krelin4-4/+4
2008-02-08further doxygenation of basic_OP, extension_t and verify_OPMichael Krelin3-0/+21
2008-02-08further doxygenation of basic_OPMichael Krelin1-2/+75
2008-02-08renamed basic_op class to basic_OPMichael Krelin5-29/+134
2008-02-08do not allocate stateless assoc ahead of timeMichael Krelin1-5/+4
2008-02-04reworked extensions frameworkMichael Krelin10-67/+121
2008-02-03openid 1 compatibility fix in OPMichael Krelin1-0/+1
2008-02-03added test OPMichael Krelin4-4/+452
2008-02-03added verify_op that performs discovery on the relying partyMichael Krelin4-6/+73
2008-02-03added provisions for discovery on RPMichael Krelin2-11/+39