Jeremy C. Reed
8958f15ce8
[trac1687]Merge branch 'master' into trac1687
...
merge in master; fix one conflict
2012-06-15 10:15:17 -05:00
Jeremy C. Reed
ba4c6615bb
[master] mention another dependency
...
Specifically mention pyexpat since some python installs do not include it.
2012-06-15 07:13:50 -05:00
Jeremy C. Reed
9253e25378
[master] install some documentation
...
The --docdir=DIR and --htmldir=DIR may be used.
2012-06-15 07:12:36 -05:00
JINMEI Tatuya
a897869e54
[2005] updated b10-ddns(8); some editorial updates to the guide too
2012-06-14 23:20:12 -07:00
JINMEI Tatuya
35eab85596
[2005] added a chapter for DDNS to BIND 10 guide.
2012-06-14 23:02:58 -07:00
JINMEI Tatuya
fb03a64781
[2005] updated the list of tested OSes. not related to the task, but noticed.
2012-06-14 15:17:07 -07:00
Tomek Mrugalski
adbe84e00e
[1651] BIND10 Guide updated (dhcp4 and libdhcp++ sections)
2012-06-01 15:02:10 +02:00
Jeremy C. Reed
e6cccc2083
[trac1687] don't redefine docdir
...
It was wrong anyways. Just use what configure provides.
And no installation of guide happens yet anyways.
2012-05-31 14:16:46 -05:00
Jeremy C. Reed
fcf1ad8c2b
[trac1687]Merge branch 'master' into trac1687
...
ignoring changes to two generated man pages.
2012-05-31 13:44:14 -05:00
Tomek Mrugalski
62de4b87e9
[1651] Support for msgq implemented in b10-dhcp4 component.
2012-05-30 18:36:58 +02:00
Mukund Sivaraman
b75e92ded4
[1948] Make minor editorial changes
2012-05-28 10:31:51 +05:30
Michal 'vorner' Vaner
55a817bff1
[1948] Suggest listing all addresses in listen_on
...
The guide is modified to suggest to list all the addresses explicitly
for a multi-homed server, since the wildcard addresses don't work well
yet.
2012-05-24 12:55:24 +02:00
Jeremy C. Reed
334f4a48f9
[trac1687] all makefile wrapped in ENABLE_MAN
...
In this branch this is enabled by default.
2012-05-21 13:18:06 -05:00
Jeremy C. Reed
4275729c33
[trac1687]Merge branch 'master' into trac1687
...
merge in master
2012-05-21 08:29:45 -05:00
Jeremy C. Reed
6eeddeaa3c
[master] regenerate bind10-messages.xml and html
...
catch up reordered entries and also new or changes messages.
2012-05-16 16:29:14 -05:00
Mukund Sivaraman
ce461b1b1b
[master] Regen HTML and text versions of the guide
2012-05-15 10:23:26 +05:30
Mukund Sivaraman
e876441fa2
[1911] Add paragraph about what the admin needs to do to serve new versions of zones
2012-05-15 10:19:26 +05:30
Mukund Sivaraman
dd75179890
[1911] Make more minor text updates from review
2012-05-15 10:19:21 +05:30
Mukund Sivaraman
3bed90aa7b
[1911] Clarify text about incoming zone transfers
2012-05-15 10:19:15 +05:30
Mukund Sivaraman
bc9d78dae2
[1911] Update guide on how to configure in-mem datasource with sqlite3 backend
2012-05-15 10:19:07 +05:30
Tomek Mrugalski
977c4a2b57
[1651] Small command handling improvements.
2012-05-11 17:39:47 +02:00
Mukund Sivaraman
5c8bbd7ab6
[1885] Turn off b10-stats-httpd in the default configuration
2012-05-03 09:18:54 +05:30
Stephen Morris
b1c727db35
[1704] Corrected a typo in the bind10-guide.xml file after review
...
Also regenerated the bind10-guide.html and bind10-guide.txt files.
2012-04-19 12:09:17 +01:00
Stephen Morris
95410c8037
[1704] Changes to documentation regarding jumbled up messages
...
Logging output from different processes can get jumbled up if written
to stderr (because messages are output in multiple write(2) operations.)
This change updates the documentation to suggest that the user switch
to stdout if that happens.
2012-04-17 10:23:47 +01:00
Mukund Sivaraman
325b81328b
bug #1818 : Update guide to reflect components that are not started by default
2012-04-15 15:03:54 +05:30
Jeremy C. Reed
f7ae819d57
[master] regenerate xml from mes files
2012-03-28 11:44:01 -05:00
Jeremy C. Reed
8a3564c889
[trac1732] datasource type is required
...
This was copied from manpage so fix there.
Noticed by jelte. And I confirmed:
2012-03-28 11:07:43.931 ERROR [b10-auth.auth] AUTH_CONFIG_UPDATE_FAIL update of configuration failed: Missing data source type
2012-03-28 10:12:14 -05:00
Jeremy C. Reed
435436f140
[trac1732] more doc work for loading zones
...
Add more examples and explanations about in-memory.
Be clear again that b10-loadzone is sqlite3.
2012-03-28 09:55:14 -05:00
Jeremy C. Reed
98483c3455
[trac1732] remove redundant note about IN class
2012-03-28 09:15:11 -05:00
Jeremy C. Reed
99afc8ab28
[trac1732] minor docbook tags formatting changes
2012-03-28 09:12:04 -05:00
Jeremy C. Reed
724baae9fa
[trac1732] add a single section id
...
TODO: add them for all sections in table of contents for linking
2012-03-28 09:08:38 -05:00
Jeremy C. Reed
93e12f75ba
[trac1732] more in-memory datasource docs
...
Some cleanup, formatting tags added.
Change example from single configuration step (in JSON) to multiple
configuration commands.
More examples.
2012-03-28 09:05:46 -05:00
Jeremy C. Reed
9d84626f72
[trac1732] add auth configurations and commands
...
This was pulled in verbatim from the b10-auth.xml manual page.
TODO: automate this or rewrite this.
Also this lacks formatting.
2012-03-28 08:27:45 -05:00
Jeremy C. Reed
da214e3e13
[trac1732] start of the documenting in-memory data source use
...
from jinmei's guide.diff from ticket #1732
2012-03-28 08:09:39 -05:00
Mukund Sivaraman
43b5b82359
[master] Change log file maxsize setting in the BIND 10 guide example
2012-03-22 19:26:03 +05:30
Mukund Sivaraman
1cd0d0e4fc
[1673] Decode exit status in boss
2012-03-08 09:30:22 +05:30
Jeremy C. Reed
cb40afcbf1
[master] spell fix
2012-03-05 12:36:22 -06:00
Mukund Sivaraman
103b3ba8ad
guide: Make more minor grammar fixes
2012-03-01 13:48:50 +05:30
Jeremy C. Reed
dbfaad4a2c
[master] regenerate bind10-messages to catch up on .mes changes
2012-02-29 10:37:58 -06:00
Jeremy C. Reed
944da84035
[trac1687] reorganize
...
be sure clean removes generated docs
fix so works in builddir
get rid of regenarate every time for bind10-messages.
TODO: need to list all .mes dependencies now since no portable way.
2012-02-29 10:31:42 -06:00
Mukund Sivaraman
a7f978695c
guide: Make minor grammar fixes
2012-02-29 13:55:53 +05:30
Jeremy C. Reed
4724623b5f
[master] regen guide
2012-02-28 22:38:47 -06:00
Jeremy C. Reed
c257c2e030
[master] guide cleanup
...
Sort one listitem.
Mention b10-sockcreator, b10-stats-httpd.
Briefly clarify about bindctl.
2012-02-28 22:35:35 -06:00
Michal 'vorner' Vaner
6b3f5f2527
[1643] Typo in documentation
2012-02-24 13:03:36 +01:00
Jeremy C. Reed
042efddd38
[trac1687] fix typo
2012-02-22 10:08:55 -06:00
Michal 'vorner' Vaner
4fea1ab53d
[1643] Documentation
2012-02-20 19:57:13 +01:00
Jeremy C. Reed
878bed3207
[trac1687] remove generated guide and message documentation files
...
Later steps will make sure these are generated for "make dist"
to be included in tarball.
2012-02-16 10:39:01 -06:00
Michal 'vorner' Vaner
f5ea061766
[1596] Documentation
2012-02-03 22:26:41 +01:00
Jeremy C. Reed
ed110c7f59
[master] commit regenerated versions
2012-02-01 20:54:24 -06:00
Jeremy C. Reed
ea6a608404
[master] fix reference to git repo
...
notice by outside person
2012-02-01 20:53:17 -06:00