#include "testutil.hpp"
#include "testutil_monitoring.hpp"
#include "testutil_unity.hpp"
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Functions | |
void | check_krb_available () |
int | main (void) |
void | setUp () |
void | tearDown () |
void | test_null_creds () |
void | test_plain_creds () |
void | test_unauth_creds () |
void | test_valid_creds () |
void | test_vanilla_socket () |
static void | zap_handler (void *handler_) |
Variables | |
static char | my_endpoint [MAX_SOCKET_STRING] |
const char * | name = "zmqtest2" |
static void * | server |
static void * | server_mon |
static volatile int | zap_deny_all = 0 |
static void * | zap_thread |
void check_krb_available | ( | ) |
Definition at line 80 of file test_security_gssapi.cpp.
int main | ( | void | ) |
Definition at line 233 of file test_security_gssapi.cpp.
void setUp | ( | ) |
Definition at line 87 of file test_security_gssapi.cpp.
void tearDown | ( | ) |
Definition at line 130 of file test_security_gssapi.cpp.
void test_null_creds | ( | ) |
Definition at line 188 of file test_security_gssapi.cpp.
void test_plain_creds | ( | ) |
Definition at line 203 of file test_security_gssapi.cpp.
void test_unauth_creds | ( | ) |
Definition at line 166 of file test_security_gssapi.cpp.
void test_valid_creds | ( | ) |
Definition at line 144 of file test_security_gssapi.cpp.
void test_vanilla_socket | ( | ) |
Definition at line 216 of file test_security_gssapi.cpp.
Definition at line 30 of file test_security_gssapi.cpp.
|
static |
Definition at line 75 of file test_security_gssapi.cpp.
const char* name = "zmqtest2" |
Definition at line 21 of file test_security_gssapi.cpp.
|
static |
Definition at line 77 of file test_security_gssapi.cpp.
|
static |
Definition at line 78 of file test_security_gssapi.cpp.
|
static |
Definition at line 23 of file test_security_gssapi.cpp.
|
static |
Definition at line 76 of file test_security_gssapi.cpp.