krb5 commit: Fix doc build after PKINIT responder changes
Greg Hudson
ghudson at MIT.EDU
Thu Jul 18 13:02:57 EDT 2013
https://github.com/krb5/krb5/commit/a654a7d9d6145256ce1b01a3f4c80884a8ba93d6
commit a654a7d9d6145256ce1b01a3f4c80884a8ba93d6
Author: Greg Hudson <ghudson at mit.edu>
Date: Thu Jul 18 13:02:35 2013 -0400
Fix doc build after PKINIT responder changes
Add new types and constants to the apiref index files.
doc/appdev/refs/macros/index.rst | 4 ++++
doc/appdev/refs/types/index.rst | 2 ++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/doc/appdev/refs/macros/index.rst b/doc/appdev/refs/macros/index.rst
index 6dfe720..5fa1aab 100644
--- a/doc/appdev/refs/macros/index.rst
+++ b/doc/appdev/refs/macros/index.rst
@@ -288,6 +288,10 @@ Public
KRB5_RECVAUTH_BADAUTHVERS.rst
KRB5_RECVAUTH_SKIP_VERSION.rst
KRB5_REFERRAL_REALM.rst
+ KRB5_RESPONDER_PKINIT_FLAGS_TOKEN_USER_PIN_COUNT_LOW.rst
+ KRB5_RESPONDER_PKINIT_FLAGS_TOKEN_USER_PIN_FINAL_TRY.rst
+ KRB5_RESPONDER_PKINIT_FLAGS_TOKEN_USER_PIN_LOCKED.rst
+ KRB5_RESPONDER_QUESTION_PKINIT.rst
KRB5_RESPONDER_OTP_FLAGS_COLLECT_PIN.rst
KRB5_RESPONDER_OTP_FLAGS_COLLECT_TOKEN.rst
KRB5_RESPONDER_OTP_FLAGS_NEXTOTP.rst
diff --git a/doc/appdev/refs/types/index.rst b/doc/appdev/refs/types/index.rst
index 0b39d5a..16b25d9 100644
--- a/doc/appdev/refs/types/index.rst
+++ b/doc/appdev/refs/types/index.rst
@@ -68,6 +68,8 @@ Public
krb5_responder_fn.rst
krb5_responder_otp_challenge.rst
krb5_responder_otp_tokeninfo.rst
+ krb5_responder_pkinit_challenge.rst
+ krb5_responder_pkinit_identity.rst
krb5_response.rst
krb5_replay_data.rst
krb5_ticket.rst
More information about the cvs-krb5
mailing list