use rfc5587
authorLuke Howard <lukeh@padl.com>
Sat, 25 Sep 2010 20:00:51 +0000 (22:00 +0200)
committerLuke Howard <lukeh@padl.com>
Sat, 25 Sep 2010 20:00:51 +0000 (22:00 +0200)
include/sasl.h

index d0a0320..927888a 100755 (executable)
@@ -300,7 +300,9 @@ typedef unsigned sasl_ssf_t;
 #define SASL_SEC_NOANONYMOUS      0x0010
 #define SASL_SEC_PASS_CREDENTIALS 0x0020
 #define SASL_SEC_MUTUAL_AUTH      0x0040
-#define SASL_SEC_MAXIMUM          0x00FF
+#define SASL_SEC_CHANNEL_BINDINGS 0x0080
+#define SASL_SEC_GSS_FRAMING      0x0100
+#define SASL_SEC_MAXIMUM          0x01FF
 
 typedef struct sasl_security_properties 
 {