| .. |
|
conf
|
Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.
|
2009-11-16 06:57:41 +00:00 |
|
htdocs
|
Use a common stylesheet in all samples.
|
2011-01-17 07:26:48 +00:00 |
|
basic-auth-conf
|
Add scripts to support 'Require valid-user' and 'Require group' authz configurations separately.
|
2010-12-03 03:59:19 +00:00 |
|
cert-auth-conf
|
Add scripts to support 'Require valid-user' and 'Require group' authz configurations separately.
|
2010-12-03 03:59:19 +00:00 |
|
curl-connect.cpp
|
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and run on 64-bit. Update INSTALL doc and build scripts. Remove a few obsolete scripts.
|
2010-11-14 09:27:28 +00:00 |
|
curl-get.cpp
|
Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detection, and support REST-style JSON and XML payloads in server handler and client proxy.
|
2010-12-24 02:54:39 +00:00 |
|
curl-test.cpp
|
Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the OpenID support and changes to enable it to co-exist with OAuth.
|
2010-09-06 07:45:00 +00:00 |
|
form-auth-conf
|
Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_crypto.
|
2010-12-27 05:59:19 +00:00 |
|
group-auth-conf
|
Add scripts to support 'Require valid-user' and 'Require group' authz configurations separately.
|
2010-12-03 03:59:19 +00:00 |
|
http-test
|
Add a host parameter to the conf scripts to allow an external DNS host name to be used. Add HTTP basic auth to WSGI integration.
|
2010-03-28 07:29:13 +00:00 |
|
http.hpp
|
Correctly pass query strings through component wiring redirects and improve format of XML and JSON response documents.
|
2011-02-26 20:59:35 +00:00 |
|
httpd-addr
|
Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS and add HTTPS config to store-cluster sample.
|
2010-08-14 18:46:26 +00:00 |
|
httpd-conf
|
Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_crypto.
|
2010-12-27 05:59:19 +00:00 |
|
httpd-debug
|
Fix memory leak in Python runtime integration. Reduce memory consumption of debug trace functions. Add trace points to help track the lifecycle of some of the runtime context objects.
|
2011-01-09 03:39:08 +00:00 |
|
httpd-event-conf
|
Use different servers for cert-based and password-based auth and use event MPMs for tunnel and proxy servers.
|
2010-11-28 07:17:11 +00:00 |
|
httpd-memgrind
|
Fix memory leak in Python runtime integration. Reduce memory consumption of debug trace functions. Add trace points to help track the lifecycle of some of the runtime context objects.
|
2011-01-09 03:39:08 +00:00 |
|
httpd-restart
|
Add build support for a minimum distribution using prebuilt dependencies from Ubuntu 9.10.
|
2010-06-05 05:38:55 +00:00 |
|
httpd-ssl-conf
|
Add scripts to support 'Require valid-user' and 'Require group' authz configurations separately.
|
2010-12-03 03:59:19 +00:00 |
|
httpd-start
|
Add build support for a minimum distribution using prebuilt dependencies from Ubuntu 9.10.
|
2010-06-05 05:38:55 +00:00 |
|
httpd-stop
|
Fix memory leak in Python runtime integration. Reduce memory consumption of debug trace functions. Add trace points to help track the lifecycle of some of the runtime context objects.
|
2011-01-09 03:39:08 +00:00 |
|
httpd-test
|
Use curl configured at build time instead of curl found on system path.
|
2010-04-04 07:31:23 +00:00 |
|
httpd-worker-conf
|
Use different servers for cert-based and password-based auth and use event MPMs for tunnel and proxy servers.
|
2010-11-28 07:17:11 +00:00 |
|
httpd.hpp
|
Correctly pass query strings through component wiring redirects and improve format of XML and JSON response documents.
|
2011-02-26 20:59:35 +00:00 |
|
Makefile.am
|
Add scripts to support 'Require valid-user' and 'Require group' authz configurations separately.
|
2010-12-03 03:59:19 +00:00 |
|
mod-openauth.cpp
|
Fix memory leak in Python runtime integration. Reduce memory consumption of debug trace functions. Add trace points to help track the lifecycle of some of the runtime context objects.
|
2011-01-09 03:39:08 +00:00 |
|
mod-ssltunnel.cpp
|
Fix memory leak in Python runtime integration. Reduce memory consumption of debug trace functions. Add trace points to help track the lifecycle of some of the runtime context objects.
|
2011-01-09 03:39:08 +00:00 |
|
open-auth-conf
|
Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_crypto.
|
2010-12-27 05:59:19 +00:00 |
|
openauth.hpp
|
Correctly pass query strings through component wiring redirects and improve format of XML and JSON response documents.
|
2011-02-26 20:59:35 +00:00 |
|
passwd-auth-conf
|
Add scripts to support 'Require valid-user' and 'Require group' authz configurations separately.
|
2010-12-03 03:59:19 +00:00 |
|
proxy-conf
|
Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2.3 Form auth modules play nice together.
|
2010-11-13 07:53:10 +00:00 |
|
proxy-member-conf
|
Fix configuration scripts to create directories if necessary.
|
2010-08-16 06:15:31 +00:00 |
|
proxy-ssl-conf
|
Use different servers for cert-based and password-based auth and use event MPMs for tunnel and proxy servers.
|
2010-11-28 07:17:11 +00:00 |
|
proxy-ssl-member-conf
|
Use different servers for cert-based and password-based auth and use event MPMs for tunnel and proxy servers.
|
2010-11-28 07:17:11 +00:00 |
|
proxy-test
|
Refactor and cleanup some of the config scripts. Add a sample using mod_proxy_balancer to distribute requests across three servers.
|
2010-07-28 09:50:12 +00:00 |
|
ssl-ca-conf
|
Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS and add HTTPS config to store-cluster sample.
|
2010-08-14 18:46:26 +00:00 |
|
ssl-cert-conf
|
Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS and add HTTPS config to store-cluster sample.
|
2010-08-14 18:46:26 +00:00 |
|
ssl-cert-find
|
Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS and add HTTPS config to store-cluster sample.
|
2010-08-14 18:46:26 +00:00 |
|
tunnel-ssl-conf
|
Add scripts to support 'Require valid-user' and 'Require group' authz configurations separately.
|
2010-12-03 03:59:19 +00:00 |
|
vhost-conf
|
Use different servers for cert-based and password-based auth and use event MPMs for tunnel and proxy servers.
|
2010-11-28 07:17:11 +00:00 |
|
vhost-ssl-conf
|
Use different servers for cert-based and password-based auth and use event MPMs for tunnel and proxy servers.
|
2010-11-28 07:17:11 +00:00 |