password 232 lib/vfs/path.c path_element->password = g_strdup (inner_colon); password 829 lib/vfs/path.c new_element->password = g_strdup (element->password); password 861 lib/vfs/path.c g_free (element->password); password 1129 lib/vfs/path.c mc_config_set_string_raw (cpath, groupname, "password", element->password); password 1199 lib/vfs/path.c element->password = mc_config_get_string_raw (cpath, groupname, "password", NULL); password 1499 lib/vfs/path.c if (element->password != NULL && keep_password) password 1502 lib/vfs/path.c g_string_append (buffer, element->password); password 1507 lib/vfs/path.c if ((element->user != NULL) || (element->password != NULL)) password 36 lib/vfs/path.h char *password; password 289 lib/vfs/utilvfs.c path_element->password = g_strdup (inner_colon); password 361 src/vfs/ftpfs/ftpfs.c ftpfs_netrc_lookup (path_element->host, &path_element->user, &path_element->password); password 367 src/vfs/ftpfs/ftpfs.c if (ftpfs_use_netrc && path_element->password == NULL) password 376 src/vfs/ftpfs/ftpfs.c MC_PTR_FREE (path_element->password); password 454 src/vfs/ftpfs/ftpfs.c if (ftpfs_login_server (me, super, super->path_element->password)) password 620 src/vfs/ftpfs/ftpfs.c if (super->path_element->password != NULL) // explicit password password 621 src/vfs/ftpfs/ftpfs.c op = g_strdup (super->path_element->password); password 641 src/vfs/ftpfs/ftpfs.c super->path_element->password = g_strdup (op); password 714 src/vfs/ftpfs/ftpfs.c wipe_password (super->path_element->password); password 715 src/vfs/ftpfs/ftpfs.c super->path_element->password = NULL; password 737 src/vfs/sftpfs/connection.c super->path_element->password) password 825 src/vfs/sftpfs/connection.c if (super->path_element->password != NULL) password 828 src/vfs/sftpfs/connection.c super->path_element->password)) password 835 src/vfs/sftpfs/connection.c kbi_passwd = super->path_element->password; password 881 src/vfs/sftpfs/connection.c g_free (super->path_element->password); password 882 src/vfs/sftpfs/connection.c super->path_element->password = passwd; password 580 src/vfs/shell/shell.c if (super->path_element->password == NULL) password 590 src/vfs/shell/shell.c super->path_element->password = op; password 598 src/vfs/shell/shell.c str_len = strlen (super->path_element->password); password 599 src/vfs/shell/shell.c if ((write (shell_super.sockw, super->path_element->password, str_len) !=