summaryrefslogtreecommitdiff
path: root/module/mod_auth_singleid.c
AgeCommit message (Collapse)Author
2009-07-07Use our own get_token() function for splitting stuff up.Stef Walter
2009-07-07Implement simple AX attribute exchange.Stef Walter
* Does not yet handle setting attributes from the cookie.
2009-06-18FreeBSD compile fixesStef Walter
2009-06-18Allow setting cookie name.Stef Walter
2009-06-18Implement config for shared memory.Stef Walter
2009-06-18Add ability to parse out user name from identifier, and add environment ↵Stef Walter
variable for identifier.
2009-06-18A bunch of fixes that make OpenID authentication work for the first time.Stef Walter
2009-06-18Complete almost all code, compiles.Stef Walter
2009-06-18A bunch of fixes toward compilation. Finish today's work.Stef Walter
2009-06-17Some coding work. Banged out generally how things will work. Nothing ↵Stef Walter
compiles yet.