user descriptor, as read from the config file. More...

Data Fields | |
| char * | a1_hash |
| struct ao2_container * | blackfilters |
| int | displayconnects |
| struct ast_ha * | ha |
| int | keep |
| int | readperm |
| char * | secret |
| char | username [80] |
| struct ao2_container * | whitefilters |
| int | writeperm |
| int | writetimeout |
user descriptor, as read from the config file.
| char* a1_hash |
precalculated A1 for Digest auth
Definition at line 1022 of file manager.c.
Referenced by auth_http_callback(), and __init_manager().
| struct ao2_container* blackfilters |
Definition at line 1021 of file manager.c.
Referenced by authenticate(), and __init_manager().
| int displayconnects |
Per user Timeout for ast_carefulwrite() XXX unused
Definition at line 1018 of file manager.c.
Referenced by manager_displayconnects(), handle_showmanager(), auth_http_callback(), and __init_manager().
ACL setting
Definition at line 1014 of file manager.c.
Referenced by handle_showmanager(), authenticate(), auth_http_callback(), and __init_manager().
| int keep |
mark entries created on a reload
Definition at line 1019 of file manager.c.
Referenced by __init_manager().
| int readperm |
Definition at line 1015 of file manager.c.
Referenced by handle_showmanager(), authenticate(), auth_http_callback(), and __init_manager().
| char* secret |
Definition at line 1013 of file manager.c.
Referenced by handle_showmanager(), authenticate(), and __init_manager().
| char username[80] |
Definition at line 1012 of file manager.c.
Referenced by get_manager_by_name_locked(), handle_showmanager(), handle_showmanagers(), auth_http_callback(), and __init_manager().
| struct ao2_container* whitefilters |
Definition at line 1020 of file manager.c.
Referenced by authenticate(), and __init_manager().
| int writeperm |
Authorization for reading
Definition at line 1016 of file manager.c.
Referenced by handle_showmanager(), authenticate(), auth_http_callback(), and __init_manager().
| int writetimeout |
Authorization for writing
Definition at line 1017 of file manager.c.
Referenced by authenticate(), auth_http_callback(), and __init_manager().