summaryrefslogtreecommitdiffstats
path: root/doc/rst_source
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2012-06-19 10:59:59 -0400
committerZhanna Tsitkov <tsitkova@mit.edu>2012-06-19 11:13:48 -0400
commit75836757c18bf3c5c6a3b0ab8e0d812014ae6f06 (patch)
tree54d9bc511c8cc896cccef4dca6978c1a70e81a53 /doc/rst_source
parent79fa127b84e3e7f0ca75931acebbca9737c4db76 (diff)
downloadkrb5-75836757c18bf3c5c6a3b0ab8e0d812014ae6f06.tar.gz
krb5-75836757c18bf3c5c6a3b0ab8e0d812014ae6f06.tar.xz
krb5-75836757c18bf3c5c6a3b0ab8e0d812014ae6f06.zip
Minor reformating for better Sphinx HTML output
No content was changed.
Diffstat (limited to 'doc/rst_source')
-rw-r--r--doc/rst_source/krb_appldev/h5l_mit_apidiff.rst75
-rw-r--r--doc/rst_source/krb_build/options2configure.rst4
2 files changed, 27 insertions, 52 deletions
diff --git a/doc/rst_source/krb_appldev/h5l_mit_apidiff.rst b/doc/rst_source/krb_appldev/h5l_mit_apidiff.rst
index 215008c0fd..33da60211a 100644
--- a/doc/rst_source/krb_appldev/h5l_mit_apidiff.rst
+++ b/doc/rst_source/krb_appldev/h5l_mit_apidiff.rst
@@ -1,55 +1,28 @@
Differences between Heimdal and MIT Kerberos API
================================================
-.. note:: :c:func:`krb5_auth_con_getaddrs()`
-Heimdal: 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.
-
-.. note:: :c:func:`krb5_auth_con_setaddrs()`
-
-Heimdal: If either address is NULL, the previous address remains in
-place
-
-.. note:: :c:func:`krb5_auth_con_setports()`
-
-Heimdal: Not implemented as of version 1.3.3
-
-.. note:: :c:func:`krb5_auth_con_setrecvsubkey()`
-
-Heimdal: If either port is NULL, the previous port remains in place
-
-.. note:: :c:func:`krb5_auth_con_setsendsubkey()`
-
-Heimdal: Not implemented as of version 1.3.3
-
-.. note:: :c:func:`krb5_cc_set_config()`
-
-MIT: Before version 1.10 it was assumed that the last arguments *data*
-is ALWAYS non-zero.
-
-.. note:: :c:func:`krb5_cccol_last_change_time()`
-
-Prototype difference.
-
-Heimdal takes three arguments:
-
- | krb5_context context,
- | const char \*type,
- | krb5_timestamp \*change_time
-
-MIT takes two arguments:
-
- | krb5_context context,
- | krb5_timestamp \*change_time
-
-.. note:: :c:func:`krb5_set_default_realm()`
-
-Heimdal: 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
+ ======================================== =================================================
+ :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
+ ======================================== =================================================
diff --git a/doc/rst_source/krb_build/options2configure.rst b/doc/rst_source/krb_build/options2configure.rst
index ed6cc01b30..f641f932c6 100644
--- a/doc/rst_source/krb_build/options2configure.rst
+++ b/doc/rst_source/krb_build/options2configure.rst
@@ -399,4 +399,6 @@ several packages to be used by Kerberos are installed in
needs to link against the curses library. The configuration of
Kerberos might be done thus::
- ./configure CPPFLAGS=-I/usr/foobar/include LDFLAGS=-L/usr/foobar/lib --with-system-et --with-system-ss --with-system-db SS_LIB='-lss -lcurses' DB_HEADER=db3/db_185.h DB_LIB=-ldb-3.3
+ ./configure CPPFLAGS=-I/usr/foobar/include LDFLAGS=-L/usr/foobar/lib \
+ --with-system-et --with-system-ss --with-system-db \
+ SS_LIB='-lss -lcurses' DB_HEADER=db3/db_185.h DB_LIB=-ldb-3.3