Searched refs:ddns (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dlzexternal/
H A Dclean.sh8 rm -f ns1/ddns.key
H A Dsetup.sh23 $DDNSCONFGEN -q -r random.data -z example.nil > ns1/ddns.key
H A Dtests.sh25 $NSUPDATE -k ns1/ddns.key ns1/update.txt > /dev/null 2>&1 || {
/macosx-10.10/bind9-45.101/bind9/bin/confgen/win32/
H A Dddnsconfgen.mak111 ALL : "..\..\..\Build\Release\ddns-confgen.exe"
116 -@erase "$(INTDIR)\ddns-confgen.obj"
120 -@erase "..\..\..\Build\Release\ddns-confgen.exe"
132 LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib ../../../lib/isc/win32/Release/libisc.lib ../../../lib/dns/win32/Release/libdns.lib ../../../lib/isccfg/win32/Release/libisccfg.lib ../../../lib/isccc/win32/Release/libisccc.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\ddns-confgen.pdb" /machine:I386 /out:"../../../Build/Release/ddns-confgen.exe"
135 "$(INTDIR)\ddns-confgen.obj" \
139 "..\..\..\Build\Release\ddns-confgen.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
153 ALL : "..\..\..\Build\Debug\ddns-confgen.exe" "$(OUTDIR)\ddnsconfgen.bsc"
159 -@erase "$(INTDIR)\ddns-confgen.obj"
160 -@erase "$(INTDIR)\ddns
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/nsupdate/
H A Dsetup.sh52 $DDNSCONFGEN -q -r random.data -z example.nil > ns1/ddns.key
H A Dclean.sh25 ns1/example.db ns1/update.db ns1/other.db ns1/ddns.key
H A Dtests.sh58 $NSUPDATE -k ns1/ddns.key <<END > /dev/null || status=1
171 $NSUPDATE -k ns1/ddns.key <<END > nsupdate.out 2>&1 || ret=1
265 $NSUPDATE -k ns1/ddns.key <<END > /dev/null || status=1
281 $NSUPDATE -k ns1/ddns.key <<END > /dev/null || status=1
388 $NSUPDATE -k ns1/ddns.key <<END > /dev/null || status=1
/macosx-10.10/bind9-45.101/bind9/bin/tests/virtual-time/
H A Dconf.sh.in37 DDNSCONFGEN=$TOP/bin/confgen/ddns-confgen
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/
H A Dconf.sh.in38 DDNSCONFGEN=$TOP/bin/confgen/ddns-confgen
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/nsupdate/ns1/
H A Dnamed.conf44 include "ddns.key";
51 grant ddns-key.example.nil subdomain example.nil ANY;
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper.c698 // To cope with this we allow *both* "ddns" and "sndd" as valid item types.
704 static const char ddns[] = "ddns"; variable
768 else if (attributes->attr[0].length == sizeof(ddns)-1 &&
769 0 == strncasecmp(attributes->attr[0].data, ddns, sizeof(ddns)-1))
/macosx-10.10/bind9-45.101/bind9/lib/bind9/
H A Dcheck.c1500 isc_boolean_t ddns; local
1515 ddns = ISC_TF(res1 == ISC_R_SUCCESS || res2 == ISC_R_SUCCESS);
1522 if (strcasecmp(arg, "off") != 0 && !ddns) {
/macosx-10.10/files-662.1.1/private/etc/
H A Dservices5200 ddns-v3 2164/udp # Dynamic DNS Version 3
5201 ddns-v3 2164/tcp # Dynamic DNS Version 3

Completed in 167 milliseconds