Home
last modified time | relevance | path

Searched refs:pACL (Results 1 – 25 of 102) sorted by relevance

12345

/dports/comms/thebridge/thebridge-1.09/src/
H A Dusers.c205 free(pACL->Callsign); in DeleteACLUser()
209 free(pACL->CallPlus); in DeleteACLUser()
213 free(pACL->HostName); in DeleteACLUser()
217 free(pACL->Password); in DeleteACLUser()
220 free(pACL); in DeleteACLUser()
276 StrLen = strlen(pACL->Callsign) + strlen(pACL->CallPlus) + 2; in ACLAddUser()
308 ACL_User *pACL = NULL; in RefreshACL() local
313 while(pACL != NULL) { in RefreshACL()
328 ACL_User *pACL = NULL; in LoadACL() local
440 ACL_User *pACL; in SaveACL() local
[all …]
H A Dusers.h97 int ACLAddUser(ACL_User *pACL);
100 void DeleteACLUser(ACL_User *pACL);
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/md/windows/
H A Dntsec.c153 PACL pACL = NULL; in _MD_InitTime()
191 pACL = (PACL) PR_Malloc(cbACL); in _MD_InitTime()
192 if (pACL == NULL) { in _MD_InitTime()
196 if (!InitializeAcl(pACL, cbACL, ACL_REVISION)) { in _MD_InitTime()
246 if (!SetSecurityDescriptorDacl(pSD, TRUE, pACL, FALSE)) { in _MD_InitTime()
252 *resultACL = pACL; in _MD_InitTime()
259 if (pACL) { in _MD_InitTime()
260 PR_Free(pACL); in _MD_InitTime()
271 _PR_NT_FreeSecurityDescriptorACL(PSECURITY_DESCRIPTOR pSD, PACL pACL)
276 if (pACL) {
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/md/windows/
H A Dntsec.c153 PACL pACL = NULL; in _PR_NT_MakeSecurityDescriptorACL()
191 pACL = (PACL) PR_Malloc(cbACL); in _PR_NT_MakeSecurityDescriptorACL()
192 if (pACL == NULL) { in _PR_NT_MakeSecurityDescriptorACL()
196 if (!InitializeAcl(pACL, cbACL, ACL_REVISION)) { in _PR_NT_MakeSecurityDescriptorACL()
246 if (!SetSecurityDescriptorDacl(pSD, TRUE, pACL, FALSE)) { in _PR_NT_MakeSecurityDescriptorACL()
252 *resultACL = pACL; in _PR_NT_MakeSecurityDescriptorACL()
259 if (pACL) { in _PR_NT_MakeSecurityDescriptorACL()
260 PR_Free(pACL); in _PR_NT_MakeSecurityDescriptorACL()
271 _PR_NT_FreeSecurityDescriptorACL(PSECURITY_DESCRIPTOR pSD, PACL pACL) in _PR_NT_FreeSecurityDescriptorACL() argument
276 if (pACL) { in _PR_NT_FreeSecurityDescriptorACL()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/md/windows/
H A Dntsec.c153 PACL pACL = NULL; in _PR_NT_MakeSecurityDescriptorACL()
191 pACL = (PACL) PR_Malloc(cbACL); in _PR_NT_MakeSecurityDescriptorACL()
192 if (pACL == NULL) { in _PR_NT_MakeSecurityDescriptorACL()
196 if (!InitializeAcl(pACL, cbACL, ACL_REVISION)) { in _PR_NT_MakeSecurityDescriptorACL()
228 if (!SetSecurityDescriptorDacl(pSD, TRUE, pACL, FALSE)) { in _PR_NT_MakeSecurityDescriptorACL()
234 *resultACL = pACL; in _PR_NT_MakeSecurityDescriptorACL()
241 if (pACL) { in _PR_NT_MakeSecurityDescriptorACL()
242 PR_Free(pACL); in _PR_NT_MakeSecurityDescriptorACL()
253 _PR_NT_FreeSecurityDescriptorACL(PSECURITY_DESCRIPTOR pSD, PACL pACL) in _PR_NT_FreeSecurityDescriptorACL() argument
258 if (pACL) { in _PR_NT_FreeSecurityDescriptorACL()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/md/windows/
H A Dntsec.c153 PACL pACL = NULL; in _PR_NT_MakeSecurityDescriptorACL()
191 pACL = (PACL) PR_Malloc(cbACL); in _PR_NT_MakeSecurityDescriptorACL()
192 if (pACL == NULL) { in _PR_NT_MakeSecurityDescriptorACL()
196 if (!InitializeAcl(pACL, cbACL, ACL_REVISION)) { in _PR_NT_MakeSecurityDescriptorACL()
228 if (!SetSecurityDescriptorDacl(pSD, TRUE, pACL, FALSE)) { in _PR_NT_MakeSecurityDescriptorACL()
234 *resultACL = pACL; in _PR_NT_MakeSecurityDescriptorACL()
241 if (pACL) { in _PR_NT_MakeSecurityDescriptorACL()
242 PR_Free(pACL); in _PR_NT_MakeSecurityDescriptorACL()
253 _PR_NT_FreeSecurityDescriptorACL(PSECURITY_DESCRIPTOR pSD, PACL pACL) in _PR_NT_FreeSecurityDescriptorACL() argument
258 if (pACL) { in _PR_NT_FreeSecurityDescriptorACL()
[all …]
/dports/devel/nspr/nspr-4.33/nspr/pr/src/md/windows/
H A Dntsec.c153 PACL pACL = NULL; in _PR_NT_MakeSecurityDescriptorACL()
191 pACL = (PACL) PR_Malloc(cbACL); in _PR_NT_MakeSecurityDescriptorACL()
192 if (pACL == NULL) { in _PR_NT_MakeSecurityDescriptorACL()
196 if (!InitializeAcl(pACL, cbACL, ACL_REVISION)) { in _PR_NT_MakeSecurityDescriptorACL()
246 if (!SetSecurityDescriptorDacl(pSD, TRUE, pACL, FALSE)) { in _PR_NT_MakeSecurityDescriptorACL()
252 *resultACL = pACL; in _PR_NT_MakeSecurityDescriptorACL()
259 if (pACL) { in _PR_NT_MakeSecurityDescriptorACL()
260 PR_Free(pACL); in _PR_NT_MakeSecurityDescriptorACL()
271 _PR_NT_FreeSecurityDescriptorACL(PSECURITY_DESCRIPTOR pSD, PACL pACL) in _PR_NT_FreeSecurityDescriptorACL() argument
276 if (pACL) { in _PR_NT_FreeSecurityDescriptorACL()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/md/windows/
H A Dntsec.c153 PACL pACL = NULL; in _PR_NT_MakeSecurityDescriptorACL()
191 pACL = (PACL) PR_Malloc(cbACL); in _PR_NT_MakeSecurityDescriptorACL()
192 if (pACL == NULL) { in _PR_NT_MakeSecurityDescriptorACL()
196 if (!InitializeAcl(pACL, cbACL, ACL_REVISION)) { in _PR_NT_MakeSecurityDescriptorACL()
246 if (!SetSecurityDescriptorDacl(pSD, TRUE, pACL, FALSE)) { in _PR_NT_MakeSecurityDescriptorACL()
252 *resultACL = pACL; in _PR_NT_MakeSecurityDescriptorACL()
259 if (pACL) { in _PR_NT_MakeSecurityDescriptorACL()
260 PR_Free(pACL); in _PR_NT_MakeSecurityDescriptorACL()
271 _PR_NT_FreeSecurityDescriptorACL(PSECURITY_DESCRIPTOR pSD, PACL pACL) in _PR_NT_FreeSecurityDescriptorACL() argument
276 if (pACL) { in _PR_NT_FreeSecurityDescriptorACL()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/md/windows/
H A Dntsec.c153 PACL pACL = NULL; in _PR_NT_MakeSecurityDescriptorACL()
191 pACL = (PACL) PR_Malloc(cbACL); in _PR_NT_MakeSecurityDescriptorACL()
192 if (pACL == NULL) { in _PR_NT_MakeSecurityDescriptorACL()
196 if (!InitializeAcl(pACL, cbACL, ACL_REVISION)) { in _PR_NT_MakeSecurityDescriptorACL()
246 if (!SetSecurityDescriptorDacl(pSD, TRUE, pACL, FALSE)) { in _PR_NT_MakeSecurityDescriptorACL()
252 *resultACL = pACL; in _PR_NT_MakeSecurityDescriptorACL()
259 if (pACL) { in _PR_NT_MakeSecurityDescriptorACL()
260 PR_Free(pACL); in _PR_NT_MakeSecurityDescriptorACL()
271 _PR_NT_FreeSecurityDescriptorACL(PSECURITY_DESCRIPTOR pSD, PACL pACL) in _PR_NT_FreeSecurityDescriptorACL() argument
276 if (pACL) { in _PR_NT_FreeSecurityDescriptorACL()
[all …]
/dports/security/keepassxc/keepassxc-2.6.6/src/core/
H A DBootstrap.cpp185 PACL pACL = nullptr; in createWindowsDACL() local
224 pACL = static_cast<PACL>(HeapAlloc(GetProcessHeap(), 0, cbACL)); in createWindowsDACL()
225 if (pACL == nullptr) { in createWindowsDACL()
229 if (!InitializeAcl(pACL, cbACL, ACL_REVISION)) { in createWindowsDACL()
235 pACL, in createWindowsDACL()
245 if (!AddAccessAllowedAce(pACL, in createWindowsDACL()
261 pACL, // DACL specified in createWindowsDACL()
267 if (pACL != nullptr) { in createWindowsDACL()
268 HeapFree(GetProcessHeap(), 0, pACL); in createWindowsDACL()
/dports/www/bluefish/bluefish-2.2.12/src/
H A Dwin32utils.c29 PACL pACL; in isadmin_win32() local
59 if (!(pACL = (PACL)LocalAlloc(LPTR, dwLen))) in isadmin_win32()
62 if (!InitializeAcl(pACL, dwLen, ACL_REVISION2)) in isadmin_win32()
65 if (!AddAccessAllowedAce(pACL, ACL_REVISION2, ACCESS_READ | ACCESS_WRITE, psidAdmin)) in isadmin_win32()
68 if (!SetSecurityDescriptorDacl(psdAdmin, TRUE, pACL, FALSE)) in isadmin_win32()
83 if (pACL) LocalFree(pACL); in isadmin_win32()
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/deps/qhttpengine/src/src/
H A Dlocalfile.cpp67 PACL pACL; in setPermission()
68 if (SetEntriesInAclW(1, &ea, NULL, &pACL) != ERROR_SUCCESS) { in setPermission()
78 pACL, in setPermission()
80 LocalFree(pACL); in setPermission()
84 LocalFree(pACL); in setPermission()
/dports/www/qhttpengine/qhttpengine-1.0.1-5-g43f55df/src/src/
H A Dlocalfile.cpp67 PACL pACL; in setPermission()
68 if (SetEntriesInAclW(1, &ea, NULL, &pACL) != ERROR_SUCCESS) { in setPermission()
78 pACL, in setPermission()
80 LocalFree(pACL); in setPermission()
84 LocalFree(pACL); in setPermission()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientsetup/win/
H A DCARestorePermissionBOINCData.cpp65 PACL pACL = NULL; in OnExecution() local
130 dwRes = SetEntriesInAcl(ulEntries, &ea[0], NULL, &pACL); in OnExecution()
159 pACL, in OnExecution()
184 RecursiveSetPermissions(strBOINCDataDirectory, pACL); in OnExecution()
187 if (pACL) in OnExecution()
188 LocalFree(pACL); in OnExecution()
H A DCASetPermissionBOINC.cpp65 PACL pACL = NULL; in OnExecution() local
183 dwRes = SetEntriesInAcl(ulEntries, &ea[0], pOldACL, &pACL); in OnExecution()
212 pACL, in OnExecution()
237 RecursiveSetPermissions(strBOINCInstallDirectory, pACL); in OnExecution()
240 if (pACL) in OnExecution()
241 LocalFree(pACL); in OnExecution()
H A DCASetPermissionBOINCDataSlots.cpp65 PACL pACL = NULL; in OnExecution() local
214 dwRes = SetEntriesInAcl(ulEntries, &ea[0], NULL, &pACL); in OnExecution()
243 pACL, in OnExecution()
268 RecursiveSetPermissions(strBOINCDataSlotsDirectory, pACL); in OnExecution()
271 if (pACL) in OnExecution()
272 LocalFree(pACL); in OnExecution()
H A DCASetPermissionBOINCDataProjects.cpp65 PACL pACL = NULL; in OnExecution() local
213 dwRes = SetEntriesInAcl(ulEntries, &ea[0], NULL, &pACL); in OnExecution()
242 pACL, in OnExecution()
267 RecursiveSetPermissions(strBOINCDataProjectsDirectory, pACL); in OnExecution()
270 if (pACL) in OnExecution()
271 LocalFree(pACL); in OnExecution()
H A DCASetPermissionBOINCData.cpp65 PACL pACL = NULL; in OnExecution() local
267 dwRes = SetEntriesInAcl(ulEntries, &ea[0], NULL, &pACL); in OnExecution()
296 pACL, in OnExecution()
321 RecursiveSetPermissions(strBOINCDataDirectory, pACL); in OnExecution()
324 if (pACL) in OnExecution()
325 LocalFree(pACL); in OnExecution()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/jit/
H A Djit-w32.c111 PACL pACL = NULL; in create_directory_for_current_user() local
134 dwRes = SetEntriesInAcl(1, &ea, NULL, &pACL); in create_directory_for_current_user()
145 pACL, in create_directory_for_current_user()
159 if (pACL) in create_directory_for_current_user()
160 LocalFree (pACL); in create_directory_for_current_user()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/jit/
H A Djit-w32.c111 PACL pACL = NULL; in create_directory_for_current_user() local
134 dwRes = SetEntriesInAcl(1, &ea, NULL, &pACL); in create_directory_for_current_user()
145 pACL, in create_directory_for_current_user()
159 if (pACL) in create_directory_for_current_user()
160 LocalFree (pACL); in create_directory_for_current_user()
/dports/lang/gcc11/gcc-11.2.0/gcc/jit/
H A Djit-w32.c111 PACL pACL = NULL; in create_directory_for_current_user() local
134 dwRes = SetEntriesInAcl(1, &ea, NULL, &pACL); in create_directory_for_current_user()
145 pACL, in create_directory_for_current_user()
159 if (pACL) in create_directory_for_current_user()
160 LocalFree (pACL); in create_directory_for_current_user()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/jit/
H A Djit-w32.c111 PACL pACL = NULL; in create_directory_for_current_user() local
134 dwRes = SetEntriesInAcl(1, &ea, NULL, &pACL); in create_directory_for_current_user()
145 pACL, in create_directory_for_current_user()
159 if (pACL) in create_directory_for_current_user()
160 LocalFree (pACL); in create_directory_for_current_user()
/dports/net/nanomsg/nanomsg-1.1.5/tests/
H A Dwin_sec_attr.c50 PACL pACL; in main() local
86 ret2 = SetEntriesInAcl (1, &xa, NULL, &pACL); in main()
89 ret = SetSecurityDescriptorDacl (sec.lpSecurityDescriptor, TRUE, pACL, FALSE); in main()
139 LocalFree (pACL); in main()
/dports/cad/opencascade/opencascade-7.6.0/src/OSD/
H A DOSD_File.cxx1685 PACL pACL = NULL; in _osd_wnt_protection_to_sd() local
1763 if ((pACL = CreateAcl (dwACLsize)) == NULL) in _osd_wnt_protection_to_sd()
1772 AddAce (pACL, ACL_REVISION, dwIndex++, pFileACE, pFileACE->header.AceSize); in _osd_wnt_protection_to_sd()
1844 if (!SetSecurityDescriptorDacl (retVal, TRUE, pACL, TRUE)) in _osd_wnt_protection_to_sd()
1859 else if (pACL != NULL) in _osd_wnt_protection_to_sd()
1861 FreeAcl (pACL); in _osd_wnt_protection_to_sd()
1895 PACL pACL; in _osd_wnt_sd_to_protection() local
1904 if (!GetSecurityDescriptorDacl (pSD, &fPresent, &pACL, &fDefaulted) in _osd_wnt_sd_to_protection()
1909 if (pSIDowner == NULL || pACL == NULL) in _osd_wnt_sd_to_protection()
1921 for (DWORD anAceIter = 0; anAceIter < pACL->AceCount; ++anAceIter) in _osd_wnt_sd_to_protection()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dshmem.cpp90 PACL pACL = NULL; in create_shmem() local
131 dwRes = SetEntriesInAcl(1, &ea, NULL, &pACL); in create_shmem()
152 pACL, in create_shmem()
208 if (pACL) in create_shmem()
209 LocalFree(pACL); in create_shmem()

12345