* Removed some cruft from the login code. Combined the
authorArt Cancro <ajc@citadel.org>
Tue, 3 Jun 2008 03:41:51 +0000 (03:41 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 3 Jun 2008 03:41:51 +0000 (03:41 +0000)
commit21bb16339cb082e159289757403cc2b7c8884c2d
treeb2de616660046f595a8788b92afcafd1163c06f3
parent8b4b908a8f3867b4c4e22c054f0097cac6f4f2c0
* Removed some cruft from the login code.  Combined the
  do_login() and session_startup() functions.  Moved more duplicated
  code into a single code path.
* Completed the OpenID signin process for existing users, and for new
  users who have made their preferred nickname available via Simple
  Registration Extension (assuming this nickname is available on the
  Citadel system).  Other sign in flows are forthcoming...
citadel/citserver.c
citadel/modules/openid/serv_openid_rp.c
citadel/user_ops.c
citadel/user_ops.h
webcit/auth.c