CWB
|
Internal data structure: a username, the user's password, and the top of a linked list of Grants. More...
Internal data structure: a username, the user's password, and the top of a linked list of Grants.
Referenced by add_grant_to_last_user(), add_user_to_list(), check_grant(), and show_grants().
char* name |
Referenced by add_user_to_list(), find_user(), and show_grants().
struct _UserEntry* next |
Referenced by add_user_to_list(), find_user(), and show_grants().
char* passwd |
Referenced by add_user_to_list(), authenticate_user(), and show_grants().