summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/oauth/mod-oauth1.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-09Enable administrative access using basic auth.jsdelfino1-1/+4
2012-04-02Support multiple Auth modules in a single server or proxy config. Minor fixes...jsdelfino1-44/+43
2012-02-20Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino1-9/+9
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino1-0/+1
2011-12-18Add ability to configure an HTTPS proxy with load balancing over a set of HTT...jsdelfino1-2/+2
2011-11-21Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino1-39/+45
2011-08-28Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino1-2/+21
2011-08-06Make authentication work with wildcard domains and increase authentication co...jsdelfino1-0/+1
2011-05-23Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino1-1/+1
2011-03-21Support authentication across wildcard domains.jsdelfino1-1/+1
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino1-4/+4
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino1-0/+3
2010-12-08Move JavaScript eval functions to the js module.jsdelfino1-2/+2
2010-11-13Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino1-37/+28
2010-11-03Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino1-10/+34
2010-09-19Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino1-0/+565