2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

13916 Commits

Author SHA1 Message Date
Michal 'vorner' Vaner
33fb59eeb6 [2428] Do pop even after error 2012-12-11 13:45:16 +01:00
Marcin Siodelski
92e23241bb [2526] Added unit tests for V4 option holding an array of integers. 2012-12-11 13:15:07 +01:00
Marcin Siodelski
f54d04b859 [2526] Added universe parameter to OptionIntArray ctor. 2012-12-11 13:14:54 +01:00
Marcin Siodelski
26f89e5cc9 [2526] Renamed Option6IntArray to OptionIntArray.
... as this class is going to be used either for V6 or V4 now.
2012-12-11 13:12:33 +01:00
Marcin Siodelski
351dbdab09 [2526] OptionInt can be now used for V4 and V6. 2012-12-11 13:09:57 +01:00
Marcin Siodelski
cc557baebc [2526] Renamed Option6Int to OptionInt as this will be used for V4 too. 2012-12-11 13:09:28 +01:00
Marcin Siodelski
e000302572 [2526] Added definitions for most of the DHCPv4 std options. 2012-12-11 12:56:31 +01:00
Marcin Siodelski
d81727d126 [master] Added ChangeLog entry for #2491. 2012-12-11 12:36:57 +01:00
Marcin Siodelski
0a4faa0777 [master] Merge branch 'trac2491' 2012-12-11 12:16:53 +01:00
Jelte Jansen
99b2935b21 [master] Changelog entry for merge of #2445 2012-12-11 11:42:18 +01:00
Michal 'vorner' Vaner
92ac412b79 [2377] Check we warn about EOF without EOLN 2012-12-11 11:35:28 +01:00
Michal 'vorner' Vaner
7631aa8f7c [2377] Make error message similar to bind9 2012-12-11 11:23:59 +01:00
Michal 'vorner' Vaner
160677ea7d [2377] Note about SOA 2012-12-11 11:21:00 +01:00
Jelte Jansen
3de3abb887 [2503] Replace private zone name with 'example.com' 2012-12-11 11:02:21 +01:00
Jelte Jansen
74a0abe5a6 [master] Merge branch 'trac2445' 2012-12-11 10:56:33 +01:00
Jelte Jansen
27442da448 [2445] Revert "Remove setLogLevel(TRACE) in createBufferAppender"
This reverts commit 3f9c7bb8a987dc1b4e2a9266ac95cf231d8fe621.
2012-12-11 10:55:59 +01:00
Mukund Sivaraman
422a1fcd67 [2503] Update doxygen comment for renamed arg 2012-12-11 08:58:09 +05:30
Mukund Sivaraman
044c477913 [master] Update ChangeLog for #2504 2012-12-11 08:39:39 +05:30
Mukund Sivaraman
a9eef903b0 [2503] Rename arguments in protos to match what's used in definitions 2012-12-11 07:28:17 +05:30
Mukund Sivaraman
7d7b75217f [2503] Add doxygen comment for zone_name args 2012-12-11 07:28:08 +05:30
Mukund Sivaraman
230ccceb41 [master] Clear components dict as documented in BoB.kill_started_components()
This issue was detected post-merge, and seems to have been introduced
by commit 86ed7ae9cfb4184f5637a2e478242f0a646ba2e1 in master.
2012-12-11 07:11:28 +05:30
Mukund Sivaraman
c0be62cb0f Merge branch 'master' into trac2353
Conflicts:
	src/bin/bind10/bind10_src.py.in
