Home
last modified time | relevance | path

Searched refs:newACL (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientsetup/win/
H A Daclmgmt.cpp79 PACL oldACL = NULL, newACL = NULL; in AddAccessDeniedACEToACL() local
94 newACL = (PACL) new BYTE [aclSize]; in AddAccessDeniedACEToACL()
96 if (!InitializeAcl (newACL, aclSize, ACL_REVISION)) in AddAccessDeniedACEToACL()
102 if (!AddAccessDeniedAce (newACL, ACL_REVISION2, PermissionMask, principalSID)) in AddAccessDeniedACEToACL()
108 returnValue = CopyACL (oldACL, newACL); in AddAccessDeniedACEToACL()
115 *Acl = newACL; in AddAccessDeniedACEToACL()
132 PACL oldACL = NULL, newACL = NULL; in AddAccessAllowedACEToACL() local
147 newACL = (PACL) new BYTE [aclSize]; in AddAccessAllowedACEToACL()
149 if (!InitializeAcl (newACL, aclSize, ACL_REVISION)) in AddAccessAllowedACEToACL()
155 returnValue = CopyACL (oldACL, newACL); in AddAccessAllowedACEToACL()
[all …]
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dkacl.cpp383 acl_t newACL = acl_dup(m_acl); in setNamedUserOrGroupPermissions() local
405 acl_create_entry(&newACL, &entry); in setNamedUserOrGroupPermissions()
409 acl_delete_entry(newACL, entry); in setNamedUserOrGroupPermissions()
421 acl_calc_mask(&newACL); in setNamedUserOrGroupPermissions()
426 acl_free(newACL); in setNamedUserOrGroupPermissions()
430 m_acl = newACL; in setNamedUserOrGroupPermissions()
477 acl_t newACL = acl_dup(m_acl); in setAllUsersOrGroups() local
497 acl_create_entry(&newACL, &entry); in setAllUsersOrGroups()
516 acl_calc_mask(&newACL); in setAllUsersOrGroups()
521 m_acl = newACL; in setAllUsersOrGroups()
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2018-11-09/datalakestore/paths/
H A Dlifecycle_test.go65 newACL := "user::rwx,group::r-x,other::r-x,default:user::rwx,default:group::r-x,default:other::---"
67 ACL: &newACL,
79 if props.ACL != newACL {
80 t.Fatal(fmt.Errorf("Expected new ACL %q, got %q", newACL, props.ACL))
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/2019-12-12/datalakestore/paths/
H A Dlifecycle_test.go65 newACL := "user::rwx,group::r-x,other::r-x,default:user::rwx,default:group::r-x,default:other::---"
67 ACL: &newACL,
79 if props.ACL != newACL {
80 t.Fatal(fmt.Errorf("Expected new ACL %q, got %q", newACL, props.ACL))
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp857 PACL newACL = NULL; in add_allow_aces() local
919 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
932 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
959 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
969 if (!AddAccessAllowedAce(newACL, ACL_REVISION, in add_allow_aces()
975 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
990 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
993 if (!AddAce(newACL, ACL_REVISION, MAXDWORD, ace, in add_allow_aces()
998 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
1011 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp857 PACL newACL = NULL; in add_allow_aces() local
919 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
932 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
959 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
969 if (!AddAccessAllowedAce(newACL, ACL_REVISION, in add_allow_aces()
975 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
990 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
993 if (!AddAce(newACL, ACL_REVISION, MAXDWORD, ace, in add_allow_aces()
998 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
1011 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp857 PACL newACL = NULL; in add_allow_aces() local
919 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
932 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
959 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
969 if (!AddAccessAllowedAce(newACL, ACL_REVISION, in add_allow_aces()
975 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
990 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
993 if (!AddAce(newACL, ACL_REVISION, MAXDWORD, ace, in add_allow_aces()
998 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
1011 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp857 PACL newACL = NULL; in add_allow_aces() local
919 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
932 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
959 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
969 if (!AddAccessAllowedAce(newACL, ACL_REVISION, in add_allow_aces()
975 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
990 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
993 if (!AddAce(newACL, ACL_REVISION, MAXDWORD, ace, in add_allow_aces()
998 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
1011 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp858 PACL newACL = NULL; in add_allow_aces() local
920 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
933 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
960 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
970 if (!AddAccessAllowedAce(newACL, ACL_REVISION, in add_allow_aces()
976 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
991 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
994 if (!AddAce(newACL, ACL_REVISION, MAXDWORD, ace, in add_allow_aces()
999 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
1012 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/windows/
H A DperfMemory_windows.cpp857 PACL newACL = NULL; in add_allow_aces() local
919 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
932 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
959 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
969 if (!AddAccessAllowedAce(newACL, ACL_REVISION, in add_allow_aces()
975 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
990 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
993 if (!AddAce(newACL, ACL_REVISION, MAXDWORD, ace, in add_allow_aces()
998 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
1011 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp857 PACL newACL = NULL; in add_allow_aces() local
919 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
932 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
959 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
969 if (!AddAccessAllowedAce(newACL, ACL_REVISION, in add_allow_aces()
975 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
990 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
993 if (!AddAce(newACL, ACL_REVISION, MAXDWORD, ace, in add_allow_aces()
998 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
1011 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp857 PACL newACL = NULL; in add_allow_aces() local
919 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
932 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
959 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
969 if (!AddAccessAllowedAce(newACL, ACL_REVISION, in add_allow_aces()
975 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
990 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
993 if (!AddAce(newACL, ACL_REVISION, MAXDWORD, ace, in add_allow_aces()
998 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
1011 FREE_C_HEAP_ARRAY(char, newACL); in add_allow_aces()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp854 PACL newACL = NULL; in add_allow_aces() local
916 FREE_C_HEAP_ARRAY(char, newACL, mtInternal); in add_allow_aces()
929 FREE_C_HEAP_ARRAY(char, newACL, mtInternal); in add_allow_aces()
956 FREE_C_HEAP_ARRAY(char, newACL, mtInternal); in add_allow_aces()
966 if (!AddAccessAllowedAce(newACL, ACL_REVISION, in add_allow_aces()
972 FREE_C_HEAP_ARRAY(char, newACL, mtInternal); in add_allow_aces()
987 FREE_C_HEAP_ARRAY(char, newACL, mtInternal); in add_allow_aces()
990 if (!AddAce(newACL, ACL_REVISION, MAXDWORD, ace, in add_allow_aces()
995 FREE_C_HEAP_ARRAY(char, newACL, mtInternal); in add_allow_aces()
1008 FREE_C_HEAP_ARRAY(char, newACL, mtInternal); in add_allow_aces()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp854 PACL newACL = NULL; in add_allow_aces() local
916 FREE_C_HEAP_ARRAY(char, newACL, mtInternal); in add_allow_aces()
929 FREE_C_HEAP_ARRAY(char, newACL, mtInternal); in add_allow_aces()
956 FREE_C_HEAP_ARRAY(char, newACL, mtInternal); in add_allow_aces()
966 if (!AddAccessAllowedAce(newACL, ACL_REVISION, in add_allow_aces()
972 FREE_C_HEAP_ARRAY(char, newACL, mtInternal); in add_allow_aces()
987 FREE_C_HEAP_ARRAY(char, newACL, mtInternal); in add_allow_aces()
990 if (!AddAce(newACL, ACL_REVISION, MAXDWORD, ace, in add_allow_aces()
995 FREE_C_HEAP_ARRAY(char, newACL, mtInternal); in add_allow_aces()
1008 FREE_C_HEAP_ARRAY(char, newACL, mtInternal); in add_allow_aces()
[all …]
/dports/devel/kf5-kio/kio-5.89.0/src/widgets/
H A Dkacleditwidget.cpp749 KACL newACL(0); in itemsToACL() local
763 newACL.setOwnerPermissions(item->value); in itemsToACL()
766 newACL.setOwningGroupPermissions(item->value); in itemsToACL()
769 newACL.setOthersPermissions(item->value); in itemsToACL()
772 newACL.setMaskPermissions(item->value); in itemsToACL()
785 newACL.setAllUserPermissions(users); in itemsToACL()
786 newACL.setAllGroupPermissions(groups); in itemsToACL()
787 if (newACL.isValid()) { in itemsToACL()
788 return newACL; in itemsToACL()
/dports/mail/p5-CGP-CLI/CGP-CLI-2.7.5/lib/CGP/
H A DCLI.pm799 my ($this, $account, $newACL,$authAccountName) = @_;
801 unless defined $account && defined $newACL;
804 $line.=' '.$this->printWords($newACL);
1707 my ($this,$accountName,$mailboxName,$newACL,$authAccountName) = @_;
1710 unless (defined $accountName && defined $mailboxName && defined $newACL);
1716 $this->send($line.' '.$this->printWords($newACL));
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist-web.cc1477 NetmaskGroup newACL; in setWebserverACL() local
1478 newACL.toMasks(acl); in setWebserverACL()
1482 g_webserverConfig.acl = std::move(newACL); in setWebserverACL()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/acl/
H A Dacl_test.go1377 newACL, err := New(acl, policy, nil)
1379 acl = newACL
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/acl/
H A Dacl_test.go1377 newACL, err := New(acl, policy, nil)
1379 acl = newACL
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/acl/
H A Dacl_test.go1713 newACL, err := NewPolicyAuthorizer(acl, []*Policy{policy}, nil)
1715 acl = newACL
/dports/sysutils/consul/consul-1.10.3/acl/
H A Dacl_test.go2009 newACL, err := NewPolicyAuthorizerWithDefaults(acl, []*Policy{policy}, nil)
2011 acl = newACL
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/acl/
H A Dacl_test.go1972 newACL, err := NewPolicyAuthorizerWithDefaults(acl, []*Policy{policy}, nil)
1974 acl = newACL
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/acl/
H A Dacl_test.go2009 newACL, err := NewPolicyAuthorizerWithDefaults(acl, []*Policy{policy}, nil)
2011 acl = newACL
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/acl/
H A Dacl_test.go2009 newACL, err := NewPolicyAuthorizerWithDefaults(acl, []*Policy{policy}, nil)
2011 acl = newACL
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/acl/
H A Dacl_test.go1972 newACL, err := NewPolicyAuthorizerWithDefaults(acl, []*Policy{policy}, nil)
1974 acl = newACL

1234567891011