2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

4446 Commits

Author SHA1 Message Date
Jeremy C. Reed
e1631485dc [master] comment sentence about cache-enable hiding zones
It doesn't happen currently. See ticket  http://bind10.isc.org/ticket/2240
2012-09-07 07:33:23 -05:00
Jeremy C. Reed
f6e2c9efff [master] capitalize some uses of SQLite3
be consistent
2012-09-06 08:34:13 -05:00
Jeremy C. Reed
492842c870 [master] BIND 10 style
be consistent
2012-09-06 08:33:02 -05:00
Jeremy C. Reed
a146ae91a1 [master] clarification about cache-enable
discussed with vorner via jabber.
2012-09-06 08:29:07 -05:00
Jelte Jansen
cdf3f04442 Merge branch 'trac357' 2012-09-04 09:36:17 +02:00
Jeremy C. Reed
b31ee71173 [master] use DISTCLEANFILES instead of MAINTAINERCLEANFILES for docs 2012-08-31 18:43:41 -05:00
Jeremy C. Reed
70b1513813 [master] use MAINTAINERCLEANFILES for man pages
Use "make maintainer-clean" instead of "make distclean" to remove the manpages.
This fixes problem where enduser using tarball does a "make clean"
and loses the maintainer-tarball-provided manpages.
2012-08-31 14:50:09 -05:00
Jeremy C. Reed
4cae76215b [1687]Merge branch 'master' into trac1687
removed the conflicting generated files
2012-08-31 11:16:28 -05:00
Jeremy C. Reed
852e369ac1 [master] regenerate log messages docs 2012-08-31 11:10:58 -05:00
Jelte Jansen
6c9732dc5b [357] address review comments
- explain 0 value for tcp_recv_timeout
- initialize value in config parser (to 0, it will be set by build() anyway)
2012-08-31 13:58:02 +02:00
Jelte Jansen
5298a0caf7 [357] update bind10-guide and auth manpage 2012-08-30 14:21:20 +02:00
Kazunori Fujiwara
df38cef2ce [2138] Merge branch 'master' into trac2138 2012-08-27 18:12:47 +09:00
Naoki Kambe
dcb5ce50b4 [master] Merge branch 'trac2136'
Conflicts:
	tests/system/bindctl/nsx1/b10-config.db.template.in
2012-08-27 10:12:07 +09:00
Kazunori Fujiwara
af5177603e [2138] bind10-gude.xml update and comment update 2012-08-21 18:19:02 +09:00
Jeremy C. Reed
fe89e46378 [master][bind10-20120816-release] get rid of trailing whitespace 2012-08-15 22:44:31 -05:00
Jeremy C. Reed
71fd97b74f [master] just regen with my doc toolchain
This is only needed so I don't have differences later.
This won't be needed once we stop including generated docs in the
source tree.
2012-08-15 22:27:27 -05:00
JINMEI Tatuya
76f733925b [master] Merge branch 'trac2066' 2012-08-14 14:35:26 -07:00
JINMEI Tatuya
aa78dee2dc [2066] revised resolver ACL text per my own suggestion 2012-08-14 12:34:37 -07:00
JINMEI Tatuya
a5c9a0e9e8 [2066] revised text about xfrout acl config per my own suggestion 2012-08-14 12:31:06 -07:00
JINMEI Tatuya
c22e36e2ff [2066] added a note that list form of ACL match value doesn't work.
referring to #2066.
2012-08-14 12:27:46 -07:00
JINMEI Tatuya
112b9731c4 [2066] corrected small errors in the previous fix 2012-08-14 12:27:33 -07:00
JINMEI Tatuya
33ea36e969 [2066] editorial fix: missing closing double-quotes 2012-08-13 11:31:54 -07:00
Jelte Jansen
ad2d728d14 [master] Merge branch 'trac2184'
(conflicts purely in generated files, regenerated them)
Conflicts:
	doc/guide/bind10-guide.html
	doc/guide/bind10-guide.txt
	doc/guide/bind10-messages.html
2012-08-13 16:57:13 +02:00
Tomek Mrugalski
e0d7c52a71 Merge branch 'master' into trac1708
Conflicts:
	ChangeLog
	doc/guide/bind10-guide.html
	doc/guide/bind10-guide.txt
	doc/guide/bind10-messages.html
	src/bin/dhcp4/main.cc
	src/bin/dhcp6/Makefile.am
	src/bin/dhcp6/tests/Makefile.am
