File: h5l_mit_apidiff.txt

package info (click to toggle)
krb5 1.15-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 54,220 kB
  • ctags: 32,381
  • sloc: ansic: 310,596; cpp: 16,220; exp: 13,350; python: 7,990; makefile: 7,223; sh: 6,185; perl: 3,518; asm: 1,460; yacc: 1,006; xml: 503; awk: 396; csh: 147; lisp: 104; sed: 43
file content (31 lines) | stat: -rw-r--r-- 2,171 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Differences between Heimdal and MIT Kerberos API
================================================

.. tabularcolumns:: |l|l|

.. table::

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