aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAge
* (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-10
* (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-09
* Do not allow resuming sessions on different servers.Gravatar Nokis Mavrogiannopoulos 2007-12-09
* Corrected bug which did not allow the TLS session cache to be used.Gravatar Nokis Mavrogiannopoulos 2007-12-09
* Added support for sending more than one certificate.Gravatar Nokis Mavrogiannopoulos 2007-12-08
* added more error checks.Gravatar Nokis Mavrogiannopoulos 2007-12-03
* better handling of RSAFile and DHFileGravatar Nokis Mavrogiannopoulos 2007-12-03
* report the missing GnuTLSPriorities for the gnutls enabled hosts only.Gravatar Nokis Mavrogiannopoulos 2007-12-02
* No more defaults for dhparams, rsaparams. Check for GnuTLSPriorities.Gravatar Nokis Mavrogiannopoulos 2007-12-02
* The compatibility mode can now be enabled only using the GnuTLSPriorities str...Gravatar Nokis Mavrogiannopoulos 2007-12-02
* (no commit message)Gravatar Nokis Mavrogiannopoulos 2007-12-02
* added SSL_SERVER/CLIENT_S_TYPEGravatar Nokis Mavrogiannopoulos 2007-12-02
* export the alternative names of the certificateGravatar Nokis Mavrogiannopoulos 2007-12-02
* added SSL_SERVER_M_SERIAL environment variableGravatar Nokis Mavrogiannopoulos 2007-12-02
* more fixes for subject alternative name.Gravatar Nokis Mavrogiannopoulos 2007-12-02
* some fixes in alternative name supportGravatar Nokis Mavrogiannopoulos 2007-12-02
* Added support for subject alternative names. (untested)Gravatar Nokis Mavrogiannopoulos 2007-12-01
* upgraded to 0.4.00.4.0Gravatar Nokis Mavrogiannopoulos 2007-11-28
* Put a limit on the number of times we try to handshake.Gravatar Paul Querna 2005-09-25
* start the CA Certificate code.Gravatar Paul Querna 2005-05-24
* - add lua to do client verificationGravatar Paul Querna 2005-05-17
* 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 pro...Gravatar Paul Querna 2005-04-24
* 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
* move config functions to their own file. Gravatar Paul Querna 2005-04-24
* - remove more debug logging.Gravatar Paul Querna 2005-04-22
* client auth is sort of working.Gravatar Paul Querna 2005-04-22
* working SNI. Not so working Client Cert support.Gravatar Paul Querna 2005-04-21
* include support for 2.0.xxGravatar Paul Querna 2005-04-08
* wrap the debug log in maintainer mode.Gravatar Paul Querna 2005-04-08
* - remove anno credsGravatar Paul Querna 2005-04-06
* checkpoint the work so far. The DBM cache needs a little more work.Gravatar Paul Querna 2005-04-05
* - make memcahe optionalGravatar Paul Querna 2005-04-04
* use apr to parse hostnames..Gravatar Paul Querna 2004-12-12
* working support for a ssl session cache via memcached.Gravatar Paul Querna 2004-12-10
* add check for apr_memcacheGravatar Paul Querna 2004-12-09
* fixes and stuff that i should of already committed.Gravatar Paul Querna 2004-12-09
* re-order the cipher types.Gravatar Paul Querna 2004-12-06
* setting proper ignores.Gravatar Paul Querna 2004-12-02
* adding autofoo for memcache supportGravatar Paul Querna 2004-12-02
* hey hey, this is working code!Gravatar Paul Querna 2004-12-02
* input and output filtersGravatar Paul Querna 2004-09-28
* rename structures.Gravatar Paul Querna 2004-09-27
* break up the IO functions into their own fileGravatar Paul Querna 2004-09-27
* commit before i move everything aroundGravatar Paul Querna 2004-09-27
* updatedGravatar Paul Querna 2004-09-27
* iniail makefiles and license fooGravatar Paul Querna 2004-09-27
' alt='Gravatar' /> Edward Rudd 2004-01-20 | | | | | | | mod_log_sql.h Registered core item functions in pre_config * moved extract_* functions to functions.h (version specific in ↵Gravatar Edward Rudd 2004-01-20 | | | | | | | | | functions(13|20).h) moves SSL logging routings to mod_log_sql_ssl.c updated changelog added AUTHORS * split out version specific codeGravatar Edward Rudd 2004-01-20 | | | | | | | code compiles under apache 1.3 and 2.0 updated apache m4 script to detect both verions (two minumums) defaulted install to not activate module in configuration file (use make activate) * fixed SSL cflag inclusion1.92Gravatar Edward Rudd 2004-01-06 | * update m4 filesGravatar Edward Rudd 2004-01-06 | | | | | release 1.92 * update apache.m4 to use -with-apxs instead of --with-apacheGravatar Edward Rudd 2004-01-04 | | | | | | got SSL support to compile. added Documentation subdirectory. * uses Date::Parse instead of ParseDateGravatar Edward Rudd 2003-12-30 | | | | | | uses Getopt::Long instead of Getopt:Std Added in filling in of request_time fields instead of just timestamp. * added mysql import script by Aaron Jenson.Gravatar Edward Rudd 2003-12-30 | * removed -n parameter to apxs as it isn\'t needed for this moduleGravatar Edward Rudd 2003-12-30 | * mysql_error returns const char * in mysql 4.x, updated variable defs in ↵Gravatar Edward Rudd 2003-12-30 | | | | safe_sql_query to avoid warning. * update autoconf scripts to check MySQL..1.91Gravatar Edward Rudd 2003-12-23 | | | | | | | | | moved autoconf DEFUN macros to m4 subdirectory autogen.sh calls aclocal to include m4 directory. merged in changes from 1.19b1 fixed log_sql_merge_config bug in 1.19b1 release 1.91 * compiles and loads under apache2.0Gravatar Edward Rudd 2003-12-22 | | | | | | consolidated configuration functions uses APR_OFFSETOF.. delayed inserts are configurable * *** empty log message ***Gravatar Edward Rudd 2003-12-22 | * CVS headers addedGravatar Edward Rudd 2003-12-21 | * .cvsignore addedGravatar Edward Rudd 2003-12-20 | * install.sh (autoconf)Gravatar Edward Rudd 2003-12-20 | * added aclocal.m4 (rest of autoconf stuff)Gravatar Edward Rudd 2003-12-20 | * added autoconfig filesGravatar Edward Rudd 2003-12-20 | * Initial revisionGravatar Edward Rudd 2003-12-20 | * Changes on the way to 1.19. This is probably going to be 1.19b1. Detail:1.19b1Gravatar Christopher Powell 2003-07-22 | | | | | | | | | | | | | | | * Hostnames are now converted to lowercase in the mass-virtual naming section. The loop that converts dots to underscores has been optimized as well. * Migration to autoconf * New directive LogSQLTableType allows one to specify the kind of table that the module makes during table creation (e.g. InnoDB, MyISAM). Thanks to Jim Turner for the suggestion and patch. If your MySQL server does not support the specified type, it will create a MyISAM table instead. * Directives can now be placed in the 'main' server config and will be inherited by the virtual hosts. This means a LOT less repetition: you only specify the item once to have it inherited, but it can still be overridden on a virtualhost level. * Some minor additions / edits to the docs.Gravatar Christopher Powell 2003-03-27 | * Migrated from gz to bz2 for better compression.Gravatar Christopher Powell 2002-12-18 |