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

12271 Commits

Author SHA1 Message Date
Tomek Mrugalski
bdeb3c67d1 [2270] Fix for repeated reconf in dhcp6 (old defaults are now removed) 2012-12-05 15:23:34 +01:00
Tomek Mrugalski
65a83c79b1 [2270] Fixes in Doxygen comments in src/bin/dhcp6 2012-12-05 15:22:05 +01:00
Marcin Siodelski
d0af0ecaad [2270] Corrected some minor typos. 2012-10-17 13:18:25 +02:00
Tomek Mrugalski
142825f0ca [2270] Comment about code overlap added. 2012-10-12 15:06:23 +02:00
Tomek Mrugalski
4b59798e65 [2270] Documentation for DHCPv4 config. parser written. 2012-10-12 14:55:59 +02:00
Tomek Mrugalski
d2c2edbfa7 [2270] DHCPv6 pool parser fix. 2012-10-12 13:53:10 +02:00
Tomek Mrugalski
552657fff4 [2270] DHCPv4 parser fixes. Tests now pass. 2012-10-12 13:52:36 +02:00
Tomek Mrugalski
650a6c1b4f [2270] Configuration parser for DHCPv4 2012-10-11 19:08:23 +02:00
Tomek Mrugalski
0375b6599c [master] Compilation fix for OpenBSD.
For some reason comparison operator for std::vector<uint8_t> does
not work with EXPECT_EQ macro on OpenBSD.
2012-10-11 16:14:28 +02:00
Tomek Mrugalski
50f42396ef [master] Warning shown on Debian6 with g++ 4.4 removed. 2012-10-11 16:07:32 +02:00
Tomek Mrugalski
64bba5b1c6 [master] Compilation fix for Solaris in LeaseMgr 2012-10-11 15:33:40 +02:00
Tomek Mrugalski
7ad6e5687c [master] Merge branch 'trac2237' (Subnet/pool storage for DHCPv4)
Conflicts:
	ChangeLog
	src/lib/dhcp/cfgmgr.h
	src/lib/dhcp/tests/cfgmgr_unittest.cc
2012-10-11 14:59:58 +02:00
Tomek Mrugalski
a78e560343 [2237] Changes after review. 2012-10-11 14:55:04 +02:00
Tomek Mrugalski
de5fd0b128 [master] Merge branch 'trac2269' (configuration for b10-dhcp6) 2012-10-11 14:40:04 +02:00
Tomek Mrugalski
028bed9014 [2269] Typo fixed. 2012-10-11 14:30:28 +02:00
Tomek Mrugalski
4784ca566b [master] Merge branch 'trac2140' (Abstract API for DHCP database)
Conflicts:
	ChangeLog
	src/lib/dhcp/tests/Makefile.am
