]>
git.ipfire.org Git - thirdparty/kea.git/log
Mukund Sivaraman [Fri, 26 Oct 2012 05:00:09 +0000 (10:30 +0530)]
[2369] Add InputSource helper class (work-in-progress)
Mukund Sivaraman [Fri, 26 Oct 2012 06:33:28 +0000 (12:03 +0530)]
[master] Enable CondVarTest.destroyWhileWait where it's possible to run it
JINMEI Tatuya [Fri, 26 Oct 2012 06:15:39 +0000 (23:15 -0700)]
[2370] defined MasterLexer and its Token classes, added main methods and tests
Mukund Sivaraman [Fri, 26 Oct 2012 03:14:57 +0000 (08:44 +0530)]
[master] Disable MutexTest.destoryLocked on Solaris
JINMEI Tatuya [Fri, 26 Oct 2012 03:14:33 +0000 (20:14 -0700)]
[2297] Merge branch 'trac2297' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac2297
ommit.
JINMEI Tatuya [Fri, 26 Oct 2012 03:09:50 +0000 (20:09 -0700)]
[2297] simply use timedelta.str() for update_desc().
some of the corresponding tests were just removed because the detailed
behavior does nto matter much any more, and in this case there can be
margin errors.
JINMEI Tatuya [Fri, 26 Oct 2012 02:55:16 +0000 (19:55 -0700)]
[2297] introduce a filter for process_rename test to prevent false positives
isc-sysinfo (now) isn't expected to be renamed, so shouldn't be tested.
Mukund Sivaraman [Fri, 26 Oct 2012 01:21:21 +0000 (06:51 +0530)]
[2297] Update .gitignore
Mukund Sivaraman [Fri, 26 Oct 2012 01:20:21 +0000 (06:50 +0530)]
[2297] Return output value directly
Mukund Sivaraman [Fri, 26 Oct 2012 01:19:58 +0000 (06:49 +0530)]
[2297] Make some minor readability and typo fixes in comments
Mukund Sivaraman [Fri, 26 Oct 2012 00:37:42 +0000 (06:07 +0530)]
[2360] Update wording in API doc comment for RRset::toText()
Mukund Sivaraman [Fri, 26 Oct 2012 00:03:30 +0000 (05:33 +0530)]
Merge branch 'master' into trac2357
Mukund Sivaraman [Thu, 25 Oct 2012 23:57:37 +0000 (05:27 +0530)]
[2357] Wrap comments above 80 char
JINMEI Tatuya [Thu, 25 Oct 2012 23:50:20 +0000 (16:50 -0700)]
[2209] style: combine two short lines
JINMEI Tatuya [Thu, 25 Oct 2012 23:07:00 +0000 (16:07 -0700)]
[2209] style fixes: folded long lines, constify, ptr vs bool
Mukund Sivaraman [Thu, 25 Oct 2012 22:54:07 +0000 (04:24 +0530)]
Merge branch 'master' into trac2236
Conflicts:
src/bin/auth/auth_srv.cc
src/bin/auth/tests/auth_srv_unittest.cc
JINMEI Tatuya [Thu, 25 Oct 2012 22:19:58 +0000 (15:19 -0700)]
[2212] some minor cleanups: removed unnecessary return; wording/editorial fix
JINMEI Tatuya [Thu, 25 Oct 2012 21:41:18 +0000 (14:41 -0700)]
[2212] internal refactoring with a helper method for readability.
JINMEI Tatuya [Thu, 25 Oct 2012 21:27:27 +0000 (14:27 -0700)]
[2212] use the new (staged) version of zone loading API from the builder thread
JINMEI Tatuya [Thu, 25 Oct 2012 21:02:20 +0000 (14:02 -0700)]
[2212] added one more necessary header file
JINMEI Tatuya [Tue, 23 Oct 2012 07:23:10 +0000 (00:23 -0700)]
[2212] also ported loadZoneWithoutDataSrc test.
JINMEI Tatuya [Tue, 23 Oct 2012 07:08:16 +0000 (00:08 -0700)]
[2212] reorder log messages
JINMEI Tatuya [Tue, 23 Oct 2012 07:07:39 +0000 (00:07 -0700)]
[2212] added log for completion of load zone
JINMEI Tatuya [Tue, 23 Oct 2012 07:01:59 +0000 (00:01 -0700)]
[2212] make sure catching internal error exceptions.
with fixing trivial conflicts:
src/bin/auth/tests/datasrc_clients_builder_unittest.cc
JINMEI Tatuya [Tue, 23 Oct 2012 06:46:53 +0000 (23:46 -0700)]
[2212] added two untested reload() cases: ZONE_NOT_CACHED and CACHE_DISABLED
JINMEI Tatuya [Tue, 23 Oct 2012 06:25:47 +0000 (23:25 -0700)]
[2212] comment update
JINMEI Tatuya [Tue, 23 Oct 2012 06:22:26 +0000 (23:22 -0700)]
[2212] ported command test's loadZoneInvalidParams
JINMEI Tatuya [Tue, 23 Oct 2012 06:03:02 +0000 (23:03 -0700)]
[2212] ported command test's loadBrokenZone test.
now catch exceptions from reload().
JINMEI Tatuya [Tue, 23 Oct 2012 05:53:32 +0000 (22:53 -0700)]
[2212] ported command tests' loadZoneSQLite3.
note: I simply removed the last error case. Such a broken config isn't
installed anyway, so checking after that doesn't seem to make much sense.
JINMEI Tatuya [Tue, 23 Oct 2012 05:22:16 +0000 (22:22 -0700)]
[2212] supported some part of loadzone command porting command unittests.
Fixed minor conflicts:
src/bin/auth/datasrc_clients_mgr.h
JINMEI Tatuya [Thu, 25 Oct 2012 21:47:11 +0000 (14:47 -0700)]
[2212] Merge branch 'trac2209' into trac2212-2
Michal 'vorner' Vaner [Thu, 25 Oct 2012 18:58:37 +0000 (20:58 +0200)]
[2209] Make ConfigurableClientList::reload a wrapper
Since the function is to reload and we provide an object that can
reload, we just get one and call it. It is just to avoid duplicate code.
Michal 'vorner' Vaner [Thu, 25 Oct 2012 18:43:38 +0000 (20:43 +0200)]
[2209] Provide the callbacks to load data
So now the loading works correctly (at least as the tests say).
Michal 'vorner' Vaner [Thu, 25 Oct 2012 18:42:39 +0000 (20:42 +0200)]
[2209] Pass objects by const reference
Passing it as const RRClass (and making a copy) makes no real sense. It
looks more expected with the reference and might even be slightly
faster.
Marcin Siodelski [Thu, 25 Oct 2012 18:05:29 +0000 (20:05 +0200)]
[2318] Do not allow zero and negative option codes.
Marcin Siodelski [Thu, 25 Oct 2012 16:35:07 +0000 (18:35 +0200)]
[2318] Renamed some of the unit tests.
Marcin Siodelski [Thu, 25 Oct 2012 16:33:17 +0000 (18:33 +0200)]
[2318] Added full unit tests coverage for option data parser.
Jelte Jansen [Thu, 25 Oct 2012 16:29:32 +0000 (18:29 +0200)]
[2357] clean up a few #endif comments
Jelte Jansen [Thu, 25 Oct 2012 16:13:52 +0000 (18:13 +0200)]
[2357] additional __ fixes
in generator for rdataclass.h, and updated a doxygen comment
Marcin Siodelski [Thu, 25 Oct 2012 13:34:57 +0000 (15:34 +0200)]
[2318] Parsing and setting option data.
Tomek Mrugalski [Thu, 25 Oct 2012 13:22:31 +0000 (15:22 +0200)]
[2324] Documentation updated, {Hashed,Random}Allocator skeletons implemented.
Jeremy C. Reed [Thu, 25 Oct 2012 12:18:22 +0000 (07:18 -0500)]
[master]Merge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10
Yoshitaka Aharen [Thu, 25 Oct 2012 12:08:16 +0000 (21:08 +0900)]
[2155] remove surrounding block
Naoki Kambe [Mon, 15 Oct 2012 12:16:06 +0000 (21:16 +0900)]
[2298] add tests for item_name_list()
Naoki Kambe [Tue, 16 Oct 2012 04:07:27 +0000 (13:07 +0900)]
[2298] add a method item_name_list()
Naoki Kambe [Thu, 25 Oct 2012 12:00:58 +0000 (21:00 +0900)]
[2298] update copyrights
Yoshitaka Aharen [Thu, 25 Oct 2012 11:57:16 +0000 (20:57 +0900)]
[2155] update test case comments
Yoshitaka Aharen [Thu, 25 Oct 2012 11:48:21 +0000 (20:48 +0900)]
[2155] add notes for SIG(0)
Tomek Mrugalski [Thu, 25 Oct 2012 11:46:02 +0000 (13:46 +0200)]
[2324] Developer's Guide section written
Yoshitaka Aharen [Thu, 25 Oct 2012 11:40:33 +0000 (20:40 +0900)]
[2155] call reset() instead of initializer
Yoshitaka Aharen [Thu, 25 Oct 2012 11:36:08 +0000 (20:36 +0900)]
[2155] removed inline keywords from methods inside class definition
Marcin Siodelski [Thu, 25 Oct 2012 11:24:21 +0000 (13:24 +0200)]
[2318] Created basic unit tests to verify that option data has been set.
Marcin Siodelski [Thu, 25 Oct 2012 08:44:22 +0000 (10:44 +0200)]
[2318] Improved comments for option data parsers.
Mukund Sivaraman [Thu, 25 Oct 2012 05:16:59 +0000 (10:46 +0530)]
[2360] Also render any associated RRSIG in RRset::toText()
Mukund Sivaraman [Thu, 25 Oct 2012 05:16:28 +0000 (10:46 +0530)]
[2360] Test that RRset::toText() returns any associated RRSIG too
Mukund Sivaraman [Thu, 25 Oct 2012 04:44:59 +0000 (10:14 +0530)]
[master] Delete trailing whitespace
Mukund Sivaraman [Thu, 25 Oct 2012 04:26:58 +0000 (09:56 +0530)]
[2357] Rename macro to avoid conflict with another one
A macro in bin/auth/ shared name with a macro in lib/datasrc/. :)
Mukund Sivaraman [Thu, 25 Oct 2012 04:08:57 +0000 (09:38 +0530)]
[2357] Manually fix the odd ends that were left
* Some were left because they were not named .h
* Some were left because of typo in identifier names
Mukund Sivaraman [Thu, 25 Oct 2012 04:05:06 +0000 (09:35 +0530)]
[2357] Update scaffolding using fix-scaffolding.py tool
See bug #2367 for the fix-scaffolding.py tool.
Mukund Sivaraman [Thu, 25 Oct 2012 01:48:42 +0000 (07:18 +0530)]
[2357] Update the scaffolding which message compiler generates
JINMEI Tatuya [Thu, 25 Oct 2012 03:40:35 +0000 (20:40 -0700)]
[2297] minor correction to the get_uptime_desc() docstring
JINMEI Tatuya [Thu, 25 Oct 2012 03:39:40 +0000 (20:39 -0700)]
[2297] added one more test case for get_uptime_desc
Mukund Sivaraman [Thu, 25 Oct 2012 01:34:08 +0000 (07:04 +0530)]
[2236] Remove obsolete comment
Mukund Sivaraman [Thu, 25 Oct 2012 01:19:58 +0000 (06:49 +0530)]
[2236] Use PTHREAD_MUTEX_NORMAL fast mutexes by default
Mukund Sivaraman [Thu, 25 Oct 2012 00:50:59 +0000 (06:20 +0530)]
[2208] Constify and use references in some args
JINMEI Tatuya [Thu, 25 Oct 2012 00:17:55 +0000 (17:17 -0700)]
[2297] use size of free list for free memory on openbsd, too.
JINMEI Tatuya [Thu, 25 Oct 2012 00:16:23 +0000 (17:16 -0700)]
[2297] Merge branch 'trac2297' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac2297
JINMEI Tatuya [Thu, 25 Oct 2012 00:11:48 +0000 (17:11 -0700)]
[2297] add SET_ENV_LIBRARY_PATH hack for run_sysinfo.sh
JINMEI Tatuya [Thu, 25 Oct 2012 00:06:46 +0000 (17:06 -0700)]
[2297] added a pretty-form of uptime in addition to the bare seconds
JINMEI Tatuya [Wed, 24 Oct 2012 23:08:02 +0000 (16:08 -0700)]
[2297] use the size of free-list to identify free memory for FreeBSD
total - active-VM isn't reliable as the former is physical while the latter
is virtual, and sometimes results in a negative value.
JINMEI Tatuya [Wed, 24 Oct 2012 22:43:53 +0000 (15:43 -0700)]
[2297] use smp.forward_signal_enabled to detect SMP-support kernel on freebsd.
kern.smp.active is misleading because it's always defined and can return 0
on an SMP-support kernel
JINMEI Tatuya [Wed, 24 Oct 2012 21:27:02 +0000 (14:27 -0700)]
[2297] (unrelated cleanup) don't bother to rename() it to be more standaalone
rename() sysinfo doesn't make much sense anyway, because it's a short-lived
process.
Stephen Morris [Wed, 24 Oct 2012 21:14:42 +0000 (22:14 +0100)]
[2342] Extend MySQL tests
Clear up after every test and check that commit works.
JINMEI Tatuya [Wed, 24 Oct 2012 21:10:39 +0000 (21:10 +0000)]
[2297] configure.ac and makefile updates for run_sysinfo
JINMEI Tatuya [Wed, 24 Oct 2012 20:48:12 +0000 (20:48 +0000)]
[2297] add run_ script. it's useful for dev environments.
Stephen Morris [Wed, 24 Oct 2012 20:28:24 +0000 (21:28 +0100)]
[2342] Remove hwaddr from lease6
Stephen Morris [Wed, 24 Oct 2012 20:18:13 +0000 (21:18 +0100)]
[2342] Corrections based on first part for third section of review.
Marcin Siodelski [Wed, 24 Oct 2012 18:38:58 +0000 (20:38 +0200)]
[2318] Create empty options in a parser and adding them to Subnet.
Stephen Morris [Wed, 24 Oct 2012 18:34:38 +0000 (19:34 +0100)]
[2342] Add check that database name cannot be NULL
Stephen Morris [Wed, 24 Oct 2012 18:18:33 +0000 (19:18 +0100)]
[2342] Address remaining issues in review comment 6.
Tomek Mrugalski [Wed, 24 Oct 2012 17:36:31 +0000 (19:36 +0200)]
[2324] Tests for IterativeAllocator written.
JINMEI Tatuya [Wed, 24 Oct 2012 17:16:42 +0000 (10:16 -0700)]
[master] use terminate() instead of assert(false) for forceful termination
JINMEI Tatuya [Wed, 24 Oct 2012 16:50:48 +0000 (09:50 -0700)]
[master] fixed some log message description to it matches the implementation
with some other wording cleanups.
JINMEI Tatuya [Wed, 24 Oct 2012 16:04:43 +0000 (09:04 -0700)]
[master] wording fix in changelog
trivial, committing at my discretion.
Tomek Mrugalski [Wed, 24 Oct 2012 14:42:36 +0000 (16:42 +0200)]
[2324] New tests for Allocation Engine implemented.
Stephen Morris [Wed, 24 Oct 2012 14:36:54 +0000 (15:36 +0100)]
[2342] Fix problems with time conversion
... traced to not initializing a "struct" properly.
Stephen Morris [Wed, 24 Oct 2012 13:27:43 +0000 (14:27 +0100)]
[2342] Changed Lease6 "client_id" field to "duid"
Stephen Morris [Wed, 24 Oct 2012 13:12:06 +0000 (14:12 +0100)]
[2342] Address review changes (in comment:5 of the ticket)
Tomek Mrugalski [Wed, 24 Oct 2012 13:06:21 +0000 (15:06 +0200)]
[2324] First allocation test implemented and passing
Tomek Mrugalski [Wed, 24 Oct 2012 13:05:09 +0000 (15:05 +0200)]
[2324] inPool methods added to Subnet4 and Subnet6
Michal 'vorner' Vaner [Wed, 24 Oct 2012 12:54:44 +0000 (14:54 +0200)]
[2209] Skeleton of the getCachedZoneWriter method
It is mostly copy of the reload() method. Currently, it does not contain
the initialization of load_action for the zone writer, so if a real zone
writer is returned, it doesn't work (it throws). But the tests for the
unsuccessful cases succeed.
There's also need to do something about the duplicate code between this
method and the reload(). Later on, we'll probably rewrite reload to use
the ZoneWriter (and even later deprecate reload, maybe? Or keep it as
the thin wrapper for convenience?)
Tomek Mrugalski [Wed, 24 Oct 2012 11:17:45 +0000 (13:17 +0200)]
[2324] Memfile_LeaseMgr is moved to a separate file
Marcin Siodelski [Mon, 15 Oct 2012 11:39:37 +0000 (13:39 +0200)]
[2318] Basic configuration parsers for option data added.
Marcin Siodelski [Wed, 24 Oct 2012 08:58:24 +0000 (10:58 +0200)]
[master] Merge branch 'trac2316'
Marcin Siodelski [Wed, 24 Oct 2012 08:57:39 +0000 (10:57 +0200)]
[2316] Passing option by reference as suggested in the review.
Jeremy C. Reed [Tue, 23 Oct 2012 18:44:28 +0000 (13:44 -0500)]
[master]Merge remote-tracking branch 'origin/trac2361'
JINMEI Tatuya [Tue, 23 Oct 2012 18:23:46 +0000 (11:23 -0700)]
[master] changelog entry for #2211
JINMEI Tatuya [Tue, 23 Oct 2012 18:21:56 +0000 (11:21 -0700)]
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
JINMEI Tatuya [Tue, 23 Oct 2012 18:21:35 +0000 (11:21 -0700)]
[master] Merge branch 'trac2211'
with fixing Conflicts to:
src/bin/auth/auth_srv.cc
src/bin/auth/auth_srv.h
src/bin/auth/datasrc_clients_mgr.h
src/bin/auth/main.cc
src/bin/auth/tests/auth_srv_unittest.cc
src/bin/auth/tests/command_unittest.cc
Marcin Siodelski [Tue, 23 Oct 2012 18:07:28 +0000 (20:07 +0200)]
[master] Use std::copy to write IP address to buffer.
This fix resolves build issues on Fedora 17. Okayed on jabber.