|
static GF_Err | gf_user_credentials_save_digest (GF_DownloadManager *dm, GF_UserCredentials *creds, const char *password, Bool store_info) |
| Saves the digest for authentication of password and username. More...
|
|
GF_UserCredentials * | gf_user_credentials_find_for_site (GF_DownloadManager *dm, const char *server_name, const char *user_name) |
|
static void | on_user_pass (void *udta, const char *user, const char *pass, Bool store_info) |
|
static GF_Err | gf_user_credentials_ask_password (GF_DownloadManager *dm, GF_UserCredentials *creds, Bool secure) |
| Asks the user for credentials for given site. More...
|
|
GF_UserCredentials * | gf_user_credentials_register (GF_DownloadManager *dm, Bool secure, const char *server_name, const char *username, const char *password, Bool valid) |
|