log

age author description
2011-07-19 Adam Chlipala Use uw_streq(); update to newer Autoconf
2011-07-03 Adam Chlipala Based on a security suggestion by Robin Green, start a new session after authentication at an OP and after submission of a signup form
2011-07-03 Adam Chlipala Don't redirect back to URLs that have query strings
2011-07-03 Adam Chlipala Fix type error
2011-07-02 Robin Green Secure HMAC comparison
2011-06-12 Adam Chlipala Announce when provider only supports old OpenID version
2011-06-12 Adam Chlipala Fix OpenSSL memory leak (spotted by Chris Double)
2011-06-12 Adam Chlipala Tell libcurl to use SSLv3
2011-06-01 Adam Chlipala Proper handling of known vs. to-be-chosen identifiers
2011-05-17 Adam Chlipala Stop setting an id callback
2011-04-23 Adam Chlipala Small formatting cleanups
2011-04-22 Karn Kallio Merge Adam's upstream changes and update tests.
2011-04-20 Karn Kallio Generalize the formatting options a bit.
2011-04-18 Karn Kallio Merge from upstream.
2011-04-18 Karn Kallio Add some formatting options to the user control xml.
2011-04-21 Adam Chlipala Change some field names and update utest
2011-04-18 Karn Kallio Add some formatting options to the user control xml.
2011-04-17 Adam Chlipala A silly RPC bug that I'm surprised wasn't caught before now
2011-02-24 Adam Chlipala Fix Utest to track latest change
2011-02-24 Adam Chlipala More type class instances for user type; allow choose to fail
2011-01-23 Adam Chlipala Some XRDS fixes; ignore query strings in naming endpoints for association purposes
2011-01-23 Adam Chlipala Some default OPs, along with some tweaks to keep them happy
2011-01-20 Adam Chlipala More flexibility in placement of login form and other similar stuff
2011-01-17 Adam Chlipala Remove garbage configure message about GCCARGS
2011-01-16 Adam Chlipala fakeId parameter
2011-01-15 Adam Chlipala Fix calculation of URL to return to after sign-up
2011-01-08 Adam Chlipala Fix embarrassing bug that deleted sessions that were too new, rather than old
2011-01-06 Adam Chlipala New OpenidUser.Make parameter: ready
2011-01-06 Adam Chlipala Utest example
2011-01-06 Adam Chlipala Pretend user isn't logged in when he gives bogus session data; add some documentation to openidUser.urs
2011-01-06 Adam Chlipala Successfully created an account
2011-01-06 Adam Chlipala Beginning of OpenidUser
2011-01-02 Adam Chlipala Realms; documentation and license
2011-01-02 Adam Chlipala Change postify to satisfy more OPs; add untested invalidate_handle support
2011-01-02 Adam Chlipala Stateless verification worked
2011-01-01 Adam Chlipala Diffie-Hellman seems to be working
2010-12-29 Adam Chlipala Test with RP-side nonces
2010-12-29 Adam Chlipala Call user-specified function after authentication
2010-12-29 Adam Chlipala Fixed checking of nonce timestamp range
2010-12-29 Adam Chlipala Diffie-Hellman started but not fully tested; successfully checked signature from AOL
2010-12-29 Adam Chlipala Authentication verification almost working: signatures not computing correctly
2010-12-27 Adam Chlipala Added preliminary versions of all the authentication verification steps
2010-12-26 Adam Chlipala Detecting cancellation
2010-12-26 Adam Chlipala Received an OpenID authentication response, but haven't checked it yet
2010-12-26 Adam Chlipala Saving associations
2010-12-26 Adam Chlipala Discovery returns a record
2010-12-26 Adam Chlipala Discovered LiveJournal endpoint
2010-12-26 Adam Chlipala Ur/Web module initializes libcurl