CWB
|
Internal data structure: a username, the user's password, and the top of a linked list of Grants. More...
Data Fields | |
char * | name |
char * | passwd |
Grant * | grants |
struct _UserEntry * | next |
Internal data structure: a username, the user's password, and the top of a linked list of Grants.
Grant* 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().