From: James Rouzier Date: Wed, 7 Sep 2016 17:15:41 +0000 (-0400) Subject: Add new mschap codes X-Git-Tag: release_3_0_12~74^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdd131a56962486fda43d286689de1ca69a1bd2d;p=thirdparty%2Ffreeradius-server.git Add new mschap codes --- diff --git a/src/include/radius.h b/src/include/radius.h index 7001b12577c..44a2c13d9c4 100644 --- a/src/include/radius.h +++ b/src/include/radius.h @@ -163,15 +163,20 @@ typedef enum { /* * Microsoft has vendor code 311. */ -#define PW_MSCHAP_RESPONSE 1 -#define PW_MSCHAP_ERROR 2 -#define PW_MSCHAP_CPW_1 3 -#define PW_MSCHAP_CPW_2 4 -#define PW_MSCHAP_NT_ENC_PW 6 -#define PW_MSCHAP_CHALLENGE 11 -#define PW_MSCHAP2_RESPONSE 25 -#define PW_MSCHAP2_SUCCESS 26 -#define PW_MSCHAP2_CPW 27 +#define PW_MSCHAP_RESPONSE 1 +#define PW_MSCHAP_ERROR 2 +#define PW_MSCHAP_CPW_1 3 +#define PW_MSCHAP_CPW_2 4 +#define PW_MSCHAP_NT_ENC_PW 6 +#define PW_MSCHAP_MPPE_ENCRYPTION_POLICY 7 +#define PW_MSCHAP_MPPE_ENCRYPTION_TYPES 8 +#define PW_MSCHAP_CHALLENGE 11 +#define PW_MSCHAP_MPPE_SEND_KEY 16 +#define PW_MSCHAP_MPPE_RECV_KEY 17 +#define PW_MSCHAP2_RESPONSE 25 +#define PW_MSCHAP2_SUCCESS 26 +#define PW_MSCHAP2_CPW 27 +#define PW_MS_QUARANTINE_SOH 55 /* * JANET's code for transporting eap channel binding data over ttls