rename wprintf to wc_printf; wchar.h also has a wprintf
[citadel.git] / webcit / auth.c
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-20 Wilfried Göesgens* add a Display name to our handlers; this will be...
2009-08-23 Wilfried Göesgens* add logging if auth-basic session connecting fails...
2009-07-17 Art Cancro* Repaired an OpenID login screen that was damaged...
2009-06-23 Art Cancro* return_to logic in do_edit_vcard() and submit_vcard...
2009-06-23 Art Cancro* do_edit_vcard() accept arbitrary url's for return_to...
2009-06-22 Art Cancro* NewStrBufPlain(HKEY(foo))
2009-06-22 Art Cancro* -1 instead of 256 when allocating strbuf
2009-06-22 Art Cancro* grr ... I did this wrong ... more fixes to come
2009-06-22 Art Cancro* Noted where I need to make some fixes
2009-06-19 Art Cancro* locate_user_vcard_in_this_room() lost the ability...
2009-06-19 Art Cancro* More style cleanup
2009-06-17 Art Cancro* ParsePref() was returning if it encountered a blank...
2009-06-17 Art Cancro* more temporary logging messages
2009-06-16 Art Cancro* Changed default start page to dotskip?room=_BASEROOM_
2009-06-11 Art Cancro* Added an extra logging message to try to figure out...
2009-05-31 Wilfried Göesgens* finish migrating the hdr struct
2009-05-31 Wilfried Göesgens* start moving the hdr struct up, and add detach callba...
2009-05-24 Wilfried Göesgens* check for WC in conditionals...
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-22 Wilfried Göesgens* free header vars from auth
2009-05-21 Art Cancro* Store the language setting in the session cookie...
2009-05-20 Art Cancro* The code that handled session establishment via http...
2009-05-20 Art Cancro* Handle bad cookies without crashing
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...
next