Home
last modified time | relevance | path

Searched refs:is_referral (Results 1 – 25 of 25) sorted by relevance

/dports/security/krb5/krb5-1.19.2/src/kdc/
H A Dtgs_policy.c266 krb5_boolean is_crossrealm, krb5_boolean is_referral, in check_tgs_s4u2self() argument
272 if (!is_referral && in check_tgs_s4u2self()
297 if (!is_crossrealm && is_referral) { in check_tgs_s4u2self()
303 if (client != NULL && is_crossrealm && !is_referral) { in check_tgs_s4u2self()
342 krb5_boolean is_crossrealm, krb5_boolean is_referral, in check_tgs_s4u2proxy() argument
386 (is_referral || !is_cross_tgs_principal(stkt_server->princ) || in check_tgs_s4u2proxy()
475 krb5_boolean is_crossrealm, krb5_boolean is_referral, in validate_tgs_request() argument
512 is_crossrealm, is_referral, in validate_tgs_request()
530 is_referral, status); in validate_tgs_request()
H A Ddo_tgs_req.c136 krb5_boolean is_referral, is_crossrealm; in process_tgs_req() local
253 is_referral = is_cross_tgs_principal(server->princ) && in process_tgs_req()
264 if (is_referral) in process_tgs_req()
288 is_referral, &status, &e_data); in process_tgs_req()
403 if (is_referral) in process_tgs_req()
415 !is_referral && in process_tgs_req()
547 if (isflagset(c_flags, KRB5_KDB_FLAGS_S4U) && !is_referral) in process_tgs_req()
695 is_referral && in process_tgs_req()
H A Dkdc_util.h93 krb5_boolean is_crossrealm, krb5_boolean is_referral,
265 krb5_boolean is_referral);
H A Dkdc_preauth.c1622 krb5_boolean is_referral) in return_enc_padata() argument
1627 if (is_referral) { in return_enc_padata()
/dports/dns/unbound/unbound-1.14.0/pythonmod/
H A Dpythonmod_utils.c62 struct reply_info* msgrep, int is_referral) in storeQueryInCache() argument
74 return dns_cache_store(qstate->env, qinfo, msgrep, is_referral, in storeQueryInCache()
H A Dpythonmod_utils.h61 struct reply_info* msgrep, int is_referral);
H A Dinterface.i1492 …truct module_qstate* qstate, struct query_info* qinfo, struct reply_info* msgrep, int is_referral);
/dports/dns/dnsviz/dnsviz-0.9.2/dnsviz/
H A Dresponse.py514 def is_referral(self, qname, rdtype, rdclass, bailiwick, proper=False): member in DNSResponse
1080 def update_rrsig_info(self, server, client, response, section, rdclass, is_referral): argument
1089 … self.dname_info.update_rrsig_info(server, client, response, section, rdclass, is_referral)
1091 … def create_or_update_rrsig_info(self, rrsig, ttl, server, client, response, rdclass, is_referral): argument
1097 self.set_wildcard_info(rrsig, server, client, response, rdclass, is_referral)
1112 def set_wildcard_info(self, rrsig, server, client, response, rdclass, is_referral): argument
1218 def create_or_update_soa_info(self, server, client, response, rdclass, is_referral): argument
1237 def create_or_update_nsec_info(self, server, client, response, rdclass, is_referral): argument
1243 nsec_set_info = NSECSet(nsec_rrsets, is_referral, self.ttl_cmp)
1315 …reate_or_update_rrsig_info(self, name, rrsig, ttl, server, client, response, rdclass, is_referral): argument
[all …]
H A Dresolver.py541 is_referral = False
554 is_referral = False
581 is_referral = False
630 if response.is_referral(qname, rdtype, rdclass, bailiwick):
631 is_referral = True
720 if is_referral:
724 if is_referral:
728 if not is_referral:
H A Dquery.py864 is_referral = response.is_referral(qname, rdtype, rdclass, bailiwick)
865 … self._aggregate_answer(server, client, response, is_referral, qname, rdtype, rdclass)
1119 …_valid_response() and response.is_complete_response() and not response.is_referral(self.qname, sel…
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/kdc/
H A Ddo_tgs_req.c137 krb5_boolean is_referral; in process_tgs_req() local
254 is_referral = is_cross_tgs_principal(server->princ) && in process_tgs_req()
273 if (is_referral) in process_tgs_req()
412 if (is_referral) in process_tgs_req()
424 !is_referral && in process_tgs_req()
575 if (isflagset(c_flags, KRB5_KDB_FLAGS_S4U) && !is_referral) in process_tgs_req()
744 is_referral && in process_tgs_req()
H A Dkdc_util.h262 krb5_boolean is_referral);
H A Dkdc_preauth.c1631 krb5_boolean is_referral) in return_enc_padata() argument
1636 if (is_referral) { in return_enc_padata()
/dports/dns/knot-resolver/knot-resolver-5.4.3/daemon/
H A Dzimport.c369 bool is_referral = (rrtype == KNOT_RRTYPE_NS && !origin_is_owner); in zi_rrset_import() local
386 if (is_referral) { in zi_rrset_import()
396 if (!is_referral) { in zi_rrset_import()
434 return state == (is_referral ? KR_STATE_PRODUCE : KR_STATE_DONE) ? 0 : -1; in zi_rrset_import()
/dports/dns/unbound/unbound-1.14.0/services/cache/
H A Ddns.h94 struct reply_info* rep, int is_referral, time_t leeway, int pside,
H A Ddns.c970 struct reply_info* msgrep, int is_referral, time_t leeway, int pside, in dns_cache_store() argument
982 if(is_referral) { in dns_cache_store()
/dports/dns/unbound/unbound-1.14.0/iterator/
H A Diter_utils.h142 struct reply_info* rep, int is_referral, time_t leeway, int pside,
H A Diter_utils.c659 struct reply_info* msgrep, int is_referral, time_t leeway, int pside, in iter_dns_store() argument
662 if(!dns_cache_store(env, msgqinf, msgrep, is_referral, leeway, in iter_dns_store()
/dports/dns/unbound/unbound-1.14.0/pythonmod/doc/modules/
H A Dfunctions.rst20 .. function:: storeQueryInCache(qstate, qinfo, msgrep, is_referral)
27 :param is_referral: integer
/dports/www/Stikked/Stikked-0.13.0/htdocs/system/libraries/
H A DUser_agent.php490 public function is_referral() function in CI_User_agent
/dports/www/codeigniter/CodeIgniter-3.1.11/system/libraries/
H A DUser_agent.php490 public function is_referral() function in CI_User_agent
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/krb/
H A Dget_in_tkt.c1463 is_referral(krb5_context context, krb5_error *err, krb5_principal client) in is_referral() function
1566 } else if (canon_flag && is_referral(context, ctx->err_reply, in init_creds_step_reply()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/krb/
H A Dget_in_tkt.c1460 is_referral(krb5_context context, krb5_error *err, krb5_principal client) in is_referral() function
1693 } else if (canon_flag && is_referral(context, ctx->err_reply, in init_creds_step_reply()
/dports/dns/dnsviz/dnsviz-0.9.2/dnsviz/analysis/
H A Doffline.py935 …if query1.responses[server][client].is_referral(self.name, rdtype, query.rdclass, bailiwick, prope…
1355 … if response.is_referral(query.qname, query.rdtype, query.rdclass, qname_obj.name):
2001 …_valid_response() and response.is_complete_response() and not response.is_referral(self.name, dns.…
2318 … if response.is_referral(query.qname, query.rdtype, query.rdclass, qname_obj.name):
H A Donline.py460 if response.is_referral(query.qname, query.rdtype, query.rdclass, bailiwick):