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 D | ShibHttpModule.cpp | 94 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 D | register.cpp | 42 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 D | IIS7Request.cpp | 129 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 D | nsapi_shib.cpp | 88 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 D | isapi_shib.cpp | 105 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 D | IIS7_shib.hpp | 79 extern string g_unsetHeaderValue, g_spoofKey;
|
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/apache/ |
H A D | mod_shib.cpp | 115 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;
|