|
ELinks 0.19.1
|


Data Structures | |
| struct | auth_entry |
Macros | |
| #define | auth_entry_has_userinfo(_entry_) |
Functions | |
| struct auth_entry * | find_auth (struct uri *) |
| struct auth_entry * | add_auth_entry (struct uri *, const char *, char *, char *, unsigned int) |
| void | del_auth_entry (struct auth_entry *) |
| void | free_auth (void) |
| struct auth_entry * | get_invalid_auth_entry (void) |
Variables | |
| struct module | auth_module |
| #define auth_entry_has_userinfo | ( | _entry_ | ) |
| struct auth_entry * add_auth_entry | ( | struct uri * | uri, |
| const char * | realm, | ||
| char * | nonce, | ||
| char * | opaque, | ||
| unsigned int | digest ) |
| void del_auth_entry | ( | struct auth_entry * | entry | ) |
| struct auth_entry * find_auth | ( | struct uri * | uri | ) |
| void free_auth | ( | void | ) |
| struct auth_entry * get_invalid_auth_entry | ( | void | ) |
|
extern |