Searched refs:unbound (Results 1 - 25 of 62) sorted by relevance

123

/netbsd-current/external/bsd/unbound/sbin/
H A DMakefile6 unbound \
7 unbound-anchor \
8 unbound-checkconf \
9 unbound-control \
10 unbound-control-setup
/netbsd-current/external/bsd/unbound/dist/libunbound/python/examples/
H A Ddns-lookup.py36 import unbound namespace
38 ctx = unbound.ub_ctx()
41 status, result = ctx.resolve("www.nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
45 print("Error:", unbound.ub_strerror(status))
H A Dreverse-lookup.py36 import unbound namespace
38 ctx = unbound.ub_ctx()
41 status, result = ctx.resolve(unbound.reverse("74.125.43.147") + ".in-addr.arpa.", unbound.RR_TYPE_PTR, unbound.RR_CLASS_IN)
H A Dns-lookup.py37 import unbound namespace
39 ctx = unbound.ub_ctx()
42 status, result = ctx.resolve("vutbr.cz", unbound.RR_TYPE_NS, unbound.RR_CLASS_IN)
H A Didn-lookup.py37 import unbound namespace
40 ctx = unbound.ub_ctx()
45 status, result = ctx.resolve(u"www.h����ky����rky.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
52 status, result = ctx.resolve(u"h����ky����rky.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN)
59 status, result = ctx.resolve(unbound.reverse('217.31.204.66')+'.in-addr.arpa', unbound.RR_TYPE_PTR, unbound.RR_CLASS_IN)
H A Dmx-lookup.py37 import unbound namespace
39 ctx = unbound.ub_ctx()
42 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN)
49 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
H A Dexample8-1.py37 import unbound namespace
39 ctx = unbound.ub_ctx()
42 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN)
49 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
56 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_NS, unbound.RR_CLASS_IN)
H A Dasync-lookup.py36 import unbound namespace
39 ctx = unbound.ub_ctx()
50 status, async_id = ctx.resolve_async("www.nic.cz", my_data, call_back, unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
57 print("Resolve error:", unbound.ub_strerror(status))
/netbsd-current/external/bsd/unbound/sbin/unbound-checkconf/
H A DMakefile3 PROG=unbound-checkconf
/netbsd-current/external/bsd/unbound/sbin/unbound-control/
H A DMakefile3 PROG=unbound-control
/netbsd-current/external/bsd/unbound/sbin/unbound-control-setup/
H A DMakefile3 SCRIPTS=unbound-control-setup
/netbsd-current/external/bsd/unbound/bin/unbound-host/
H A DMakefile3 PROG=unbound-host
/netbsd-current/external/bsd/unbound/dist/libunbound/python/doc/examples/
H A Dexample7-1.py6 import unbound namespace
8 ctx = unbound.ub_ctx()
11 status, result = ctx.resolve(u"www.h����ky����rky.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
H A Dexample7-2.py6 import unbound namespace
8 ctx = unbound.ub_ctx()
11 status, result = ctx.resolve(u"h����ky����rky.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN)
H A Dexample8-1.py6 import unbound namespace
8 ctx = unbound.ub_ctx()
11 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN)
18 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
25 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_NS, unbound.RR_CLASS_IN)
/netbsd-current/external/bsd/unbound/etc/
H A DMakefile5 FILESDIR= /usr/share/examples/unbound
7 FILES= unbound.conf
10 unbound.conf: example.conf.in __subst
11 CLEANFILES+= unbound.conf
/netbsd-current/external/bsd/unbound/sbin/unbound/
H A DMakefile3 PROG=unbound
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Dmulti-dim.f9026 subroutine sub (varbound, n, unbound)
27 integer :: n, varbound (n), unbound (*) local in subroutine:sub
28 varbound (4) = unbound (4) ! break-variable
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Dmulti-dim.f9026 subroutine sub (varbound, n, unbound)
27 integer :: n, varbound (n), unbound (*) local in subroutine:sub
28 varbound (4) = unbound (4) ! break-variable
/netbsd-current/external/bsd/unbound/etc/rc.d/
H A DMakefile3 SCRIPTS=unbound
/netbsd-current/external/bsd/unbound/
H A DMakefile.inc17 -e s,@ub_conf_dir@,/etc/unbound, \
18 -e s,@ub_conf_file@,/etc/unbound/unbound.conf, \
19 -e s,@UNBOUND_CHROOT_DIR@,/var/chroot/unbound, \
20 -e s,@UNBOUND_PIDFILE@,/var/run/unbound.pid, \
21 -e s,@UNBOUND_ROOTCERT_FILE@,/etc/unbound/icannbundle.pem, \
22 -e s,@UNBOUND_ROOTKEY_FILE@,/etc/unbound/root.key, \
23 -e s,@UNBOUND_RUN_DIR@,/var/chroot/unbound/etc/unbound, \
24 -e s,@UNBOUND_SHARE_DIR@,/etc/unbound, \
[all...]
/netbsd-current/external/bsd/unbound/bin/
H A DMakefile6 unbound-host
/netbsd-current/external/bsd/unbound/dist/libunbound/python/
H A DMakefile39 @echo " useful in case you don't want to install unbound but want to test examples"
52 rm -rdf examples/unbound
57 rm -rdf examples/unbound
58 cd examples && mkdir unbound && ln -s ../../unbound.py unbound/__init__.py && ln -s ../../_unbound.so unbound/_unbound.so && ln -s ../../../../.libs/libunbound.so.2 unbound/libunbound.so.2 && ls -la
61 cd examples && LD_LIBRARY_PATH=unbound bash
62 rm -rdf examples/unbound example
[all...]
/netbsd-current/external/bsd/unbound/sbin/unbound-anchor/
H A DMakefile3 PROG=unbound-anchor
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dunbound.spec2 Name: unbound
6 Url: http://www.nlnetlabs.nl/unbound/
7 Source: http://www.nlnetlabs.nl/downloads/unbound/%{name}-%{version}.tar.gz
8 #Source1: unbound.init
29 # configure with /var/unbound/unbound.conf so that all default chroot,
30 # pidfile and config file are in /var/unbound, ready for chroot jail set up.
31 %configure --with-conf-file=%{_localstatedir}/%{name}/unbound.conf --disable-rpath
42 install -m 0755 contrib/unbound.init %{buildroot}%{_initrddir}/unbound
[all...]

Completed in 2004 milliseconds

123