aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Avoid requesting certificate from client when we already have it. Patch by Al...Gravatar Nikos Mavrogiannopoulos 2009-06-30
* Applied patch by AlainKnaff to correctly verify certificates per directory. P...Gravatar Nikos Mavrogiannopoulos 2009-06-30
* set srp username to empty string. Solves http://issues.outoforder.cc/view.php...Gravatar Nikos Mavrogiannopoulos 2009-06-30
* Try to avoid bug http://issues.outoforder.cc/view.php?id=102Gravatar Nikos Mavrogiannopoulos 2009-06-30
* Allow openpgp certificates that have infinite expiration time. Suggestion by ...Gravatar Nikos Mavrogiannopoulos 2009-06-30
* Applied patch to allow building with Apache 2.4. Patch by Arfrever Frehtes Ta...Gravatar Nikos Mavrogiannopoulos 2009-06-30
* do not try to send empty packs using TLS. This this has a special meaning and...Gravatar Nikos Mavrogiannopoulos 2009-06-13
* if private key import fails try as pkcs8 key.Gravatar Nikos Mavrogiannopoulos 2009-05-21
* removed limit on ca certificates' numberGravatar Nikos Mavrogiannopoulos 2009-01-24
* bumped version and updated the detection script to work with pkg-config.Gravatar Nikos Mavrogiannopoulos 2009-01-04
* Added patch to fix issue with mod_proxy. Investigation and patch by Alain Knaff.Gravatar Nikos Mavrogiannopoulos 2009-01-04
* APLOG_EMERG was replaced with APLOG_STARTUP for startup messages.Gravatar Nikos Mavrogiannopoulos 2008-11-02
* modified definition to extern to avoid compilation errors in darwin.Gravatar Nikos Mavrogiannopoulos 2008-10-19
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2008-10-16
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2008-10-16
* increased max handshake triesGravatar Nikos Mavrogiannopoulos 2008-10-16
* readability changes by Jack Bates.Gravatar Nikos Mavrogiannopoulos 2008-10-04
* Allow openpgp-only sitesGravatar Nikos Mavrogiannopoulos 2008-10-01
* better loggingGravatar Nikos Mavrogiannopoulos 2008-10-01
* updated README file to account for openpgp keys --patch by Jack BatesGravatar Nikos Mavrogiannopoulos 2008-10-01
* use memmove instead of memcpy because buffers might overlap. Gravatar Nikos Mavrogiannopoulos 2008-09-14
* correctly link libraryGravatar Nikos Mavrogiannopoulos 2008-09-14
* added check for invalid contextGravatar Nikos Mavrogiannopoulos 2008-09-14
* version updateGravatar Nikos Mavrogiannopoulos 2008-06-29
* depend on main libgnutls library (and gnutls 2.4.x)Gravatar Nikos Mavrogiannopoulos 2008-06-29
* added new apr_memcache.m4 from Guillaume RousseGravatar Nikos Mavrogiannopoulos 2008-03-05
* releasedGravatar Nikos Mavrogiannopoulos 2008-03-05
* send database store failure as DEBUGGravatar Nikos Mavrogiannopoulos 2008-03-05
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2008-03-03
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2008-03-03
* corrected SRP enable flag, and corrected the DBM hook support. It now free da...Gravatar Nikos Mavrogiannopoulos 2008-03-03
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2008-02-20
* removed unneededGravatar Nikos Mavrogiannopoulos 2008-02-20
* added new m4 directoryGravatar Nikos Mavrogiannopoulos 2008-02-20
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2008-02-20
* added option to disable srp (for distributions that disable it in gnutls)Gravatar Nikos Mavrogiannopoulos 2008-02-20
* ooopsGravatar Nikos Mavrogiannopoulos 2008-01-24
* prepare for an alpha releaseGravatar Nikos Mavrogiannopoulos 2008-01-24
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-12-16
* more changes for openpgp support. Seems to be at a workable state.Gravatar Nikos Mavrogiannopoulos 2007-12-16
* print error if preconfiguration failsGravatar Nikos Mavrogiannopoulos 2007-12-15
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-12-15
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-12-15
* Initial support for openpgp keysGravatar Nikos Mavrogiannopoulos 2007-12-15
* adopted the official libgnutlsextra m4Gravatar Nikos Mavrogiannopoulos 2007-12-15
* adopted the official libgnutlsextra m4Gravatar Nikos Mavrogiannopoulos 2007-12-15
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-12-10
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-12-10
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-12-10
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-12-10
='13' alt='Gravatar' /> Edward Rudd 2004-04-29 | * fixed documentation about LOgSQLloginInfoGravatar Edward Rudd 2004-04-29 | * Changed mimetype to text/xmlGravatar Edward Rudd 2004-04-17 | * beginnings of postgresql driver integrated into autoconfGravatar Edward Rudd 2004-04-17 | | | | | removed log_error from apache20.h (aliased to ap_log_rerror) * copied mysql driver to mod_log_sql_pgsql.c to start on PostgreSQL driverGravatar Edward Rudd 2004-04-10 | | | | | added keyword ID expansion to source files and removed old CVS headers from others * Made to work under Apache 1.3 again1.97Gravatar Edward Rudd 2004-04-09 | | | | | removed debugging for config merge function * added TODO, include13, and include20 to ignore listGravatar Edward Rudd 2004-04-08 | * Added registration function for database driversGravatar Edward Rudd 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 ↵Gravatar Edward Rudd 2004-04-04 | | | | can properly log Error numbers in apache 2 (better debugging) * Added gen_todo.pl to extract TODO items from source code.Gravatar Edward Rudd 2004-04-03 | * Added alternat loginInfo form.. driver://user;passwd@host:port/databasenameGravatar Edward Rudd 2004-04-02 | | | | | fixed RT_LIBS parameter in makefile.in, and configure.ac * Fixed issue with different include directories for APR and APU.Gravatar Edward Rudd 2004-03-22 | | | | | updated help screen after make install * updated release date1.96Gravatar Edward Rudd 2004-03-05 | * updated Documentation READMEGravatar Edward Rudd 2004-03-05 | * removed make_combined_log.pl as it's in the contrib subdirGravatar Edward Rudd 2004-03-05 | * updated compatability header for Apache 1.3Gravatar Edward Rudd 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 DEBUGGravatar Edward Rudd 2004-03-04 | * complete DB separation from core module code.Gravatar Edward Rudd 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