/netbsd-src/external/mpl/bind/dist/bin/tests/system/nsupdate/krb/ |
H A D | setup.sh | 25 lifetime=$((2147483647 - now)) 26 lifetime=$((lifetime / 3600 / 24 - 30)) 68 max_life = ${lifetime}d 87 kadmin.local addprinc -maxlife ${lifetime}d -randkey DNS/ns7.example.com@EXAMPLE.COM 88 kadmin.local addprinc -maxlife ${lifetime}d -randkey DNS/ns8.example.com@EXAMPLE.COM 89 kadmin.local addprinc -maxlife ${lifetime}d -randkey host/machine.example.com@EXAMPLE.COM 95 kadmin.local addprinc -maxlife ${lifetime}d -randkey 'DNS/ns9.example.com@EXAMPLE.COM' 96 kadmin.local addprinc -maxlife ${lifetime}d -randkey 'DNS/ns10.example.com@EXAMPLE.COM' 97 kadmin.local addprinc -maxlife ${lifetime}d -randkey 'machine$@EXAMPLE.COM' 103 kinit -V -k -t krb5-machine.keytab -l ${lifetime}d -c krb5-machine.ccache host/machine.example.com@… [all …]
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
H A D | kasp-bad-lifetime.conf | 16 * The KSK lifetime is too short. 17 * The ZSK lifetime is good enough but should trigger a warning. 20 ksk lifetime PT3H algorithm 13; 21 zsk lifetime P8DT2H1S algorithm 13; 37 * The ZSK lifetime is too short. 38 * The KSK lifetime is good enough but should trigger a warning. 41 ksk lifetime PT3H1S algorithm 13; 42 zsk lifetime P8DT2H algorithm 13; 58 * The CSK lifetime is too short. 61 csk lifetime PT3H algorithm 13;
|
/netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
H A D | lifetimedef4.out | 4 /// Use ISC DHCP default lifetime 5 "valid-lifetime": 43200, 6 /// Use ISC DHCP min lifetime 7 "min-valid-lifetime": 300, 8 /// Use ISC DHCP max lifetime 9 "max-valid-lifetime": 86400
|
H A D | lifetimedef6.out | 4 /// Use ISC DHCP default lifetime 5 "valid-lifetime": 43200, 6 /// Use ISC DHCP min lifetime 7 "min-valid-lifetime": 300, 8 /// Use ISC DHCP max lifetime 9 "max-valid-lifetime": 86400
|
H A D | preferred6.out | 2 # preferred lifetime 6 "preferred-lifetime": 1200, 14 "preferred-lifetime": 1800, 17 // /// preferred-lifetime moved from an internal pool scope 19 // "preferred-lifetime": 2400,
|
H A D | preferred6.in6 | 1 # preferred lifetime 3 preferred-lifetime 1200; 8 preferred-lifetime 1800; 10 preferred-lifetime 2400;
|
H A D | lifetime4.out | 4 "min-valid-lifetime": 3600, 5 "valid-lifetime": 7200, 6 "max-valid-lifetime": 14400
|
H A D | lifetime6.out | 4 "min-valid-lifetime": 3600, 5 "valid-lifetime": 7200, 6 "max-valid-lifetime": 14400
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/kasp/ns3/policies/ |
H A D | kasp.conf.in | 20 ksk key-directory lifetime P10Y algorithm 5; 21 zsk key-directory lifetime P5Y algorithm 5; 22 zsk key-directory lifetime P1Y algorithm 5 2000; 30 ksk key-directory lifetime P10Y algorithm 7; 31 zsk key-directory lifetime P5Y algorithm 7; 32 zsk key-directory lifetime P1Y algorithm 7 2000;
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | proposal.c | 219 newpp->lifetime = pp1->lifetime; 225 if (pp1->lifetime > pp2->lifetime) { 229 (int)pp2->lifetime, (int)pp1->lifetime); 239 newpp->lifetime = pp1->lifetime; 255 if (pp1->lifetime <= pp2->lifetime) { 256 newpp->lifetime = pp1->lifetime; 258 newpp->lifetime = pp2->lifetime; 263 (int)pp2->lifetime, (int)pp1->lifetime); 281 if (pp1->lifetime != pp2->lifetime) { 285 (int)pp2->lifetime, (int)pp1->lifetime); [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
H A D | inquire_cred.c | 42 OM_uint32 * lifetime, in _gsskrb5_inquire_cred() argument 105 if (lifetime) in _gsskrb5_inquire_cred() 106 *lifetime = alife; in _gsskrb5_inquire_cred() 146 if (lifetime) in _gsskrb5_inquire_cred() 147 *lifetime = min(alife, ilife); in _gsskrb5_inquire_cred() 200 if (lifetime != NULL) { in _gsskrb5_inquire_cred() 204 lifetime); in _gsskrb5_inquire_cred()
|
H A D | inquire_cred_by_mech.c | 50 OM_uint32 lifetime; in _gsskrb5_inquire_cred_by_mech() local 58 name, &lifetime, &usage, NULL); in _gsskrb5_inquire_cred_by_mech() 64 *initiator_lifetime = lifetime; in _gsskrb5_inquire_cred_by_mech() 71 *acceptor_lifetime = lifetime; in _gsskrb5_inquire_cred_by_mech()
|
H A D | add_cred.c | 52 OM_uint32 major, lifetime; in _gsskrb5_add_cred() local 86 actual_mechs, &lifetime); in _gsskrb5_add_cred() 223 NULL, &lifetime, NULL, actual_mechs); in _gsskrb5_add_cred() 231 *initiator_time_rec = lifetime; in _gsskrb5_add_cred() 233 *acceptor_time_rec = lifetime; in _gsskrb5_add_cred()
|
H A D | acquire_cred.c | 43 OM_uint32 *lifetime) in __gsskrb5_ccache_lifetime() argument 54 *lifetime = left; in __gsskrb5_ccache_lifetime() 208 time_t lifetime = 0; in acquire_initiator_cred() local 242 kret = krb5_cc_get_lifetime(context, ccache, &lifetime); in acquire_initiator_cred() 244 if (lifetime > 0) in acquire_initiator_cred() 263 kret = krb5_cc_get_lifetime(context, def_ccache, &lifetime); in acquire_initiator_cred() 265 lifetime = 0; in acquire_initiator_cred() 290 if (lifetime > 0) in acquire_initiator_cred()
|
/netbsd-src/tests/net/ipsec/ |
H A D | t_ipsec_misc.sh | 40 local lifetime=$5 61 $saadd $ip_local $ip_peer $proto 10000 -lh $lifetime -ls $lifetime $saadd_algo_args; 62 $saadd $ip_peer $ip_local $proto 10001 -lh $lifetime -ls $lifetime $saadd_algo_args; 77 $saadd $ip_local $ip_peer $proto 10000 -lh $lifetime -ls $lifetime $saadd_algo_args; 78 $saadd $ip_peer $ip_local $proto 10001 -lh $lifetime -ls $lifetime $saadd_algo_args; 133 local lifetime=3 175 setup_sasp $proto "$algo_args" $ip_local $ip_peer $lifetime 188 test_sad_disapper_until $((lifetime + $buffertime)) true 207 local lifetime=3 247 setup_sasp $proto "$algo_args" $ip_local $ip_peer $lifetime [all …]
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/statschannel/ns2/ |
H A D | named.conf.in | 43 ksk lifetime unlimited algorithm @DEFAULT_ALGORITHM@; 44 zsk lifetime unlimited algorithm @DEFAULT_ALGORITHM@; 51 ksk lifetime unlimited algorithm 8; 52 zsk lifetime unlimited algorithm 8; 53 ksk lifetime unlimited algorithm 13; 54 zsk lifetime unlimited algorithm 13; 55 ksk lifetime unlimited algorithm 14; 56 zsk lifetime unlimited algorithm 14;
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/kasp/ |
H A D | kasp.conf | 22 csk key-directory lifetime P1Y algorithm 13; 23 ksk key-directory lifetime P1Y algorithm 8; 24 zsk key-directory lifetime P30D algorithm 8 2048; 25 zsk key-directory lifetime P6M algorithm 8 3072;
|
/netbsd-src/sbin/ifconfig/ |
H A D | af_inet6.c | 302 struct in6_addrlifetime *lifetime; in in6_alias() local 313 lifetime = &ifr6.ifr_ifru.ifru_lifetime; in in6_alias() 317 } else if (lifetime->ia6t_preferred || lifetime->ia6t_expire) { in in6_alias() 320 if (lifetime->ia6t_preferred) { in in6_alias() 322 (unsigned long)(lifetime->ia6t_preferred - in in6_alias() 323 MIN(t, lifetime->ia6t_preferred))); in in6_alias() 328 if (lifetime->ia6t_expire) { in in6_alias() 330 (unsigned long)(lifetime->ia6t_expire - in in6_alias() 331 MIN(t, lifetime->ia6t_expire))); in in6_alias()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
H A D | tlsgc.d | 17 static import rt.lifetime, rt.sections; 25 rt.lifetime.BlkInfo** blockInfoCache; 41 data.blockInfoCache = &rt.lifetime.__blkcache_storage; in init() 80 rt.lifetime.processGCMarks(*(cast(Data*)data).blockInfoCache, dg); in processGCMarks()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
H A D | tlsgc.d | 18 static import rt.lifetime, rt.sections; 26 rt.lifetime.BlkInfo** blockInfoCache; 42 data.blockInfoCache = &rt.lifetime.__blkcache_storage; in init() 81 rt.lifetime.processGCMarks(*(cast(Data*)data).blockInfoCache, dg); in processGCMarks()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
H A D | gss_inquire_cred.c | 51 OM_uint32 *lifetime, in gss_inquire_cred() argument 70 if (lifetime) in gss_inquire_cred() 71 *lifetime = 0; in gss_inquire_cred() 186 if (lifetime) in gss_inquire_cred() 187 *lifetime = min_lifetime; in gss_inquire_cred()
|
/netbsd-src/external/mpl/bind/dist/tests/isccfg/ |
H A D | duration_test.c | 168 "{\nkeys {csk lifetime %s algorithm rsasha256;};\n};\n"; in ISC_RUN_TEST_IMPL() 202 const cfg_obj_t *lifetime = NULL; in ISC_RUN_TEST_IMPL() 220 lifetime = cfg_tuple_get(key, "lifetime"); in ISC_RUN_TEST_IMPL() 221 assert_non_null(lifetime); in ISC_RUN_TEST_IMPL() 224 cfg_obj_asduration(lifetime)); in ISC_RUN_TEST_IMPL() 226 cfg_print_duration_or_unlimited(&pctx, lifetime); in ISC_RUN_TEST_IMPL() 203 const cfg_obj_t *lifetime = NULL; ISC_RUN_TEST_IMPL() local
|
/netbsd-src/usr.sbin/rtadvd/ |
H A D | dump.c | 145 "MinAdvInterval: %u\n", rai->lifetime, rai->maxinterval, in if_dump() 230 if (rdns->lifetime == ND6_INFINITE_LIFETIME) in if_dump() 234 (long)rdns->lifetime); in if_dump() 243 if (dnsl->lifetime == ND6_INFINITE_LIFETIME) in if_dump() 247 (long)dnsl->lifetime); in if_dump()
|
/netbsd-src/external/mpl/bind/dist/lib/isccfg/ |
H A D | kaspconf.c | 134 key->lifetime = 0; /* unlimited */ in cfg_kaspkey_fromconfig() 191 key->lifetime = 0; /* unlimited */ in cfg_kaspkey_fromconfig() 192 obj = cfg_tuple_get(config, "lifetime"); in cfg_kaspkey_fromconfig() 194 key->lifetime = cfg_obj_asduration(obj); in cfg_kaspkey_fromconfig() 196 if (key->lifetime > 0) { in cfg_kaspkey_fromconfig() 197 if (key->lifetime < 30 * (24 * 3600)) { in cfg_kaspkey_fromconfig() 199 "dnssec-policy: key lifetime is " in cfg_kaspkey_fromconfig() 203 key->lifetime <= ksk_min_lifetime) in cfg_kaspkey_fromconfig() 208 key->lifetime <= zsk_min_lifetime) in cfg_kaspkey_fromconfig() 214 "dnssec-policy: key lifetime i in cfg_kaspkey_fromconfig() [all...] |
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | test_ca.in | 95 --lifetime='1 month' \ 109 --lifetime="10years 1 month" \ 311 --lifetime="2years" \ 326 --lifetime="3years" \ 342 --lifetime="2years" \ 359 --lifetime="3years" \ 376 --lifetime="3years" \ 392 --lifetime="2years" \
|