summaryrefslogtreecommitdiffstatsabout
Commit message (Collapse)AuthorAgeFilesLines
* bumped version and updated the detection script to work with pkg-config.0.5.4Nokis Mavrogiannopoulos2009-01-043-30/+34
|
* Added patch to fix issue with mod_proxy. Investigation and patch by Alain Knaff.Nokis Mavrogiannopoulos2009-01-041-0/+4
| | | | | | | | | | | | | It seems that the reason for this behavior is that the mgs_hook_pre_connection is being called both for incoming and outgoing (mod_proxy) connections. The attached patch (mod_proxy.patch) tries to find out in which case we are, and returns OK without doing anything if it is an outgoing connection. The method of telling both cases apart (namely, checking whether remote address' hostname is set) may seem somewhat hackish, but it does work, even if HostnameLookups is set to On. If ever there is a problem with this method, we might need to check local port instead (whether it is 443), but that would break if a non-standard https port was used.
* APLOG_EMERG was replaced with APLOG_STARTUP for startup messages.Nokis Mavrogiannopoulos2008-11-021-4/+4
|
* modified definition to extern to avoid compilation errors in darwin.Nokis Mavrogiannopoulos2008-10-192-1/+6
|
* (no commit message)Nokis Mavrogiannopoulos2008-10-161-1/+1
|
* (no commit message)Nokis Mavrogiannopoulos2008-10-161-2/+4
|
* increased max handshake triesNokis Mavrogiannopoulos2008-10-161-1/+1
|
* readability changes by Jack Bates.Nokis Mavrogiannopoulos2008-10-042-99/+144
|
* Allow openpgp-only sitesNokis Mavrogiannopoulos2008-10-011-4/+6
|
* better loggingNokis Mavrogiannopoulos2008-10-011-21/+24
|
* updated README file to account for openpgp keys --patch by Jack BatesNokis Mavrogiannopoulos2008-10-012-11/+51
|
* use memmove instead of memcpy because buffers might overlap. Nokis Mavrogiannopoulos2008-09-141-2/+2
|
* correctly link libraryNokis Mavrogiannopoulos2008-09-141-2/+2
|
* added check for invalid contextNokis Mavrogiannopoulos2008-09-141-0/+3
|
* version updateNokis Mavrogiannopoulos2008-06-291-1/+1
|
* depend on main libgnutls library (and gnutls 2.4.x)Nokis Mavrogiannopoulos2008-06-294-72/+65
|
* added new apr_memcache.m4 from Guillaume RousseNokis Mavrogiannopoulos2008-03-051-7/+24
|
* releasedNokis Mavrogiannopoulos2008-03-051-1/+1
|
* send database store failure as DEBUGNokis Mavrogiannopoulos2008-03-051-1/+1
|
* (no commit message)Nokis Mavrogiannopoulos2008-03-031-1/+1
|
* (no commit message)Nokis Mavrogiannopoulos2008-03-031-0/+2
|
* corrected SRP enable flag, and corrected the DBM hook support. It now free ↵Nokis Mavrogiannopoulos2008-03-034-20/+14
| | | | data needed by some DBM providers.
* (no commit message)Nokis Mavrogiannopoulos2008-02-201-0/+6
|
* removed unneededNokis Mavrogiannopoulos2008-02-201-96/+0
|
* added new m4 directoryNokis Mavrogiannopoulos2008-02-2012-2/+875
|
* (no commit message)Nokis Mavrogiannopoulos2008-02-200-0/+0
|
* added option to disable srp (for distributions that disable it in gnutls)Nokis Mavrogiannopoulos2008-02-204-1/+26
|
* ooopsNokis Mavrogiannopoulos2008-01-241-2/+2
|
* prepare for an alpha releaseNokis Mavrogiannopoulos2008-01-244-7/+28
|
* (no commit message)Nokis Mavrogiannopoulos2007-12-161-1/+1
|
* more changes for openpgp support. Seems to be at a workable state.Nokis Mavrogiannopoulos2007-12-164-32/+55
|
* print error if preconfiguration failsNokis Mavrogiannopoulos2007-12-151-4/+8
|
* (no commit message)Nokis Mavrogiannopoulos2007-12-151-0/+3
|
* (no commit message)Nokis Mavrogiannopoulos2007-12-151-1/+0
|
* Initial support for openpgp keysNokis Mavrogiannopoulos2007-12-155-40/+326
|
* adopted the official libgnutlsextra m4Nokis Mavrogiannopoulos2007-12-152-1/+175
|
* adopted the official libgnutlsextra m4Nokis Mavrogiannopoulos2007-12-151-2/+8
|
* (no commit message)Nokis Mavrogiannopoulos2007-12-102-5/+1
|
* (no commit message)Nokis Mavrogiannopoulos2007-12-102-8/+12
|
* (no commit message)Nokis Mavrogiannopoulos2007-12-101-7/+3
|
* (no commit message)Nokis Mavrogiannopoulos2007-12-101-1/+1
|
* (no commit message)Nokis Mavrogiannopoulos2007-12-091-4/+4
|
* Do not allow resuming sessions on different servers.Nokis Mavrogiannopoulos2007-12-092-35/+51
|
* Corrected bug which did not allow the TLS session cache to be used.Nokis Mavrogiannopoulos2007-12-092-4/+4
|
* Added support for sending more than one certificate.Nokis Mavrogiannopoulos2007-12-084-16/+20
|
* RSA-EXPORT private keys and DH params no longer generated by defaultNokis Mavrogiannopoulos2007-12-082-3/+3
|
* added more error checks.Nokis Mavrogiannopoulos2007-12-032-11/+49
|
* (no commit message)Nokis Mavrogiannopoulos2007-12-031-1/+1
|
* better handling of RSAFile and DHFileNokis Mavrogiannopoulos2007-12-034-106/+85
|
* report the missing GnuTLSPriorities for the gnutls enabled hosts only.Nokis Mavrogiannopoulos2007-12-021-1/+1
|