Home
last modified time | relevance | path

Searched refs:ddns (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Dddnsupdstyle6.out2 # ddns-update-style
6 "dhcp-ddns": {
7 /// Unspecified ddns-domainname (default domain-name option value)
20 // /// Unsupported ddns-update-style interim
21 // /// Only global ddns-update-style is supported
22 // "ddns-update-style": "interim",
H A Dqualifyingsuffix4.in41 # ddns-domainname (aka qualifying-suffix)
3 ddns-domainname ".biz";
4 ddns-updates true;
8 ddns-domainname ".bar";
H A Denableupdates6.in61 # ddns-updates (aka enable-updates)
3 ddns-updates on;
7 ddns-updates off;
H A Dqualifyingsuffix6.in61 # ddns-domainname (aka qualifying-suffix)
3 ddns-domainname ".biz";
7 ddns-domainname ".bar";
H A Dddnsupdstyle6.in61 # ddns-update-style
3 ddns-update-style standard;
8 ddns-update-style interim;
H A Denableupdates6.out2 # ddns-updates (aka enable-updates)
4 "dhcp-ddns": {
5 /// Unspecified ddns-domainname (default domain-name option value)
H A Dqualifyingsuffix6.out2 # ddns-domainname (aka qualifying-suffix)
4 "dhcp-ddns": {
H A Dqualifyingsuffix4.out2 # ddns-domainname (aka qualifying-suffix)
4 "dhcp-ddns": {
H A Dconfigdata4.out59 // /// ddns-local-address6 is not supported
62 // "name": "ddns-local-address6",
H A Dconfigdata4.in424 ddns-local-address6 2001::1;
/netbsd-src/external/mpl/bind/dist/bin/confgen/
H A Dddns-confgen.rst16 .. iscman:: ddns-confgen
17 .. program:: ddns-confgen
20 ddns-confgen - TSIG key generation tool
25 :program:`ddns-confgen` [**-a** algorithm] [**-h**] [**-k** keyname] [**-q**] [**-s** name] [**-z**…
30 :program:`ddns-confgen` is an utility that generates keys for use in TSIG signing.
34 The key name can specified using :option:`-k` parameter and defaults to ``ddns-key``.
43 ``update-policy local;``. :program:`ddns-confgen` is only needed when a more
64 default is ``ddns-key`` when neither the :option:`-s` nor :option:`-z` option is
65 specified; otherwise, the default is ``ddns-key`` as a separate label
66 followed by the argument of the option, e.g., ``ddns-key.example.com.``
[all …]
/netbsd-src/external/mpl/dhcp/dist/tests/DHCPv6/
H A Dtest-a.conf30 ddns-update-style interim;
31 ddns-domainname "foo.com";
40 ddns-domainname "bar.com";
H A Dtest-b.conf28 ddns-update-style interim;
29 ddns-domainname "foo.com";
37 ddns-domainname "bar.com";
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dlzexternal/
H A Dsetup.sh16 $TSIGKEYGEN ddns-key.example.nil >ns1/ddns.key
/netbsd-src/external/mpl/bind/bin/confgen/tsig-keygen/
H A DMakefile5 LINKS= ${BINDIR}/tsig-keygen ${BINDIR}/ddns-confgen
6 MLINKS= tsig-keygen.8 ddns-confgen.8
/netbsd-src/external/mpl/dhcp/dist/keama/tests/samples/
H A Dtest-a6.conf38 ddns-update-style interim;
39 ddns-domainname "foo.com";
48 ddns-domainname "bar.com";
/netbsd-src/external/mpl/dhcp/dist/server/tests/
H A DMakefile.in110 ../stables.c ../salloc.c ../ddns.c ../dhcpleasequery.c \
116 salloc.$(OBJEXT) ddns.$(OBJEXT) dhcpleasequery.$(OBJEXT) \
129 ../stables.c ../salloc.c ../ddns.c ../dhcpleasequery.c \
139 ../stables.c ../salloc.c ../ddns.c ../dhcpleasequery.c \
149 ../stables.c ../salloc.c ../ddns.c ../dhcpleasequery.c \
159 ../mdb.c ../stables.c ../salloc.c ../ddns.c \
183 ./$(DEPDIR)/confpars.Po ./$(DEPDIR)/db.Po ./$(DEPDIR)/ddns.Po \
416 ../ddns.c ../dhcpleasequery.c ../dhcpv6.c ../mdb6.c \
508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ddns.Po@am__quote@ # am--include-marker
688 ddns.o: ../ddns.c
[all …]
/netbsd-src/external/mpl/dhcp/bin/server/
H A DMakefile6 omapi.c mdb.c mdb6.c stables.c salloc.c ddns.c dhcpleasequery.c
19 COPTS.ddns.c += ${CC_WNO_STRINGOP_OVERFLOW}
H A Ddhcpd.conf18 ddns-update-style none;
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/mysqldyn/testing/
H A DREADME
/netbsd-src/external/mpl/dhcp/dist/server/
H A DMakefile.in112 dhcpd-salloc.$(OBJEXT) dhcpd-ddns.$(OBJEXT) \
142 ./$(DEPDIR)/dhcpd-db.Po ./$(DEPDIR)/dhcpd-ddns.Po \
403 omapi.c mdb.c stables.c salloc.c ddns.c dhcpleasequery.c \
506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dhcpd-ddns.Po@am__quote@ # am--include-marker
696 dhcpd-ddns.o: ddns.c
697 …S) $(CFLAGS) -MT dhcpd-ddns.o -MD -MP -MF $(DEPDIR)/dhcpd-ddns.Tpo -c -o dhcpd-ddns.o `test -f 'dd…
698 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dhcpd-ddns.Tpo $(DEPDIR)/dhcpd-ddns.Po
701 … $(CPPFLAGS) $(dhcpd_CFLAGS) $(CFLAGS) -c -o dhcpd-ddns.o `test -f 'ddns.c' || echo '$(srcdir)/'`d…
703 dhcpd-ddns.obj: ddns.c
704 …PPFLAGS) $(dhcpd_CFLAGS) $(CFLAGS) -MT dhcpd-ddns.obj -MD -MP -MF $(DEPDIR)/dhcpd-ddns.Tpo -c -o d…
[all …]
H A DMakefile.am12 omapi.c mdb.c stables.c salloc.c ddns.c dhcpleasequery.c \
/netbsd-src/external/mpl/bind/dist/doc/man/
H A DMakefile.am8 ddns-confgen.rst \
43 ../../bin/confgen/ddns-confgen.rst \
77 ddns-confgen.8 \
H A Dddns-confgen.rst14 .. include:: ../../bin/confgen/ddns-confgen.rst
/netbsd-src/external/mpl/bind/dist/contrib/dlz/example/
H A Dnamed.conf

12