summaryrefslogtreecommitdiffstatsabout
path: root/mod_log_sql_ssl.c
Commit message (Collapse)AuthorAgeFilesLines
* beginnings of postgresql driver integrated into autoconfEdward Rudd2004-04-171-2/+2
| | | | | removed log_error from apache20.h (aliased to ap_log_rerror)
* Added registration function for database driversEdward Rudd2004-04-071-50/+3
| | | | | | | | | | | completely separated mysql driver added optional server announce (LogSQLAnnouce On) cleaned up internal names of Database parameters added code to allow +/- of logged cookies,headers, and notes, as well as remhostignore, request allow and request ignore. reorganized command_rec again made bigger not about deprecated commands updated documentation
* Updated to new logging function with apaceh 2 prototype instead of 1.3 so i ↵Edward Rudd2004-04-041-3/+3
| | | | can properly log Error numbers in apache 2 (better debugging)
* updated compatability header for Apache 1.3Edward Rudd2004-03-051-4/+4
| | | | | | | | | Changed log_error routing for Apache 1.3 to include APLOG_NOERRNO re-added quarter second delay between reconnect and query retry. updated makefile to generate HTML version of docbook docs. added comments to mod_log_sql_mysql.c updated documentation about --with-db-inc configure option
* removed all #ifdef DEBUGEdward Rudd2004-03-041-10/+4
|
* separated out most mysql specific code to mod_log_sql_mysql.cEdward Rudd2004-02-291-1/+1
| | | | | | | | | | beginnings of separation of core SQL logging logic moved DB connection paramters to a table (for cutoms params for DB drivers) added new configuration directive to handle any DB parameter renamed all log_sql_* vars and type to logsql_* Added enums for opendb return codes. organized config directives and commented for easier reading of source
* SSL support working under 1.3 and 2.0 as a separate moduleEdward Rudd2004-01-221-32/+24
| | | | | | preparsing of logformat completed. updated configure scripts to detect mod_ssl.h for 1.3 (mostly)
* fixed log_error function1.93Edward Rudd2004-01-211-4/+51
| | | | | | | finished ssl split into separate module added item registration function. (for ssl sub-module) release 1.93
* Added item registration function and added functions to new system header ↵Edward Rudd2004-01-201-3/+3
| | | | | | | mod_log_sql.h Registered core item functions in pre_config
* moved extract_* functions to functions.h (version specific in ↵Edward Rudd2004-01-201-0/+100
functions(13|20).h) moves SSL logging routings to mod_log_sql_ssl.c updated changelog added AUTHORS