KIOSlave
httpauthentication.cpp File Reference
#include "httpauthentication.h"
#include <krandom.h>
#include <kdebug.h>
#include <klocale.h>
#include <kglobal.h>
#include <kcodecs.h>
#include <kconfiggroup.h>
#include <kio/authinfo.h>
#include <misc/kntlm/kntlm.h>
#include <QtCore/QTextCodec>
Include dependency graph for httpauthentication.cpp:
Go to the source code of this file.
Functions | |
static QByteArray | calculateResponse (const DigestAuthInfo &info, const KUrl &resource) |
static bool | containsScheme (const char input[], int start, int end) |
static bool | isWhiteSpace (char ch) |
static bool | isWhiteSpaceOrComma (char ch) |
static QList< QByteArray > | parseChallenge (QByteArray &ba, QByteArray *scheme, QByteArray *nextAuth=0) |
static QByteArray | valueForKey (const QList< QByteArray > &ba, const QByteArray &key) |
Function Documentation
|
static |
Definition at line 450 of file httpauthentication.cpp.
|
static |
Definition at line 59 of file httpauthentication.cpp.
|
static |
Definition at line 49 of file httpauthentication.cpp.
|
static |
Definition at line 54 of file httpauthentication.cpp.
|
static |
Definition at line 79 of file httpauthentication.cpp.
|
static |
Definition at line 207 of file httpauthentication.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.