logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

packet.application.rpc_creds - RPC Credentials module

Author

       Jorge Mora (mora@netapp.com)

NFStest 3.2                                       21 March 2023                                     RPC_CREDS(3)

Bugs

       No known bugs.

Classes

classAuthNone(baseobj.BaseObj)
       AuthNone object

       Methodsdefinedhere:
       ---------------------

       __init__(self,unpack)
           Constructor which takes the Unpack object as input

       Data and other attributes defined here:

       flavor = AUTH_NONE

   classAuthSys(baseobj.BaseObj)
       AuthSys object

       Methodsdefinedhere:
       ---------------------

       __init__(self,unpack)
           Constructor which takes the Unpack object as input

       Data and other attributes defined here:

       flavor = AUTH_SYS

   classGSS_Credential(baseobj.BaseObj)
       GSS_Credential object

       Methodsdefinedhere:
       ---------------------

       __init__(self,unpack)
           Constructor which takes the Unpack object as input

       Data and other attributes defined here:

       flavor = RPCSEC_GSS

   classGSS_Verifier(baseobj.BaseObj)
       GSS_Verifier object

       Methodsdefinedhere:
       ---------------------

       __init__(self,unpack)
           Constructor which takes the Unpack object as input

       Data and other attributes defined here:

       flavor = RPCSEC_GSS

   classauth_flavor(packet.utils.Enum)
       enum auth_flavor

   classrpc_gss_proc(packet.utils.Enum)
       enum rpc_gss_proc

   classrpc_gss_service(packet.utils.Enum)
       enum rpc_gss_service

Description

       Decode RPC Credentials.

Functions

rpc_credential(unpack,verifier=False)
       Process and return the credential or verifier

Name

       packet.application.rpc_creds - RPC Credentials module

See Also

baseobj(3),packet.application.gss(3),packet.application.gss_const(3),packet.application.rpc_const(3),packet.utils(3)

See Also