Re-enabled OpenID 1.1 while I work on other things
[citadel.git] / citadel / modules / openid / serv_openid_rp.c
2011-12-05 Art CancroRe-enabled OpenID 1.1 while I work on other things
2011-12-05 Art CancroNew branch 'openid2' due to breaking the build from...
2011-12-05 Art Cancronote documentation sections of openid 2.0 spec in comments
2011-12-05 Art CancroLots of progress on Yadis discovery today. We are...
2011-12-05 Art CancroIf the X-XRDS-Location header is found, put it into...
2011-12-05 Art CancroMove some of this code around
2011-12-05 Art CancroParse HTTP headers to reveal X-XRDS-Location
2011-12-05 Art CancroCleanup of above
2011-12-05 Art CancroYadis discovery now passes Accept: application/xrds+xml
2011-12-05 Art CancroYadis discovery no longer uses fetch_http() because...
2011-12-05 Art CancroCleanup of previous commit
2011-12-05 Art Cancroctdl_openid_curl_easy_init() is a wrapper around curl_e...
2011-12-05 Art CancroBegin separating YADIS handling from XRDS parsing
2011-12-05 Art CancroInitialize XML parser when parsing an XRDS document
2011-12-05 Art CancroInitialize XML parser when parsing an XRDS document
2011-12-05 Art CancroBegan implementation of OpenID 2.0 relying party support.
2011-12-05 Art CancroRemoved unneeded newlines from syslog() calls in openid...
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Art CancroINFO command 'openid support' is now indicated as the...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-01-15 Wilfried Goesgensuse the gnu format string checker for CtdlLogPrintf...
2010-09-01 Art CancroMore removal of $Id$ tags
2010-08-20 Art Cancro* Don't tell libcurl to use an interface that does...
2010-07-19 Wilfried Göesgens* duplicate memreadline & bmstrcasestr to a const and...
2010-05-18 Wilfried Göesgens* split cutuserkey() out of makeuserkey(); its name...
2010-05-11 Wilfried Göesgens* openid-Module: don't use static buffers in most places
2010-05-03 Art Cancro* Eliminate generic_free_handler() since it is not...
2010-04-21 Wilfried Göesgens* cmd_oidf(): if we don't have ha Server to authenticat...
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-23 Dave WestFix the Makefile.in to properly clean the user_modules...
2009-10-15 Art Cancro* More license declarations
2009-10-11 Art Cancro* Removed all cases of '((long)*(cdboi->ptr))' in serv_...
2009-07-20 Art Cancro* Add the account name to oida
2009-07-20 Art Cancro* Added a command OIDA to dump all OpenID associations
2009-07-19 Art Cancro* Additional OpenID logging
2009-06-18 Art Cancro* Older versions of libcurl may not have CURLOPT_HTTP_C...
2009-06-15 Art Cancro* Applied mattev's patch to add CURLOPT_HTTP_CONTENT_DE...
2009-01-22 Wilfried Göesgens* make it const so gcc doesn't moan
2009-01-04 Art Cancro* libcurl operations now timeout after 180 seconds...
2008-12-07 Wilfried Göesgens* follo hashiterator api-change
2008-08-11 Art CancroThe CtdlWriteObject() API no longer uses a temp file
2008-06-10 Art CancroAdded an aide_message() when an OpenID is claimed
2008-06-06 Art Cancro* When not using native auth mode, do not enable the...
2008-06-05 Art CancroPopulate vCard from SREG even when there was a name...
2008-06-05 Art CancroAuto-populate vCard using Simple Registration Extension...
2008-06-05 Art Cancro* Completed the code for creating a new account, manual...
2008-06-03 Art CancroAdded a 'verify_only' result to OIDF, indicating the...
2008-06-03 Art Cancro* Removed some cruft from the login code. Combined the
2008-06-02 Art Cancromore openid work
2008-06-02 Art CancroBegan laying the framework for creating new users with...
2008-06-02 Art Cancro* Began implenmenting OpenID table import/export
2008-06-02 Art CancroFixed a double free error in serv_openid_rp.c
2008-06-02 Art CancroCompleted the delete-user hook to remove any associated
2008-06-01 Art CancroFixed a potential memory leak (not to worry, it's
2008-06-01 Art CancroImplemented the code to detach an OpenID from an account.
2008-05-31 Art CancroSuccess! We can now log in an existing user with OpenID.
2008-05-31 Art CancroRe-enable OpenID development code
2008-05-30 Art CancroTemporarily disable OpenID functionality for release
2008-05-29 Art Cancromore openid work
2008-05-29 Art CancroBegan writing some code to associate OpenIDs with Citad...
2008-05-29 Art CancroMoved a variable off the stack and into session state
2008-05-29 Art Cancrogetuserbynumber() now uses a proper indexed database
2008-05-27 Art CancroSet CURLOPT_USERAGENT and CURLOPT_INTERFACE in the...
2008-05-27 Art CancroWorked around a bug in phpMyID. I *think* this complet...
2008-05-24 Art Cancroopenid hacks
2008-05-24 Art CancroMore openid hacks
2008-05-24 Art Cancrolibcurl is teh r0x0r, it gives us access to the 'effect...
2008-05-23 Art CancroBegin caching OpenID data in the session; we'll need...
2008-05-23 Art CancroIn order to circumvent AOL's broken OpenID server,...
2008-05-23 Art CancroAOL's OpenID implementation sucks.
2008-05-22 Art Cancrohmmph. adjusted string lengths again
2008-05-22 Art CancroMade the assoc_handle field bigger, but we may still...
2008-05-22 Art CancroMore work on OpenID 1.1 support
2008-05-22 Art CancroFetch assoc_handles and use them in checkid_setup requests
2008-05-22 Art Cancromore openid 1.1 hacks
2008-05-21 Art Cancro* More work on OpenID 1.1 Relying Party support
2008-05-19 Art CancroBegan writing associate request
2008-05-19 Art CancroInitial support for Simple Registration Extension
2008-05-19 Art CancroMoved all the OpenID Relying Party code that I've writt...