Moved all the OpenID Relying Party code that I've written so far
authorArt Cancro <ajc@citadel.org>
Mon, 19 May 2008 03:33:03 +0000 (03:33 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 19 May 2008 03:33:03 +0000 (03:33 +0000)
commit582470a6adda00d5fd5ec218ea28ad44c66ce508
tree669bb749808fa3fb1651ffd3c70d4ea5faa2f205
parentddc8b9b2eb5b2247dd03dc05836000f411374048
Moved all the OpenID Relying Party code that I've written so far
into the Citadel server, with only glue code in WebCit.  This
will allow Relying Party support to be implemented without requiring
a highly trusted webcit client, and it also eliminates the need to
link libcurl into webcit.
citadel/modules/openid/serv_openid_rp.c [new file with mode: 0644]
citadel/modules/rssclient/serv_rssclient.c
webcit/Makefile.in
webcit/auth.c
webcit/httpfetch.c [deleted file]