ELinks 0.18.0
|
#include <auth.h>
Public Member Functions | |
LIST_HEAD_EL (struct auth_entry) |
Data Fields | |
struct elinks_object | object |
struct uri * | uri |
char * | realm |
char * | nonce |
char * | opaque |
struct listbox_item * | box_item |
char | user [AUTH_USER_MAXLEN] |
char | password [AUTH_PASSWORD_MAXLEN] |
unsigned int | nc |
unsigned int | blocked:1 |
unsigned int | valid:1 |
unsigned int | digest:1 |
auth_entry::LIST_HEAD_EL | ( | struct auth_entry | ) |
unsigned int auth_entry::blocked |
struct listbox_item* auth_entry::box_item |
unsigned int auth_entry::digest |
unsigned int auth_entry::nc |
char* auth_entry::nonce |
struct elinks_object auth_entry::object |
char* auth_entry::opaque |
char auth_entry::password[AUTH_PASSWORD_MAXLEN] |
char* auth_entry::realm |
struct uri* auth_entry::uri |
char auth_entry::user[AUTH_USER_MAXLEN] |
unsigned int auth_entry::valid |