/systemd-251/src/cryptenroll/ |
D | cryptenroll-password.c | 43 _cleanup_free_ char *question = NULL; in enroll_password() local 49 question = strjoin("Please enter new passphrase for disk ", node, ":"); in enroll_password() 50 if (!question) in enroll_password() 53 …r = ask_password_auto(question, "drive-harddisk", id, "cryptenroll", "cryptenroll.new-passphrase",… in enroll_password() 59 free(question); in enroll_password() 60 … question = strjoin("Please enter new passphrase for disk ", node, " (repeat):"); in enroll_password() 61 if (!question) in enroll_password() 64 …r = ask_password_auto(question, "drive-harddisk", id, "cryptenroll", "cryptenroll.new-passphrase",… in enroll_password()
|
D | cryptenroll.c | 491 _cleanup_free_ char *question = NULL, *disk_path = NULL; in prepare_luks() local 495 question = strjoin("Please enter current passphrase for disk ", arg_node, ":"); in prepare_luks() 496 if (!question) in prepare_luks() 513 … question, "drive-harddisk", id, "cryptenroll", "cryptenroll.passphrase", USEC_INFINITY, in prepare_luks()
|
/systemd-251/src/resolve/ |
D | resolved-bus.c | 252 DnsQuestion *question; in bus_method_resolve_hostname_complete() local 285 question = dns_query_question_for_protocol(q, q->answer_protocol); in bus_method_resolve_hostname_complete() 289 … r = dns_question_matches_rr(question, rr, DNS_SEARCH_DOMAIN_NAME(q->answer_search_domain)); in bus_method_resolve_hostname_complete() 543 DnsQuestion *question; in bus_method_resolve_address_complete() local 576 question = dns_query_question_for_protocol(q, q->answer_protocol); in bus_method_resolve_address_complete() 581 r = dns_question_matches_rr(question, rr, NULL); in bus_method_resolve_address_complete() 626 _cleanup_(dns_question_unrefp) DnsQuestion *question = NULL; in bus_method_resolve_address() 658 r = dns_question_new_reverse(&question, family, &a); in bus_method_resolve_address() 664 r = dns_query_new(m, &q, question, question, NULL, ifindex, flags|SD_RESOLVED_NO_SEARCH); in bus_method_resolve_address() 717 DnsQuestion *question; in bus_method_resolve_record_complete() local [all …]
|
D | resolved-varlink.c | 152 DnsQuestion *question; in vl_method_resolve_hostname_complete() local 175 question = dns_query_question_for_protocol(q, q->answer_protocol); in vl_method_resolve_hostname_complete() 182 … r = dns_question_matches_rr(question, rr, DNS_SEARCH_DOMAIN_NAME(q->answer_search_domain)); in vl_method_resolve_hostname_complete() 387 DnsQuestion *question; in vl_method_resolve_address_complete() local 411 question = dns_query_question_for_protocol(q, q->answer_protocol); in vl_method_resolve_address_complete() 417 r = dns_question_matches_rr(question, rr, NULL); in vl_method_resolve_address_complete() 464 _cleanup_(dns_question_unrefp) DnsQuestion *question = NULL; in vl_method_resolve_address() 496 r = dns_question_new_reverse(&question, p.family, &p.address); in vl_method_resolve_address() 500 … r = dns_query_new(m, &q, question, question, NULL, p.ifindex, p.flags|SD_RESOLVED_NO_SEARCH); in vl_method_resolve_address()
|
D | resolved-dns-query.c | 242 DnsQuestion *question; in dns_query_candidate_setup_transactions() local 254 assert(dns_question_size(c->query->question_bypass->question) == 1); in dns_query_candidate_setup_transactions() 256 … if (!dns_scope_good_key(c->scope, dns_question_first_key(c->query->question_bypass->question))) in dns_query_candidate_setup_transactions() 266 question = dns_query_question_for_protocol(c->query, c->scope->protocol); in dns_query_candidate_setup_transactions() 269 DNS_QUESTION_FOREACH(key, question) { in dns_query_candidate_setup_transactions() 521 DNS_QUESTION_FOREACH(key, question_bypass->question) in dns_query_new() 656 q->question_bypass ? q->question_bypass->question : q->question_utf8, in dns_query_synthesize_reply() 701 q->question_bypass ? q->question_bypass->question : q->question_utf8, in dns_query_try_etc_hosts() 1041 DnsQuestion *question; in dns_query_process_cname_one() local 1068 question = dns_query_question_for_protocol(q, q->answer_protocol); in dns_query_process_cname_one() [all …]
|
D | test-resolved-stream.c | 187 _cleanup_(dns_question_unrefp) DnsQuestion *question = NULL; in send_simple_question() 190 assert_se(question = dns_question_new(1)); in send_simple_question() 192 assert_se(dns_question_add(question, key, 0) >= 0); in send_simple_question() 193 assert_se(dns_packet_append_question(p, question) >= 0); in send_simple_question() 194 DNS_PACKET_HEADER(p)->qdcount = htobe16(dns_question_size(question)); in send_simple_question()
|
D | resolved-dns-stub.c | 162 DnsQuestion *question, in dns_stub_collect_answer_by_question() argument 175 r = dns_question_matches_rr(question, item->rr, NULL); in dns_stub_collect_answer_by_question() 180 r = dns_question_matches_cname_or_dname(question, item->rr, NULL); in dns_stub_collect_answer_by_question() 249 DnsQuestion *question, in dns_stub_assign_sections() argument 255 assert(question); in dns_stub_assign_sections() 273 question, in dns_stub_assign_sections() 598 q->request_packet->question, in dns_stub_send_reply() 652 p->question, in dns_stub_send_failure() 917 if (dns_type_is_obsolete(dns_question_first_key(p->question)->type)) { in dns_stub_process_query() 923 if (dns_type_is_zone_transer(dns_question_first_key(p->question)->type)) { in dns_stub_process_query() [all …]
|
D | resolved-dns-scope.c | 588 DnsQuestion *question; in dns_scope_good_domain() local 607 question = dns_query_question_for_protocol(q, s->protocol); in dns_scope_good_domain() 608 if (!question) in dns_scope_good_domain() 611 domain = dns_question_first_name(question); in dns_scope_good_domain() 655 DNS_QUESTION_FOREACH(t, question) in dns_scope_good_domain() 970 DNS_QUESTION_FOREACH(key, p->question) in dns_scope_verify_conflicts() 1014 assert(dns_question_size(p->question) == 1); in dns_scope_process_query() 1015 key = dns_question_first_key(p->question); in dns_scope_process_query() 1028 …r = dns_scope_make_reply_packet(s, DNS_PACKET_ID(p), DNS_RCODE_SUCCESS, p->question, answer, soa, … in dns_scope_process_query()
|
D | resolved-mdns.c | 210 DNS_QUESTION_FOREACH_ITEM(item, p->question) { in mdns_should_reply_using_unicast() 259 assert_return((dns_question_size(p->question) > 0), -EINVAL); in mdns_scope_process_query() 270 DNS_QUESTION_FOREACH(key, p->question) { in mdns_scope_process_query() 333 legacy_query ? p->question : NULL, full_answer, in mdns_scope_process_query()
|
D | resolved-dns-packet.c | 215 dns_question_unref(p->question); in dns_packet_free() 2185 _cleanup_(dns_question_unrefp) DnsQuestion *question = NULL; in dns_packet_extract_question() 2191 question = dns_question_new(n); in dns_packet_extract_question() 2192 if (!question) in dns_packet_extract_question() 2224 … r = dns_question_add_raw(question, key, qu ? DNS_QUESTION_WANTS_UNICAST_REPLY : 0); in dns_packet_extract_question() 2230 *ret_question = TAKE_PTR(question); in dns_packet_extract_question() 2381 _cleanup_(dns_question_unrefp) DnsQuestion *question = NULL; in dns_packet_extract() 2388 r = dns_packet_extract_question(p, &question); in dns_packet_extract() 2402 p->question = TAKE_PTR(question); in dns_packet_extract() 2428 if (!p->question) in dns_packet_is_reply_for() [all …]
|
D | meson.build | 14 'resolved-dns-question.c', 15 'resolved-dns-question.h',
|
D | resolved-dns-question.c | 475 void dns_question_dump(DnsQuestion *question, FILE *f) { in dns_question_dump() argument 481 DNS_QUESTION_FOREACH(k, question) { in dns_question_dump()
|
D | resolved-dns-transaction.h | 171 return dns_question_first_key(t->bypass->question); in dns_transaction_key()
|
D | resolved-dns-packet.h | 70 DnsQuestion *question; member
|
/systemd-251/shell-completion/zsh/ |
D | _systemd | 11 '--no-tty[Ask question via agent even on TTY]' \ 77 '--plymouth[Ask question with plymouth(8).]' \ 78 '--console[Ask question on /dev/console.]'
|
/systemd-251/docs/ |
D | PASSWORD_AGENTS.md | 25 …question to ask the user in the `Message=` field in the `[Ask]` section. It is a single-line strin… 27 …nd the PID of the client asking the question in the `PID=` field in the `[Ask]` section (Before as…
|
D | SECURITY.md | 14 …rmation (ideally, a track of posts and commits from the mail address in question). If you fall int…
|
D | INITRD_INTERFACE.md | 51 Oh, and one last question before closing: instead of implementing these
|
D | NETWORK_ONLINE.md | 101 All these are valid approaches to the question "When is the network up?", but 151 For details, see the next question.
|
/systemd-251/src/home/ |
D | homectl.c | 210 _cleanup_free_ char *question = NULL; in acquire_existing_password() local 235 if (asprintf(&question, emphasize_current ? in acquire_existing_password() 241 r = ask_password_auto(question, in acquire_existing_password() 271 _cleanup_free_ char *question = NULL; in acquire_recovery_key() local 296 if (asprintf(&question, "Please enter recovery key for user %s:", user_name) < 0) in acquire_recovery_key() 299 r = ask_password_auto(question, in acquire_recovery_key() 329 _cleanup_free_ char *question = NULL; in acquire_token_pin() local 350 if (asprintf(&question, "Please enter security token PIN for user %s:", user_name) < 0) in acquire_token_pin() 354 question, in acquire_token_pin() 1186 _cleanup_free_ char *question = NULL; in acquire_new_password() local [all …]
|
/systemd-251/hwdb.d/ |
D | 70-joystick.hwdb | 23 # where /dev/input/eventXX is the joystick in question. If in
|
D | 70-touchpad.hwdb | 23 # where /dev/input/eventXX is the touchpad in question. If in
|
D | 60-input-id.hwdb | 14 # where /dev/input/eventXX is the device in question. If in
|
D | 70-pointingstick.hwdb | 31 # where /dev/input/eventXX is the pointingstick in question. If in
|
/systemd-251/catalog/ |
D | systemd.catalog.in | 50 Note that only messages from the service in question have been 521 It is a defect of the software in question if it doesn't work this way, and
|