Searched refs:passwd (Results 1 – 13 of 13) sorted by relevance
| /qemu/qga/ |
| A D | commands-posix-ssh.c | 17 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 D | commands-windows-ssh.c | 669 g_autofree struct passwd *p = NULL; in qmp_guest_ssh_remove_authorized_keys()
|
| /qemu/ui/ |
| A D | spice-core.c | 895 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 D | spice-module.c | 46 static int qemu_spice_set_passwd_stub(const char *passwd, in qemu_spice_set_passwd_stub() argument
|
| /qemu/include/ui/ |
| A D | qemu-spice-module.h | 31 int (*set_passwd)(const char *passwd,
|
| /qemu/net/ |
| A D | slirp.c | 933 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 D | vnc-security.rst | 195 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 D | qemu.sasl | 41 #sasldb_path: /etc/qemu/passwd.db
|
| A D | os-posix.c | 93 static struct passwd *user_pwd; /* NULL non-NULL NULL */
|
| /qemu/tools/i386/ |
| A D | qemu-vmsr-helper.c | 404 struct passwd *userinfo = getpwnam(optarg); in main()
|
| /qemu/scsi/ |
| A D | qemu-pr-helper.c | 933 struct passwd *userinfo = getpwnam(optarg); in main()
|
| /qemu/tests/qemu-iotests/ |
| A D | 149.out | 2195 …-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 D | iscsi.c | 1717 qdict_set_default_str(options, "password", iscsi_url->passwd); in iscsi_parse_filename()
|
Completed in 40 milliseconds