aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-12-10
|
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-12-09
|
* Do not allow resuming sessions on different servers.Gravatar Nikos Mavrogiannopoulos 2007-12-09
|
* Corrected bug which did not allow the TLS session cache to be used.Gravatar Nikos Mavrogiannopoulos 2007-12-09
|
* Added support for sending more than one certificate.Gravatar Nikos Mavrogiannopoulos 2007-12-08
|
* RSA-EXPORT private keys and DH params no longer generated by defaultGravatar Nikos Mavrogiannopoulos 2007-12-08
|
* added more error checks.Gravatar Nikos Mavrogiannopoulos 2007-12-03
|
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-12-03
|
* better handling of RSAFile and DHFileGravatar Nikos Mavrogiannopoulos 2007-12-03
|
* report the missing GnuTLSPriorities for the gnutls enabled hosts only.Gravatar Nikos Mavrogiannopoulos 2007-12-02
|
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-12-02
|
* No more defaults for dhparams, rsaparams. Check for GnuTLSPriorities.Gravatar Nikos Mavrogiannopoulos 2007-12-02
|
* The compatibility mode can now be enabled only using the GnuTLSPriorities ↵Gravatar Nikos Mavrogiannopoulos 2007-12-02
| | | | string.
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-12-02
|
* added SSL_SERVER/CLIENT_S_TYPEGravatar Nikos Mavrogiannopoulos 2007-12-02
|
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-12-02
|
* export the alternative names of the certificateGravatar Nikos Mavrogiannopoulos 2007-12-02
|
* added SSL_SERVER_M_SERIAL environment variableGravatar Nikos Mavrogiannopoulos 2007-12-02
|
* more fixes for subject alternative name.Gravatar Nikos Mavrogiannopoulos 2007-12-02
|
* some fixes in alternative name supportGravatar Nikos Mavrogiannopoulos 2007-12-02
|
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-12-01
|
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-12-01
|
* Added support for subject alternative names. (untested)Gravatar Nikos Mavrogiannopoulos 2007-12-01
|
* (no commit message)Gravatar Nikos Mavrogiannopoulos 2007-11-28
|
* upgraded to 0.4.0Gravatar Nikos Mavrogiannopoulos 2007-11-28
|
* Put a limit on the number of times we try to handshake.Gravatar Paul Querna 2005-09-25
|
* - use the new python script for building configure scripts.Gravatar Paul Querna 2005-05-24
|
* start the CA Certificate code.Gravatar Paul Querna 2005-05-24
|
* - add lua to do client verificationGravatar Paul Querna 2005-05-17
| | | | | - only use gcrypt locking when required to
* Refactor finding the correct server record to fix resumed sessions.0.2.00.2.xGravatar Paul Querna 2005-04-25
|
* apr_table_setn doesn't copy the data. oops.Gravatar Paul Querna 2005-04-24
|
* We already have a Certificate, use it directly. With SNI, GnuTLS doesn't ↵Gravatar Paul Querna 2005-04-24
| | | | properly update it's internal state. ick.
* if there aren't any certs.. still set something.Gravatar Paul Querna 2005-04-24
|
* add SSL_SERVER_S_DN and SSL_SERVER_I_DN Gravatar Paul Querna 2005-04-24
|
* - move hooks to gnutls_hooks.cGravatar Paul Querna 2005-04-24
| | | | | - use 'mgs_' as the prefix for all symbols, instead of mixed prefixes.
* move config functions to their own file. Gravatar Paul Querna 2005-04-24
|
* - remove more debug logging.pd/mod_log_sql/commit/?h=1.98&id=0c653076dbc735757b84b2bc2ff9ee173c246b46'>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
* Documentation conversion completeGravatar Edward Rudd 2004-03-03
|
* mysql code separation complete..Gravatar Edward Rudd 2004-03-02
|
* separated out most mysql specific code to mod_log_sql_mysql.cGravatar Edward Rudd 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.Gravatar Edward Rudd 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 ↵Gravatar Edward Rudd 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 ↵Gravatar Edward Rudd 2004-02-12
| | | | first.
* Updated Author information in file.Gravatar Edward Rudd 2004-02-12
|
* moved create_tables.sql and make_combined_log.pl into contrib directory.Gravatar Edward Rudd 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.Gravatar Edward Rudd 2004-02-12
|
* Fixed preserve_file configuration parameter.Gravatar Edward Rudd 2004-02-12
|
* Cleaned up changelogGravatar Edward Rudd 2004-02-12
|