2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 08:25:16 +00:00
Commit Graph

13239 Commits

Author SHA1 Message Date
Stephen Morris
2f15c7833b [1486] Merge branch 'master' into trac1486 2012-11-22 11:49:16 +00:00
Mukund Sivaraman
ac0d3badda Merge branch 'master' into trac2451 2012-11-20 23:34:13 +05:30
Mukund Sivaraman
3d36fed306 [2421] Print a message (when running make install) about default services
There isn't a portable way (across automake versions) of printing
something right at the end of `make install`. So we use the portable
install-exec-hook and display the message in yellow color so that
the user notices it.

echo -e may not be portable, so we continue even if it fails.
2012-11-20 15:30:17 +05:30
Mukund Sivaraman
a9ed9aeccd [2451] Update the guide too about services in default config 2012-11-20 15:13:51 +05:30
Mukund Sivaraman
82bf3de5bb [2451] Update message in README about services in default config 2012-11-20 15:09:18 +05:30
Stephen Morris
fab53a075c [1486] Rename IOAddress::from_bytes() to IOAddress::fromBytes()
... to conform to coding standards.
2012-11-19 14:25:31 +00:00
JINMEI Tatuya
504f64b297 [master] Merge branch 'trac2373' trac2487_base 2012-11-19 20:04:08 +09:00
JINMEI Tatuya
377f14a32c [2373] added a comment about if-else complexity in State::start(). 2012-11-19 12:19:02 +09:00
JINMEI Tatuya
843eaa0b84 [2373] added a test for qstring: confirm separators are regarded as part of str 2012-11-19 12:10:51 +09:00
JINMEI Tatuya
c3d39b6262 [2373] additional test for escaped str: check escaped \ doesn't confuse lexer. 2012-11-19 12:05:21 +09:00
Mukund Sivaraman
bbb0752c34 Merge branch 'master' into trac2421 2012-11-19 01:27:13 +05:30
Stephen Morris
33283af8e0 [master] ChangeLog for trac2475 2012-11-16 15:54:12 +00:00
Stephen Morris
834fa9e8f5 [2475] Merge branch 'master' into trac2475 2012-11-16 15:40:59 +00:00
Stephen Morris
3ba0299ad2 [2475] Put #include directives in correct order
Also fix some issues from the review.
2012-11-16 14:15:45 +00:00
Stephen Morris
d2551c3b2b [2475] Split dhcp files into dhcp and dhcpsrv directories 2012-11-16 11:19:19 +00:00
Mukund Sivaraman
e650a0f7e5 [2421] Put code inside EXPECT_NO_THROW 2012-11-16 02:04:03 +05:30
Mukund Sivaraman
744d1be57a [2421] Update comments about test data 2012-11-16 02:01:42 +05:30
Jeremy C. Reed
3ef8b3161b [master] add changelog entry for ticket 2471
note I renumbered existing entry.
2012-11-15 12:27:15 -06:00
Jeremy C. Reed
53e4c255e0 [master]Merge remote-tracking branch 'remotes/bind10-private/sec-trac2471' 2012-11-15 12:25:20 -06:00
JINMEI Tatuya
ac107fab88 [2373] unrelated extension to getString(): allow recycling the string
I expect we'll need the string object version of token pretty often
for rrtype and TTL, and this version will help make it a bit more
efficient.
2012-11-14 23:40:12 -08:00
Mukund Sivaraman
b37e972c6c [2421] Include zone name in log messages 2012-11-15 12:49:55 +05:30
Mukund Sivaraman
74985768e6 [2421] Update DATASRC_LOAD_FROM_ITERATOR_ERROR description 2012-11-15 12:25:22 +05:30
Mukund Sivaraman
49d6a081b5 [2421] Add unit tests for broken zones during configure() 2012-11-15 11:06:17 +05:30
JINMEI Tatuya
d25a434d8e [2373] some more comment updates 2012-11-14 19:16:04 -08:00
JINMEI Tatuya
1ed3ca78fe [2373] refactoring: extend skipComment to include 'escaped' consideration.
this will help constify 'c' in String::handle.
2012-11-14 19:04:02 -08:00
JINMEI Tatuya
1726141cbf [2373] refactoring: use bitmap to check token boundary.
this will help unify the conditions and keep the code concise, and is
hopefully a bit more efficient.
2012-11-14 19:01:20 -08:00
JINMEI Tatuya
31b507f443 [2373] supported quoted string state 2012-11-14 18:41:14 -08:00
JINMEI Tatuya
8aa3316316 [2373] (unrelated doc fix) corrected "optionality" of token type
EOL/EOF will be always returned if found; INTIAL_WS will be returned
only specified in option
2012-11-14 15:51:41 -08:00
JINMEI Tatuya
b5d6b400ec [2373] supported escaping separaters 2012-11-14 15:01:36 -08:00
JINMEI Tatuya
5955402e8a [2373] supported other separater characters and comments 2012-11-14 14:45:26 -08:00
JINMEI Tatuya
c7767cfac3 [2373] comment update 2012-11-14 11:18:38 -08:00
JINMEI Tatuya
587f975a2a [2373] implemented some simple case of string state handling. 2012-11-14 11:16:56 -08:00
Jeremy C. Reed
718e97a589 [master] add released date (for tomorrow) 2012-11-14 12:31:05 -06:00
Jeremy C. Reed
b5bb87e8d4 [master] changelog formatting cleanup
use two tabs before the committer username.
use a tab before the keyword type.
lines too long
2012-11-14 12:28:56 -06:00
Jeremy C. Reed
96decbf081 [master] use reorder_message_file.py to order .mes files 2012-11-14 12:23:30 -06:00
Stephen Morris
1f5a07747d [2473] Merge branch 'master' into trac2473 2012-11-14 18:07:06 +00:00
Jeremy C. Reed
8ecc1a5e16 [2473] various minor changes
some of the changes are unrelated to this branch, but they
were minor and I noticed while reviewing.

