2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00
Commit Graph

18820 Commits

Author SHA1 Message Date
Kean Johnston
8e2ea0064b Merge branch 'trac3243_2' 2014-01-09 08:23:33 +02:00
Mukund Sivaraman
48ce1e8ebd [688] Make Message::hasRRset() const 2014-01-09 10:27:31 +05:30
Mukund Sivaraman
0b20f8d3da [1839] Fix toWire() for class=ANY and class=NONE cases 2014-01-09 09:27:53 +05:30
Mukund Sivaraman
273e917624 [1839] Fix bogus unittests that masked real errors 2014-01-09 09:25:28 +05:30
Mukund Sivaraman
0edfc14c92 [1839] Update test comments 2014-01-09 09:21:07 +05:30
Mukund Sivaraman
57a2ddcad8 [1839] Ensure that BasicRRset's methods are actually called (cleanup duplication) 2014-01-09 09:18:33 +05:30
Mukund Sivaraman
6a7967f6f7 [1839] Fix unittest comment 2014-01-09 08:17:35 +05:30
Mukund Sivaraman
70db20e80c [1839] Add some comments 2014-01-09 08:11:01 +05:30
JINMEI Tatuya
2b4fea8195 [1839] Specialize BasicRRset::toWire() for higher performance 2014-01-09 07:55:12 +05:30
Marcin Siodelski
756857b003 [3231] Implemented function which checks if the v4 packet is relayed. 2014-01-08 21:09:15 +01:00
Tomek Mrugalski
31e4160876 [3234] Changes after review:
- ChangeLog updated
 - Current reconfiguration limitations described in User's Guide
 - Dhcp{4,6}ParserTest.reconfigureRemoveSubnet added
 - Subnet::getNextID -> generateNextID
 - Various comments improved
2014-01-08 15:27:44 +01:00
Marcin Siodelski
ac194cf1e1 [master] Added ChangeLog entry for #3251. 2014-01-08 10:07:38 +01:00
Marcin Siodelski
21d2f7ec42 [master] Merge branch 'trac3251' 2014-01-08 09:14:21 +01:00
Mukund Sivaraman
9d6d5822fe [571] Don't print trailing newlines in Question::toText() output by default
It is possible to get the old behavior by passing toText(true).

