]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add new mschap codes
authorJames Rouzier <jrouzier@inverse.ca>
Wed, 7 Sep 2016 17:15:41 +0000 (13:15 -0400)
committerJames Rouzier <jrouzier@inverse.ca>
Tue, 13 Sep 2016 16:50:01 +0000 (12:50 -0400)
src/include/radius.h

index 7001b12577c62303c6927e665a90bf12c6462a35..44a2c13d9c49454912993c34573a5851bfaf7c63 100644 (file)
@@ -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