| Commit message (Collapse) | Author | Age | |||
|---|---|---|---|---|---|
| * | - use the new python script for building configure scripts. | 2005-05-24 | |||
| | | |||||
| * | start the CA Certificate code. | 2005-05-24 | |||
| | | |||||
| * | - add lua to do client verification | 2005-05-17 | |||
| | | | | | | - only use gcrypt locking when required to | ||||
| * | Refactor finding the correct server record to fix resumed sessions.0.2.00.2.x | 2005-04-25 | |||
| | | |||||
| * | apr_table_setn doesn't copy the data. oops. | 2005-04-24 | |||
| | | |||||
| * | We already have a Certificate, use it directly. With SNI, GnuTLS doesn't ↵ | 2005-04-24 | |||
| | | | | | properly update it's internal state. ick. | ||||
| * | if there aren't any certs.. still set something. | 2005-04-24 | |||
| | | |||||
| * | add SSL_SERVER_S_DN and SSL_SERVER_I_DN | 2005-04-24 | |||
| | | |||||
| * | - move hooks to gnutls_hooks.c | 2005-04-24 | |||
| | | | | | | - use 'mgs_' as the prefix for all symbols, instead of mixed prefixes. | ||||
| * | move config functions to their own file. | 2005-04-24 | |||
| | | |||||
| * | - remove more debug logging. | 2005-04-22 | |||
| | | | | | | - fix a crash by changing the certificate structure *after* starting the handshake. | ||||
| * | client auth is sort of working. | 2005-04-22 | |||
| | | |||||
| * | working SNI. Not so working Client Cert support. | 2005-04-21 | |||
| | | |||||
| * | move back to the trunk for m4 files | 2005-04-08 | |||
| | | |||||
| * | prep for 0.1.1 release.0.1.1 | 2005-04-08 | |||
| | | |||||
| * | include support for 2.0.xx | 2005-04-08 | |||
| | | |||||
| * | wrap the debug log in maintainer mode. | 2005-04-08 | |||
| | | |||||
| * | roll on past 0.1.0 | 2005-04-06 | |||
| | | |||||
| * | update ignores | 2005-04-06 | |||
| | | |||||
| * | switch to a tagged version of the m4 files. | 2005-04-06 | |||
| | | |||||
| * | fix the indent. | 2005-04-06 | |||
| | | |||||
| * | fixes for pre-0.1.0 | 2005-04-06 | |||
| | | |||||
| * | working on a release.. really! | 2005-04-06 | |||
| | | |||||
| * | - remove anno creds | 2005-04-06 | |||
| | | | | | | | | | - initial attempt at Server Name Extension - change to adding 'mod_gnutls' to the server sig instead of GnuTLS/ - fix for EOF/EOC/EOS buckets - 'general' code cleanups | ||||
| * | checkpoint the work so far. The DBM cache needs a little more work. | 2005-04-05 | |||
| | | |||||
| * | - make memcahe optional | 2005-04-04 | |||
| | | | | | | | - update for 2.1.x branch changes. - some mucking around with the conf stuff | ||||
| * | make this a generated file | 2005-04-04 | |||
| | | |||||
| * | updated header. | 2005-04-04 | |||
| | | |||||
| * | use apr to parse hostnames.. | | | removed debugging for config merge function | ||
| * | added TODO, include13, and include20 to ignore list | 2004-04-08 | |||
| | | |||||
| * | Added registration function for database drivers | 2004-04-07 | |||
| | | | | | | | | | | | | 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 ↵ | 2004-04-04 | |||
| | | | | | can properly log Error numbers in apache 2 (better debugging) | ||||
| * | Added gen_todo.pl to extract TODO items from source code. | 2004-04-03 | |||
| | | |||||
| * | Added alternat loginInfo form.. driver://user;passwd@host:port/databasename | 2004-04-02 | |||
| | | | | | | fixed RT_LIBS parameter in makefile.in, and configure.ac | ||||
| * | Fixed issue with different include directories for APR and APU. | 2004-03-22 | |||
| | | | | | | updated help screen after make install | ||||
| * | updated release date1.96 | 2004-03-05 | |||
| | | |||||
| * | updated Documentation README | 2004-03-05 | |||
| | | |||||
| * | removed make_combined_log.pl as it's in the contrib subdir | 2004-03-05 | |||
| | | |||||
| * | updated compatability header for Apache 1.3 | 2004-03-05 | |||
| | | | | | | | | | | 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 DEBUG | 2004-03-04 | |||
| | | |||||
| * | complete DB separation from core module code. | 2004-03-04 | |||
| | | | | | | | | 99% updated documentation (needs 2 tables added) moved DB connection code for Apache 2 from open_logs to child_init. removed more #ifdef debug lines | ||||
| * | Documentation conversion complete | 2004-03-03 | |||
| | | |||||
| * | mysql code separation complete.. | 2004-03-02 | |||
| | | |||||
| * | separated out most mysql specific code to mod_log_sql_mysql.c | 2004-02-29 | |||
| | | | | | | | | | | | 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 | ||||
| * | Fixed version and help flags so they work. | 2004-02-21 | |||
| | | | | | | redid all hash variable names for command arguments so they use the long name internally {table} instead of {t} | ||||
| * | Added mysql_import_combined_log.pl to distribution with permission from ↵ | 2004-02-12 | |||
| | | | | | | | | | Aaron Jenson http://www.visualprose.com/software.php (Original Source) Updated documentation in README for usage of contrib files/scripts | ||||
| * | Updated help and added check and error to make sure the user edited the file ↵ | 2004-02-12 | |||
| | | | | | first. | ||||
| * | Updated Author information in file. | 2004-02-12 | |||
| | | |||||
| * | moved create_tables.sql and make_combined_log.pl into contrib directory. | 2004-02-12 | |||
| | | | | | | | Added contrib directory to build system. Updated new maintainer information in AUTHORS,LICENSE, and manual.xml | ||||
| * | Split Changelog and TODO to separate files. | 2004-02-12 | |||
| | | |||||
| * | Fixed preserve_file configuration parameter. | 2004-02-12 | |||
| | | |||||
| * | Cleaned up changelog | 2004-02-12 | |||
| | | |||||
