3 Matching Annotations
  1. Oct 2024
    1. In a slight departure, file and directory names are encoded with UTF-8 to deal with the basics of internationalization.

      UTF-8

    2. For example, without previous contact with a server a client will be able to read data from a file in one request by combining LOOKUP, OPEN, and READ operations in a single COMPOUND RPC.

      COMPOUND procedure. Newly introduced.

    3. To meet end-to-end security requirements, the RPCSEC_GSS framework (both version 1 in [RFC2203] and version 2 in [RFC5403]) will be used to extend the basic RPC security.

      RPC and security. Kerberos V5 will get used.