Skip Menu |
 

From: kaduk@MIT.EDU
Subject: SVN Commit

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.

https://github.com/krb5/krb5/commit/6e6364f7c7613a6b8002f0f64864e7d34acea8be
Author: Ben Kaduk <kaduk@mit.edu>
Commit: 6e6364f7c7613a6b8002f0f64864e7d34acea8be
Branch: master
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(-)
From: tlyu@mit.edu
Subject: SVN Commit

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@mit.edu>
Committer: Tom Yu <tlyu@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(-)