HP Open Source Security for OpenVMS Volume 3: Kerberos > Chapter 6 KRB5 (Kerberos V5) Application Programming
Interfacekrb5_auth_con_getaddrs — Retrieve address fields from the auth_context
This routine retrieves local_addr and remote_addr from auth_context. If local_addr or remote_addr is not NULL, the memory is first freed with krb5_free_address and then newly allocated. It is the caller’s responsibility to free the returned addresses in this way. |