2012-10-11 14:15:10 +02:00
Tomek Mrugalski
df196f7609 [2140] LeaseMgr minor tweaks, ChangeLog updated. 2012-10-11 13:40:11 +02:00
Mukund Sivaraman
5fadea676f [2266] Update ChangeLog trac2351_base 2012-10-11 12:21:42 +05:30
Mukund Sivaraman
532ac3d005 Merge branch 'master' into trac2266 2012-10-11 12:19:00 +05:30
JINMEI Tatuya
e2d1490eb8 [master] minor wording fix in a README file.
committing at my discretion.
2012-10-10 15:14:52 -07:00
JINMEI Tatuya
f2b4e736bb [master] changelog for #2339 2012-10-10 13:50:21 -07:00
JINMEI Tatuya
88db890d8d [master] Merge branch 'trac2339' 2012-10-10 13:38:20 -07:00
Michal 'vorner' Vaner
65cddb545c Compilation fix: usual static_cast<X*>(NULL)
Sunstudio is unhappy with plain NULL inside EXPECT_EQ and thinks it is
int. This makes it think otherwise.
2012-10-10 20:42:46 +02:00
Michal 'vorner' Vaner
99fd73694c Remove extra comma at the end of enum
This should fix compilation issue on sunstudio.
2012-10-10 20:28:16 +02:00
Tomek Mrugalski
a1983f4368 [2140] DUID no longer returns unsafe references, tests updated. 2012-10-10 19:28:09 +02:00
Tomek Mrugalski
56dd564263 [2140] Renew, rebind timers added to lease4, recycle-timer removed 2012-10-10 19:27:28 +02:00
JINMEI Tatuya
b6cfd9d20c [master] added changelog for #2244 2012-10-10 09:32:40 -07:00
JINMEI Tatuya
a0b7dd977e [master] a minor grammar fix to changelog entry. 2012-10-10 09:31:30 -07:00
JINMEI Tatuya
7565788d06 [master] Merge branch 'trac2244' 2012-10-10 09:26:47 -07:00
JINMEI Tatuya
183ea20803 [master] Merge branch 'trac2204' 2012-10-10 09:19:06 -07:00
Tomek Mrugalski
08d6f75709 [2140] Changes after review: LeaseMgr::getLeaseX() methods expanded. 2012-10-10 16:03:26 +02:00
Michal 'vorner' Vaner
fe827c7e47
Merge #2292 2012-10-10 11:59:02 +02:00
Michal 'vorner' Vaner
c6391ad769 [2292] Add a TODO about re-adding tests
Planned for merge #2268
2012-10-10 11:58:17 +02:00
JINMEI Tatuya
86e4008ac1 [2204] removed an obsolete comment that only made sense for the previous code. 2012-10-09 13:28:08 -07:00
JINMEI Tatuya
f496bbe69f [2204] added notes about future extensions of incremental datasrc config update 2012-10-09 13:26:20 -07:00
JINMEI Tatuya
74911480e9 [2339] changed the search order of python executable: seek python3.x first.
this works around a bit awkward installation setup where there's a link
from "python3" to "python3.x" but not from "python3-config" to the
corresponding "python3.x-config".  That happens for recent versions of
Homebrew.
2012-10-09 13:17:59 -07:00
JINMEI Tatuya
d12ce3c245 [2244] missing update: Component.running() was renamed is_running(). 2012-10-09 11:11:51 -07:00
Tomek Mrugalski
1517f32c9e [2269] Changes in Dhcp6 config parser after review. 2012-10-09 19:13:29 +02:00
Tomek Mrugalski
5e39872cc6 [2237] Tests for addr utilities added, other minor fixes after review. 2012-10-09 16:08:25 +02:00
Tomek Mrugalski
ebfe8a5ab0 [2237] Changes after review. 2012-10-09 14:54:09 +02:00
Michal 'vorner' Vaner
d78dd497ec [2292] Clarify test
And make it slightly stronger (it now checks something that should be
mostly obvious too, but who knows, with software).
2012-10-09 14:11:25 +02:00
Michal 'vorner' Vaner
3a6ee0d12d [2292] Pass the old zone back
Instead of releasing it directly. While the internal release was more
convenient, it didn't allow for swapping things fast under a mutex and
then spending the time releasing it unlocked.
2012-10-09 14:07:13 +02:00
Michal 'vorner' Vaner
7888a2127d [2292] Don't pass SegmentObjectHolder
It is supposed to be mostly private. Use it internally only.
2012-10-09 13:39:30 +02:00
Mukund Sivaraman
bcf2117983 [master] Set lockfile path for DHCP tests 2012-10-09 10:41:32 +05:30
Mukund Sivaraman
fb5aa58dab [master] Update .gitignore files 2012-10-09 10:38:12 +05:30
Mukund Sivaraman
5879860e00 [master] Remove empty GNU-style dist files 2012-10-09 10:21:48 +05:30
JINMEI Tatuya
1e93f1db98 [2204] grammar fix in documentation 2012-10-08 17:29:15 -07:00
JINMEI Tatuya
3a68ea2e8d [2204] updated test comments without using "rollback".
as the new code actually doesn't do rollback operation internally,
even though the observable effect is the same.
2012-10-08 17:27:23 -07:00
JINMEI Tatuya
4e159ffca0 [2204] updated comments about releasing old data source client lists
the previous one was not really accurate and was confusing.
2012-10-08 16:56:10 -07:00
JINMEI Tatuya
7b053fd99e [2244] renamed BaseComponent.is_failed() to is_restarting().
so it sounds more natural as an English term.
2012-10-08 16:14:16 -07:00