ELinks 0.16.1.1
auth_entry Struct Reference

#include <auth.h>

Collaboration diagram for auth_entry:

Data Fields

void * magic1
struct auth_entrynext
struct auth_entryprev
void * magic2
struct object object
struct uriuri
char * realm
char * nonce
char * opaque
struct listbox_itembox_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

Field Documentation

◆ blocked

unsigned int auth_entry::blocked

◆ box_item

struct listbox_item* auth_entry::box_item

◆ digest

unsigned int auth_entry::digest

◆ magic1

void* auth_entry::magic1

◆ magic2

void* auth_entry::magic2

◆ nc

unsigned int auth_entry::nc

◆ next

struct auth_entry* auth_entry::next

◆ nonce

char* auth_entry::nonce

◆ object

struct object auth_entry::object

◆ opaque

char* auth_entry::opaque

◆ password

char auth_entry::password[AUTH_PASSWORD_MAXLEN]

◆ prev

struct auth_entry* auth_entry::prev

◆ realm

char* auth_entry::realm

◆ uri

struct uri* auth_entry::uri

◆ user

char auth_entry::user[AUTH_USER_MAXLEN]

◆ valid

unsigned int auth_entry::valid

The documentation for this struct was generated from the following file: