Searched refs:changed (Results 1 - 11 of 11) sorted by relevance

/bind-9.11.3/bin/dnssec/
H A Ddnssec-settime.c164 isc_boolean_t changed = ISC_FALSE; local
281 changed = ISC_TRUE;
291 changed = ISC_TRUE;
300 changed = ISC_TRUE;
309 changed = ISC_TRUE;
318 changed = ISC_TRUE;
330 changed = ISC_TRUE;
341 changed = ISC_TRUE;
459 changed = setpub = setact = ISC_TRUE;
602 if (force && !changed) {
[all...]
/bind-9.11.3/bin/tests/system/checkzone/
H A Dtests.sh53 $CHECKZONE -D -o test.changed.db test zones/test2.db > /dev/null 2>&1 || ret=1
54 $MAKEJOURNAL test test.orig.db test.changed.db test.orig.db.jnl 2>&1 || ret=1
58 cmp -s test.changed.db test.out1.db || ret=1
61 cmp -s test.changed.db test.out2.db || ret=1
/bind-9.11.3/contrib/scripts/
H A Dcheck5011.pl177 can be changed with B<named>'s B<managed-keys-directory> option. If
/bind-9.11.3/lib/dns/
H A Drbtdb.c1572 rbtdb_changed_t *changed; local
1580 changed = isc_mem_get(rbtdb->common.mctx, sizeof(*changed));
1586 if (changed != NULL) {
1589 changed->node = node;
1590 changed->dirty = ISC_FALSE;
1591 ISC_LIST_INITANDAPPEND(version->changed_list, changed, link);
1597 return (changed);
2469 rbtdb_changed_t *changed, *next_changed; local
2472 * If the changed recor
2682 rbtdb_changed_t *changed, *next_changed; local
6119 rbtdb_changed_t *changed = NULL; local
6983 rbtdb_changed_t *changed; local
[all...]
H A Dzone.c3765 * If the key zone is changed, set '*changed' to ISC_TRUE.
3770 dns_keynode_t **keynodep, isc_boolean_t *changed)
3822 *changed = ISC_TRUE;
4189 isc_boolean_t *changed; member in struct:addifmissing_arg
4199 isc_boolean_t *changed = ((struct addifmissing_arg *)arg)->changed; local
4226 &dummy, changed);
4243 isc_boolean_t changed = ISC_FALSE; local
4299 changed
3768 create_keydata(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, dns_keytable_t *keytable, dns_keynode_t **keynodep, isc_boolean_t *changed) argument
[all...]
/bind-9.11.3/bin/tests/system/dnssec/
H A Dclean.sh85 rm -f signer/example.db.changed
H A Dtests.sh1345 sed 's/60.IN.SOA./50 IN SOA /' example.db.before > example.db.changed
1346 $SIGNER -o example -f example.db.after example.db.changed > /dev/null 2>&1
2594 # the NS RRSIG should not be changed
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dconfig.guess1135 /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
/bind-9.11.3/
H A Dconfig.guess1384 /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dconfig.guess1266 /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
/bind-9.11.3/bin/named/
H A Dserver.c10246 isc_boolean_t changed = ISC_FALSE; local
10287 changed = ISC_TRUE;
10304 else if (changed)

Completed in 152 milliseconds