Home
last modified time | relevance | path

Searched refs:keyroll (Results 1 – 16 of 16) sorted by relevance

/dports/dns/yadifa/yadifa-2.5.3-10333/sbin/yakeyrolld/
H A Dkeyroll.h76 struct keyroll_s* keyroll; // link back to the keyroll member
135 s64 keyroll_set_timing_steps(keyroll_t *keyroll, dnssec_key *key, bool dirty);
152 ya_result keyroll_fetch_public_keys_from_server(keyroll_t* keyroll);
163 void keyroll_finalize(keyroll_t *keyroll);
188 keyroll_step_t* keyroll_get_step(keyroll_t *keyroll, s64 epochus);
273 ya_result keyroll_plan_purge(keyroll_t *keyroll);
280 ya_result keyroll_plan_load(keyroll_t *keyroll);
294 ya_result keyroll_plan(keyroll_t *keyroll, s64 generate_until);
306 ya_result keyroll_print(keyroll_t *keyroll, output_stream *os);
312 ya_result keyroll_print_json(keyroll_t *keyroll, output_stream *os);
[all …]
H A Dkeyroll.c226 if(keyroll != NULL) in keyroll_finalize()
230 free(keyroll->plan_path); in keyroll_finalize()
232 free(keyroll->keys_path); in keyroll_finalize()
1449 step->keyroll = NULL; in keyroll_step_new_instance()
1507 step->keyroll = NULL; in keyroll_step_delete()
1533 step->keyroll = keyroll; in keyroll_get_step()
1548 if(into->keyroll == NULL) in keyroll_step_merge()
1550 into->keyroll = step->keyroll; in keyroll_step_merge()
1552 else if(into->keyroll != step->keyroll) in keyroll_step_merge()
2498 if((keyroll == NULL) || (keyroll->domain == NULL)) in keyroll_generate_dnskey_ex()
[all …]
H A Dmain.c672 keyroll_t keyroll; in program_mode_generate() local
683 keyroll_finalize(&keyroll); in program_mode_generate()
691 keyroll_finalize(&keyroll); in program_mode_generate()
739 keyroll_finalize(&keyroll); in program_mode_generate()
794 keyroll_finalize(&keyroll); in program_mode_generate()
890 keyroll_t keyroll; in program_mode_play() local
921 keyroll_finalize(&keyroll); in program_mode_play()
1008 keyroll_finalize(&keyroll); in program_mode_play()
1126 keyroll_finalize(&keyroll); in program_mode_play()
1326 keyroll_t keyroll; in program_mode_print() local
[all …]
H A DMakefile.am36 BUILT_SOURCES=buildinfo.h keyroll-config.h
45 …parser.c config-key-suite.c config-key-template.c date-next.c date-prev.c dnssec-policy.c keyroll.c
49 noinst_HEADERS = config-dnssec-policy.h config-key-roll-parser.h dnssec-policy.h keyroll.h
51 yakeyrolld_DEPENDENCIES = keyroll-config.h
58 keyroll-config.h: ../../config.h
59 cp ../../config.h keyroll-config.h
61 CLEANFILES += keyroll-config.h
H A Ddnssec-policy.c205 keyroll->domain, kr->name, epoch, epoch, &n_fw, in dnssec_policy_add_generate_key_create_at()
444 keyroll->domain, kr->name, in dnssec_policy_add_generate_key_active_at()
505 ret = dnssec_policy_add_generate_key_create_at(keyroll, kr, creation_epoch, &key); in dnssec_policy_add_generate_key_active_at()
2091 const u8 *origin = keyroll->domain; in dnssec_policy_key_roll_keys_generate_at()
2193 keyroll->ksk_next_deactivation, keyroll->zsk_next_deactivation); in dnssec_policy_key_roll_keys_generate_at()
2273 dnssec_policy_process_at(keyroll_t *keyroll, const dnssec_policy *policy, time_t now) in dnssec_policy_process_at() argument
2281 const u8 *origin = keyroll->domain; in dnssec_policy_process_at()
2417 dnssec_policy_process(keyroll_t *keyroll, const dnssec_policy *policy, s64 from, s64 until) in dnssec_policy_process() argument
2437 if(ISOK(ret = dnssec_policy_process_at(keyroll, policy, t / ONE_SECOND_US))) in dnssec_policy_process()
2439 t = MIN(keyroll->ksk_next_deactivation, keyroll->zsk_next_deactivation); in dnssec_policy_process()
[all …]
H A DMakefile.in297 keyroll.c
305 @HAS_TOOLS_TRUE@ dnssec-policy.$(OBJEXT) keyroll.$(OBJEXT)
353 config-key-roll-parser.h dnssec-policy.h keyroll.h
618 BUILT_SOURCES = buildinfo.h keyroll-config.h
619 …parser.c config-key-suite.c config-key-template.c date-next.c date-prev.c dnssec-policy.c keyroll.c
623 …OLS_TRUE@noinst_HEADERS = config-dnssec-policy.h config-key-roll-parser.h dnssec-policy.h keyroll.h
624 @HAS_TOOLS_TRUE@yakeyrolld_DEPENDENCIES = keyroll-config.h
625 CLEANFILES = buildinfo.h keyroll-config.h
730 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyroll.Po@am__quote@
1005 keyroll-config.h: ../../config.h
[all …]
H A Ddnssec-policy.h236 keyroll_t *keyroll; member
392 ya_result dnssec_policy_process(keyroll_t *keyroll, const dnssec_policy *policy, s64 from, s64 unti…
/dports/dns/yadifa/yadifa-2.5.3-10333/etc/
H A Dyakeyrolld.conf.example37 keyroll keyroll.log 0644
44 keyroll prod keyroll,all
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/
H A DChangeLog118 Fixes a possible race-condition when initialising the keyroll context error codes.
120 …The keyroll now has another automatic recovery layer where it completely restarts the handling of …
328 Improved error codes returned by the keyroll policies.
463 The new keyroll software is being written in C.
543 Added a test for the keyroll feature (test section).
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnslg/
H A DChangeLog118 Fixes a possible race-condition when initialising the keyroll context error codes.
120 …The keyroll now has another automatic recovery layer where it completely restarts the handling of …
328 Improved error codes returned by the keyroll policies.
463 The new keyroll software is being written in C.
543 Added a test for the keyroll feature (test section).
/dports/dns/yadifa/yadifa-2.5.3-10333/
H A DChangeLog118 Fixes a possible race-condition when initialising the keyroll context error codes.
120 …The keyroll now has another automatic recovery layer where it completely restarts the handling of …
328 Improved error codes returned by the keyroll policies.
463 The new keyroll software is being written in C.
543 Added a test for the keyroll feature (test section).
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/
H A DChangeLog118 Fixes a possible race-condition when initialising the keyroll context error codes.
120 …The keyroll now has another automatic recovery layer where it completely restarts the handling of …
328 Improved error codes returned by the keyroll policies.
463 The new keyroll software is being written in C.
543 Added a test for the keyroll feature (test section).
/dports/dns/yadifa/yadifa-2.5.3-10333/sbin/yadifad/
H A DChangeLog118 Fixes a possible race-condition when initialising the keyroll context error codes.
120 …The keyroll now has another automatic recovery layer where it completely restarts the handling of …
328 Improved error codes returned by the keyroll policies.
463 The new keyroll software is being written in C.
543 Added a test for the keyroll feature (test section).
H A Dzone-signature-policy.c513 …keyroll_generate_dnskey_ex(keyroll, kr->key->size, kr->key->algorithm, ONE_SECOND_US * created_epo… in dnssec_policy_queue_add_generate_key_create_at()
/dports/dns/yadifa/yadifa-2.5.3-10333/bin/yadifa/
H A DChangeLog118 Fixes a possible race-condition when initialising the keyroll context error codes.
120 …The keyroll now has another automatic recovery layer where it completely restarts the handling of …
328 Improved error codes returned by the keyroll policies.
463 The new keyroll software is being written in C.
543 Added a test for the keyroll feature (test section).
/dports/net/krill/krill-0.9.4/doc/development/
H A D06_ca_manager.md702 to complete the keyroll and phase out the old repository. If this is a planned migration, then it