Module: HTTP server blacklist
Definition in file HttpServerBlacklist.h.
#include "PKIFdll.h"
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | PKIFHTTP |
Functions | |
void CAC_API | PKIFHTTP::AddBlacklistedHttpServer (std::string &server, bool bPermanent=true) |
void CAC_API | PKIFHTTP::RemoveBlacklistedHttpServer (std::string &server) |
bool CAC_API | PKIFHTTP::IsHttpServerBlacklisted (std::string &server) |
void CAC_API | PKIFHTTP::ClearHttpServerBlacklist (void) |
void CAC_API | PKIFHTTP::GetHttpServerBlacklist (std::vector< std::string > &bl) |
void | GetHostFromUri (const char *url_in, std::string &hostOut) |
void GetHostFromUri | ( | const char * | url_in, | |
std::string & | hostOut | |||
) |
Definition at line 32 of file HttpServerBlacklist.cpp.
References stricmp.
Referenced by PKIFLDAP::IsBlacklisted(), and PKIFHTTP::IsHttpServerBlacklisted().