DELTA 525890 0 22 SVN–=–vCf‚*e‰ˆAƒͺŠc‹ZBPORTREVISION= 1 dos2unixINSTALL_TARGET= install-strip pre-buildENDREP DELTA SVN‚‚€‚‚--- enforcer/src/daemon/ctrl_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/daemon/ctrl_cmd.h @@ -29,6 +29,6 @@ #ifndef _CTRL_CMD_H_ #define _CTRL_CMD_H_ -struct cmd_func_block ctrl_funcblock; +extern struct cmd_func_block ctrl_funcblock; #endif /* _CTRL_CMD_H_ */ ENDREP DELTA SVNƒƒ€ƒƒ--- enforcer/src/daemon/enforcercommands.c.orig 2020-02-10 17:25:12 UTC +++ enforcer/src/daemon/enforcercommands.c @@ -98,7 +98,7 @@ static struct cmd_func_block* enforcecommands[] = { NULL }; -struct cmd_func_block** enforcercommands = enforcecommands; +extern struct cmd_func_block** enforcercommands = enforcecommands; engine_type* getglobalcontext(cmdhandler_ctx_type* context) ENDREP DELTA SVNƒƒ€ƒƒ--- enforcer/src/daemon/enforcercommands.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/daemon/enforcercommands.h @@ -37,7 +37,7 @@ #include "engine.h" #include "db/db_connection.h" -struct cmd_func_block** enforcercommands; +extern struct cmd_func_block** enforcercommands; engine_type* getglobalcontext(cmdhandler_ctx_type*); db_connection_t* getconnectioncontext(cmdhandler_ctx_type*); ENDREP DELTA SVN‚‚€‚‚--- enforcer/src/daemon/help_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/daemon/help_cmd.h @@ -29,6 +29,6 @@ #ifndef _HELP_CMD_H_ #define _HELP_CMD_H_ -struct cmd_func_block help_funcblock; +extern struct cmd_func_block help_funcblock; #endif /* _HELP_CMD_H_ */ ENDREP DELTA SVN‚s‚u€‚s‚s--- enforcer/src/daemon/queue_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/daemon/queue_cmd.h @@ -29,7 +29,7 @@ #ifndef _QUEUE_CMD_H_ #define _QUEUE_CMD_H_ -struct cmd_func_block queue_funcblock; -struct cmd_func_block flush_funcblock; +extern struct cmd_func_block queue_funcblock; +extern struct cmd_func_block flush_funcblock; #endif /* _QUEUE_CMD_H_ */ ENDREP DELTA SVN‚8‚:€‚8‚8--- enforcer/src/daemon/time_leap_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/daemon/time_leap_cmd.h @@ -29,6 +29,6 @@ #ifndef _TIME_LEAP_CMD_H_ #define _TIME_LEAP_CMD_H_ -struct cmd_func_block time_leap_funcblock; +extern struct cmd_func_block time_leap_funcblock; #endif /* _TIME_LEAP_CMD_H_ */ ENDREP DELTA SVN‚8‚:€‚8‚8--- enforcer/src/daemon/verbosity_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/daemon/verbosity_cmd.h @@ -29,6 +29,6 @@ #ifndef _VERBOSITY_CMD_H_ #define _VERBOSITY_CMD_H_ -struct cmd_func_block verbosity_funcblock; +extern struct cmd_func_block verbosity_funcblock; #endif /* _VERBOSITY_CMD_H_ */ ENDREP DELTA SVN‚I‚K€‚I‚I--- enforcer/src/enforcer/enforce_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/enforcer/enforce_cmd.h @@ -30,6 +30,6 @@ #ifndef _ENFORCER_ENFORCE_CMD_H_ #define _ENFORCER_ENFORCE_CMD_H_ -struct cmd_func_block enforce_funcblock; +extern struct cmd_func_block enforce_funcblock; #endif /* _ENFORCER_ENFORCE_CMD_H_ */ ENDREP DELTA SVN‚T‚V€‚T‚T--- enforcer/src/enforcer/repositorylist_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/enforcer/repositorylist_cmd.h @@ -28,6 +28,6 @@ #ifndef _ENFORCER_REPOSITORYLIST_CMD_H_ #define _ENFORCER_REPOSITORYLIST_CMD_H_ -struct cmd_func_block repositorylist_funcblock; +extern struct cmd_func_block repositorylist_funcblock; #endif ENDREP DELTA SVN‚@‚B€‚@‚@--- enforcer/src/enforcer/update_all_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/enforcer/update_all_cmd.h @@ -30,6 +30,6 @@ #ifndef UPDATE_ALL_CMD_H_ #define UPDATE_ALL_CMD_H_ -struct cmd_func_block update_all_funcblock; +extern struct cmd_func_block update_all_funcblock; #endif /* UPDATE_ALL_CMD_H_ */ ENDREP DELTA SVN‚G‚I€‚G‚G--- enforcer/src/enforcer/update_conf_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/enforcer/update_conf_cmd.h @@ -29,6 +29,6 @@ #ifndef UPDATE_CONF_CMD_H_ #define UPDATE_CONF_CMD_H_ -struct cmd_func_block update_conf_funcblock; +extern struct cmd_func_block update_conf_funcblock; #endif /* UPDATE_CONF_CMD_H_ */ ENDREP DELTA SVNƒ ƒ€ƒ ƒ --- enforcer/src/enforcer/update_repositorylist_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/enforcer/update_repositorylist_cmd.h @@ -30,6 +30,6 @@ #ifndef UPDATE_REPOSITORYLIST_CMD_H_ #define UPDATE_REPOSITORYLIST_CMD_H_ -struct cmd_func_block update_repositorylist_funcblock; +extern struct cmd_func_block update_repositorylist_funcblock; #endif /* UPDATE_REPOSITORYLIST_CMD_H_ */ ENDREP DELTA SVN‚H‚J€‚H‚H--- enforcer/src/hsmkey/backup_hsmkeys_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/hsmkey/backup_hsmkeys_cmd.h @@ -30,6 +30,6 @@ #ifndef _HSMKEY_BACKUP_CMD_H_ #define _HSMKEY_BACKUP_CMD_H_ -struct cmd_func_block backup_funcblock; +extern struct cmd_func_block backup_funcblock; #endif /* _HSMKEY_BACKUP_CMD_H_ */ ENDREP DELTA SVN‚_‚a€‚_‚_--- enforcer/src/hsmkey/key_generate_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/hsmkey/key_generate_cmd.h @@ -29,6 +29,6 @@ #ifndef HSMKEY_KEY_GENERATE_CMD_H_ #define HSMKEY_KEY_GENERATE_CMD_H_ -struct cmd_func_block key_generate_funcblock; +extern struct cmd_func_block key_generate_funcblock; #endif /* HSMKEY_KEY_GENERATE_CMD_H_ */ ENDREP DELTA SVN‚W‚Y€‚W‚W--- enforcer/src/keystate/key_purge_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/keystate/key_purge_cmd.h @@ -1,7 +1,7 @@ #ifndef _KEYSTATE_KEY_PURGE_CMD_H_ #define _KEYSTATE_KEY_PURGE_CMD_H_ -struct cmd_func_block key_purge_funcblock; +extern struct cmd_func_block key_purge_funcblock; #endif /* _KEYSTATE_KEY_PURGE_CMD_H_ */ ENDREP DELTA SVN‚c‚e€‚c‚c--- enforcer/src/keystate/keystate_ds_gone_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/keystate/keystate_ds_gone_cmd.h @@ -30,6 +30,6 @@ #ifndef _KEYSTATE_DS_GONE_CMD_H_ #define _KEYSTATE_DS_GONE_CMD_H_ -struct cmd_func_block key_ds_gone_funcblock; +extern struct cmd_func_block key_ds_gone_funcblock; #endif /* _KEYSTATE_DS_GONE_CMD_H_ */ ENDREP DELTA SVN‚x‚z€‚x‚x--- enforcer/src/keystate/keystate_ds_retract_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/keystate/keystate_ds_retract_cmd.h @@ -30,6 +30,6 @@ #ifndef _KEYSTATE_DS_RETRACT_CMD_H_ #define _KEYSTATE_DS_RETRACT_CMD_H_ -struct cmd_func_block key_ds_retract_funcblock; +extern struct cmd_func_block key_ds_retract_funcblock; #endif /* _KEYSTATE_DS_RETRACT_CMD_H_ */ ENDREP DELTA SVN‚=‚?€‚=‚=--- enforcer/src/keystate/keystate_ds_seen_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/keystate/keystate_ds_seen_cmd.h @@ -32,6 +32,6 @@ #include "daemon/engine.h" -struct cmd_func_block key_ds_seen_funcblock; +extern struct cmd_func_block key_ds_seen_funcblock; #endif /* _KEYSTATE_DS_SEEN_CMD_H_ */ ENDREP DELTA SVN‚q‚s€‚q‚q--- enforcer/src/keystate/keystate_ds_submit_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/keystate/keystate_ds_submit_cmd.h @@ -30,6 +30,6 @@ #ifndef _KEYSTATE_DS_SUBMIT_CMD_H_ #define _KEYSTATE_DS_SUBMIT_CMD_H_ -struct cmd_func_block key_ds_submit_funcblock; +extern struct cmd_func_block key_ds_submit_funcblock; #endif /* _KEYSTATE_DS_SUBMIT_CMD_H_ */ ENDREP DELTA SVN‚\‚^€‚\‚\--- enforcer/src/keystate/keystate_export_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/keystate/keystate_export_cmd.h @@ -30,6 +30,6 @@ #ifndef _KEYSTATE_EXPORT_CMD_H_ #define _KEYSTATE_EXPORT_CMD_H_ -struct cmd_func_block key_export_funcblock; +extern struct cmd_func_block key_export_funcblock; #endif /* _KEYSTATE_EXPORT_CMD_H_ */ ENDREP DELTA SVN‚^‚`€‚^‚^--- enforcer/src/keystate/keystate_import_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/keystate/keystate_import_cmd.h @@ -28,7 +28,7 @@ #ifndef _KEYSTATE_IMPORT_CMD_H_ #define _KEYSTATE_IMPORT_CMD_H_ -struct cmd_func_block key_import_funcblock; +extern struct cmd_func_block key_import_funcblock; #endif /* _KEYSTATE_IMPORT_CMD_H_ */ ENDREP DELTA SVN‚6‚8€‚6‚6--- enforcer/src/keystate/keystate_list_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/keystate/keystate_list_cmd.h @@ -32,7 +32,7 @@ #include "db/key_data.h" -struct cmd_func_block key_list_funcblock; +extern struct cmd_func_block key_list_funcblock; const char* map_keystate(key_data_t *key); ENDREP DELTA SVN‚j‚l€‚j‚j--- enforcer/src/keystate/keystate_rollover_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/keystate/keystate_rollover_cmd.h @@ -30,6 +30,6 @@ #ifndef _KEYSTATE_ROLLOVER_CMD_H_ #define _KEYSTATE_ROLLOVER_CMD_H_ -struct cmd_func_block key_rollover_funcblock; +extern struct cmd_func_block key_rollover_funcblock; #endif /* _KEYSTATE_ROLLOVER_CMD_H_ */ ENDREP DELTA SVN‚X‚Z€‚X‚X--- enforcer/src/keystate/rollover_list_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/keystate/rollover_list_cmd.h @@ -30,6 +30,6 @@ #ifndef _ROLLOVER_LIST_CMD_H_ #define _ROLLOVER_LIST_CMD_H_ -struct cmd_func_block rollover_list_funcblock; +extern struct cmd_func_block rollover_list_funcblock; #endif /* _ROLLOVER_LIST_CMD_H_ */ ENDREP DELTA SVN‚P‚R€‚P‚P--- enforcer/src/keystate/zone_add_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/keystate/zone_add_cmd.h @@ -30,6 +30,6 @@ #ifndef _KEYSTATE_ZONE_ADD_CMD_H_ #define _KEYSTATE_ZONE_ADD_CMD_H_ -struct cmd_func_block zone_add_funcblock; +extern struct cmd_func_block zone_add_funcblock; #endif /* _KEYSTATE_ZONE_ADD_CMD_H_ */ ENDREP DELTA SVN‚P‚R€‚P‚P--- enforcer/src/keystate/zone_del_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/keystate/zone_del_cmd.h @@ -30,6 +30,6 @@ #ifndef _KEYSTATE_ZONE_DEL_CMD_H_ #define _KEYSTATE_ZONE_DEL_CMD_H_ -struct cmd_func_block zone_del_funcblock; +extern struct cmd_func_block zone_del_funcblock; #endif /* _KEYSTATE_ZONE_DEL_CMD_H_ */ ENDREP DELTA SVN‚W‚Y€‚W‚W--- enforcer/src/keystate/zone_list_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/keystate/zone_list_cmd.h @@ -30,6 +30,6 @@ #ifndef _KEYSTATE_ZONE_LIST_CMD_H_ #define _KEYSTATE_ZONE_LIST_CMD_H_ -struct cmd_func_block zone_list_funcblock; +extern struct cmd_func_block zone_list_funcblock; #endif /* _KEYSTATE_ZONE_LIST_CMD_H_ */ ENDREP DELTA SVNƒƒ€ƒƒ--- enforcer/src/keystate/zone_set_policy_cmd.h.orig 2020-02-10 17:25:12 UTC +++ enforcer/src/keystate/zone_set_policy_cmd.h @@ -29,6 +29,6 @@ #ifndef _KEYSTATE_ZONE_SET_POLICY_CMD_H_ #define _KEYSTATE_ZONE_SET_POLICY_CMD_H_ -struct cmd_func_block zone_set_policy_funcblock; +extern struct cmd_func_block zone_set_policy_funcblock; #endif /* _KEYSTATE_ZONE_SET_POLICY_CMD_H_ */ ENDREP DELTA SVNƒƒ€ƒƒ--- enforcer/src/keystate/zonelist_export_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/keystate/zonelist_export_cmd.h @@ -29,6 +29,6 @@ #ifndef _KEYSTATE_ZONELIST_EXPORT_CMD_H_ #define _KEYSTATE_ZONELIST_EXPORT_CMD_H_ -struct cmd_func_block zonelist_export_funcblock; +extern struct cmd_func_block zonelist_export_funcblock; #endif /* _KEYSTATE_ZONELIST_EXPORT_CMD_H_ */ ENDREP DELTA SVNƒƒ€ƒƒ--- enforcer/src/keystate/zonelist_import_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/keystate/zonelist_import_cmd.h @@ -29,6 +29,6 @@ #ifndef _KEYSTATE_ZONELIST_IMPORT_CMD_H_ #define _KEYSTATE_ZONELIST_IMPORT_CMD_H_ -struct cmd_func_block zonelist_import_funcblock; +extern struct cmd_func_block zonelist_import_funcblock; #endif /* _KEYSTATE_ZONELIST_IMPORT_CMD_H_ */ ENDREP DELTA SVN‚i‚k€‚i‚i--- enforcer/src/policy/policy_export_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/policy/policy_export_cmd.h @@ -30,6 +30,6 @@ #ifndef _POLICY_POLICY_EXPORT_CMD_H_ #define _POLICY_POLICY_EXPORT_CMD_H_ -struct cmd_func_block policy_export_funcblock; +extern struct cmd_func_block policy_export_funcblock; #endif /* _POLICY_POLICY_EXPORT_CMD_H_ */ ENDREP DELTA SVN‚i‚k€‚i‚i--- enforcer/src/policy/policy_import_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/policy/policy_import_cmd.h @@ -30,6 +30,6 @@ #ifndef _POLICY_POLICY_IMPORT_CMD_H_ #define _POLICY_POLICY_IMPORT_CMD_H_ -struct cmd_func_block policy_import_funcblock; +extern struct cmd_func_block policy_import_funcblock; #endif /* _POLICY_POLICY_IMPORT_CMD_H_ */ ENDREP DELTA SVN‚[‚]€‚[‚[--- enforcer/src/policy/policy_list_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/policy/policy_list_cmd.h @@ -30,6 +30,6 @@ #ifndef _POLICY_POLICY_LIST_CMD_H_ #define _POLICY_POLICY_LIST_CMD_H_ -struct cmd_func_block policy_list_funcblock; +extern struct cmd_func_block policy_list_funcblock; #endif /* _POLICY_POLICY_LIST_CMD_H_ */ ENDREP DELTA SVN‚`‚b€‚`‚`--- enforcer/src/policy/policy_purge_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/policy/policy_purge_cmd.h @@ -1,6 +1,6 @@ #ifndef _POLICY_POLICY_PURGE_CMD_H_ #define _POLICY_POLICY_PURGE_CMD_H_ -struct cmd_func_block policy_purge_funcblock; +extern struct cmd_func_block policy_purge_funcblock; #endif /* _POLICY_POLICY_PURGE_CMD_H_ */ ENDREP DELTA SVN‚Y‚[€‚Y‚Y--- enforcer/src/policy/policy_resalt_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/policy/policy_resalt_cmd.h @@ -30,6 +30,6 @@ #ifndef _POLICY_POLICY_RESALT_CMD_H_ #define _POLICY_POLICY_RESALT_CMD_H_ -struct cmd_func_block resalt_funcblock; +extern struct cmd_func_block resalt_funcblock; #endif /*_POLICY_POLICY_RESALT_CMD_H_*/ ENDREP DELTA SVN‚P‚R€‚P‚P--- enforcer/src/signconf/signconf_cmd.h.orig 2020-02-10 17:25:11 UTC +++ enforcer/src/signconf/signconf_cmd.h @@ -30,6 +30,6 @@ #ifndef _SIGNCONF_SIGNCONF_CMD_H_ #define _SIGNCONF_SIGNCONF_CMD_H_ -struct cmd_func_block signconf_funcblock; +extern struct cmd_func_block signconf_funcblock; #endif /* _SIGNCONF_SIGNCONF_CMD_H_ */ ENDREP DELTA SVN‚G‚I€‚G‚G--- signer/src/daemon/signercommands.h.orig 2020-02-10 17:25:11 UTC +++ signer/src/daemon/signercommands.h @@ -35,7 +35,7 @@ #include "config.h" #include "cmdhandler.h" -struct cmd_func_block** signercommands; +extern struct cmd_func_block** signercommands; extern engine_type* getglobalcontext(cmdhandler_ctx_type*); ENDREP id: 5-418476.0.r550176/14044 type: file pred: 5-418476.0.r525890/545 count: 14 text: 550176 0 99 2934 9a8dfe177882b67b2bec0bcb355e5e0b fabf1d0eb98527a1e36aa009343fd4e34045b4fe 550175-bsio/_4 props: 300914 71 103 0 bb58aa814bbdf5f7c1ab04a05656f5a5 cpath: /head/dns/opendnssec2/Makefile copyroot: 0 / id: 5-550176.0.r550176/14344 type: file count: 0 text: 550176 124 294 277 c22d0b6286f520c02a2feade6f1ab717 dbe53fcc844a809f94acadc5df25f85758ab4697 550175-bsio/_7 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_daemon_ctrl__cmd.h copyroot: 0 / id: 8-550176.0.r550176/14652 type: file count: 0 text: 550176 431 415 398 0a773f649c8e0610c08203904496b59b e1596e8d6e1f09b40a2901d97506b445ed22566c 550175-bsio/_9 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_daemon_enforcercommands.c copyroot: 0 / id: a-550176.0.r550176/14967 type: file count: 0 text: 550176 859 415 398 1fd565b29eb48c09e863e423831094d7 c697d70caaf51e647614f655257eee225cf4ef3b 550175-bsio/_b props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_daemon_enforcercommands.h copyroot: 0 / id: c-550176.0.r550176/15282 type: file count: 0 text: 550176 1287 294 277 80b74204df3f2b73fcac7457f411523b a4e533cea06a010b7012c34398774d0c2939eae0 550175-bsio/_d props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_daemon_help__cmd.h copyroot: 0 / id: e-550176.0.r550176/15591 type: file count: 0 text: 550176 1594 388 371 f3cf2b01d029a9a6ef5fc3166a475cd3 b583526df58aa12eedecac722c7df462abebdf4b 550175-bsio/_f props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_daemon_queue__cmd.h copyroot: 0 / id: g-550176.0.r550176/15901 type: file count: 0 text: 550176 1995 329 312 a07852da5f7e5fb97ecd1633455e6662 c181d3e0a80681e99b897d243e3732809a043bd9 550175-bsio/_h props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_daemon_time__leap__cmd.h copyroot: 0 / id: i-550176.0.r550176/16216 type: file count: 0 text: 550176 2337 329 312 a12001a37539e4080a18195512be2f4b b66a7f6081640a5ef53c46b8afcb301c0350c5aa 550175-bsio/_j props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_daemon_verbosity__cmd.h copyroot: 0 / id: k-550176.0.r550176/16530 type: file count: 0 text: 550176 2679 346 329 badada9b5041f410ae4422b932d806f0 5df0e03af35024bba7f4841f89ad9628c4755636 550175-bsio/_l props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_enforcer_enforce__cmd.h copyroot: 0 / id: m-550176.0.r550176/16844 type: file count: 0 text: 550176 3038 357 340 065275953d91a7e29239441021ab1b0a 9fe2e770f6231668cedceca58cf8d4d201d5e265 550175-bsio/_n props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_enforcer_repositorylist__cmd.h copyroot: 0 / id: o-550176.0.r550176/17165 type: file count: 0 text: 550176 3408 337 320 ff30aebc1af3a471727ef9781fe19172 1abb71c79434f1f5a434932e323bd3ccf80341be 550175-bsio/_p props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_enforcer_update__all__cmd.h copyroot: 0 / id: q-550176.0.r550176/17483 type: file count: 0 text: 550176 3758 344 327 45ebc370cb9c29942a25c89e438b2328 1cf8b3e0d744cbe057102f296d59b4014aecf49c 550175-bsio/_r props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_enforcer_update__conf__cmd.h copyroot: 0 / id: s-550176.0.r550176/17802 type: file count: 0 text: 550176 4115 414 397 bc6052f3792ac25085a3f4da6ec406bb a216283d7c62a9cabc8b8720dfc11da5caab68da 550175-bsio/_t props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_enforcer_update__repositorylist__cmd.h copyroot: 0 / id: u-550176.0.r550176/18131 type: file count: 0 text: 550176 4542 345 328 41fe0c35ecf48b47ad86c8dfe061dbc2 698de3ad12904aec478553ddf69364240c4580c0 550175-bsio/_v props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_hsmkey_backup__hsmkeys__cmd.h copyroot: 0 / id: w-550176.0.r550176/18451 type: file count: 0 text: 550176 4900 368 351 9199a818c5c8f1d5665bb5dcc43a3bb8 5eb1d2c3dbb4f8cb72f7b88aaffb58ae47cc7bf7 550175-bsio/_x props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_hsmkey_key__generate__cmd.h copyroot: 0 / id: y-550176.0.r550176/18769 type: file count: 0 text: 550176 5281 360 343 dc7167bd381687794ea6252720f570bc f1b039b03d6520b3a398789cd4c7bf1a458c7b24 550175-bsio/_z props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_key__purge__cmd.h copyroot: 0 / id: 10-550176.0.r550176/19086 type: file count: 0 text: 550176 5654 372 355 f405cb72f0ebfc73c745d4544dfba6d9 2ca2b9dc2a404c115f6ef85fb3f1589c7ab667b3 550175-bsio/_11 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__gone__cmd.h copyroot: 0 / id: 12-550176.0.r550176/19413 type: file count: 0 text: 550176 6039 393 376 117590dd7747ed43042e05f919350cbd 2f3a86350d715c660b9c137cfbb9f78f966ebf01 550175-bsio/_13 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__retract__cmd.h copyroot: 0 / id: 14-550176.0.r550176/19743 type: file count: 0 text: 550176 6445 334 317 a3b3e06ca53c0469cc3db3b28cccc352 024a621bc76596afa05f6486ebf94812504e8a6d 550175-bsio/_15 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__seen__cmd.h copyroot: 0 / id: 16-550176.0.r550176/20070 type: file count: 0 text: 550176 6792 386 369 4400af271f7f1df65116a3ecc0cca6cd d972ccc1fe4d9eec8b934cd404c68c4dc282eec0 550175-bsio/_17 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__submit__cmd.h copyroot: 0 / id: 18-550176.0.r550176/20399 type: file count: 0 text: 550176 7191 365 348 c804acdc2c2a776fbfa7df5c426a01e8 af3b2e7da6de444faf90fd419af59e9a7fc0bf8a 550175-bsio/_19 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__export__cmd.h copyroot: 0 / id: 1a-550176.0.r550176/20724 type: file count: 0 text: 550176 7569 367 350 2bb26435887333854fa8c6535b2e4c8c 2d914ede94ff21f814d6e9e92389ef6867411155 550175-bsio/_1b props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__import__cmd.h copyroot: 0 / id: 1c-550176.0.r550176/21049 type: file count: 0 text: 550176 7949 327 310 59a0d7deed3a9272bb5f1d33c78aa3be f2fc1861dd5a7038fc8a6078379f2ce50b09d44c 550175-bsio/_1d props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__list__cmd.h copyroot: 0 / id: 1e-550176.0.r550176/21372 type: file count: 0 text: 550176 8289 379 362 b2a5f8e0c46a68a43d2893743cb7efa3 474deff37d317545817f08f661788b5a16cbca93 550175-bsio/_1f props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__rollover__cmd.h copyroot: 0 / id: 1g-550176.0.r550176/21699 type: file count: 0 text: 550176 8681 361 344 dcd0a30c50fb8452f7689f6d1cec89fd 62f836061380a84425ca0dd22df7896ce77ccd3a 550175-bsio/_1h props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_rollover__list__cmd.h copyroot: 0 / id: 1i-550176.0.r550176/22022 type: file count: 0 text: 550176 9055 353 336 16233c330b503e1d238e911ef2d4687a 8d53e81c1a49a572501aa0b734cb14d63aff12dd 550175-bsio/_1j props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__add__cmd.h copyroot: 0 / id: 1k-550176.0.r550176/22340 type: file count: 0 text: 550176 9421 353 336 71555deb911802e7cdcb333e1963a1f3 0909beb00503ad32d3107ee413f109c0bc36bbd8 550175-bsio/_1l props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__del__cmd.h copyroot: 0 / id: 1m-550176.0.r550176/22658 type: file count: 0 text: 550176 9787 360 343 65749f7ef069064990a150bde1ae7ad6 f0a2b3ff337e9a9bcab5150f57aefd0da72c03d2 550175-bsio/_1n props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__list__cmd.h copyroot: 0 / id: 1o-550176.0.r550176/22977 type: file count: 0 text: 550176 10160 402 385 74b034fe8e8436b93ef6f436382e4f3e 13faaef5d5901dd0c0c2e1ed9771800e924ab3e7 550175-bsio/_1p props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__set__policy__cmd.h copyroot: 0 / id: 1q-550176.0.r550176/23304 type: file count: 0 text: 550176 10575 402 385 c5179fcdbc9f5208af1e0e14bc89cee5 24787b4536843debbedd1d6f0ab68335820c8e30 550175-bsio/_1r props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_zonelist__export__cmd.h copyroot: 0 / id: 1s-550176.0.r550176/23630 type: file count: 0 text: 550176 10990 402 385 fc02b7108429a0850b37cc5535f15d2a 2e262166b7bee5397d989e7074c0f617f6f90931 550175-bsio/_1t props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_keystate_zonelist__import__cmd.h copyroot: 0 / id: 1u-550176.0.r550176/23956 type: file count: 0 text: 550176 11405 378 361 bc9f395131b861674a63e2313aae956b 040c09a52bfe5193cbcedc3104af8f24813e4721 550175-bsio/_1v props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__export__cmd.h copyroot: 0 / id: 1w-550176.0.r550176/24278 type: file count: 0 text: 550176 11796 378 361 e7f9bcf77f8d46b7e2b4f75da3ea32c0 6741e0c64249915c81eed31792307d3ad3d3a116 550175-bsio/_1x props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__import__cmd.h copyroot: 0 / id: 1y-550176.0.r550176/24600 type: file count: 0 text: 550176 12187 364 347 c96aa7e507813e609e7b9cafa16243b4 20c57563f484908f1df750fe5117d95e9f7e663f 550175-bsio/_1z props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__list__cmd.h copyroot: 0 / id: 20-550176.0.r550176/24920 type: file count: 0 text: 550176 12564 369 352 594c2aaa4b8eb848d07c235c97abb93c a922d9b12a3699f036144c5222ef86520114633b 550175-bsio/_21 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__purge__cmd.h copyroot: 0 / id: 22-550176.0.r550176/25241 type: file count: 0 text: 550176 12946 362 345 f1368e0904bec69741e563570e5d84b5 b4c2bef9efa26b06fdcc382e12a81b8cc40a2462 550175-bsio/_23 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__resalt__cmd.h copyroot: 0 / id: 24-550176.0.r550176/25563 type: file count: 0 text: 550176 13321 353 336 687ac933c5b113c2927c40febf10c52e 6bab51f8cc9661007d3ab4774e59cbc0453aa839 550175-bsio/_25 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-enforcer_src_signconf_signconf__cmd.h copyroot: 0 / id: 26-550176.0.r550176/25881 type: file count: 0 text: 550176 13687 344 327 0abf74496a93cecb0bed6b12f733a237 24cdd4ab2a20eb16c09e7edc298b2ea2f0e484c1 550175-bsio/_27 props: 300936 2259 98 0 8dda59e103a981389badbb35c2ee62ce cpath: /head/dns/opendnssec2/files/patch-signer_src_daemon_signercommands.h copyroot: 0 / PLAIN K 13 opendnssec.in V 28 file b-418476.0.r525890/1142 K 37 patch-enforcer_src_daemon_ctrl__cmd.h V 29 file 5-550176.0.r550176/14344 K 44 patch-enforcer_src_daemon_enforcercommands.c V 29 file 8-550176.0.r550176/14652 K 44 patch-enforcer_src_daemon_enforcercommands.h V 29 file a-550176.0.r550176/14967 K 37 patch-enforcer_src_daemon_help__cmd.h V 29 file c-550176.0.r550176/15282 K 38 patch-enforcer_src_daemon_queue__cmd.h V 29 file e-550176.0.r550176/15591 K 43 patch-enforcer_src_daemon_time__leap__cmd.h V 29 file g-550176.0.r550176/15901 K 42 patch-enforcer_src_daemon_verbosity__cmd.h V 29 file i-550176.0.r550176/16216 K 42 patch-enforcer_src_enforcer_enforce__cmd.h V 29 file k-550176.0.r550176/16530 K 49 patch-enforcer_src_enforcer_repositorylist__cmd.h V 29 file m-550176.0.r550176/16844 K 46 patch-enforcer_src_enforcer_update__all__cmd.h V 29 file o-550176.0.r550176/17165 K 47 patch-enforcer_src_enforcer_update__conf__cmd.h V 29 file q-550176.0.r550176/17483 K 57 patch-enforcer_src_enforcer_update__repositorylist__cmd.h V 29 file s-550176.0.r550176/17802 K 48 patch-enforcer_src_hsmkey_backup__hsmkeys__cmd.h V 29 file u-550176.0.r550176/18131 K 46 patch-enforcer_src_hsmkey_key__generate__cmd.h V 29 file w-550176.0.r550176/18451 K 45 patch-enforcer_src_keystate_key__purge__cmd.h V 29 file y-550176.0.r550176/18769 K 53 patch-enforcer_src_keystate_keystate__ds__gone__cmd.h V 30 file 10-550176.0.r550176/19086 K 56 patch-enforcer_src_keystate_keystate__ds__retract__cmd.h V 30 file 12-550176.0.r550176/19413 K 53 patch-enforcer_src_keystate_keystate__ds__seen__cmd.h V 30 file 14-550176.0.r550176/19743 K 55 patch-enforcer_src_keystate_keystate__ds__submit__cmd.h V 30 file 16-550176.0.r550176/20070 K 51 patch-enforcer_src_keystate_keystate__export__cmd.h V 30 file 18-550176.0.r550176/20399 K 51 patch-enforcer_src_keystate_keystate__import__cmd.h V 30 file 1a-550176.0.r550176/20724 K 49 patch-enforcer_src_keystate_keystate__list__cmd.h V 30 file 1c-550176.0.r550176/21049 K 53 patch-enforcer_src_keystate_keystate__rollover__cmd.h V 30 file 1e-550176.0.r550176/21372 K 49 patch-enforcer_src_keystate_rollover__list__cmd.h V 30 file 1g-550176.0.r550176/21699 K 44 patch-enforcer_src_keystate_zone__add__cmd.h V 30 file 1i-550176.0.r550176/22022 K 44 patch-enforcer_src_keystate_zone__del__cmd.h V 30 file 1k-550176.0.r550176/22340 K 45 patch-enforcer_src_keystate_zone__list__cmd.h V 30 file 1m-550176.0.r550176/22658 K 52 patch-enforcer_src_keystate_zone__set__policy__cmd.h V 30 file 1o-550176.0.r550176/22977 K 51 patch-enforcer_src_keystate_zonelist__export__cmd.h V 30 file 1q-550176.0.r550176/23304 K 51 patch-enforcer_src_keystate_zonelist__import__cmd.h V 30 file 1s-550176.0.r550176/23630 K 47 patch-enforcer_src_policy_policy__export__cmd.h V 30 file 1u-550176.0.r550176/23956 K 47 patch-enforcer_src_policy_policy__import__cmd.h V 30 file 1w-550176.0.r550176/24278 K 45 patch-enforcer_src_policy_policy__list__cmd.h V 30 file 1y-550176.0.r550176/24600 K 46 patch-enforcer_src_policy_policy__purge__cmd.h V 30 file 20-550176.0.r550176/24920 K 47 patch-enforcer_src_policy_policy__resalt__cmd.h V 30 file 22-550176.0.r550176/25241 K 43 patch-enforcer_src_signconf_signconf__cmd.h V 30 file 24-550176.0.r550176/25563 K 40 patch-signer_src_daemon_signercommands.h V 30 file 26-550176.0.r550176/25881 K 14 pkg-message.in V 30 file e-418476.0.r508835/769556 END ENDREP id: a-418476.0.r550176/29598 type: dir pred: a-418476.0.r525890/1580 count: 3 text: 550176 26196 3389 0 f1166b6e5d67fdccde31436c566f0238 cpath: /head/dns/opendnssec2/files copyroot: 0 / PLAIN K 8 Makefile V 29 file 5-418476.0.r550176/14044 K 8 distinfo V 27 file 8-418476.0.r525890/843 K 5 files V 28 dir a-418476.0.r550176/29598 K 9 pkg-descr V 28 file g-418476.0.r418476/4082 K 9 pkg-plist V 28 file i-418476.0.r435670/1429 END ENDREP id: 4-418476.0.r550176/30036 type: dir pred: 4-418476.0.r525890/2014 count: 15 text: 550176 29785 238 0 e5065f3067ef3c71fb3c0a63ab7e0370 cpath: /head/dns/opendnssec2 copyroot: 0 / PLAIN K 8 Makefile V 26 file 2-87014.0.r549934/709 K 4 adns V 26 dir 2-27277.0.r545535/1574 K 6 adsuck V 26 dir 6-273736.0.r520477/594 K 5 amass V 27 dir 4-479569.0.r547876/1010 K 4 ares V 28 dir 4-88915.0.r447034/329622 K 8 axfr2acl V 26 dir 4-393641.0.r499165/940 K 10 bind-tools V 34 dir 4-251989.0-316430.r546283/2007 K 11 bind9-devel V 34 dir 4-289906.0-400855.r548619/3103 K 7 bind911 V 34 dir 4-289906.0-418010.r549731/1238 K 7 bind916 V 34 dir 4-289906.0-526548.r549732/4119 K 9 bindgraph V 29 dir 4-203448.0.r508835/743642 K 5 bundy V 36 dir 4-338919.0-354144.r528623/462388 K 6 c-ares V 26 dir e-88915.0.r539584/1634 K 8 checkdns V 29 dir 4-135737.0.r547044/508520 K 5 cli53 V 27 dir 4-385011.0.r528142/1414 K 7 coredns V 26 dir 4-502758.0.r545493/632 K 6 credns V 29 dir 4-302454.0.r521748/499259 K 7 crossip V 29 dir 4-102748.0.r518482/658177 K 8 curvedns V 29 dir 4-270280.0.r508835/747308 K 8 ddclient V 26 dir 2-46932.0.r518084/1060 K 4 ddns V 29 dir 4-322124.0.r508835/749663 K 11 denominator V 26 dir 4-364683.0.r444308/496 K 5 dhisd V 28 dir 2-39701.0.r486672/362715 K 6 djbdns V 25 dir 2-28026.0.r511837/605 K 12 djbdns-tools V 29 dir 4-119178.0.r516997/425565 K 5 dlint V 28 dir 2-15533.0.r530892/439453 K 4 dnrd V 26 dir 2-39455.0.r412087/1114 K 13 dns2blackhole V 29 dir 4-452064.0.r508835/750470 K 7 dns2tcp V 27 dir 4-223283.0.r546808/2123 K 11 dns_balance V 28 dir 2-39073.0.r514793/534988 K 8 dnsblast V 27 dir 4-476499.0.r476499/2352 K 6 dnscap V 27 dir 4-220458.0.r545627/1028 K 14 dnscheckengine V 27 dir 4-260336.0.r532941/1045 K 10 dnscontrol V 27 dir 4-534333.0.r547784/4147 K 15 dnscrypt-proxy2 V 27 dir 6-465521.0.r538594/1139 K 16 dnscrypt-wrapper V 29 dir 5-395912.0.r507877/479055 K 7 dnsdbck V 27 dir 4-393639.0.r444443/3496 K 6 dnsdbq V 26 dir 4-461859.0.r543003/998 K 7 dnsdist V 29 dir 4-393702.0.r547081/509108 K 7 dnsenum V 27 dir 4-416094.0.r416094/3642 K 8 dnsflood V 28 dir 4-91529.0.r447034/331025 K 12 dnsforwarder V 29 dir 4-441830.0.r536693/395492 K 10 dnshistory V 26 dir 4-364646.0.r546812/992 K 7 dnsjava V 29 dir 4-121964.0.r518482/658871 K 7 dnsmasq V 26 dir 2-82078.0.r542600/1174 K 11 dnsmax-perl V 29 dir 4-127639.0.r508835/755893 K 8 dnsproxy V 28 dir 4-98150.0.r508835/756909 K 8 dnsrecon V 29 dir 4-416092.0.r498530/683101 K 12 dnsreflector V 27 dir 4-234846.0.r345079/1747 K 8 dnstable V 27 dir 4-383179.0.r505906/1034 K 16 dnstable-convert V 34 dir 4-383179.0-473328.r473328/3334 K 6 dnstop V 28 dir 2-69207.0.r514130/447662 K 9 dnstracer V 26 dir 2-54055.0.r549679/2185 K 6 dnsutl V 28 dir 2-15017.0.r516744/484656 K 6 dnsviz V 27 dir 4-410945.0.r512467/1007 K 7 dnswalk V 25 dir 2-9977.0.r440707/1599 K 7 dnswall V 27 dir 4-206328.0.r423154/2534 K 3 doc V 27 dir 2-23578.0.r432165/17768 K 9 doh-proxy V 29 dir 4-476638.0.r547071/476264 K 2 dq V 27 dir 6-428883.0.r523924/1093 K 5 drool V 29 dir 4-439784.0.r479406/866589 K 3 dsc V 27 dir 4-465237.0.r545269/1064 K 3 dsp V 26 dir 4-465236.0.r514218/535 K 5 dynip V 29 dir 4-456312.0.r508835/758684 K 11 erlang-idna V 29 dir 4-391036.0.r479406/868718 K 11 fastresolve V 28 dir 2-62983.0.r514793/535722 K 7 firedns V 28 dir 2-60306.0.r514793/536453 K 12 flamethrower V 27 dir 4-492267.0.r510851/2385 K 5 fpdns V 26 dir 4-112852.0.r517411/918 K 6 gdnsd2 V 33 dir 4-298870.0-372281.r493574/662 K 6 gdnsd3 V 34 dir 4-298870.0-493631.r533213/1531 K 7 gen6dns V 26 dir 4-414690.0.r452587/993 K 6 getdns V 29 dir 4-346986.0.r514130/448392 K 6 hesiod V 28 dir 2-11724.0.r514793/537136 K 6 hostdb V 27 dir 4-323125.0.r437099/1629 K 6 idnkit V 25 dir 2-77205.0.r479282/591 K 7 idnkit2 V 26 dir 4-285923.0.r507556/894 K 6 inadyn V 27 dir 4-143215.0.r536583/1154 K 9 inadyn-mt V 29 dir 4-314870.0.r547044/509209 K 7 ipcheck V 25 dir 2-40319.0.r439050/749 K 9 ironsides V 29 dir 4-344727.0.r479407/473335 K 7 kadnode V 27 dir 4-470325.0.r528702/2060 K 10 kf5-kdnssd V 30 dir 8w-426118.0.r548634/449892 K 5 knock V 27 dir 4-502205.0.r502205/2304 K 13 knot-resolver V 29 dir 6-421347.0.r547081/509847 K 5 knot2 V 27 dir 4-386671.0.r548443/1070 K 9 knot2-lib V 26 dir 6-486632.0.r518955/523 K 7 ldapdns V 28 dir 4-97452.0.r514793/537861 K 4 ldns V 29 dir 4-152403.0.r539491/561342 K 6 libasr V 27 dir 4-378600.0.r535866/3115 K 12 libasr-devel V 27 dir 4-378601.0.r515713/2220 K 7 libbind V 29 dir 4-239232.0.r514130/450614 K 9 libdjbdns V 29 dir i-80714.0.r415498/1134677 K 6 libidn V 28 dir i-84041.0.r497546/360552 K 7 libidn2 V 26 dir 4-402927.0.r522585/585 K 8 libnspsl V 29 dir 4-426720.0.r529327/452477 K 6 libpsl V 27 dir 4-402928.0.r546984/6139 K 19 linux-c7-libasyncns V 38 dir 8u-368845.23-424259.r503741/537774 K 17 mDNSResponder_nss V 27 dir 4-364862.0.r528073/1538 K 7 maradns V 26 dir 2-43799.0.r468929/3611 K 5 mdnsd V 25 dir 2-82085.0.r542051/615 K 5 mydns V 28 dir 2-64079.0.r517643/505265 K 8 mydns-ng V 28 dir p-64079.0.r517643/505999 K 13 namesilo_ddns V 27 dir 4-476551.0.r480765/1019 K 7 nextdns V 26 dir 4-523387.0.r544169/980 K 4 noip V 28 dir 2-61931.0.r508835/768601 K 3 nsd V 26 dir 2-65959.0.r542472/1104 K 6 nslint V 27 dir 2-9524.0.r386097/499026 K 9 nsnotifyd V 27 dir 4-446662.0.r466599/1562 K 6 nsping V 25 dir 2-26557.0.r415134/630 K 8 nss_mdns V 27 dir 4-182859.0.r540541/2153 K 11 nss_resinit V 29 dir 4-159372.0.r383107/413764 K 6 opendd V 26 dir 4-177356.0.r498460/692 K 10 opendnssec V 26 dir 4-247310.0.r528036/661 K 11 opendnssec2 V 28 dir 4-418476.0.r550176/30036 K 10 openresolv V 29 dir 4-206624.0.r508835/771521 K 20 p5-AnyEvent-CacheDNS V 30 dir 4-384013.0.r481365/1547998 K 24 p5-AnyEvent-DNS-EtcHosts V 29 dir 4-380899.0.r536768/537244 K 19 p5-App-DSC-DataTool V 29 dir 4-465235.0.r474242/693760 K 19 p5-BIND-Conf_Parser V 29 dir 2-61480.0.r470993/2520355 K 21 p5-BIND-Config-Parser V 30 dir 4-253736.0.r481365/1548735 K 13 p5-DNS-Config V 29 dir 2-79854.0.r470993/2521814 K 14 p5-DNS-EasyDNS V 30 dir 4-163767.0.r481365/1549467 K 11 p5-DNS-Ldns V 30 dir 4-352677.0.r373448/3571719 K 11 p5-DNS-Zone V 29 dir 2-79856.0.r470993/2523254 K 16 p5-DNS-ZoneParse V 29 dir 4-113712.0.r502104/431460 K 6 p5-DSC V 30 dir 4-465234.0.r481365/1550170 K 23 p5-Data-Validate-Domain V 29 dir 4-152423.0.r536768/537967 K 24 p5-IO-Async-Resolver-DNS V 30 dir 4-393021.0.r481365/1551625 K 23 p5-Mozilla-PublicSuffix V 26 dir 4-294151.0.r547689/763 K 21 p5-Net-Amazon-Route53 V 30 dir 4-273222.0.r481365/1553095 K 14 p5-Net-Bonjour V 30 dir 4-272251.0.r481365/1553827 K 10 p5-Net-DNS V 25 dir 3-6145.0.r548641/1024 K 16 p5-Net-DNS-Async V 30 dir 4-212775.0.r481365/1554554 K 16 p5-Net-DNS-Check V 30 dir 4-274920.0.r470993/2529837 K 16 p5-Net-DNS-Codes V 30 dir 4-173876.0.r470993/2530562 K 15 p5-Net-DNS-Lite V 30 dir 4-265209.0.r481365/1555278 K 16 p5-Net-DNS-Match V 30 dir 4-346893.0.r470993/2532010 K 24 p5-Net-DNS-RR-SRV-Helper V 30 dir 4-254581.0.r481365/1556015 K 24 p5-Net-DNS-Resolver-Mock V 27 dir 4-452469.0.r526407/1103 K 32 p5-Net-DNS-Resolver-Programmable V 30 dir 4-184788.0.r481365/1557490 K 14 p5-Net-DNS-SEC V 26 dir 2-69190.0.r540790/1043 K 17 p5-Net-DNS-TestNS V 30 dir 4-257034.0.r481365/1558237 K 18 p5-Net-DNS-ToolKit V 30 dir 4-174464.0.r481365/1558965 K 22 p5-Net-DNS-Zone-Parser V 30 dir 4-296914.0.r470993/2537129 K 24 p5-Net-DNS-ZoneFile-Fast V 27 dir 4-119438.0.r481601/1106 K 24 p5-Net-DNSBL-MultiDaemon V 29 dir 4-198060.0.r536768/538697 K 23 p5-Net-DNSBL-Statistics V 30 dir 4-205551.0.r481365/1561177 K 10 p5-Net-DRI V 30 dir 4-317236.0.r470993/2540076 K 24 p5-Net-Domain-ExpireDate V 27 dir 4-130306.0.r523335/1156 K 17 p5-Net-Domain-TLD V 27 dir 4-152421.0.r548812/1081 K 13 p5-Net-LibIDN V 29 dir e-106225.0.r497546/361982 K 14 p5-Net-LibIDN2 V 27 dir 4-450672.0.r517434/1092 K 15 p5-Net-Nslookup V 29 dir 4-91203.0.r481365/1562640 K 16 p5-Net-RBLClient V 30 dir 4-167658.0.r481365/1563362 K 11 p5-Net-RNDC V 30 dir 4-392078.0.r470993/2545093 K 27 p5-POE-Component-Client-DNS V 29 dir g-51482.0.r481365/1564090 K 37 p5-POE-Component-Client-DNS-Recursive V 30 dir 4-292415.0.r481365/1564842 K 29 p5-POE-Component-Client-DNSBL V 30 dir 4-292496.0.r481365/1565604 K 25 p5-POE-Component-Resolver V 30 dir 4-269819.0.r481365/1566355 K 27 p5-POE-Component-Server-DNS V 30 dir 4-185885.0.r481365/1567097 K 21 p5-POE-Filter-DNS-TCP V 27 dir 4-316420.0.r479861/1343 K 10 p5-Tie-DNS V 29 dir 2-61991.0.r481365/1567814 K 15 p5-URBL-Prepare V 30 dir 4-337296.0.r470993/2550989 K 7 packetq V 30 dir 4-441736.0.r507372/1679682 K 5 pdnsd V 28 dir 2-35966.0.r514130/453595 K 13 pear-File_DNS V 29 dir 4-194872.0.r463917/638565 K 15 pear-Horde_Idna V 27 dir 4-376598.0.r517953/1017 K 13 pear-Net_DNS2 V 27 dir 4-263638.0.r527886/5958 K 8 powerdns V 28 dir 2-73611.0.r547081/510585 K 17 powerdns-recursor V 29 dir 4-177369.0.r547081/511327 K 18 public_suffix_list V 27 dir 4-402926.0.r547688/1080 K 7 py-adns V 34 dir 2-55281.0-479878.r481464/20813 K 9 py-aiodns V 26 dir 4-471091.0.r522615/504 K 13 py-cloudflare V 27 dir 4-462598.0.r548496/1004 K 6 py-dns V 28 dir 2-67481.0.r462307/609352 K 14 py-dns-lexicon V 27 dir 4-440230.0.r544421/1066 K 12 py-dnspython V 27 dir 4-125208.0.r494825/1375 K 11 py-easyzone V 30 dir 4-290883.0.r472884/1330175 K 7 py-idna V 26 dir 4-400660.0.r495382/982 K 11 py-idna_ssl V 26 dir 4-464782.0.r541562/576 K 7 py-ldns V 27 dir 6-307648.0.r510798/2812 K 12 py-localzone V 26 dir 4-485536.0.r524881/993 K 12 py-namebench V 29 dir 4-246624.0.r508388/362610 K 13 py-ns1-python V 27 dir 4-502293.0.r535990/1042 K 15 py-publicsuffix V 27 dir 4-300123.0.r547689/1456 K 16 py-publicsuffix2 V 27 dir 4-525222.0.r547689/2145 K 19 py-publicsuffixlist V 27 dir 4-477456.0.r547689/2795 K 9 py-py3dns V 33 dir 2-67481.0-404766.r511214/1145 K 12 py-pybonjour V 36 dir 4-489656.0-491570.r526019/471370 K 10 py-pycares V 27 dir 4-416193.0.r522579/1413 K 13 py-pydnstable V 26 dir 4-383390.0.r505907/996 K 9 py-pywdns V 27 dir 4-383076.0.r541083/1087 K 6 py-tld V 26 dir 4-459604.0.r534838/974 K 13 py-tldextract V 26 dir 2-410576.0.r509956/571 K 11 qmdnsengine V 34 dir 4-476336.0-476367.r530863/1563 K 5 radns V 29 dir 4-282562.0.r508835/775063 K 7 rbldnsd V 28 dir 4-88020.0.r508835/776170 K 9 rbllookup V 30 dir 4-121002.0.r412346/3670502 K 12 rbllookup-ng V 27 dir 4-177177.0.r426959/2024 K 4 rdap V 29 dir 4-512182.0.r517745/488283 K 7 renewck V 26 dir 4-393638.0.r535987/895 K 8 rpsl2acl V 26 dir c-393641.0.r534159/899 K 15 rubygem-dnsruby V 27 dir 4-240393.0.r476083/1078 K 22 rubygem-gitlab-net-dns V 34 dir 4-275843.0-515442.r515442/2029 K 16 rubygem-idn-ruby V 29 dir 4-446619.0.r497546/362636 K 15 rubygem-net-dns V 27 dir 4-275843.0.r483532/1074 K 21 rubygem-public_suffix V 27 dir 4-322020.0.r547749/1036 K 29 rubygem-public_suffix_service V 27 dir 4-285410.0.r547689/3465 K 17 rubygem-simpleidn V 27 dir 4-436526.0.r466183/1115 K 26 rubygem-validates_hostname V 27 dir 4-436727.0.r545710/1038 K 14 samba-nsupdate V 26 dir 2-312187.0.r547131/549 K 8 scavenge V 30 dir 6-133717.0.r412346/3675243 K 8 sheerdns V 29 dir 4-110697.0.r514793/538847 K 6 sleuth V 28 dir 2-44024.0.r508835/776864 K 9 subfinder V 27 dir 4-502201.0.r548213/1083 K 9 tinystats V 29 dir 4-138974.0.r514130/456482 K 4 totd V 26 dir 2-35234.0.r519968/1029 K 4 udns V 26 dir 4-213566.0.r469507/617 K 7 unbound V 27 dir 4-212206.0.r545599/2261 K 8 updatedd V 25 dir 4-96144.0.r395491/627 K 5 utdns V 27 dir 4-474355.0.r474427/2276 K 7 validns V 27 dir 4-295543.0.r547967/4635 K 10 vhostcname V 26 dir 4-393592.0.r534725/905 K 6 vizone V 29 dir 4-197605.0.r421683/316978 K 16 void-zones-tools V 29 dir 4-427123.0.r508835/779060 K 6 walker V 28 dir 2-43324.0.r516744/485290 K 4 wdns V 27 dir 4-356309.0.r519111/1458 K 7 whoseip V 26 dir 4-393589.0.r535853/946 K 7 wrapsrv V 30 dir 4-376802.0.r412346/3680747 K 6 yadifa V 26 dir 4-334669.0.r547315/945 K 3 zkt V 27 dir 4-218703.0.r526978/1533 K 10 zonenotify V 26 dir 4-133994.0.r419847/884 END ENDREP id: 1-6145.0.r550176/42010 type: dir pred: 1-6145.0.r549934/12791 count: 5658 text: 550176 30217 11780 0 3a8ae6a8cd251fdc2fe3ef4f126ebf53 cpath: /head/dns copyroot: 0 / PLAIN K 10 .arcconfig V 26 file 1-354154.0.r422906/41 K 14 .gitattributes V 26 file 1-411777.0.r467740/54 K 11 .gitauthors V 27 file 1-467739.0.r547190/454 K 10 .gitignore V 26 file 1-348322.0.r458023/77 K 11 .gitmessage V 27 file 3-457790.0.r457790/987 K 7 CHANGES V 26 file 1-99373.0.r537134/686 K 15 CONTRIBUTING.md V 27 file 1-348323.0.r348323/344 K 9 COPYRIGHT V 26 file 1-146787.0.r521639/51 K 4 GIDs V 28 file 1-168311.0.r550026/7195 K 8 Keywords V 27 dir 1-314142.0.r535225/1330 K 5 LEGAL V 25 file 1-748.0.r546333/2239 K 5 MOVED V 26 file 1-69878.0.r550054/609 K 8 Makefile V 23 file 1-6.0.r516635/2409 K 2 Mk V 22 dir 1-5.0.r549928/1902 K 6 README V 25 file 1-2408.0.r494236/641 K 9 Templates V 24 dir 1-2932.0.r544150/817 K 5 Tools V 26 dir 3-15302.0.r545812/3025 K 4 UIDs V 28 file 4-168311.0.r548087/4527 K 8 UPDATING V 27 file 1-102685.0.r550146/281 K 13 accessibility V 26 dir 1-42583.0.r549871/2265 K 6 arabic V 27 dir 1-38973.0.r547518/51393 K 9 archivers V 25 dir 1-242.0.r550085/17217 K 5 astro V 24 dir 1-301.0.r550062/8547 K 5 audio V 25 dir 1-148.0.r550170/46410 K 4 base V 27 dir 1-420954.0.r542956/1557 K 10 benchmarks V 23 dir 1-62.0.r550162/9081 K 7 biology V 25 dir 1-9066.0.r550141/9795 K 3 cad V 24 dir 1-276.0.r550007/6914 K 7 chinese V 25 dir 1-3770.0.r549619/7274 K 5 comms V 24 dir 1-76.0.r549900/11172 K 10 converters V 26 dir 1-1561.0.r549986/10376 K 9 databases V 25 dir 1-771.0.r550163/58193 K 9 deskutils V 26 dir 1-2098.0.r550150/14551 K 5 devel V 25 dir 1-73.0.r550165/380040 K 3 dns V 26 dir 1-6145.0.r550176/42010 K 7 editors V 24 dir 4-6.0.r550041/391481 K 9 emulators V 25 dir 1-181.0.r550096/11295 K 7 finance V 25 dir 1-4110.0.r550101/7772 K 6 french V 27 dir 1-25673.0.r547883/10443 K 3 ftp V 24 dir 1-199.0.r549609/6962 K 5 games V 25 dir 1-104.0.r550172/57412 K 6 german V 25 dir 1-7451.0.r549802/2336 K 8 graphics V 24 dir 1-94.0.r550175/57743 K 6 hebrew V 28 dir 3-31142.0.r547518/142441 K 9 hungarian V 29 dir 1p-38973.0.r547518/143712 K 3 irc V 23 dir 1-42.0.r548165/7171 K 8 japanese V 25 dir 1-410.0.r549557/16955 K 4 java V 26 dir 1-2798.0.r549736/53567 K 6 korean V 27 dir 1-5873.0.r547518/161659 K 4 lang V 24 dir 1-15.0.r550144/18561 K 4 mail V 25 dir 1-57.0.r550039/114324 K 4 math V 25 dir 1-162.0.r550151/50657 K 4 misc V 24 dir 7-35.0.r550174/37751 K 10 multimedia V 25 dir d-333.0.r550065/25250 K 3 net V 24 dir 1-22.0.r550161/85445 K 6 net-im V 28 dir 15-11144.0.r550072/11070 K 8 net-mgmt V 26 dir r-1011.0.r550057/21990 K 7 net-p2p V 26 dir g-29106.0.r549923/6121 K 4 news V 26 dir 1-145.0.r548980/969664 K 6 polish V 27 dir tv-38973.0.r549803/1958 K 10 ports-mgmt V 25 dir 1-5132.0.r549932/4257 K 10 portuguese V 28 dir 1-17842.0.r547518/165236 K 5 print V 24 dir 1-79.0.r550027/14416 K 7 russian V 26 dir 1-1559.0.r547883/31018 K 7 science V 26 dir n-5356.0.r550068/17976 K 8 security V 25 dir 1-269.0.r550138/71008 K 6 shells V 22 dir w-6.0.r550135/3534 K 8 sysutils V 25 dir b-339.0.r550167/77904 K 8 textproc V 26 dir 1-322.0.r550154/101430 K 9 ukrainian V 28 dir g-39704.0.r547518/271763 K 10 vietnamese V 25 dir 1-4812.0.r550157/1635 K 3 www V 26 dir 1-114.0.r550173/134679 K 3 x11 V 24 dir 1-16.0.r549993/27891 K 10 x11-clocks V 24 dir 1-931.0.r548677/4190 K 11 x11-drivers V 27 dir 1-157567.0.r549853/3405 K 6 x11-fm V 25 dir 1-691.0.r549899/18443 K 9 x11-fonts V 25 dir 1-543.0.r549903/14291 K 11 x11-servers V 25 dir 1n-710.0.r550097/2139 K 10 x11-themes V 27 dir 1-14410.0.r549736/73167 K 12 x11-toolkits V 25 dir 1-120.0.r549931/13807 K 6 x11-wm V 23 dir 1-40.0.r550084/6792 END ENDREP id: 2-1.0.r550176/45746 type: dir pred: 2-1.0.r550175/61480 count: 540294 text: 550176 42180 3553 0 25c162be3dc5b85ea1684a714d5a897c props: 458023 3927 157 0 4d85142843815bcc29c89469bccb873c cpath: /head copyroot: 0 / PLAIN K 8 branches V 23 dir 0-1.0.r550164/31790 K 4 head V 23 dir 2-1.0.r550176/45746 K 8 projects V 24 dir 0-377393.0.r441387/0 K 8 svnadmin V 22 dir 3-1.0.r547933/1283 K 4 tags V 22 dir 8-1.0.r536699/5595 END ENDREP id: 0.0.r550176/46183 type: dir pred: 0.0.r550175/61917 count: 550176 text: 550176 45965 205 0 e8d8a119f7acb3eb46188622756756c6 props: 341041 7130 346 0 8b695b9f61597e4917effffba3bbfaa3 cpath: / copyroot: 0 / minfo-cnt: 59 5-418476.0.t550175-bsio modify-file true false /head/dns/opendnssec2/Makefile _5.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_daemon_ctrl__cmd.h _8.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_daemon_enforcercommands.c _a.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_daemon_enforcercommands.h _c.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_daemon_help__cmd.h _e.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_daemon_queue__cmd.h _g.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_daemon_time__leap__cmd.h _i.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_daemon_verbosity__cmd.h _k.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_enforcer_enforce__cmd.h _m.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_enforcer_repositorylist__cmd.h _o.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_enforcer_update__all__cmd.h _q.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_enforcer_update__conf__cmd.h _s.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_enforcer_update__repositorylist__cmd.h _u.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_hsmkey_backup__hsmkeys__cmd.h _w.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_hsmkey_key__generate__cmd.h _y.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_key__purge__cmd.h _10.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__gone__cmd.h _12.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__retract__cmd.h _14.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__seen__cmd.h _16.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__ds__submit__cmd.h _18.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__export__cmd.h _1a.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__import__cmd.h _1c.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__list__cmd.h _1e.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_keystate__rollover__cmd.h _1g.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_rollover__list__cmd.h _1i.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__add__cmd.h _1k.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__del__cmd.h _1m.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__list__cmd.h _1o.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_zone__set__policy__cmd.h _1q.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_zonelist__export__cmd.h _1s.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_keystate_zonelist__import__cmd.h _1u.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__export__cmd.h _1w.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__import__cmd.h _1y.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__list__cmd.h _20.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__purge__cmd.h _22.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_policy_policy__resalt__cmd.h _24.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-enforcer_src_signconf_signconf__cmd.h _26.0.t550175-bsio add-file true true /head/dns/opendnssec2/files/patch-signer_src_daemon_signercommands.h 46183 46407