summaryrefslogtreecommitdiffstats
path: root/contrib/.cvsignore
diff options
context:
space:
mode:
authorGravatar Edward Rudd 2004-08-23 05:41:37 +0000
committerGravatar Edward Rudd 2004-08-23 05:41:37 +0000
commit104bb4c049e8a672af96977434bda814feee83b8 (patch)
tree8a6f307bc5cd60c625b8c57233f93ac8b75161e5 /contrib/.cvsignore
parentceb9aca770cf5b5464522fc032eb0f1cf73d6867 (diff)
fixes by Douglas E. Warner to fix "NULL" fields.
finally fixed the annoying reconnect mysql segfault.
Diffstat (limited to 'contrib/.cvsignore')
0 files changed, 0 insertions, 0 deletions
ommitgraph'>* (no commit message)Gravatar Nokis Mavrogiannopoulos 2010-03-24 * Corrected issue with firefox and long post data (had to do ...Gravatar Nokis Mavrogiannopoulos 2010-03-15 * On connection termination be polite and send a bye (common handling of EOC an...Gravatar Nokis Mavrogiannopoulos 2009-07-21 * removed APR_BUCKET_IS_EOS. Doesn't seem appropriate at this point.Gravatar Nokis Mavrogiannopoulos 2009-07-21 * More fixes related to bug #102Gravatar Nokis Mavrogiannopoulos 2009-07-20 * Applied patch of jmdesp that allows certificate lists by client.Gravatar Nokis Mavrogiannopoulos 2009-07-20 * only call gnutls_bye on non null gnutls session.Gravatar Nokis Mavrogiannopoulos 2009-07-20 * Avoid requesting certificate from client when we already have it. Patch by Al...Gravatar Nokis Mavrogiannopoulos 2009-06-30 * Applied patch by AlainKnaff to correctly verify certificates per directory. P...Gravatar Nokis Mavrogiannopoulos 2009-06-30 * set srp username to empty string. Solves http://issues.outoforder.cc/view.php...Gravatar Nokis Mavrogiannopoulos 2009-06-30 * Try to avoid bug http://issues.outoforder.cc/view.php?id=102Gravatar Nokis Mavrogiannopoulos 2009-06-30 * Allow openpgp certificates that have infinite expiration time. Suggestion by ...Gravatar Nokis Mavrogiannopoulos 2009-06-30 * Applied patch to allow building with Apache 2.4. Patch by Arfrever Frehtes Ta...Gravatar Nokis Mavrogiannopoulos 2009-06-30 * do not try to send empty packs using TLS. This this has a special meaning and...