Skip to content
  • Rick Macklem's avatar
    Add an argument to newnfs_connect() that indicates use TLS for the connection. · 02511d21
    Rick Macklem authored
    For NFSv4.0, the server creates a server->client TCP connection for callbacks.
    If the client mount on the server is using TLS, enable TLS for this callback
    TCP connection.
    TLS connections from clients will not be supported until the kernel RPC
    changes are committed.
    
    Since this changes the internal ABI between the NFS kernel modules that
    will require a version bump, delete newnfs_trimtrailing(), which is no
    longer used.
    
    Since LCL_TLSCB is not yet set, these changes should not have any semantic
    affect at this time.
    02511d21