diff options
| -rw-r--r-- | AUTHORS | 5 | ||||
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | apache13.h | 1 | ||||
| -rw-r--r-- | apache20.h | 1 | ||||
| -rw-r--r-- | functions.h | 337 | ||||
| -rw-r--r-- | functions13.h | 1 | ||||
| -rw-r--r-- | functions20.h | 1 | ||||
| -rw-r--r-- | mod_log_sql.c | 428 | ||||
| -rw-r--r-- | mod_log_sql_ssl.c | 100 |
9 files changed, 453 insertions, 424 deletions
| @@ -0,0 +1,5 @@ | ||||
| 1 | Christopher B. Powell | |||
| 2 | Main author | |||
| 3 | ||||
| 4 | Edward Rudd <eddie at omegaware dot com> | |||
| 5 | Apache 2.0 port. | |||
| @@ -1,4 +1,4 @@ | ||||
| 1 | $Id: CHANGELOG,v 1.6 2004/01/20 16:27:34 urkle Exp $ | 1 | $Id: CHANGELOG,v 1.7 2004/01/20 19:38:07 urkle Exp $ | |
| 2 | 2 | |||
| 3 | TODO: | 3 | TODO: | |
| 4 | * Port connection portion to other DBMS? Genericize the module? Start with | 4 | * Port connection portion to other DBMS? Genericize the module? Start with | |
| @@ -28,6 +28,7 @@ CHANGES: | ||||
| 28 | * updated configure m4 scripts to detect both apache versions at the same time | 28 | * updated configure m4 scripts to detect both apache versions at the same time | |
| 29 | and assign defines as to which version was found. | 29 | and assign defines as to which version was found. | |
| 30 | * made install default to not activate module in configuration files. | 30 | * made install default to not activate module in configuration files. | |
| 31 | (use make activate) | |||
| Christopher Powell | 25 years | |||
| 1.10 | commit 69fa0ad0d2... | 25 years | ||
| 1.09 | commit 92d85f793b... | 25 years | ||
