From: Greg Hudson Date: Wed, 24 Oct 2012 02:00:24 +0000 (-0400) Subject: Add missing macro and type index.rst entries X-Git-Tag: krb5-1.12-alpha1~504 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e8a086a86f83df5c0131c9ca4c95817e25a8278;p=thirdparty%2Fkrb5.git Add missing macro and type index.rst entries ticket: 7424 (new) target_version: 1.11 tags: pullup --- diff --git a/doc/appldev/refs/macros/index.rst b/doc/appldev/refs/macros/index.rst index b265810596..94b8244146 100644 --- a/doc/appldev/refs/macros/index.rst +++ b/doc/appldev/refs/macros/index.rst @@ -27,6 +27,8 @@ Public AP_OPTS_USE_SESSION_KEY.rst AP_OPTS_USE_SUBKEY.rst AP_OPTS_WIRE_MASK.rst + CKSUMTYPE_CMAC_CAMELLIA128.rst + CKSUMTYPE_CMAC_CAMELLIA256.rst CKSUMTYPE_CRC32.rst CKSUMTYPE_DESCBC.rst CKSUMTYPE_HMAC_MD5_ARCFOUR.rst @@ -43,6 +45,8 @@ Public ENCTYPE_AES256_CTS_HMAC_SHA1_96.rst ENCTYPE_ARCFOUR_HMAC.rst ENCTYPE_ARCFOUR_HMAC_EXP.rst + ENCTYPE_CAMELLIA128_CTS_CMAC.rst + ENCTYPE_CAMELLIA256_CTS_CMAC.rst ENCTYPE_DES3_CBC_ENV.rst ENCTYPE_DES3_CBC_RAW.rst ENCTYPE_DES3_CBC_SHA.rst @@ -269,6 +273,7 @@ Public KRB5_PRINCIPAL_COMPARE_IGNORE_REALM.rst KRB5_PRINCIPAL_COMPARE_UTF8.rst KRB5_PRINCIPAL_PARSE_ENTERPRISE.rst + KRB5_PRINCIPAL_PARSE_IGNORE_REALM.rst KRB5_PRINCIPAL_PARSE_NO_REALM.rst KRB5_PRINCIPAL_PARSE_REQUIRE_REALM.rst KRB5_PRINCIPAL_UNPARSE_DISPLAY.rst @@ -284,6 +289,15 @@ Public KRB5_RECVAUTH_BADAUTHVERS.rst KRB5_RECVAUTH_SKIP_VERSION.rst KRB5_REFERRAL_REALM.rst + KRB5_RESPONDER_OTP_FLAGS_COLLECT_PIN.rst + KRB5_RESPONDER_OTP_FLAGS_COLLECT_TOKEN.rst + KRB5_RESPONDER_OTP_FLAGS_NEXTOTP.rst + KRB5_RESPONDER_OTP_FLAGS_SEPARATE_PIN.rst + KRB5_RESPONDER_OTP_FORMAT_ALPHANUMERIC.rst + KRB5_RESPONDER_OTP_FORMAT_DECIMAL.rst + KRB5_RESPONDER_OTP_FORMAT_HEXADECIMAL.rst + KRB5_RESPONDER_QUESTION_OTP.rst + KRB5_RESPONDER_QUESTION_PASSWORD.rst KRB5_SAFE.rst KRB5_SAM_MUST_PK_ENCRYPT_SAD.rst KRB5_SAM_SEND_ENCRYPTED_SAD.rst diff --git a/doc/appldev/refs/types/index.rst b/doc/appldev/refs/types/index.rst index 9e9190d3d5..965aa1e1f4 100644 --- a/doc/appldev/refs/types/index.rst +++ b/doc/appldev/refs/types/index.rst @@ -65,6 +65,9 @@ Public krb5_prompt_type.rst krb5_prompter_fct.rst krb5_pwd_data.rst + krb5_responder_fn.rst + krb5_responder_otp_challenge.rst + krb5_responder_otp_tokeninfo.rst krb5_response.rst krb5_replay_data.rst krb5_ticket.rst