Home
last modified time | relevance | path

Searched refs:g_spoofKey (Results 1 – 7 of 7) sorted by relevance

/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/iis7_shib/
H A DShibHttpModule.cpp94 if (!g_spoofKey.empty() && filter.isUseHeaders()) { in DoFilter()
95 …pContext->GetRequest()->SetHeader(SpoofHeaderName, g_spoofKey.c_str(), static_cast<USHORT>(g_spoof… in DoFilter()
H A Dregister.cpp42 string g_unsetHeaderValue, g_spoofKey; variable
145 g_spoofKey = unsetValue.second; in RegisterModule()
151 g_spoofKey = lexical_cast<string>(randkey) + lexical_cast<string>(randkey2) + in RegisterModule()
H A DIIS7Request.cpp129 if (checkUser && m_useHeaders && !g_spoofKey.empty()) { in IIS7Request()
131 if (hdr == g_spoofKey) { in IIS7Request()
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/nsapi_shib/
H A Dnsapi_shib.cpp88 string g_spoofKey; variable
192 g_spoofKey = unsetValue.second; in nsapi_shib_init()
199 g_spoofKey = lexical_cast<string>(randkey) + lexical_cast<string>(randkey2) + in nsapi_shib_init()
273 if (!g_spoofKey.empty()) { in ShibTargetNSAPI()
275 if (qstr && g_spoofKey == qstr) in ShibTargetNSAPI()
508 if (!g_spoofKey.empty()) { in nsapi_shib()
510 pblock_nvinsert("Shib-Spoof-Check", g_spoofKey.c_str(), rq->headers); in nsapi_shib()
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/isapi_shib/
H A Disapi_shib.cpp105 string g_unsetHeaderValue,g_spoofKey; variable
204 g_spoofKey = unsetValue.second; in GetFilterVersion()
210 g_spoofKey = lexical_cast<string>(randkey) + lexical_cast<string>(randkey2) + in GetFilterVersion()
385 if (!g_spoofKey.empty()) { in ShibTargetIsapiF()
387 if (!var.empty() && g_spoofKey == (char*)var) in ShibTargetIsapiF()
671 if (!g_spoofKey.empty()) in HttpFilterProc()
672 pn->SetHeader(pfc, _ShibSpoofCheck, const_cast<char*>(g_spoofKey.c_str())); in HttpFilterProc()
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/iis7_shib/headers/
H A DIIS7_shib.hpp79 extern string g_unsetHeaderValue, g_spoofKey;
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/apache/
H A Dmod_shib.cpp115 string g_unsetHeaderValue,g_spoofKey; variable
432 else if (!g_spoofKey.empty()) { in init()
434 if (hdr && g_spoofKey == hdr) in init()
811 …if (!g_spoofKey.empty() && (((shib_dir_config*)ap_get_module_config(r->per_dir_config, &mod_shib))… in shib_check_user()
812 ap_table_set(r->headers_in, "Shib-Spoof-Check", g_spoofKey.c_str()); in shib_check_user()
2035 g_spoofKey = unsetValue.second;