Module radius::core::rfc7055[][src]

Utility for rfc7055 packet.

This module handles the packet according to the following definition:

//! # -*- text -*-
# Copyright (C) 2020 The FreeRADIUS Server project and contributors
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
# Version $Id$
#
#        Attributes and values defined in RFC 7055
#        http://www.ietf.org/rfc/rfc7055.txt
#

ATTRIBUTE	GSS-Acceptor-Service-Name		164	string
ATTRIBUTE	GSS-Acceptor-Host-Name			165	string
ATTRIBUTE	GSS-Acceptor-Service-Specifics		166	string
ATTRIBUTE	GSS-Acceptor-Realm-Name			167	string

Constants

GSS_ACCEPTOR_HOST_NAME_TYPE
GSS_ACCEPTOR_REALM_NAME_TYPE
GSS_ACCEPTOR_SERVICE_NAME_TYPE
GSS_ACCEPTOR_SERVICE_SPECIFICS_TYPE

Functions

add_gss_acceptor_host_name

Add gss_acceptor_host_name string value to a packet.

add_gss_acceptor_realm_name

Add gss_acceptor_realm_name string value to a packet.

add_gss_acceptor_service_name

Add gss_acceptor_service_name string value to a packet.

add_gss_acceptor_service_specifics

Add gss_acceptor_service_specifics string value to a packet.

delete_gss_acceptor_host_name

Delete all of gss_acceptor_host_name values from a packet.

delete_gss_acceptor_realm_name

Delete all of gss_acceptor_realm_name values from a packet.

delete_gss_acceptor_service_name

Delete all of gss_acceptor_service_name values from a packet.

delete_gss_acceptor_service_specifics

Delete all of gss_acceptor_service_specifics values from a packet.

lookup_all_gss_acceptor_host_name

Lookup all of the gss_acceptor_host_name string value from a packet.

lookup_all_gss_acceptor_realm_name

Lookup all of the gss_acceptor_realm_name string value from a packet.

lookup_all_gss_acceptor_service_name

Lookup all of the gss_acceptor_service_name string value from a packet.

lookup_all_gss_acceptor_service_specifics

Lookup all of the gss_acceptor_service_specifics string value from a packet.

lookup_gss_acceptor_host_name

Lookup a gss_acceptor_host_name string value from a packet.

lookup_gss_acceptor_realm_name

Lookup a gss_acceptor_realm_name string value from a packet.

lookup_gss_acceptor_service_name

Lookup a gss_acceptor_service_name string value from a packet.

lookup_gss_acceptor_service_specifics

Lookup a gss_acceptor_service_specifics string value from a packet.