2012-08-13 15:26:48 +02:00
Michal 'vorner' Vaner
3483f24133 [2066] ACL Docs: More tweaks by review
* Note that TSIG key is DNS specific.
* Language fix.
* Returned an example to the resolver.
2012-08-13 13:12:58 +02:00
Michal 'vorner' Vaner
1bcbd2eeaf [2066] Hopefully more understandable description of ACLs
Including something like more formal grammar of them.
2012-08-10 15:39:59 +02:00
Jelte Jansen
a581302851 [2184] update guide for params any type fix 2012-08-10 14:37:40 +02:00
JINMEI Tatuya
0b2ed3a094 [2066] missing double-quote 2012-08-08 23:55:08 -07:00
Naoki Kambe
c71cb1be7b [2136] updated bind10-guide.* due to removing set command from stats module 2012-08-08 21:06:27 +09:00
Michal 'vorner' Vaner
762239bdb6 [2066] docs: Update links to the ACL chapter
Instead of talking the same over and over again, we now link the common
ACL chapter.
2012-08-06 13:40:11 +02:00
Michal 'vorner' Vaner
06c7f0d322
Merge #2133 2012-08-06 12:38:19 +02:00
Michal 'vorner' Vaner
4c8637f7ec [2133] Minor fix
The previous version was slightly misleading, the reader could
understand it the queries would be just slow as answered from the DB,
instead of not answered at all.
2012-08-06 12:36:06 +02:00
Michal 'vorner' Vaner
83e0fb2685 [2066] docs/ACLs: Some examples and how to bindctl it 2012-08-06 12:01:11 +02:00
Jelte Jansen
7743d37cd5 [2133] a few small changes in the new documentation 2012-08-06 11:46:56 +02:00
Michal 'vorner' Vaner
f9abe2be61 [2066] Explain ACLs
Not complete. Split done at the end of the day, without too much logic
at which point.
2012-08-03 21:01:06 +02:00
Jeremy C. Reed
932ddbdd34 [1687] rename configure's --enable-man to --enable-generate-docs 2012-08-02 20:55:20 -05:00
Jeremy C. Reed
d7d8c3a081 [1687] generate dummy docs here too 2012-08-02 20:23:56 -05:00
Jeremy C. Reed
777bf970e3 [1687] use @XSLTPROC@ macro instead of xsltproc
to get the full path if needed

also fixed one target that had spaces instead of tab
2012-08-02 20:06:04 -05:00
Jeremy C. Reed
b076fa5794 [1687]Merge branch 'master' into trac1687
fixed conflicts by removing already removed files
2012-08-02 15:30:53 -05:00
Michal 'vorner' Vaner
336e7f1a28 [2133] Document the old way
Which is still used in some places.
2012-08-02 12:41:40 +02:00
Michal 'vorner' Vaner
f3b0c13a93 [2133] Update the guide about data_sources
Describe the data sources in the guide.
2012-08-02 12:21:45 +02:00
Jelte Jansen
bb1471521f [2126] and fix a few stray b10-showtech uses 2012-08-02 11:28:11 +02:00
Jelte Jansen
2ec3c8fcef [2126] rename b10-showtech to isc-sysinfo 2012-08-02 10:13:31 +02:00
JINMEI Tatuya
9beeb21edb [master] Merge branch 'trac2095' with fixing conflicts. 2012-07-31 09:58:28 -07:00
JINMEI Tatuya
bc39e2531b [2095] doxygen update 2012-07-25 22:40:32 -07:00
Jeremy C. Reed
e53fc4d8cd [master] regen some docs ; catch up on some doc changes
(hopefully soon we won't keep these in the git tree.)
2012-07-25 10:43:33 -05:00
Jeremy C. Reed
c0fe24753f [master] many guide cleanups
changed or added some docbook formatting tags

slight grammar or punctuation changes

some clarifications or rewording; minor explanations.

removed some superfluous content or examples or simplified.

This was not reviewed.
2012-07-12 20:21:07 -05:00
Jeremy C. Reed
81ea753838 [master] remove the IN class example for adding to secondary zones 2012-06-29 10:02:23 -05:00
Jeremy C. Reed
e8a89f139a [master] document configurations for cmdctl
And remove the mention of the cmdctl commands.
2012-06-29 08:14:49 -05:00
Jeremy C. Reed
6276f4098c [master] very minor doc cleanup 2012-06-27 12:26:05 -05:00