|
Defines |
#define | MAX_AUTH_BYTES 400 |
#define | MAXNETNAMELEN 255 |
#define | AUTH_NEXTVERF(auth) ((*((auth)->ah_ops->ah_nextverf))(auth)) |
#define | auth_nextverf(auth) ((*((auth)->ah_ops->ah_nextverf))(auth)) |
#define | AUTH_MARSHALL(auth, xdrs) ((*((auth)->ah_ops->ah_marshal))(auth, xdrs)) |
#define | auth_marshall(auth, xdrs) ((*((auth)->ah_ops->ah_marshal))(auth, xdrs)) |
#define | AUTH_VALIDATE(auth, verfp) ((*((auth)->ah_ops->ah_validate))((auth), verfp)) |
#define | auth_validate(auth, verfp) ((*((auth)->ah_ops->ah_validate))((auth), verfp)) |
#define | AUTH_REFRESH(auth) ((*((auth)->ah_ops->ah_refresh))(auth)) |
#define | auth_refresh(auth) ((*((auth)->ah_ops->ah_refresh))(auth)) |
#define | AUTH_DESTROY(auth) ((*((auth)->ah_ops->ah_destroy))(auth)) |
#define | auth_destroy(auth) ((*((auth)->ah_ops->ah_destroy))(auth)) |
#define | AUTH_NONE 0 |
#define | AUTH_NULL 0 |
#define | AUTH_UNIX 1 |
#define | AUTH_SHORT 2 |
#define | AUTH_DES 3 |
Typedefs |
typedef des_block | des_block |
typedef __rpc_auth | AUTH |
Enumerations |
enum | auth_stat {
AUTH_OK = 0,
AUTH_BADCRED = 1,
AUTH_REJECTEDCRED = 2,
AUTH_BADVERF = 3,
AUTH_REJECTEDVERF = 4,
AUTH_TOOWEAK = 5,
AUTH_INVALIDRESP = 6,
AUTH_FAILED = 7
} |
Functions |
__BEGIN_DECLS bool_t xdr_des_block | __P ((XDR *, des_block *)) |
AUTH *authunix_create | __P ((char *, int, int, int, int *)) |
AUTH *authunix_create_default | __P ((void)) |
AUTH *authdes_create | __P ((char *, u_int, struct sockaddr_in *, des_block *)) |
Variables |
opaque_auth | _null_auth |