blob: b9eef008aec58a85c9a3ccb08f7e05703d47c532 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
config ADK_COMPILE_BIND
tristate
default n
select ADK_PACKAGE_LIBOPENSSL
config ADK_DUMMY_BIND
prompt "bind.............................. A DNS server implementation"
tristate
default n
config ADK_PACKAGE_BIND_TOOLS
prompt "bind-tools........................ Bind administration tools"
tristate
default n
depends ADK_DUMMY_BIND
select ADK_COMPILE_BIND
select ADK_PACKAGE_LIBBIND
help
dig, host, nsupdate, dnssec-keygen, dnssec-signzone, named-checkconf,
named-checkzone, rndc, rndc-confgen
http://www.isc.org/sw/bind/
Depends: libopenssl
config ADK_PACKAGE_BIND_RNDC
prompt "bind-rndc......................... Bind administration tools (rndc & rndc-confgen only)"
tristate
default n
depends ADK_DUMMY_BIND
select ADK_COMPILE_BIND
select ADK_PACKAGE_LIBBIND
help
rndc, rndc-confgen
http://www.isc.org/sw/bind/
Depends: libopenssl
config ADK_PACKAGE_BIND_CHECK
prompt "bind-check........................ Bind administration tools (named-checkconf & named-checkzone only)"
tristate
default n
depends ADK_DUMMY_BIND
select ADK_COMPILE_BIND
select ADK_PACKAGE_LIBBIND
help
named-checkconf, named-checkzone
http://www.isc.org/sw/bind/
Depends: libopenssl
config ADK_PACKAGE_BIND_DNSSEC
prompt "bind-dnssec....................... Bind administration tools (dnssec-keygen & dnssec-signzone only)"
tristate
default n
depends ADK_DUMMY_BIND
select ADK_COMPILE_BIND
select ADK_PACKAGE_LIBBIND
help
dnssec-keygen, dnssec-signzone
http://www.isc.org/sw/bind/
Depends: libopenssl
config ADK_PACKAGE_BIND_HOST
prompt "bind-host......................... A simple DNS client"
tristate
default n
depends ADK_DUMMY_BIND
select ADK_COMPILE_BIND
select ADK_PACKAGE_LIBBIND
help
host
http://www.isc.org/sw/bind/
Depends: libopenssl
config ADK_PACKAGE_BIND_DIG
prompt "bind-dig.......................... A DNS client"
tristate
default n
depends ADK_DUMMY_BIND
select ADK_COMPILE_BIND
select ADK_PACKAGE_LIBBIND
help
dig
http://www.isc.org/sw/bind/
Depends: libopenssl
config ADK_PACKAGE_BIND_CLIENT
prompt "bind-client....................... A dynamic DNS client"
tristate
default n
depends ADK_DUMMY_BIND
select ADK_COMPILE_BIND
select ADK_PACKAGE_LIBBIND
help
A DNS dynamic client (nsupdate)
http://www.isc.org/sw/bind/
Depends: libopenssl
config ADK_PACKAGE_BIND_SERVER
prompt "bind-server....................... A DNS server"
tristate
default n
depends ADK_DUMMY_BIND
select ADK_COMPILE_BIND
select ADK_PACKAGE_LIBBIND
help
A DNS server (named)
http://www.isc.org/sw/bind/
Depends: libopenssl
config ADK_PACKAGE_LIBBIND
prompt "libbind........................... Support library for the bind tools and dns server/client."
tristate
default n
depends ADK_DUMMY_BIND
select ADK_COMPILE_BIND
help
http://www.isc.org/sw/bind/
Depends: libopenssl
|