password 232 lib/vfs/path.c path_element->password = g_strdup (inner_colon); password 830 lib/vfs/path.c new_element->password = g_strdup (element->password); password 862 lib/vfs/path.c g_free (element->password); password 1130 lib/vfs/path.c mc_config_set_string_raw (cpath, groupname, "password", element->password); password 1200 lib/vfs/path.c element->password = mc_config_get_string_raw (cpath, groupname, "password", NULL); password 1500 lib/vfs/path.c if (element->password != NULL && keep_password) password 1503 lib/vfs/path.c g_string_append (buffer, element->password); password 1508 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 456 src/vfs/ftpfs/ftpfs.c if (ftpfs_login_server (me, super, super->path_element->password)) password 622 src/vfs/ftpfs/ftpfs.c if (super->path_element->password != NULL) // explicit password password 623 src/vfs/ftpfs/ftpfs.c op = g_strdup (super->path_element->password); password 643 src/vfs/ftpfs/ftpfs.c super->path_element->password = g_strdup (op); password 716 src/vfs/ftpfs/ftpfs.c wipe_password (super->path_element->password); password 717 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 581 src/vfs/shell/shell.c if (super->path_element->password == NULL) password 591 src/vfs/shell/shell.c super->path_element->password = op; password 599 src/vfs/shell/shell.c str_len = strlen (super->path_element->password); password 600 src/vfs/shell/shell.c if ((write (shell_super.sockw, super->path_element->password, str_len) !=