[krbdev.mit.edu #7489] SVN Commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Wed Dec 12 16:20:47 EST 2012


Do not document unused symbols

The macro KRB5_KEYUSAGE_PA_REFERRAL was defined in an early revision
of draft-ietf-krb-wg-kerberos-referrals but did not make it into
RFC 6806.  We retain the definition so as to not break code implementing
the early draft, but need not document it.

Likewise, the krb5_octet_data structure and krb5_free_octet_data routine
are marked as having been originally introduced for PKINIT and "Do not
use this."  They are in fact unused, and should not be documented, but
the actual definitions must remain for compatibility.

(cherry picked from commit 6e6364f7c7613a6b8002f0f64864e7d34acea8be)

https://github.com/krb5/krb5/commit/e98c2038c86f9564db71fa1b09e440aed3d821a4
Author: Ben Kaduk <kaduk at mit.edu>
Committer: Tom Yu <tlyu at mit.edu>
Commit: e98c2038c86f9564db71fa1b09e440aed3d821a4
Branch: krb5-1.11
 doc/appdev/refs/api/index.rst    |    1 -
 doc/appdev/refs/macros/index.rst |    1 -
 doc/appdev/refs/types/index.rst  |    1 -
 doc/tools/doxybuilder_funcs.py   |    2 +-
 doc/tools/doxybuilder_types.py   |    5 +++--
 5 files changed, 4 insertions(+), 6 deletions(-)



More information about the krb5-bugs mailing list