summaryrefslogtreecommitdiffabout
path: root/include/opkele
AgeCommit message (Expand)AuthorFilesLines
2008-02-19basic_RP: add methods for accessing identity information passed from OP.Michael Krelin1-0/+36
2008-02-16moved some stuff out of the now installed util.h headerMichael Krelin2-81/+103
2008-02-12slight api improvement to ease caching of discovery informationMichael Krelin3-2/+12
2008-02-11allow to add prefix to generated htmlhiddensMichael Krelin1-1/+1
2008-02-08minor fixes and making compiler a bit happierMichael Krelin4-18/+20
2008-02-08a bit of doxygenation for prequeue_RPMichael Krelin1-1/+8
2008-02-08renamed verify_op to verify_OPMichael Krelin2-2/+2
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 Krelin2-8/+113
2008-02-04reworked extensions frameworkMichael Krelin4-43/+46
2008-02-03added verify_op that performs discovery on the relying partyMichael Krelin1-0/+16
2008-02-03added provisions for discovery on RPMichael Krelin1-1/+4
2008-02-03moved openid_endpoint_t to types.hMichael Krelin2-18/+18
2008-02-03added return_to service type to uris.hMichael Krelin1-0/+1
2008-02-02moved uri matching into separate procedureMichael Krelin1-0/+8
2008-02-02added missing basic_op.h headerMichael Krelin1-0/+68
2008-02-02check if return_to matches realmMichael Krelin1-0/+9
2008-02-02first rough cut on OP 2.0 implementationMichael Krelin1-0/+27
2008-02-02added util::attr_escapeMichael Krelin1-0/+7
2008-02-02generate html form hiddens from the openid messageMichael Krelin1-0/+2
2008-01-31added util::change_mode_message_proxy classMichael Krelin1-0/+18
2008-01-30a few changes to the infrastructureMichael Krelin1-0/+2
2008-01-21Implement URI construction handling append='qxri' xrd:URI attribute.Michael Krelin1-1/+9
2008-01-20the whole library rewrittenMichael Krelin9-127/+479
2008-01-20defined sreg 1.1 openid namespace URIMichael Krelin1-0/+1
2008-01-20opkele/iterator.h headerMichael Krelin1-0/+217
2008-01-20config header: define deprecation attributeMichael Krelin1-0/+4
2008-01-12fixed priority_map comparison functionMichael Krelin1-1/+1
2008-01-06Revert "discovery: stop parser with XML_StopParser()" for nowMichael Krelin1-4/+2
2008-01-05added htmltidy dependencyMichael Krelin2-0/+84
2008-01-05discovery: stop parser with XML_StopParser()Michael Krelin1-2/+4
2008-01-04exception specializationsMichael Krelin1-1/+29
2008-01-04id_res_cancel and id_res_bad_nonce exceptionsMichael Krelin1-0/+18
2008-01-04output thrown exceptions to clog streamMichael Krelin2-5/+19
2008-01-04exception fixes and enhancementsMichael Krelin1-1/+9
2008-01-04parse ProviderID while doing discoveryMichael Krelin1-0/+4
2008-01-04gitignored tr1-mem.hMichael Krelin1-0/+1
2008-01-04added openid.sreg.ns parameter to sreg extensionMichael Krelin1-0/+1
2008-01-04added missing fileMichael Krelin1-0/+10
2008-01-04changed auto_ptr to shared_ptrMichael Krelin3-9/+8
2008-01-04idiscovery_t() default constructor and a couple of helpersMichael Krelin1-0/+6
2007-12-17made secret_t non-constant size and added params_t::query_string functionMichael Krelin1-5/+13
2007-12-17added openid.ns uri to uris.hMichael Krelin1-0/+2
2007-12-17moved curl_fetch_string_t/curl_pick_t classes into curl.hMichael Krelin1-0/+24
2007-12-13keep track of whether the identity being discovered is XRIMichael Krelin1-0/+1
2007-12-09Merge branch 'next' into devel/xriMichael Krelin2-0/+15
2007-12-09reworked identity resolution and service discoveryMichael Krelin5-122/+124
2007-12-04Minor improvementsMichael Krelin2-0/+15
2007-12-02first cut on XRI resolverMichael Krelin2-0/+128