Marcin Siodelski
57f4b32ee0
[3467] Updated user guide with option-data parameters optionality.
2014-11-05 13:16:55 +01:00
Jeremy C. Reed
e8757f0c59
fix some misspellings
2014-10-29 06:44:33 -07:00
Shawn Routhier
6e93f3c0c7
[trac3620] Update per review comments
...
Update per the review comments with the execptions
of two that are discussed - mostly the D2 vs DHCP-DDNS debate.
2014-10-28 12:47:12 -07:00
Francis Dupont
ae3a9cd1a0
[trac3593] added truncated HMAC support to TSIG
2014-10-22 00:34:39 +02:00
Shawn Routhier
49a49e36f2
[trac3620] Fix some typos in the docs
2014-10-17 17:27:29 -07:00
Marcin Siodelski
ad44a39d06
[master] Merge branch 'trac3589'
2014-10-15 14:34:30 +02:00
Marcin Siodelski
3307c99263
[3589] Added a paragraph about CfgOption class into developer's guide.
...
This was also suggested in the review.
2014-10-14 17:01:22 +02:00
Wlodek Wencel
f8ae091170
[master] typo fixed in dhcpv4 option name with code 38, tcp-keepalive-interval
2014-10-08 09:57:47 +02:00
Adam Osuchowski
15785c0e28
- s/pool/pools/ in docs
...
- add brackets and braces in pools
2014-09-30 14:28:48 +02:00
Jeremy C. Reed
a9adf85459
change css stylesheet reference from bind10 to kea
...
The makefile already used kea for html.stylesheet so wasn't noticed
before. This was reported to me off-list.
2014-09-26 07:49:47 -07:00
Tomek Mrugalski
a5e103c0b0
[master] Merge branch 'trac3591' (logging lockfile fix)
...
Conflicts:
ChangeLog
Makefile.am
src/lib/dhcpsrv/daemon.cc
2014-09-25 12:41:51 +02:00
Marcin Siodelski
b67d4b7a2a
[3536] Added root loggers to the Kea user guide.
2014-09-23 16:47:14 +02:00
Marcin Siodelski
b4fe1c31cd
[3536] Fixed a few editorial nits.
2014-09-23 15:59:10 +02:00
Tomek Mrugalski
4fdd723808
[3536] Changes after review:
...
- Logging section updated.
- Missing coma in kea.conf.pre added
- ${localstatedir}/log is now created
2014-09-23 13:23:13 +02:00
Stephen Morris
2e1a21fb4c
[3591] Small edits of logging documentation during review.
2014-09-18 18:29:32 +01:00
Tomek Mrugalski
28811b7fe9
[3536] Logging section in User's Guide updated.
2014-09-16 19:55:49 +02:00
Tomek Mrugalski
8665b912ad
[3591] Documentation updated.
2014-09-15 16:29:37 +02:00
Jeremy C. Reed
26a5dc9a86
add "z" switch to tar example
...
Some tar implementations cannot or do not auto detect the compress format.
For example, I saw today:
$ tar xvf kea-0.9.tar.gz
tar: Cannot identify format. Searching...
tar: Cpio file name length 41449 is out of range
tar: Invalid header, starting valid header search.
...
tar: Cpio file name length 39676 is out of range
tar: End of archive volume 1 reached
tar: bcpio vol 1, 0 files, 3811899 bytes read, 0 bytes written in 1 secs (3811899 bytes/sec)
tar: Unexpected EOF on archive file
2014-08-28 13:34:41 -07:00
Jeremy C. Reed
95ebef4edf
Do not hardcode version in example
...
Did say 0.9-beta1 for 0.9 release for example.
So added the __VERSION__ macro.
Note that this may look ugly in the "git" branch or other
odd named versions but will match names if a dist tarball
was created from git master. But will be correct for official releases.
Okayed via jabber.
2014-08-28 09:37:32 -07:00
Wlodek Wencel
21fa437b47
[kea-0.9-release] Bind10 name in docs changed
2014-08-28 08:37:03 -07:00
Tomek Mrugalski
135e6a4536
Merge branch 'trac3429'
2014-08-27 20:45:12 +02:00
Tomek Mrugalski
f42a53c3a6
[3429] Reference to SystemSpecificNotes added, removed bogus DDNS claim
2014-08-27 20:44:49 +02:00
Tomek Mrugalski
173aeba1ee
[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea
...
Conflicts:
ChangeLog
2014-08-22 18:51:06 +02:00
Tomek Mrugalski
0e1f718a7d
[master] Merge branch 'trac3511' (pkg-config dependency removal)
...
Conflicts:
ChangeLog
2014-08-22 18:48:24 +02:00
Tomek Mrugalski
99a5a2db8c
[3511] Remove pkg-config from the Kea guide.
2014-08-22 18:21:25 +02:00
Marcin Siodelski
4716a0b3de
[master] Removed spurious dot in title of Quick Start section.
...
Trivial change, agreed on jabber.
2014-08-22 15:11:48 +02:00
Marcin Siodelski
3a1904d8ce
[3519] Addressed review comments.
2014-08-22 15:03:06 +02:00
Marcin Siodelski
516df19ad3
[3519] Updated "Quick Start" section of the Kea Guide.
2014-08-22 11:35:34 +02:00
Tomek Mrugalski
822a39ba33
[master] Example files permission fix
...
Thanks to Jiri Popelka from Red Hat for providing a patch!
2014-08-21 16:01:12 +02:00
Jeremy C. Reed
0334eed66d
add libdhcp.xml to dist file
...
This was noticed by wlodek.
The docbook source was not added to the DOCBOOK list, but
the master file brings it in.
This breaks the document generation from the tarball (which was
missing the file).
I didn't get it reviewed, but I tested it and it is a one-line
trivial change.
Note that my distcheck automated builder has document generation
not enabled so this was not seen. We need to make sure the
document generation is automated using a "dist" tarball.
(My other automated document generation is from the git repo.)
2014-08-12 22:37:22 +00:00
Jeremy C. Reed
4ddbfb3d05
merge in trac3429
...
handled conflicts (keactl to keactrl)
Conflicts:
doc/guide/ddns.xml
2014-08-12 17:38:14 +00:00
Jeremy C. Reed
7d0cb94a3b
mention the --server synonym earlier
...
discussed on jabber
2014-08-12 17:27:15 +00:00
Marcin Siodelski
2641692cb6
[3429] A couple of additional fixes to the User Guide.
...
Various fixes are applied as a result of reading the whole document up to
the section about the DHCPv4 server configuration.
2014-08-12 19:03:01 +02:00
Marcin Siodelski
84fce43076
[3429] Minor fixes to the text added by Jeremy.
2014-08-12 17:38:45 +02:00
Jeremy C. Reed
2738aea559
be clear that past BIND 10 sponsors were in the past
...
and not current.
Also mention ISC is the maintainer.
2014-08-11 20:43:19 +00:00
Jeremy C. Reed
e3196b214d
Get rid of errant ) close parenthesis.
2014-08-11 20:38:49 +00:00
Tomek Mrugalski
3f46c74ffa
[3508] Changes after review
...
- Daemon::getVersion() added
- exists => exits in docs
- fixed comment in dhcp_test_lib.sh.in
2014-08-11 22:37:29 +02:00
Jeremy C. Reed
cf66e74863
modify warning about abuse of the dhcp-ddns server
...
discussed little on jabber.
I opened a new ticket to fix code to at #3514
2014-08-11 20:29:57 +00:00
Jeremy C. Reed
8ba8e0e52e
remove my years old comments (no content change)
2014-08-11 20:03:46 +00:00
Jeremy C. Reed
4091018195
change BIND 10 reference to Kea
2014-08-11 20:03:28 +00:00
Jeremy C. Reed
696dcb0a4e
change BIND 10 references to Kea.
2014-08-11 20:02:01 +00:00
Jeremy C. Reed
0e421bf275
just keep sentence together
...
versus splitting sentence with example in middle.
This is just my style preference.
While doing this fix the explanation for enabling mysql and postgres
as previously it appeared to imply that you had to specify
the path to the config script (but first example didn't follow what
was stated).
2014-08-11 19:54:29 +00:00
Jeremy C. Reed
961b6173f6
fix typo for keactrl name
2014-08-11 19:39:52 +00:00
Jeremy C. Reed
7a5789a0b0
Add the RFC titles
...
and remove comment about "drafts" since none here
fix one grammar plural mistake
for titles of this section mention DCHP or DHCPv6
2014-08-11 19:35:31 +00:00
Jeremy C. Reed
bbad76661f
just keep statement as one sentence
...
versus splitting sentence with example in middle.
This is just my style preference.
2014-08-11 19:08:10 +00:00
Jeremy C. Reed
025ee767a3
use entity — instead of - dash
2014-08-11 19:03:58 +00:00
Jeremy C. Reed
2327546173
install ddns example configurations
...
(I also fixed docs in different commit to
fix pointer to examples in installed location instead of source tree.)
Okayed ("seems ok") via jabber.
2014-08-11 19:01:25 +00:00
Jeremy C. Reed
02dfdb368f
misc improvements:
...
BUNDY instead of BIND10
remove old comment
shell instead of bash
fix pointer to examples in installed location instead of source tree
2014-08-11 19:00:52 +00:00
Jeremy C. Reed
62041ab38a
fix typos in configurations
...
missing " quote for json configuration
2014-08-11 18:53:47 +00:00
Jeremy C. Reed
3a55f62dda
change pool: to "pool": in examples
...
(wlodek told me)
2014-08-11 18:48:49 +00:00