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_ENTRY * | HttpAuthBasicLookup (const char *realm, const char *login, int best) |
| Look up a basic authorization entry. | |