Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 260 (0.57 sec)

  1. src/test/java/jcifs/internal/smb1/trans2/Trans2GetDfsReferralResponseTest.java

            SMBUtil.writeInt2(0, buffer, 22);
    
            // Network address offset (2 bytes)
            SMBUtil.writeInt2(0, buffer, 24);
    
            // Padding to align string data
            buffer[26] = 0;
            buffer[27] = 0;
    
            // Add the path string at stringDataStart
            System.arraycopy(pathBytes, 0, buffer, stringDataStart, pathBytes.length);
            // Null terminator
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 19.4K bytes
    - Viewed (0)
  2. src/test/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfoTest.java

            securityDescriptorBytes[24] = 0; // ACE count (low byte) - 0 ACEs
            securityDescriptorBytes[25] = 0; // ACE count (high byte)
            securityDescriptorBytes[26] = 0; // sbz2 (low byte)
            securityDescriptorBytes[27] = 0; // sbz2 (high byte)
    
            info502.security_descriptor = securityDescriptorBytes;
            info502.sd_size = securityDescriptorBytes.length;
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 14.3K bytes
    - Viewed (0)
  3. src/test/java/jcifs/http/NtlmSspTest.java

            message[20] = 24; // Length
            message[21] = 0;
            message[22] = 24; // Max Length
            message[23] = 0;
            message[24] = 88; // Offset
            message[25] = 0;
            message[26] = 0;
            message[27] = 0;
    
            // Domain (12 bytes "DOMAIN" in Unicode at offset 112)
            message[28] = 12; // Length
            message[29] = 0;
            message[30] = 12; // Max Length
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.32.md

    - go.uber.org/zap: v1.26.0 → v1.27.0
    - golang.org/x/crypto: v0.24.0 → v0.28.0
    - golang.org/x/exp: f3d0a9c → 8a7402a
    - golang.org/x/lint: 1621716 → d0100b6
    - golang.org/x/mod: v0.17.0 → v0.21.0
    - golang.org/x/net: v0.26.0 → v0.30.0
    - golang.org/x/oauth2: v0.21.0 → v0.23.0
    - golang.org/x/sync: v0.7.0 → v0.8.0
    - golang.org/x/sys: v0.21.0 → v0.26.0
    - golang.org/x/telemetry: f48c80b → bda5523
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.34.md

    ## Dependencies
    
    ### Added
    - buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go: 63bb56e
    - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: [v1.26.0](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/tree/detectors/gcp/v1.26.0)
    - github.com/bufbuild/protovalidate-go: [v0.9.1](https://github.com/bufbuild/protovalidate-go/tree/v0.9.1)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 27 10:36:10 UTC 2025
    - 292.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.33.md

    - golang.org/x/crypto: v0.28.0 → v0.36.0
    - golang.org/x/net: v0.30.0 → v0.38.0
    - golang.org/x/oauth2: v0.23.0 → v0.27.0
    - golang.org/x/sync: v0.8.0 → v0.12.0
    - golang.org/x/sys: v0.26.0 → v0.31.0
    - golang.org/x/term: v0.25.0 → v0.30.0
    - golang.org/x/text: v0.19.0 → v0.23.0
    - golang.org/x/time: v0.7.0 → v0.9.0
    - google.golang.org/appengine: v1.6.7 → v1.4.0
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:46:23 UTC 2025
    - 294.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.31.md

    - golang.org/x/crypto: v0.21.0 → v0.24.0
    - golang.org/x/exp: a9213ee → f3d0a9c
    - golang.org/x/lint: 6edffad → 1621716
    - golang.org/x/mod: v0.15.0 → v0.17.0
    - golang.org/x/net: v0.23.0 → v0.26.0
    - golang.org/x/oauth2: v0.10.0 → v0.21.0
    - golang.org/x/sync: v0.6.0 → v0.7.0
    - golang.org/x/sys: v0.18.0 → v0.21.0
    - golang.org/x/telemetry: b75ee88 → f48c80b
    - golang.org/x/term: v0.18.0 → v0.21.0
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:49:57 UTC 2025
    - 429.6K bytes
    - Viewed (0)
Back to top