summaryrefslogtreecommitdiffabout
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-17made secret_t non-constant size and added params_t::query_string functionMichael Krelin2-8/+17
2007-12-17moved curl_fetch_string_t/curl_pick_t classes into curl.hMichael Krelin1-19/+1
2007-12-15fixed handling of openid:Delegate in discoveryMichael Krelin1-1/+1
2007-12-13keep track of whether the identity being discovered is XRIMichael Krelin1-0/+2
2007-12-09Merge branch 'next' into devel/xriMichael Krelin2-6/+6
2007-12-09reworked identity resolution and service discoveryMichael Krelin4-309/+388
2007-12-04Minor improvementsMichael Krelin1-3/+3
2007-12-04save a couple of ticks and make a bit more senseMichael Krelin1-3/+3
2007-12-02more robust discoveryMichael Krelin1-7/+11
2007-12-02first cut on XRI resolverMichael Krelin3-5/+308
2007-11-28added a trivial expat wrapperMichael Krelin2-3/+100
2007-11-28keep keeping compilers happyMichael Krelin1-1/+1
2007-11-28added header and progress callbacks to curl wrapperMichael Krelin1-0/+25
2007-11-28removed meaningless conditionMichael Krelin1-1/+0
2007-11-26encapsulated write functionality into curl_tMichael Krelin2-22/+40
2007-11-24more curl wrapper cosmeticsMichael Krelin3-62/+88
2007-11-24moved curl_t wrapper to util namespaceMichael Krelin1-20/+5
2007-11-24added URI normalization procedure to opkele::utilMichael Krelin1-0/+131
2007-11-21keep compiler happy about shadowed variableMichael Krelin1-1/+1
2007-11-21further calming compiler downMichael Krelin3-7/+7
2007-11-21added some missing includes for gcc 4.3Michael Krelin3-0/+3
2007-11-21Fix exception constructionMichael Krelin1-9/+6