Home
last modified time | relevance | path

Searched refs:passwd (Results 1 – 13 of 13) sorted by relevance

/qemu/qga/
A Dcommands-posix-ssh.c17 static struct passwd *
20 struct passwd *p; in test_get_passwd_entry()
28 p = g_new0(struct passwd, 1); in test_get_passwd_entry()
43 static struct passwd *
47 struct passwd *p; in get_passwd_entry()
60 mkdir_for_user(const char *path, const struct passwd *p, in mkdir_for_user()
86 const struct passwd *p, Error **errp) in write_authkeys()
117 g_autofree struct passwd *p = NULL; in qmp_guest_ssh_add_authorized_keys()
166 g_autofree struct passwd *p = NULL; in qmp_guest_ssh_remove_authorized_keys()
214 g_autofree struct passwd *p = NULL; in qmp_guest_ssh_get_authorized_keys()
A Dcommands-windows-ssh.c669 g_autofree struct passwd *p = NULL; in qmp_guest_ssh_remove_authorized_keys()
/qemu/ui/
A Dspice-core.c895 char *passwd; in qemu_spice_set_ticket() local
898 passwd = auth_passwd; in qemu_spice_set_ticket()
904 passwd = NULL; in qemu_spice_set_ticket()
907 return spice_server_set_ticket(spice_server, passwd, lifetime, in qemu_spice_set_ticket()
911 static int qemu_spice_set_passwd(const char *passwd, in qemu_spice_set_passwd() argument
919 auth_passwd = g_strdup(passwd); in qemu_spice_set_passwd()
A Dspice-module.c46 static int qemu_spice_set_passwd_stub(const char *passwd, in qemu_spice_set_passwd_stub() argument
/qemu/include/ui/
A Dqemu-spice-module.h31 int (*set_passwd)(const char *passwd,
/qemu/net/
A Dslirp.c933 struct passwd *passwd; in slirp_smb() local
936 passwd = getpwuid(geteuid()); in slirp_smb()
937 if (!passwd) { in slirp_smb()
1002 passwd->pw_name in slirp_smb()
/qemu/docs/system/
A Dvnc-security.rst195 sasldb_path: /etc/qemu/passwd.db
197 The ``saslpasswd2`` program can be used to populate the ``passwd.db``
198 file with accounts. Note that the ``passwd.db`` file stores passwords
/qemu/
A Dqemu.sasl41 #sasldb_path: /etc/qemu/passwd.db
A Dos-posix.c93 static struct passwd *user_pwd; /* NULL non-NULL NULL */
/qemu/tools/i386/
A Dqemu-vmsr-helper.c404 struct passwd *userinfo = getpwnam(optarg); in main()
/qemu/scsi/
A Dqemu-pr-helper.c933 struct passwd *userinfo = getpwnam(optarg); in main()
/qemu/tests/qemu-iotests/
A D149.out2195 …-aes-256-xts-plain-sha1-pwallslots.img --key-slot 1 --key-file - --iter-time 10 TEST_DIR/passwd.txt
2197 …-aes-256-xts-plain-sha1-pwallslots.img --key-slot 2 --key-file - --iter-time 10 TEST_DIR/passwd.txt
2199 …-aes-256-xts-plain-sha1-pwallslots.img --key-slot 3 --key-file - --iter-time 10 TEST_DIR/passwd.txt
2201 …-aes-256-xts-plain-sha1-pwallslots.img --key-slot 4 --key-file - --iter-time 10 TEST_DIR/passwd.txt
2203 …-aes-256-xts-plain-sha1-pwallslots.img --key-slot 5 --key-file - --iter-time 10 TEST_DIR/passwd.txt
2205 …-aes-256-xts-plain-sha1-pwallslots.img --key-slot 6 --key-file - --iter-time 10 TEST_DIR/passwd.txt
2207 …-aes-256-xts-plain-sha1-pwallslots.img --key-slot 7 --key-file - --iter-time 10 TEST_DIR/passwd.txt
/qemu/block/
A Discsi.c1717 qdict_set_default_str(options, "password", iscsi_url->passwd); in iscsi_parse_filename()

Completed in 40 milliseconds