Skip to content
Commit 078eba46 authored by Raphael Kubo da Costa's avatar Raphael Kubo da Costa
Browse files

Backport r1173851, r1173866, r1173868 and r1173878.

r1173851 by rich:
- Fix wildcard ssl handling. We now correctly handle wildcards, rather than
  using shell globs. This removes the same issue as QTBUG-4455.  In addition,
I've fixed http://www.westpoint.ltd.uk/advisories/wp-10-0001.txt for konqueror.

r1173866 by whiting:
QString::lower doesnt exist, changed it to QString::toLower to make it build
again

r1173868 by ahartmetz:
This started out as a build fix that was already committed.  While I'm at
it make more things const and do hostname case normalization in the hostname
matching function itself so it's less error-prone (I might reuse that function
elsewhere).  Also make it static; less symbols in the resulting binary and make
it clear that it uses no class members.

r1173878 by ahartmetz:
SVN_SILENT improved comment about hostname matching

svn path=/branches/KDE/4.5/kdelibs/; revision=1173880
parent 3913ad21
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment