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

18592 Commits

Author SHA1 Message Date
Kean Johnston
7715d34151 [master] Keep generate files list sorted 2013-12-30 11:04:25 +02:00
Kean Johnston
0660b7ceb2 [master] Remove obsolete usage of AC_OUTPUT
The obsolete usage of AC_OUTPUT was actually causing config.status
to be executed multiple times, which is a big waste of time. Changed
to use the correct AC_CONFIG_FILES and AC_CONFIG_COMMANDS macros
instead.
2013-12-30 10:47:23 +02:00
Kean Johnston
687beb26da Merge branch 'trac3267' 2013-12-30 10:10:05 +02:00
Kean Johnston
210c5d0939 [3267] Removed includes to top level 2013-12-30 09:58:47 +02:00
Mukund Sivaraman
35bee74e98 [master] Fix ChangeLog formatting 2013-12-19 15:20:11 +05:30
Thomas Markwalder
e7cac9c491 [master] Added ChangeLog entry 720 for trac# 3088. 2013-12-17 11:53:27 -05:00
Thomas Markwalder
ca58ac00fc Merge branch 'trac3088' (adds d2::NameRemoveTransaction)
Conflicts:
	src/bin/d2/d2_messages.mes
2013-12-17 11:50:33 -05:00
Thomas Markwalder
13d812dc84 [3088] Minor review fixes.
Fixed two missed minor cleanups from the initial review.
2013-12-17 11:38:47 -05:00
Thomas Markwalder
59bd021c72 [3088] Addressed review changes.
Changes are largely clean up and commentary.
2013-12-17 08:43:10 -05:00
Kean Johnston
3ff790761f [3267] Use local #include directives
Some files were using #include <full/path/to/header> syntax which is
not desirable as the directory may move about in the source tree, and
all of the files it was including are local to perfdhcp so they should
be using #include "filename.h".
2013-12-17 13:12:29 +02:00
Kean Johnston
0e2851da1d [master] Fix building with srcdir != objdir
Recent changes to the perfdhcp tool introduced a new breakage when
configuring with srcdir != objdir. These were introuced by the code
using #include <tests/tools/perfdhcp/SOME_FILE.h> but there were no
-I flags set to allow for including files from the top level.
2013-12-17 07:33:22 +02:00
Tomek Mrugalski
0b4b438f33 [master] Merge branch 'trac3210' (DHCPv4 client-id echo config parameter)
Conflicts:
	ChangeLog
	doc/guide/bind10-guide.xml
2013-12-16 18:31:24 +01:00
Tomek Mrugalski
88a4858db2 [3210] Changes after review:
- flag => configuration parameter
 - echoClientId test uses ASSERTs rather than EXPECTs
2013-12-16 18:28:42 +01:00
Tomek Mrugalski
2133cf13c8 [master] ChangeLog commit-id updated 2013-12-13 20:28:50 +01:00
Tomek Mrugalski
d8045b5e15 [2246] Another Solaris 11 compilation fix 2013-12-13 19:45:48 +01:00
Tomek Mrugalski
113fef8620 [2246] Merge branch 'master' into trac2246 (includes #1824 fix)
Conflicts:
	ChangeLog
2013-12-13 17:04:47 +01:00
Tomek Mrugalski
689bd411d1 [3210] Redundant statements in Dhcpv4SrvTest.requestEchoClientId removed 2013-12-13 15:54:27 +01:00
Tomek Mrugalski
8f96d78420 [3210] Changes after review:
- tests/methods descriptions improved
 - CfgMgrTest.echoClientId improved
 - Redundant checks removed from Dhcpv4SrvTest.discoverEchoClientId
 - BIND10 Guide clarified
 - ChangeLog added
2013-12-13 15:47:36 +01:00
Tomek Mrugalski
e5ee6e7893 [2246] Solaris compilation fix 2013-12-13 14:04:17 +01:00
Tomek Mrugalski
ddfaf37535 [2246] Merge branch 'master' into trac2246
Conflicts:
	ChangeLog
2013-12-13 11:17:43 +01:00
Thomas Markwalder
70941f1375 [3088] Corrected commentary RFC references.
d2/nc_add.cc contained some inaccurate RFC references.
2013-12-11 15:27:23 -05:00
Thomas Markwalder
39e902dc72 [master] Correct trac numbers for ChangeLog entries 711 and 713 2013-12-11 13:14:41 -05:00
Thomas Markwalder
265d1dabd2 [3088] Added DNS request construction to d2::NameRemoveTransaction
Added methods for constructing all three types of DNS update requests
required by d2::NameRemoveTransaction to complete the implementation of its
state machine.  Also refactored some unit test code into nc_test_utils.h
and .cc. Renamed request verification functions in nc_test_utils to match
the build request function names.
2013-12-11 11:16:36 -05:00
Marcin Siodelski
fa547a4d74 [master] Added ChangeLog entry for #2772. 2013-12-11 09:39:49 +01:00
Marcin Siodelski
c6158690c3 [master] Merge branch 'trac2772' 2013-12-11 09:35:11 +01:00
Marcin Siodelski
03c2a0f0a5 [master] Added ChangeLog entry for #3181. 2013-12-11 09:32:29 +01:00
Marcin Siodelski
684524bc13 [master] Merge branch 'trac3181' 2013-12-11 07:27:17 +01:00
Tomek Mrugalski
ac0abc3cf7 [2246] Changes after review:
- another patch contributed by dclink (thanks!)
 - BIND10 Guide updated
 - BSD/Sun interface detection cleaned up
 - MAC address checking improved
 - Developer's guide updated
 - Several whitespace cleanups
2013-12-10 19:19:31 +01:00
Marcin Siodelski
82c80862e9 [master] Added Changelog entry for #1824. 2013-12-10 16:37:38 +01:00
Marcin Siodelski
39c9499d00 [master] Merge branch 'trac1824' 2013-12-10 16:15:36 +01:00
Marcin Siodelski
840afe672b [3181] Addressed review comments. 2013-12-10 14:10:40 +01:00
Marcin Siodelski
df4334a7eb [2772] The private DHCPv4 opts (code > 224) are not standard opts. 2013-12-09 19:50:00 +01:00
Marcin Siodelski
96c135a924 [1824] More descriptive error strings if the sendmsg function fails. 2013-12-09 18:11:26 +01:00
Marcin Siodelski
5862eb4c98 [1824] Use CMSG_SPACE instead of CMSG_LEN to set msg_controllen.
Both macros should be accepted, but CMSG_LEN appears not to work on
OpenBSD.
2013-12-09 17:40:54 +01:00
Jeremy C. Reed
12c48d424f [master] fix three misspelling typos 2013-12-09 09:45:50 -06:00
Jeremy C. Reed
68d52986f1 [master] fix misspelling typo in comment 2013-12-09 09:41:43 -06:00
Kean Johnston
833deb1fce [master] Use tput rather than hard-coded escape sequences
Rather than using terminal-specific hard-coded escape sequences that are
not guaranteed to work on all terminals, use the tput utility. Also use
the terminal defined standout mode rather than trying to set a specific
colour. The old way enabled bright yellow text which, while very visible
if your background is black, is all but invisible if your terminal
background is white.
2013-12-09 08:40:34 +02:00
Kean Johnston
95fd27d60d [2103] Merge branch 'trac2103' 2013-12-08 11:48:44 +02:00
Kean Johnston
633b07c7d4 Merge branch 'trac2103' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac2103 2013-12-08 11:47:10 +02:00
Francis Dupont
5674a5dc2b [2103] Use asio::error_code so its resources are correctly freed 2013-12-08 11:43:59 +02:00
Kean Johnston
714ade4bb1 [1501] Merge branch 'trac1501' 2013-12-08 11:37:11 +02:00
Thomas Markwalder
dc1071d7aa [3088] Initial implementation of d2::NameRemoveTransaction
Interrim check-in for 3088, which introduces the initial
implementation of d2:NameRemoveTransaction.  This class
implements the state model logic necessary for removing
DNS entries per RFC 4703.  The state model logic is
complete, what remains is the logic to build the actual
request messages.
2013-12-06 16:28:02 -05:00
Thomas Markwalder
4895dc78cc Merge branch 'master'
Remerged to pick up changes for trac3241, that
were merged but not pushed.
2013-12-06 14:23:59 -05:00
Tomek Mrugalski
fdc7dd1164 [master] Merge branch 'trac3109' (Contributor's Guide)
Conflicts:
	ChangeLog
2013-12-06 20:03:23 +01:00
Thomas Markwalder
1391bf812c [master] Added ChangeLog entry #713 for Trac# 3241. 2013-12-06 12:06:01 -05:00
Thomas Markwalder
dceca9554c Merge branch 'trac3241'
Adds DNS update request building to d2::NameAddTransaction.
2013-12-06 11:25:30 -05:00
Marcin Siodelski
7a96b9bb8c [3181] Temporarily disable displaying orphan messages. 2013-12-06 16:25:08 +01:00
Marcin Siodelski
08b88147e8 [3181] Fixed doxygen errors in perfdhcp. 2013-12-06 16:16:39 +01:00
Marcin Siodelski
13cb26e185 [3181] Added a RateControl class omitted in the previous commit. 2013-12-06 14:14:47 +01:00
Marcin Siodelski
3c33b14cb4 [3181] Moved perfdhcp rate control logic to a new class. 2013-12-06 14:08:05 +01:00