Message::toText() output is unchanged.
2014-01-08 10:56:14 +05:30
Mukund Sivaraman
6271645f18 [2951] Add lettuce test for non-existing name in root zone from SQLite3 2014-01-08 09:17:55 +05:30
Mukund Sivaraman
b0f04bed61 [2951] Fix bad concatenation to construct wildcard name (for root zone) 2014-01-08 08:38:44 +05:30
Mukund Sivaraman
d43dff9a9d [2347] Add missing <functional> include
This seems to be required on certain platforms (Visual Studio 2012) to
use std::bind1st, std::not_equal_to, etc. On other platforms, it may
have been transitively included.
2014-01-08 06:36:02 +05:30
Marcin Siodelski
e1c59f67be [3251] Fixed IfaceMgr unit test for BSD systems. 2014-01-07 13:58:48 +01:00
Marcin Siodelski
c994af9f18 [3231] Corrected a typo in dhcp4_srv.h 2014-01-07 12:38:36 +01:00
Mukund Sivaraman
e3ae30d012 [3243] Fix use of serial tests harness in configure.ac 2014-01-07 17:04:09 +05:30
Mukund Sivaraman
11a9a5e037 [1444] Make DATASRC_SQLITE_DROPCONN message more admin-friendly 2014-01-07 14:59:02 +05:30
Mukund Sivaraman
7607200420 [1283] Remove toText() calls where IOAddress should be used directly 2014-01-07 11:32:31 +05:30
Mukund Sivaraman
df980e49b8 [1283] Define operator<< for IOAddress 2014-01-07 10:33:24 +05:30
Mukund Sivaraman
f45a1ff6b8 [1033] Add unittest for log layout pattern 2014-01-07 10:10:39 +05:30
Thomas Markwalder
b9063db0e6 [3033] Corrected doxygen errors in dhcpsrv 2014-01-06 12:01:47 -05:00
Thomas Markwalder
d508d4ac19 [3033] Added DHCP-DDNS configuration paramater parsing to b10-dhcp4
Added configuration paramters to dhcp4 and its spec file to support DHCP-DDNS.
Created new classes D2ClientMgr, D2ClientConfig, and D2CientConfigParser in the
libdhcpsrv.   The new parameters are parsed, validated, and stored  but do
not yet affect behavior.  That will be implemented as a seperate ticket.
2014-01-06 10:56:59 -05:00
Mukund Sivaraman
be25b97a4c [master] Add ChangeLog for #3227 2014-01-06 13:06:43 +05:30
Mukund Sivaraman
c517e0fa8f [master] Delete trailing space and wrap ChangeLog messages to 80 columns 2014-01-06 13:05:53 +05:30
Mukund Sivaraman
5ec35e37db Merge branch 'trac3227' 2014-01-06 13:03:34 +05:30
Kean Johnston
e1b65fae14 [2566] Review - minor potential cleanups 2014-01-05 10:29:55 +02:00
Marcin Siodelski
102f42af2c [3231] Updated bind10-guide to accomodate dynamic generation of server id. 2014-01-03 18:02:42 +01:00
Marcin Siodelski
e6d538fd1e [3231] Removed the source address adjustment of the packet in LPF.
The DHCPv4 server is now responsible for setting up a correct unicast
source address for the outgoing packet. The IfaceMgr doesn't replace
the broadcast address with the unicast address anymore.
2014-01-03 17:41:24 +01:00
Marcin Siodelski
2be3eca286 [3231] Removed fixed server identifier option from the DHCPv4 server. 2014-01-03 17:36:34 +01:00
Marcin Siodelski
fa95cdf5ca [3231] Dynamically generate server identifier and append to server response 2014-01-03 16:54:16 +01:00
Tomek Mrugalski
4e3b085d94 [3203] Doxygen errors fixes 2014-01-03 13:22:26 +01:00
Tomek Mrugalski
ab8c495653 [3203] Developer's guide update 2014-01-03 13:21:50 +01:00
Thomas Markwalder
fc1a10ef5b [master] Added ChangeLog entry 721 for trac3207. 2014-01-02 14:45:21 -05:00
Thomas Markwalder
34fddf2e75 Merge branch 'trac3207'
Completes initial implmementation of example hooks libary, user_chk.
2014-01-02 14:20:43 -05:00
Thomas Markwalder
94be309810 [3207] A few more minor review changes.
Removed reponse packet type check from IPv6 packet_snd callout.
Corrected text in user chk doxygen page.
2014-01-02 12:13:34 -05:00
Marcin Siodelski
c56b6109a0 [3231] Set fake interface for the incoming packet in DHCPv4 unit tests. 2014-01-02 17:57:05 +01:00
Marcin Siodelski
a1beae5fd2 [3231] Implemented test fixture class to run tests with fake interfaces. 2014-01-02 15:05:04 +01:00
Marcin Siodelski
4063c0a8aa [3251] Merge branch 'master' into trac3251 2014-01-02 11:01:05 +01:00
Thomas Markwalder
b425b35008 [3207] Some minor corrections to user_chk library dox page. 2013-12-31 17:00:30 -05:00
Thomas Markwalder
2f2d2cfd4d [3207] Addressed review comments.
Addressed review comments which were largely minor. Limited use of
extern C linkage to only the callout functions themselves. Added
a dox page describing the library.  Added namespace user_chk.
2013-12-31 15:38:13 -05:00
Tomek Mrugalski
daa4b00d29 [3203] Minor tweaks in v4 client classification 2013-12-31 15:10:43 +01:00
Tomek Mrugalski
71965bcfe5 [3203] v6 vendor class is not intepreted as client class. 2013-12-31 15:09:57 +01:00
Tomek Mrugalski
ee836ac5bf [3203] Comment in Pkt4 about client classes updated. 2013-12-31 15:07:35 +01:00
Tomek Mrugalski
3dade343a9 [3203] v6 vendor-class option updated, unit-test added 2013-12-31 15:07:15 +01:00
Thomas Markwalder
51fa695a01 Merge branch 'master' into trac3207
3207 was created quite some time ago, so master was
merged into it first.
2013-12-31 07:38:34 -05:00
Tomek Mrugalski
b0c84e76de [3203] Client classification added in DHCPv4. 2013-12-30 19:47:41 +01:00