ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdio.h>
#include "urlmon_main.h"
#include "winreg.h"
#include "wininet.h"
#include "shlwapi.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | SecManagerImpl |
struct | ZoneMgrImpl |
Macros | |
#define | NO_SHLWAPI_REG |
Variables | |
static const WCHAR | currentlevelW [] = {'C','u','r','r','e','n','t','L','e','v','e','l',0} |
static const WCHAR | descriptionW [] = {'D','e','s','c','r','i','p','t','i','o','n',0} |
static const WCHAR | displaynameW [] = {'D','i','s','p','l','a','y','N','a','m','e',0} |
static const WCHAR | fileW [] = {'f','i','l','e',0} |
static const WCHAR | flagsW [] = {'F','l','a','g','s',0} |
static const WCHAR | iconW [] = {'I','c','o','n',0} |
static const WCHAR | minlevelW [] = {'M','i','n','L','e','v','e','l',0} |
static const WCHAR | recommendedlevelW [] |
static const WCHAR | wszZonesKey [] |
static const WCHAR | zone_map_keyW [] |
static const WCHAR | wszZoneMapDomainsKey [] |
static const IInternetSecurityManagerEx2Vtbl | VT_SecManagerImpl |
static const IInternetZoneManagerEx2Vtbl | ZoneMgrImplVtbl |
Definition at line 1285 of file sec_mgr.c.
Referenced by ZoneMgrImpl_CreateZoneEnumerator().
HRESULT WINAPI CoInternetCreateSecurityManager | ( | IServiceProvider * | pSP, |
IInternetSecurityManager ** | ppSM, | ||
DWORD | dwReserved | ||
) |
Definition at line 1841 of file sec_mgr.c.
Referenced by HTMLOuterWindow_Create(), and security_enum_zones().
HRESULT WINAPI CoInternetCreateZoneManager | ( | IServiceProvider * | pSP, |
IInternetZoneManager ** | ppZM, | ||
DWORD | dwReserved | ||
) |
Definition at line 1855 of file sec_mgr.c.
Referenced by security_enum_zones().
HRESULT WINAPI CoInternetGetSecurityUrl | ( | LPCWSTR | pwzUrl, |
LPWSTR * | ppwzSecUrl, | ||
PSUACTION | psuAction, | ||
DWORD | dwReserved | ||
) |
Definition at line 1977 of file sec_mgr.c.
Referenced by map_url_to_zone().
HRESULT WINAPI CoInternetGetSecurityUrlEx | ( | IUri * | pUri, |
IUri ** | ppSecUri, | ||
PSUACTION | psuAction, | ||
DWORD_PTR | dwReserved | ||
) |
Definition at line 2024 of file sec_mgr.c.
Referenced by map_uri_to_zone().
HRESULT WINAPI CompareSecurityIds | ( | BYTE * | secid1, |
DWORD | size1, | ||
BYTE * | secid2, | ||
DWORD | size2, | ||
DWORD | reserved | ||
) |
|
static |
Definition at line 714 of file sec_mgr.c.
Referenced by get_security_id_for_uri(), and get_security_id_for_url().
|
static |
Definition at line 659 of file sec_mgr.c.
Referenced by get_action_policy(), SecManagerImpl_ProcessUrlAction(), ZoneMgrImpl_GetZoneActionPolicy(), and ZoneMgrImpl_GetZoneActionPolicyEx().
Definition at line 112 of file sec_mgr.c.
Referenced by ZoneMgrImpl_GetZoneAttributes().
Definition at line 819 of file sec_mgr.c.
Referenced by SecManagerImpl_GetSecurityIdEx2().
Definition at line 797 of file sec_mgr.c.
Referenced by SecManagerImpl_GetSecurityId().
|
static |
Definition at line 86 of file sec_mgr.c.
Referenced by ZoneMgrImpl_GetZoneAttributes().
Definition at line 263 of file sec_mgr.c.
Referenced by search_domain_for_zone().
Definition at line 456 of file sec_mgr.c.
Referenced by map_security_uri_to_zone().
Definition at line 132 of file sec_mgr.c.
Referenced by map_security_uri_to_zone().
|
inlinestatic |
Definition at line 848 of file sec_mgr.c.
Referenced by SecManagerImpl_AddRef(), SecManagerImpl_GetSecurityId(), SecManagerImpl_GetSecurityIdEx2(), SecManagerImpl_GetSecuritySite(), SecManagerImpl_GetZoneMappings(), SecManagerImpl_MapUrlToZone(), SecManagerImpl_MapUrlToZoneEx2(), SecManagerImpl_ProcessUrlAction(), SecManagerImpl_ProcessUrlActionEx(), SecManagerImpl_ProcessUrlActionEx2(), SecManagerImpl_QueryCustomPolicy(), SecManagerImpl_QueryCustomPolicyEx2(), SecManagerImpl_QueryInterface(), SecManagerImpl_Release(), SecManagerImpl_SetSecuritySite(), and SecManagerImpl_SetZoneMapping().
|
inlinestatic |
Definition at line 1273 of file sec_mgr.c.
Referenced by ZoneMgrImpl_AddRef(), ZoneMgrImpl_CreateZoneEnumerator(), ZoneMgrImpl_DestroyZoneEnumerator(), ZoneMgrImpl_GetZoneAt(), ZoneMgrImpl_GetZoneAttributes(), ZoneMgrImpl_QueryInterface(), ZoneMgrImpl_Release(), and ZoneMgrImpl_SetZoneAttributes().
Definition at line 66 of file sec_mgr.c.
Referenced by map_security_uri_to_zone().
|
inlinestatic |
Definition at line 72 of file sec_mgr.c.
Referenced by generate_security_id(), and get_zone_from_domains().
Definition at line 2076 of file sec_mgr.c.
Definition at line 520 of file sec_mgr.c.
Referenced by map_uri_to_zone(), and map_url_to_zone().
Definition at line 622 of file sec_mgr.c.
Referenced by get_security_id_for_uri(), and SecManagerImpl_MapUrlToZoneEx2().
Definition at line 586 of file sec_mgr.c.
Referenced by get_security_id_for_url(), SecManagerImpl_MapUrlToZone(), and SecManagerImpl_ProcessUrlAction().
|
static |
Definition at line 184 of file sec_mgr.c.
Referenced by search_domain_for_zone().
Definition at line 640 of file sec_mgr.c.
Referenced by get_action_policy(), ZoneMgrImpl_GetZoneAttributes(), and ZoneMgrImpl_SetZoneAttributes().
Definition at line 1861 of file sec_mgr.c.
Referenced by CoInternetGetSecurityUrl(), and CoInternetGetSecurityUrlEx().
|
static |
Definition at line 301 of file sec_mgr.c.
Referenced by search_for_domain_mapping().
|
static |
Definition at line 417 of file sec_mgr.c.
Referenced by get_zone_from_domains().
|
static |
Definition at line 877 of file sec_mgr.c.
Definition at line 1241 of file sec_mgr.c.
Referenced by CoInternetCreateSecurityManager().
|
static |
Definition at line 988 of file sec_mgr.c.
|
static |
Definition at line 1196 of file sec_mgr.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 1141 of file sec_mgr.c.
|
static |
|
static |
Definition at line 1131 of file sec_mgr.c.
|
static |
|
static |
Definition at line 1070 of file sec_mgr.c.
|
static |
Definition at line 1211 of file sec_mgr.c.
|
static |
Definition at line 853 of file sec_mgr.c.
|
static |
Definition at line 887 of file sec_mgr.c.
|
static |
Definition at line 909 of file sec_mgr.c.
|
static |
WINE_DEFAULT_DEBUG_CHANNEL | ( | urlmon | ) |
Definition at line 1373 of file sec_mgr.c.
Definition at line 1823 of file sec_mgr.c.
Referenced by CoInternetCreateZoneManager().
|
static |
|
static |
Definition at line 1578 of file sec_mgr.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 1406 of file sec_mgr.c.
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 1386 of file sec_mgr.c.
|
static |
Definition at line 1444 of file sec_mgr.c.
|
static |
Definition at line 37 of file sec_mgr.c.
Referenced by ZoneMgrImpl_GetZoneAttributes(), and ZoneMgrImpl_SetZoneAttributes().
Definition at line 38 of file sec_mgr.c.
Referenced by ZoneMgrImpl_GetZoneAttributes(), and ZoneMgrImpl_SetZoneAttributes().
Definition at line 39 of file sec_mgr.c.
Referenced by test_get_displayname(), test_get_servicekeyname(), ZoneMgrImpl_GetZoneAttributes(), and ZoneMgrImpl_SetZoneAttributes().
Definition at line 40 of file sec_mgr.c.
Referenced by CoInternetGetSecurityUrlEx(), and map_security_uri_to_zone().
Definition at line 41 of file sec_mgr.c.
Referenced by ZoneMgrImpl_GetZoneAttributes(), and ZoneMgrImpl_SetZoneAttributes().
Definition at line 42 of file sec_mgr.c.
Referenced by MessageBoxIndirectA(), test_SHGetSetFolderCustomSettings(), ZoneMgrImpl_GetZoneAttributes(), and ZoneMgrImpl_SetZoneAttributes().
Definition at line 43 of file sec_mgr.c.
Referenced by ZoneMgrImpl_GetZoneAttributes(), and ZoneMgrImpl_SetZoneAttributes().
Definition at line 44 of file sec_mgr.c.
Referenced by ZoneMgrImpl_GetZoneAttributes(), and ZoneMgrImpl_SetZoneAttributes().
|
static |
Definition at line 1221 of file sec_mgr.c.
Referenced by SecManagerImpl_Construct().
Definition at line 58 of file sec_mgr.c.
Referenced by get_zone_from_domains().
Definition at line 46 of file sec_mgr.c.
Referenced by build_zonemap_from_reg(), and open_zone_key().
Definition at line 52 of file sec_mgr.c.
Referenced by IsInternetESCEnabledLocal().
|
static |
Definition at line 1796 of file sec_mgr.c.
Referenced by ZoneMgrImpl_Construct().