diff options
| author | Greg Hudson <ghudson@mit.edu> | 2013-07-18 13:02:35 -0400 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2013-07-18 13:02:35 -0400 |
| commit | a654a7d9d6145256ce1b01a3f4c80884a8ba93d6 (patch) | |
| tree | 41b7a71f6a5d8f5181c8e4fe3f5c8200108584c2 /doc/appdev | |
| parent | 83e503ed46352734721bff6e565d2b668d7af154 (diff) | |
| download | krb5-a654a7d9d6145256ce1b01a3f4c80884a8ba93d6.tar.gz krb5-a654a7d9d6145256ce1b01a3f4c80884a8ba93d6.tar.xz krb5-a654a7d9d6145256ce1b01a3f4c80884a8ba93d6.zip | |
Fix doc build after PKINIT responder changes
Add new types and constants to the apiref index files.
Diffstat (limited to 'doc/appdev')
| -rw-r--r-- | doc/appdev/refs/macros/index.rst | 4 | ||||
| -rw-r--r-- | 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 6dfe7202a..5fa1aabd6 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 0b39d5abf..16b25d9d1 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 |
