krb5 commit: Minor reformating for better Sphinx HTML output
Zhanna A Tsitkova
tsitkova at MIT.EDU
Tue Jun 19 11:10:46 EDT 2012
https://github.com/krb5/krb5/commit/75836757c18bf3c5c6a3b0ab8e0d812014ae6f06
commit 75836757c18bf3c5c6a3b0ab8e0d812014ae6f06
Author: Zhanna Tsitkov <tsitkova at mit.edu>
Date: Tue Jun 19 10:59:59 2012 -0400
Minor reformating for better Sphinx HTML output
No content was changed.
doc/rst_source/krb_appldev/h5l_mit_apidiff.rst | 75 ++++++++----------------
doc/rst_source/krb_build/options2configure.rst | 4 +-
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 215008c..33da602 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 ed6cc01..f641f93 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
More information about the cvs-krb5
mailing list