Nut/OS  4.10.3
API Reference
auth.c File Reference
#include <sys/heap.h>
#include <stdlib.h>
#include <string.h>
#include <memdebug.h>
#include <pro/httpd.h>
#include <gorp/base64.h>
Include dependency graph for auth.c:

Go to the source code of this file.

Functions

int NutRegisterAuth (CONST char *dirname, CONST char *login)
 Register an authorization entry.
void NutClearAuth (void)
 Clear all authorization entries.
int NutHttpAuthValidate (REQUEST *req)
 Validate an authorization request.

Variables

AUTHINFOauthList = 0