Mailing list header changes (fuck you Google)
[citadel.git] / webcit / auth.c
2009-05-19 Wilfried Göesgens* fix basic auth
2009-05-18 Wilfried Göesgens* fix auth basic scheme
2009-05-18 Wilfried Göesgens* fix session connecting
2009-05-17 Wilfried Göesgens* shuffle auth arround...
2009-05-17 Wilfried Göesgens* re-create static support; we now safe us from .....
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-14 Art Cancro* Removed 'close window' link from logout screen becaus...
2009-05-10 Wilfried Göesgens* add more module handlers:
2009-05-04 Wilfried Göesgens* remove more serv_readln etc...
2009-04-29 Wilfried Göesgens* temporary solution to our ser_readln migration: have...
2009-04-28 Wilfried Göesgens* start migrating important message to strbuf; have...
2009-04-26 Wilfried Göesgens* use load_message in the useredit form
2009-02-21 Wilfried Göesgens* check whether serv_info is present before dereferenci...
2009-02-11 Wilfried Göesgens* fix language preferences backing; now we should realy...
2009-02-10 Wilfried Göesgens* move serv_info into the session, here we can control...
2009-01-31 Art Cancro* Corrected strbuf errors in auth.c, this appears to...
2009-01-31 Art Cancro* Removed the 'New User' button from openid_login;...
2009-01-31 Matt* fix preview_pane scroll memory bug
2009-01-26 Matt* fix some fallout from last commit: iconbar now in...
2009-01-25 Wilfried Göesgens* shuffled members of wcsession -> do a make clean...
2009-01-14 Wilfried Göesgens* add 'control context'; which will carry information...
2009-01-13 Matt* fix issues with room list in firefox 2 (didn't detect...
2009-01-12 MattMerge new summary view branches changes into trunk
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2009-01-05 Art Cancro* locate_user_vcard() wasn't using either of its suppli...
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-12-07 Wilfried Göesgens* follow api-change in several places
2008-11-27 Wilfried Göesgens* rework login screen to utilize more modern templating
2008-11-24 Wilfried Göesgens* remove old (replaced) code
2008-11-23 Wilfried Göesgens* add transitional beginboxx template and move some...
2008-11-02 Wilfried Göesgens* put QP Decoder intoo its own file
2008-10-16 Art CancroTrust the compiler to do short-circuit evaluation.
2008-09-23 Wilfried Göesgens* add contexttype, so the subst can precheck the contex...
2008-08-25 Wilfried Göesgens* fix hickup with the floordiv_expanded setting; the...
2008-08-23 Wilfried Göesgens* implement conditional switches; if true will skip...
2008-08-17 Wilfried Göesgens* correct all GetNextHashPos() calls to have const...
2008-08-17 Wilfried Göesgens* add new 'Context' Parameter to the template call
2008-08-03 Wilfried Göesgens* migrate bstr backend to strbuf
2008-07-29 Wilfried Göesgens* make param const char *
2008-07-29 Wilfried Göesgens* fallback to /knrooms after login if the user doesn...
2008-07-14 Wilfried Göesgens* removed handlers from webcit.h if possible
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-06-24 Art Cancro* Applied matt's latest patches
2008-06-23 Wilfried Göesgens* rather let webcit rate password than layer 9
2008-06-07 Art CancroAdded a link on the OpenID login page, that points...
2008-06-05 Art Cancro* Completed the code for creating a new account, manual...
2008-06-03 Art Cancroopenid blah blah blah
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 CancroExport format has changed due to the addition of a new
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-28 Art CancroAdded some glue code for attachment of an OpenID to
2008-05-28 Dave WestI there are users requiring validation when an Aide...
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 CancroMore work on OpenID 1.1 support
2008-05-19 Art CancroMoved all the OpenID Relying Party code that I've writt...
2008-05-18 Art CancroSome more tinkering with OpenID.
2008-05-17 Art Cancromore tinkering with openid
2008-05-16 Art Cancromore openid setup
2008-05-16 Art CancroNow we have all the data we need to compose the redirect.
2008-05-16 Art Cancrofinished code to extract link rel tags
2008-05-16 Art Cancrosome html parsing for link rel tags
2008-05-15 Art CancroFinished the mini http fetcher
2008-05-15 Art CancroAdded a mini http fetcher into webcit
2008-05-15 Art CancroGet the login screen ready for OpenID support
2008-05-08 Wilfried Göesgens* keys in subst aren't case insensitive anymore. Upperc...
2008-05-02 Wilfried Göesgens* migrated SUBST stuff to hash
2008-04-30 Wilfried Göesgens* updated listsorts to have '0' as sort order in all...
2008-04-26 Wilfried Göesgens* fix memleak in calendar_view.c
2008-04-11 Art CancroVersion number to 7.35 in preparation for an upcoming...
2008-04-04 Wilfried Göesgens* we have now several bstrs:
2007-12-11 Wilfried Göesgens* add link to the faq if we can't connect, so one gets...
2007-10-23 Thierry PasqualierPretty buttons for Log Off screen
2007-10-07 Thierry PasqualierSome CSS for a pretty log off screen
2007-10-02 Art CancroSaving vCards now requires the API caller to specify...
2007-09-06 Wilfried Göesgens* lets start knit-picking on buffersizes.
2007-08-28 Thierry PasqualierAdvanced menu items
2007-08-10 Thierry Pasqualieruse the same way to display all banners and services...
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2007-07-05 Art CancroNearly all <FORM> blocks now contain a hidden input
2007-01-16 Art Cancro* correction of bad HTML of the new banner
2007-01-08 Art Cancro* Merged Thierry's CSS changes
2007-01-07 Wilfried Göesgens* add link to citadel.org: <tr bgcolor="#000088"><td...
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-03-02 Art CancroMade the 'New User' button disappear when it is not...
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-27 Art Cancrocomments
2006-01-20 Wilfried Göesgensconverted comments to get caught by doxygen
2006-01-18 Art Cancro* fix_scrollbar_bug is now a class instead of an id...
2005-12-07 Art Cancro* Fixed more missing localization items
2005-12-07 Art Cancro* Per-session locale. For some reason it doesn't work...
2005-12-05 Art Cancro* Added in some of the missing localizations
2005-12-02 Art Cancro* Re-enabled browser language detection. This will...
next