Nut/OS  5.0.5
API Reference
mod_auth_basic.h File Reference
#include <isc/list.h>
#include <pro/uhttp/uhttpd.h>
Include dependency graph for mod_auth_basic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _AUTH_BASIC_ENTRY
 Basic authorization entry structure. More...

Typedefs

typedef struct _AUTH_BASIC_ENTRY AUTH_BASIC_ENTRY
 Basic authorization entry type.

Functions

int HttpRegisterAuthBasic (const char *path, const char *login, const char *realm)
 Register a basic authorization.
int HttpAuthBasicValidate (HTTPD_SESSION *hs)
 Validate an authentication for a specified realm.
const AUTH_BASIC_ENTRYHttpAuthBasicLookup (const char *realm, const char *login, int best)
 Look up a basic authorization entry.