From dd3c630b60b0c40a1ce70ca74ff911fd6a5a3600 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sat, 15 Oct 2011 16:26:27 +0000 Subject: Rename PAC type constants to avoid conflicts Since the PAC type constants are now exposed in krb5.h, give them a KRB5_ prefix so they don't conflict with similar PAC type constants in other packages, like Samba. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25352 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/krb5.hin | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/include') diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 3466fbf87..2e5acd43f 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -7355,13 +7355,13 @@ krb5_verify_authdata_kdc_issued(krb5_context context, */ /* Microsoft defined types of data */ -#define PAC_LOGON_INFO 1 /**< Logon information */ -#define PAC_CREDENTIALS_INFO 2 /**< Credentials information */ -#define PAC_SERVER_CHECKSUM 6 /**< Server checksum */ -#define PAC_PRIVSVR_CHECKSUM 7 /**< KDC checksum */ -#define PAC_CLIENT_INFO 10 /**< Client name and ticket information */ -#define PAC_DELEGATION_INFO 11 /**< Constrained delegation information */ -#define PAC_UPN_DNS_INFO 12 /**< User principal name and DNS information */ +#define KRB5_PAC_LOGON_INFO 1 /**< Logon information */ +#define KRB5_PAC_CREDENTIALS_INFO 2 /**< Credentials information */ +#define KRB5_PAC_SERVER_CHECKSUM 6 /**< Server checksum */ +#define KRB5_PAC_PRIVSVR_CHECKSUM 7 /**< KDC checksum */ +#define KRB5_PAC_CLIENT_INFO 10 /**< Client name and ticket info */ +#define KRB5_PAC_DELEGATION_INFO 11 /**< Constrained delegation info */ +#define KRB5_PAC_UPN_DNS_INFO 12 /**< User principal name and DNS info */ struct krb5_pac_data; /** PAC data structure to convey authorization information */ -- cgit