/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/kinit/ |
H A D | kinit.c | 141 int nextcheck, remaining, renew=0; in kinit_qtask() local 146 renew = kinit_check_tgt(kid, &remaining); in kinit_qtask() 148 if (renew > 0) { in kinit_qtask() 149 if (renew==1) { in kinit_qtask() 157 renew++; in kinit_qtask() 163 renew=kinit_check_tgt(kid, &remaining); in kinit_qtask() 166 if (renew > 1) { in kinit_qtask() 176 renew=kinit_check_tgt(kid, &remaining); in kinit_qtask() 181 if (renew == 0) { in kinit_qtask()
|
/netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
H A D | preferred6.out | 7 "renew-timer": 600, 15 "renew-timer": 900, 20 // "renew-timer": 1200,
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/ |
H A D | kinit.c | 314 int renew, in renew_validate() argument 344 if (renew) { in renew_validate() 353 flags.b.renewable = flags.b.renew = renew; in renew_validate() 479 krb5_deltat renew = 0; in get_new_tickets() local 600 renew = parse_time(renewstr, "s"); in get_new_tickets() 601 if (renew < 0) in get_new_tickets() 604 krb5_get_init_creds_opt_set_renew_life(opt, renew); in get_new_tickets() 762 if (llabs(d - renew) > 30) { in get_new_tickets() 842 const char *server, time_t *renew) in ticket_lifetime() argument 851 if (renew != NULL) in ticket_lifetime() [all …]
|
/netbsd-src/external/mpl/dhcp/dist/client/tests/ |
H A D | duid2_test.txt | 14 renew 2 2014/05/13 22:11:53; 44 renew 2 2014/05/13 23:11:53; 53 renew 3;
|
H A D | duid3_test.txt | 14 renew 2 2014/05/13 22:11:53; 43 renew 2 2014/05/13 23:11:53; 53 renew 3;
|
H A D | duid0_test.txt | 12 renew 2 2014/05/13 23:11:53; 22 renew 3;
|
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | dhcp6.c | 2495 (ia.t1 < state->renew || state->renew == 0)) in dhcp6_findia() 2496 state->renew = ia.t1; in dhcp6_findia() 2611 state->renew = state->rebind = state->expire = 0; in dhcp6_validatelease() 3145 state->renew = IRT_DEFAULT; in dhcp6_bind() 3147 memcpy(&state->renew, o, ol); in dhcp6_bind() 3148 state->renew = ntohl(state->renew); in dhcp6_bind() 3149 if (state->renew < IRT_MINIMUM) in dhcp6_bind() 3150 state->renew = IRT_MINIMUM; in dhcp6_bind() 3173 if (state->renew != 0) { in dhcp6_bind() 3179 if (!(state->renew == ND6_INFINITE_LIFETIME in dhcp6_bind() [all …]
|
H A D | dhcp6.h | 205 uint32_t renew; member
|
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/db/ |
H A D | add-modify-delete.in | 100 echo checking renew time 105 echo checking renew time
|
/netbsd-src/external/mpl/dhcp/dist/client/ |
H A D | dhc6.c | 529 copy->renew = ia->renew; in dhc6_dup_ia() 733 ia->renew = getULong(ds.data + 4); in dhc6_parse_ia_na() 741 log_debug("RCV: | X-- t1 - renew +%u", ia->renew); in dhc6_parse_ia_na() 754 if ((ia->renew > 0) && (ia->rebind > 0) && in dhc6_parse_ia_na() 755 (ia->renew > ia->rebind)) { in dhc6_parse_ia_na() 960 ia->renew = getULong(ds.data + 4); in dhc6_parse_ia_pd() 968 log_debug("RCV: | X-- t1 - renew +%u", ia->renew); in dhc6_parse_ia_pd() 977 if ((ia->renew > 0) && (ia->rebind > 0) && in dhc6_parse_ia_pd() 978 (ia->renew > ia->rebind)) { in dhc6_parse_ia_pd() 4459 client_envadd(client, prefix, "renew", "%u", ia->renew); in dhc6_marshall_values() [all …]
|
H A D | dhclient.conf.example | 33 renew 2 2000/1/12 00:00:01;
|
H A D | clparse.c | 1676 ia->renew = atoi(val); in parse_client6_ia_na_statement() 1912 ia->renew = atoi(val); in parse_client6_ia_pd_statement()
|
/netbsd-src/crypto/external/bsd/heimdal/sbin/kcm/ |
H A D | Makefile | 25 renew.c \
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kcm/ |
H A D | Makefile.am | 24 renew.c
|
H A D | renew.c | 98 flags.b.renew = TRUE; in kcm_ccache_refresh()
|
H A D | Makefile.in | 157 protocol.$(OBJEXT) sessions.$(OBJEXT) renew.$(OBJEXT) 190 ./$(DEPDIR)/renew.Po ./$(DEPDIR)/sessions.Po 551 renew.c 671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/renew.Po@am__quote@ # am--include-marker 892 -rm -f ./$(DEPDIR)/renew.Po 951 -rm -f ./$(DEPDIR)/renew.Po
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
H A D | krb5tgs.c | 496 if(f.renew){ in check_tgs_flags() 886 time_t renew; in tgs_make_reply() local 887 renew = *et.renew_till - *et.starttime; in tgs_make_reply() 889 renew = min(renew, *client->entry.max_renew); in tgs_make_reply() 891 renew = min(renew, *server->entry.max_renew); in tgs_make_reply() 892 *et.renew_till = *et.starttime + renew; in tgs_make_reply() 2366 if((b->kdc_options.validate || b->kdc_options.renew) && in tgs_build_reply()
|
/netbsd-src/lib/libpam/modules/pam_krb5/ |
H A D | pam_krb5.c | 204 krb5_deltat renew; in pam_sm_authenticate() local 216 renew = parse_time(rtime, "s"); in pam_sm_authenticate() 217 krb5_get_init_creds_opt_set_renew_life(opts, renew); in pam_sm_authenticate()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | krb5.asn1 | 365 renew(30), 419 renew-till[8] KerberosTime OPTIONAL, 539 renew-till[8] KerberosTime OPTIONAL, 615 renew-till[7] KerberosTime OPTIONAL,
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
H A D | hdb.asn1 | 141 max-renew[9] INTEGER (0..4294967295) OPTIONAL,
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
H A D | id2entry.c | 695 int rc, renew = 0; in mdb_opinfo_get() local 800 renew = 1; in mdb_opinfo_get() 808 if ( renew ) { in mdb_opinfo_get()
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | dhcpv6.c | 96 u_int32_t renew, rebind, min_prefer, min_valid; member 1987 reply.renew = reply.rebind = reply.min_prefer = reply.min_valid = 0; in lease_to_client() 2028 reply->renew = getULong(ia_data.data + 4); in reply_process_ia_na() 2106 putULong(reply->buf.data + reply->cursor, reply->renew); in reply_process_ia_na() 4104 reply->renew = getULong(ia_data.data + 4); 4162 putULong(reply->buf.data + reply->cursor, reply->renew); 8454 reply->renew = 0; 8456 reply->renew = getULong(data.data); 8465 reply->renew = INFINITE_TIME; 8467 reply->renew = reply->min_prefer / 2; [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/po/heimdal_kuser/ |
H A D | heimdal_kuser.pot | 84 msgid "renew TGT"
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_CTX_set_tlsext_ticket_key_cb.pod | 44 an attempted retrieval of the ticket failed, or a renew option was indicated,
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/ |
H A D | intro.doc | 160 optimization, it is possible to only reset and renew a transaction.
|