Blame doc/appdev/h5l_mit_apidiff.rst

Packit fd8b60
Differences between Heimdal and MIT Kerberos API
Packit fd8b60
================================================
Packit fd8b60
Packit fd8b60
.. tabularcolumns:: |l|l|
Packit fd8b60
Packit fd8b60
.. table::
Packit fd8b60
Packit fd8b60
 ======================================== =================================================
Packit fd8b60
  :c:func:`krb5_auth_con_getaddrs()`       H5l: If either of the pointers to local_addr
Packit fd8b60
                                           and remote_addr is not NULL, it is freed
Packit fd8b60
                                           first and then reallocated before being
Packit fd8b60
                                           populated with the content of corresponding
Packit fd8b60
                                           address from authentication context.
Packit fd8b60
  :c:func:`krb5_auth_con_setaddrs()`       H5l: If either address is NULL, the previous
Packit fd8b60
                                           address remains in place
Packit fd8b60
  :c:func:`krb5_auth_con_setports()`       H5l: Not implemented as of version 1.3.3
Packit fd8b60
  :c:func:`krb5_auth_con_setrecvsubkey()`  H5l: If either port is NULL, the previous
Packit fd8b60
                                           port remains in place
Packit fd8b60
  :c:func:`krb5_auth_con_setsendsubkey()`  H5l: Not implemented as of version 1.3.3
Packit fd8b60
  :c:func:`krb5_cc_set_config()`           MIT: Before version 1.10 it was assumed that
Packit fd8b60
                                           the last argument *data* is ALWAYS non-zero.
Packit fd8b60
  :c:func:`krb5_cccol_last_change_time()`  MIT: not implemented
Packit fd8b60
  :c:func:`krb5_set_default_realm()`       H5l: Caches the computed default realm context
Packit fd8b60
                                           field.  If the second argument is NULL,
Packit fd8b60
                                           it tries to retrieve it from libdefaults or DNS.
Packit fd8b60
                                           MIT: Computes the default realm each time
Packit fd8b60
                                           if it wasn't explicitly set in the context
Packit fd8b60
 ======================================== =================================================