From 33a9b234e7087f573ef08cd7318c6497ba08b439 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 7 Jul 2017 17:03:42 +0000 Subject: Import MIT KRB5 1.15.1, which will gracefully replace KTH Heimdal. The tarball used in this import is the same tarball used in ports/krb5-115 r435378. Obtained from: http://web.mit.edu/kerberos/dist/ Thanks to: pfg (for all your tireless behind-the-scenes effort) --- doc/html/appdev/h5l_mit_apidiff.html | 187 +++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 doc/html/appdev/h5l_mit_apidiff.html (limited to 'doc/html/appdev/h5l_mit_apidiff.html') diff --git a/doc/html/appdev/h5l_mit_apidiff.html b/doc/html/appdev/h5l_mit_apidiff.html new file mode 100644 index 000000000000..ace7c9749bb2 --- /dev/null +++ b/doc/html/appdev/h5l_mit_apidiff.html @@ -0,0 +1,187 @@ + + + + + + + + Differences between Heimdal and MIT Kerberos API — MIT Kerberos Documentation + + + + + + + + + + + + + + + + + +
+
+ + +

MIT Kerberos Documentation

+ +
+ + Contents | + previous | + next | + index | + Search | + feedback +
+
+
+ +
+
+
+ +
+
+
+ +
+

Differences between Heimdal and MIT Kerberos APIΒΆ

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + +
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.
krb5_auth_con_setaddrs()H5l: If either address is NULL, the previous +address remains in place
krb5_auth_con_setports()H5l: Not implemented as of version 1.3.3
krb5_auth_con_setrecvsubkey()H5l: If either port is NULL, the previous +port remains in place
krb5_auth_con_setsendsubkey()H5l: Not implemented as of version 1.3.3
krb5_cc_set_config()MIT: Before version 1.10 it was assumed that +the last argument data is ALWAYS non-zero.
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
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
+
+ + +
+
+
+
+ +
+
+
+ + + + + \ No newline at end of file -- cgit v1.2.3