index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sca-cpp
/
trunk
/
modules
/
oauth
/
mod-oauth1.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
More changes to port to C++11, adjust to use the new JSON support, and cleanu...
jsdelfino
2012-12-11
1
-102
/
+85
*
Add an HTTPD auth provider allowing the authentication logic to be implemente...
jsdelfino
2012-07-16
1
-30
/
+109
*
Improve error reporting with a reason code. Improve debug and audit logging. ...
jsdelfino
2012-05-28
1
-4
/
+4
*
Enable administrative access using basic auth.
jsdelfino
2012-04-09
1
-1
/
+4
*
Support multiple Auth modules in a single server or proxy config. Minor fixes...
jsdelfino
2012-04-02
1
-44
/
+43
*
Optimize server modules a bit. Pass individual config elements instead of the...
jsdelfino
2012-02-20
1
-9
/
+9
*
Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...
jsdelfino
2011-12-23
1
-0
/
+1
*
Add ability to configure an HTTPS proxy with load balancing over a set of HTT...
jsdelfino
2011-12-18
1
-2
/
+2
*
Improvements to the auth implementation. Refactor logout page, handle auth re...
jsdelfino
2011-11-21
1
-39
/
+45
*
Implement a portable alternative to __thread and get the HTTP and SQLDB compo...
jsdelfino
2011-08-28
1
-2
/
+21
*
Make authentication work with wildcard domains and increase authentication co...
jsdelfino
2011-08-06
1
-0
/
+1
*
Support cookies over outgoing HTTP calls and a shorter component URL addressi...
jsdelfino
2011-05-23
1
-1
/
+1
*
Support authentication across wildcard domains.
jsdelfino
2011-03-21
1
-1
/
+1
*
Correctly pass query strings through component wiring redirects and improve f...
jsdelfino
2011-02-26
1
-4
/
+4
*
Fix memory leak in Python runtime integration. Reduce memory consumption of d...
jsdelfino
2011-01-09
1
-0
/
+3
*
Move JavaScript eval functions to the js module.
jsdelfino
2010-12-08
1
-2
/
+2
*
Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...
jsdelfino
2010-11-13
1
-37
/
+28
*
Improvements to OAuth and OpenID modules. Store client app in an environment ...
jsdelfino
2010-11-03
1
-10
/
+34
*
Improvements to the oauth module and support for oauth 1.0a using liboauth.
jsdelfino
2010-09-19
1
-0
/
+565