2012-12-11 05:54:01 +05:30
Jelte Jansen
3f9c7bb8a9 [2445] Remove setLogLevel(TRACE) in createBufferAppender
This has a chance that some log messages get lost (DEBUG messages during startup in case -v is not given but the config has DEBUG set)
2012-12-11 00:37:04 +01:00
Jelte Jansen
0cf505f04b [1351] Use TSIGKeyRing class in xfrin
Also updated said class (added a find(name) without algorithm)
2012-12-10 22:39:52 +01:00
Jelte Jansen
669a650ec3 [1351] Update docstring of set_tsig_key_name() 2012-12-10 21:49:23 +01:00
Jelte Jansen
b732625534 [1351] Fix xml error in b10-xfrin.xml source 2012-12-10 21:34:36 +01:00
Marcin Siodelski
8627b6eb89 [2491] Fixed a typo pointed out in the code review. 2012-12-10 21:21:22 +01:00
Jelte Jansen
ea1a4ef9ac [2541] Documentation and cleanup
don't duplicate the duplicate zone check in sqlite3 accessor's addZone()
added documentation
2012-12-10 21:09:47 +01:00
Jeremy C. Reed
172e704b66 [master] set DISTCHECK_GTEST_CONFIGURE_FLAG for --with-gtest too
This is for trac #2481. Review via jabber.
2012-12-10 13:41:48 -06:00
Marcin Siodelski
8ad7de967c [2491] Use .empty() function to check if container is empty. 2012-12-10 20:26:05 +01:00
Jelte Jansen
3a5d06d390 [2541] add createZone() to DataSourceClient interface
Note: currently called createZone so as not to interfere with an existing addZone() call in MemoryClient.
Instead of pure virtual I made it have a default 'NotImplemented' method.
Also, the DatabaseClient holds the transaction (not the SQLite3Accessor); we could do it on that level but we already have a transaction API on a higher level and it makes a little bit more sense to me to do it there
2012-12-10 20:19:20 +01:00
Jelte Jansen
e5ae1675a5 [2541] Add addZone() to the abstract database accessor base class 2012-12-10 20:19:20 +01:00
Jelte Jansen
0ece883214 [2541] addZone in SQLite3Accessor 2012-12-10 20:19:20 +01:00
JINMEI Tatuya
00554310f2 [master] pass method param by const reference instead of by object
this will suppress a cppcheck error:
http://git.bind10.isc.org/~tester/builder//BIND10-cppcheck/20121209143001-FreeBSD8-amd64-GCC/logs/cppcheck.out

okayed on jabber.
2012-12-10 11:13:20 -08:00
Michal 'vorner' Vaner
de08d20934 [2428] Implement popping of sources
At least in the normal case. Error cases must still be handled.
2012-12-10 19:24:34 +01:00
Michal 'vorner' Vaner
1b7273a397 [2428] Test popping the source 2012-12-10 19:17:59 +01:00
Michal 'vorner' Vaner
c9bd919bd9 [2428] Implement basic inclusion 2012-12-10 19:14:02 +01:00
Marcin Siodelski
eb5b276de3 [2491] Use insert instead of memcpy to append to a vector. 2012-12-10 18:32:42 +01:00
JINMEI Tatuya
0a9dafbece [2445] make initializaation for BufferAppenderTest more exception safe.
by encapsulating the appender in SharedAppenderPtr immediately after the
creation, we can make sure buffer_appender1 won't leak even if the
creation of the second appender fails.
2012-12-10 09:29:36 -08:00
JINMEI Tatuya
8065343bc1 [2445] constify 2012-12-10 09:26:34 -08:00
Michal 'vorner' Vaner
e089de85ae [2428] Tests for basic $INCLUDE handling
No special cases, no error handling, no domain name after that.
2012-12-10 17:49:27 +01:00
Michal 'vorner' Vaner
398a652231 [2428] Generic $DIRECTIVE handler
Decide which directive it is and call corresponding call based on that.
This currently throws NotImplemented for everything except for the
INCLUDE, which will get implemented in the next few commits in this
branch.
2012-12-10 17:09:35 +01:00
Michal 'vorner' Vaner
e76b79a1b1 [2428] Check the special handling of $ 2012-12-10 16:50:49 +01:00
Stephen Morris
4f17a81c04 [2546] Changed a missed "deleteLease6" to "deleteLease" 2012-12-10 14:21:14 +00:00
Stephen Morris
7942b605f6 [2546] Fixed some Doxygen warnings 2012-12-10 13:54:46 +00:00
Michal 'vorner' Vaner
3b1f845a12 [2377] Warn on unexpected EOF after error
When there's an error, we expect there'll be EOLN somewhere, so we can
recover. Warn in case there's EOF.
2012-12-10 14:44:48 +01:00
Michal 'vorner' Vaner
c129951474 [2377] Minor test code cleanups 2012-12-10 13:56:05 +01:00
Michal 'vorner' Vaner
f4f1c1f000 [2377] Allow checking if there was an error 2012-12-10 13:52:05 +01:00
Marcin Siodelski
1572782282 [2491] Minor: fixed typo and updated comments. 2012-12-10 13:43:26 +01:00
Michal 'vorner' Vaner
f77ed1ab54 [2377] Make the construction exception safe 2012-12-10 13:36:08 +01:00