grammar improvements

remove unuseful shutdown examples

add some docbook formatting tags

commented out an empty TODO section.
2012-11-14 11:59:29 -06:00
Stephen Morris
4ca7528d68 [2473] Updated BIND 10 Guide with details of DHCPv6 changes 2012-11-14 17:31:55 +00:00
Jeremy C. Reed
987ef574df [master] documentation updates
Remove some references to experimental, development, prototype

 Mention that bind10 doesn't start the DNS or DHCP servers by default.
 Also reword a couple sentences so this is not implied.
 This is for ticket #2451.

This was not reviewed. The changes are minor.
2012-11-14 11:28:53 -06:00
Stephen Morris
e2fa09ea10 [master] Merge branch 'trac2472' 2012-11-14 15:38:44 +00:00
Jeremy C. Reed
6b937eae7c [master] few minor formatting changes
not reviewed, very minor

change some docbook tags
move some example prompts for formatting
2012-11-14 09:14:18 -06:00
Jeremy C. Reed
d42376ab74 [master] split the starting bind10 chapter into two chapters
This split is done so the bindctl chapter comes before
the chapter on using bindctl to configure Boss/components.

Discussed via jabber and in ticket #2305.

Also added some brief content on how to stop bind10 and how to list
processes.
2012-11-14 08:54:39 -06:00
Stephen Morris
938ab8a39d [2472] Merge branch 'master' into trac2472 2012-11-14 14:44:23 +00:00
Stephen Morris
f57c0b9573 [2472] Modified test names in line with convention 2012-11-14 14:30:46 +00:00
Jeremy C. Reed
71eee20bd4 [master] split quick start section into its own chapter
It adds a step to enable the auth server. Some other minor changes too.

This was not reviewed, but has very little content changes.
2012-11-14 08:27:06 -06:00
Jelte Jansen
e4fe372ea6 [master] Update changelog for merge of #2305 2012-11-14 15:22:18 +01:00
Jelte Jansen
c4b0294b5b [master] Merge branch 'trac2305' 2012-11-14 15:19:32 +01:00
Jeremy C. Reed
470aa3b8ec [master] don't install the *example.hex files
They are used for testing.

Discussed on jabber.

Also see ticket #2479 (but this commit doesn't solve the main
issue reported there).
2012-11-14 08:12:29 -06:00
Jeremy C. Reed
be50a0c801 [master] remove temporary AM_CPPFLAGS used for testing
now receives settings via configure

discussed on jabber
2012-11-14 08:04:45 -06:00
Jeremy C. Reed
d654be880d [master] check for mysql.h not mysql/mysql.h
since mysql directory may already be provided by mysql_config output
and anyways mysql.h is used by the code.
2012-11-14 07:33:55 -06:00