summaryrefslogtreecommitdiffabout
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-01-28XRD discovery fix.Michael Krelin1-0/+4
2009-01-21Do not bomb out on unusual xmlMichael Krelin1-15/+26
2008-12-02added passthrough unknown encoding handler to discovery parserMichael Krelin1-0/+8
2008-12-02support for unknown encoding in expat wrapperMichael Krelin1-0/+9
2008-11-12build fix: added missing includeMichael Krelin1-0/+1
2008-09-22A couple of bugfixesMichael Krelin1-1/+1
2008-06-29fixed debugging info settings for htmltidyMichael Krelin1-2/+5
2008-06-29Fixed w3c to unix timestamp conversion for FreeBSDMichael Krelin1-3/+18
2008-06-27made gcc 4.3 a bit happierMichael Krelin5-9/+9
2008-06-27Fix for gcc 4.3Michael Krelin2-0/+4
2008-06-26bumped version to 2.0 in preparation for releaseMichael Krelin1-1/+1
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 Krelin1-1/+2
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 Krelin4-84/+108
2008-04-06empty trust_root is no trust root.Michael Krelin1-0/+6
2008-03-04added curl_slist wrapperMichael Krelin1-0/+20
2008-03-03renamed basic_message to basic_fieldsMichael Krelin3-78/+88
2008-03-03introduced base_message class as a base for basic_openid_messageMichael Krelin2-51/+45
2008-03-03added append_to() to basic_openid_messageMichael Krelin1-3/+6
2008-03-02aded util::url_decode()Michael Krelin1-0/+28
2008-03-02reinstated prefix handling in query buildingMichael Krelin1-9/+11
2008-03-02made util::url_encode refrain from encoding unreserved charsMichael Krelin1-6/+33
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 Krelin3-12/+49
2008-02-19basic_RP: add methods for accessing identity information passed from OP.Michael Krelin1-2/+27
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 Krelin4-0/+4
2008-02-15small fix to openid message find_ns methodMichael Krelin1-2/+4
2008-02-12slight api improvement to ease caching of discovery informationMichael Krelin1-2/+7
2008-02-11allow to add prefix to generated htmlhiddensMichael Krelin1-5/+9
2008-02-09OP fixesMichael Krelin1-3/+3
2008-02-08minor fixes and making compiler a bit happierMichael Krelin9-46/+44
2008-02-08renamed verify_op to verify_OPMichael Krelin1-1/+1
2008-02-08renamed basic_op class to basic_OPMichael Krelin2-20/+20
2008-02-08do not allocate stateless assoc ahead of timeMichael Krelin1-5/+4
2008-02-04reworked extensions frameworkMichael Krelin5-22/+67
2008-02-03openid 1 compatibility fix in OPMichael Krelin1-0/+1
2008-02-03added verify_op that performs discovery on the relying partyMichael Krelin2-3/+55
2008-02-03added provisions for discovery on RPMichael Krelin1-10/+35
2008-02-02moved uri matching into separate procedureMichael Krelin2-32/+33
2008-02-02check if return_to matches realmMichael Krelin1-0/+36
2008-02-02first rough cut on OP 2.0 implementationMichael Krelin2-1/+322
2008-02-02added util::attr_escapeMichael Krelin1-0/+19
2008-02-02generate html form hiddens from the openid messageMichael Krelin1-0/+20
2008-01-31added util::change_mode_message_proxy classMichael Krelin1-19/+2
2008-01-30a few changes to the infrastructureMichael Krelin1-1/+18
2008-01-23check associate reply for consistencyMichael Krelin1-3/+6