Skip to content
Snippets Groups Projects
Select Git revision
  • bpf-spectre default protected
  • bpf-spectre-baseline
  • pkt-ptr-revert-v1
  • v6.5-rc6-bpf-spectre-nospec
  • master
  • spectector-bpf
  • bpftask protected
  • bpftask-no-unused-args
  • bpftask-master
  • v5.9-bpftask
  • v5.8-amd-17h-em protected
  • v5.8-amd-17h-eas protected
  • freqinv-amd3950x-v5.8
  • v5.8-scale-inv-acc-amd-ryzen-3950x
  • 23186e43-amd-17h-eas protected
  • caffb99b6929-perf-x86-rapl-Enable-RAPL-for-AMD-Fam17h
  • 6a9ee74800a1-amd-17h-eas protected
  • add2fae34926-amd_17h_em
  • 3643c88e5545-Add-support-for-frequency-invariance-for-some-x86
  • 0d8e630a1e14-CPPC-optional-registers-AMD-support
  • v5.7-rc6
21 results

tracing

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Jordan Borean authored
    This adds the new encryption types AES 256 GCM/CCM and support for
    negotiating the signing algorithm, including AES GCM supported on newer
    SMB 3.1.1 dialects. These algorithms were introduced in Server
    2022/Windows 11 and Samba 4.15.x and can improve the speed of
    encryption/signatures dependending on the CPUs involved.
    
    The encryption and signing algorithms can now also be specified by the
    caller when calling connection.connect() in order to influence what is
    offered by the client and its priority order.
    
    The negotiate NETNAME_CONTEXT_ID negotiate context is also added to the
    negotiate request as per the updated guidelines for SMB. This new
    context doesn't influence the negotiation process but is used for
    network inspection tools to determine the target of the request.
    6840a520
    History
    Name Last commit Last update
    ..