From f1307c4d9cadb94076a99cc2f88a00f7e0b4161f Mon Sep 17 00:00:00 2001 From: Dustin Sallings Date: Sun, 10 May 2009 00:50:47 -0700 Subject: SASL auth support. --- testapp.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'testapp.c') diff --git a/testapp.c b/testapp.c index 4a9dd10..a1bf42e 100644 --- a/testapp.c +++ b/testapp.c @@ -1475,7 +1475,7 @@ static enum test_return test_binary_stat(void) { } static enum test_return test_binary_illegal(void) { - uint8_t cmd = 0x1b; + uint8_t cmd = 0x23; while (cmd != 0x00) { union { protocol_binary_request_no_extras request; @@ -1585,6 +1585,10 @@ static enum test_return test_binary_pipeline_hickup_chunk(void *buffer, size_t b NULL, 0, NULL, 0); break; + case PROTOCOL_BINARY_CMD_SASL_LIST_MECHS: + case PROTOCOL_BINARY_CMD_SASL_AUTH: + case PROTOCOL_BINARY_CMD_SASL_STEP: + /* Ignoring SASL */ case PROTOCOL_BINARY_CMD_QUITQ: case PROTOCOL_BINARY_CMD_QUIT: /* I don't want to pass on the quit commands ;-) */ -- cgit v1.2.1