MySQL 8.4.1
Source Code Documentation
sspi_utility.h File Reference
#include <stdlib.h>
#include <string.h>
#include <windows.h>
#include <sspi.h>
#include <SecExt.h>
#include <stdarg.h>
#include <stdio.h>
#include "log_client.h"

Go to the source code of this file.

Functions

void log_client_sspi_error (SECURITY_STATUS err, const char *msg)
 
bool succeeded (SECURITY_STATUS err)
 

Variables

constexpr int PRINCIPAL_NAME_MAX {256}
 

Function Documentation

◆ log_client_sspi_error()

void log_client_sspi_error ( SECURITY_STATUS  err,
const char *  msg 
)

◆ succeeded()

bool succeeded ( SECURITY_STATUS  err)

Variable Documentation

◆ PRINCIPAL_NAME_MAX

constexpr int PRINCIPAL_NAME_MAX {256}
constexpr