From: Ben Kaduk Date: Mon, 10 Dec 2012 20:51:06 +0000 (-0500) Subject: Update comments for RFC 3244 kpasswd extensions X-Git-Tag: krb5-1.12-alpha1~428 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2cec6d908a8b15908f4de199540e5ad3486882b;p=thirdparty%2Fkrb5.git Update comments for RFC 3244 kpasswd extensions Remove the inaccurate comments "unused" and replace them with more useful representations of what they mean. ticket: 7490 (new) tags: pullup target_version: 1.11 --- diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 4b9e59501a..68ae8887d2 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -1858,9 +1858,10 @@ krb5_verify_checksum(krb5_context context, krb5_cksumtype ctype, #define KRB5_KPASSWD_SOFTERROR 4 /**< Password change rejected */ /* These are Microsoft's extensions in RFC 3244, and it looks like they'll become standardized, possibly with other additions. */ -#define KRB5_KPASSWD_ACCESSDENIED 5 /**< unused */ -#define KRB5_KPASSWD_BAD_VERSION 6 -#define KRB5_KPASSWD_INITIAL_FLAG_NEEDED 7 /**< unused */ +#define KRB5_KPASSWD_ACCESSDENIED 5 /**< Not authorized */ +#define KRB5_KPASSWD_BAD_VERSION 6 /**< Unknown RPC version */ +/** The presented credentials were not obtained using a password directly */ +#define KRB5_KPASSWD_INITIAL_FLAG_NEEDED 7 /* * end "proto.h"