- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for decl (0.01 sec)
-
src/test/java/jcifs/internal/dtyp/SecurityDescriptorTest.java
SMBUtil.writeInt4(0, buffer, offset + 12); // SACL offset SMBUtil.writeInt4(20, buffer, offset + 16); // DACL offset // DACL header at offset 20 prepareDaclHeader(buffer, offset + 20, aceCount); // Add ACEs int aceOffset = offset + 28; // After DACL header for (int i = 0; i < aceCount; i++) { prepareSimpleAce(buffer, aceOffset);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.6K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfoTest.java
infoField.set(msrpcShareGetInfo, info502); // Test getSecurity - with no DACL, it should return null ACE[] result = msrpcShareGetInfo.getSecurity(); assertNull(result); } @Test void testGetSecurityWithDACL() throws Exception { // Setup ShareInfo502 with a security descriptor containing a DACL with no ACEs srvsvc.ShareInfo502 info502 = new srvsvc.ShareInfo502();
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.3K bytes - Viewed (0) -
src/main/resources/fess_indices/fess.json
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0) -
src/main/java/jcifs/SmbResource.java
/** * Return an array of Access Control Entry (ACE) objects representing * the security descriptor associated with this file or directory. * If no DACL is present, null is returned. If the DACL is empty, an array with 0 elements is returned. * * @param resolveSids * Attempt to resolve the SIDs within each ACE formRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 28K bytes - Viewed (1) -
src/main/java/jcifs/internal/smb2/Smb2EncryptionContext.java
if (keyManager != null) { // Store keys securely String encKeyId = sessionId + "-enc"; String decKeyId = sessionId + "-dec"; keyManager.storeSessionKey(encKeyId, encryptionKey, "AES"); keyManager.storeSessionKey(decKeyId, decryptionKey, "AES"); // Clear local key copies for securityRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 35.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 22.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Mon Nov 24 02:07:40 UTC 2025 - 32.1K bytes - Viewed (0)