summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/oauth/mod-oauth1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of login session expiration and incorrect caching of login redir...jsdelfino2013-08-261-8/+14
* Refactoring, rename isNil to isNull.jsdelfino2013-01-031-35/+35
* Improve handling of nested lists, trees, null and floating point values.jsdelfino2013-01-031-16/+16
* More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino2012-12-111-102/+85
* Add an HTTPD auth provider allowing the authentication logic to be implemente...jsdelfino2012-07-161-30/+109
* Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino2012-05-281-4/+4
* Enable administrative access using basic auth.jsdelfino2012-04-091-1/+4
* Support multiple Auth modules in a single server or proxy config. Minor fixes...jsdelfino2012-04-021-44/+43
* Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino2012-02-201-9/+9
* Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2011-12-231-0/+1
* Add ability to configure an HTTPS proxy with load balancing over a set of HTT...jsdelfino2011-12-181-2/+2
* Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino2011-11-211-39/+45
* Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino2011-08-281-2/+21
* Make authentication work with wildcard domains and increase authentication co...jsdelfino2011-08-061-0/+1
* Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino2011-05-231-1/+1
* Support authentication across wildcard domains.jsdelfino2011-03-211-1/+1
* Correctly pass query strings through component wiring redirects and improve f...jsdelfino2011-02-261-4/+4
* Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2011-01-091-0/+3
* Move JavaScript eval functions to the js module.jsdelfino2010-12-081-2/+2
* Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino2010-11-131-37/+28
* Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino2010-11-031-10/+34
* Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino2010-09-191-0/+565