summaryrefslogtreecommitdiffabout
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-21Implement URI construction handling append='qxri' xrd:URI attribute.Michael Krelin1-7/+22
2008-01-20the whole library rewrittenMichael Krelin12-167/+871
2008-01-06Revert "discovery: stop parser with XML_StopParser()" for nowMichael Krelin1-6/+5
2008-01-06Fix non-debug tidying.Michael Krelin1-1/+1
2008-01-05made more robust html discovery by using htmltidyMichael Krelin2-13/+66
2008-01-05added htmltidy dependencyMichael Krelin1-0/+6
2008-01-05discovery: stop parser with XML_StopParser()Michael Krelin1-6/+12
2008-01-04output thrown exceptions to clog streamMichael Krelin1-0/+16
2008-01-04configurable -DNDEBUGMichael Krelin1-0/+1
2008-01-04parse ProviderID while doing discoveryMichael Krelin1-0/+6
2008-01-04fix to rfc normalizationMichael Krelin1-1/+2
2008-01-04xri discovery fills in canonicalized_id for xri identities nowMichael Krelin1-0/+1
2008-01-04parse xrd:ExpiresMichael Krelin1-3/+7
2008-01-04adjust w3c_to_time output by timezone, so that it returns local timeMichael Krelin1-5/+15
2008-01-04corrected typoMichael Krelin1-1/+1
2008-01-04fixed sreg namespace setting ('sreg.ns' to 'ns.sreg')Michael Krelin1-1/+1
2008-01-04added openid.sreg.ns parameter to sreg extensionMichael Krelin1-0/+2
2008-01-04fix the xrds_location being cleared before it gets used.Michael Krelin1-1/+1