summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [master] Added ChangeLog entry 1071 for Trac #4216.Thomas Markwalder2015-12-151-0/+6
* Merge branch 'trac4216'Thomas Markwalder2015-12-153-20/+29
|\
| * [4216] Fixed up log messageThomas Markwalder2015-12-111-1/+1
| * [4216] Addressed review commentsThomas Markwalder2015-12-112-28/+11
| * [4216] Eliminated reuse of log message IDs in hosts database related loggingThomas Markwalder2015-12-093-6/+32
* | [master] Update change log entry number and commit tagShawn Routhier2015-12-141-2/+2
* | [master] Correct v6 classification examples to use the correct option tagShawn Routhier2015-12-143-3/+8
|\ \
| * | [trac4222] Correct v6 classificaiton examples to use client-id (1).Shawn Routhier2015-12-103-3/+8
| |/
* | [4206b] Fixed two typos in the Pkt4 and Pkt6 methods.Marcin Siodelski2015-12-112-2/+2
* | [4206b] Added unit tests for malfromed client id in getLabel.Marcin Siodelski2015-12-112-0/+24
* | [4206b] Minor updates to the Pkt4::getLabel method.Marcin Siodelski2015-12-111-5/+7
* | [4206b] Added unit-tests for too long client-id/DUID.Tomek Mrugalski2015-12-112-0/+60
* | [4206b] Pkt{4,6}::getLabel() methods are now exception safe.Tomek Mrugalski2015-12-114-6/+35
* | Revert "[master] Merge branch 'trac4106'"Marcin Siodelski2015-12-1027-1898/+15
* | [master] Fix compilation issue on RHEL6.Marcin Siodelski2015-12-102-0/+2
* | [master] ChangeLog updated.Tomek Mrugalski2015-12-101-0/+5
* | [master] Merge branch 'trac4206' (empty DUID/client-id fix)Tomek Mrugalski2015-12-1010-1/+186
|\ \
| * | [4206] Fixed Dhcp4 unit test failure under OS-XThomas Markwalder2015-12-091-0/+2
| * | [4206] Unit-tests implemented for empty duid/client-id.Tomek Mrugalski2015-12-086-1/+145
| * | [4206] Fix for empty client-id in v4Tomek Mrugalski2015-12-072-0/+20
| * | [4206] Fix for empty DUID in v6Tomek Mrugalski2015-12-072-0/+19
* | | [master] Merge branch 'master' of ssh://git.kea.isc.org/git/keaTomek Mrugalski2015-12-1018-28/+34
|\ \ \
| * | | [master] Added Changelog entry for #4228.Marcin Siodelski2015-12-101-0/+5
| * | | [master] Merge branch 'trac4228'Marcin Siodelski2015-12-1017-28/+29
| |\ \ \
| | * | | [4228] Added s-messages to gitignore file.Marcin Siodelski2015-12-091-2/+3
| | * | | [4228] Renamed 'message' to 'kea-msg-compiler' in Makefiles and docs.Marcin Siodelski2015-12-0916-26/+26
| | | |/ | | |/|
* | / | [master] Compilation fix after 4106Tomek Mrugalski2015-12-101-1/+1
|/ / /
* | | [master] Merge branch 'trac4106'Marcin Siodelski2015-12-1027-15/+1897
|\ \ \ | |/ / |/| |
| * | [4106] Fixed a typo.Marcin Siodelski2015-12-101-1/+1
| * | [4106] Renamed DHCPv4 and DHCPv6 specific IPC classes.Marcin Siodelski2015-12-099-45/+46
| * | [4106] Minor updates as a result of the review.Marcin Siodelski2015-12-092-2/+1
| * | [4106] Added IPC tests for invalid number of DHCPv4 query options.Marcin Siodelski2015-11-101-0/+51
| * | [4106] Improved IPC handler functions for DHCPv4 and DHCPv6 server.Marcin Siodelski2015-11-105-13/+73
| * | [4106] Additional checks on packet received over the IPC in the test.Marcin Siodelski2015-11-101-0/+7
| * | [4106] Added unit test for the DHCPv6 IPC endpoint.Marcin Siodelski2015-11-104-3/+162
| * | [4106] Implemented test for the DHCPv4 endpoint of DHCPv4o6 IPC.Marcin Siodelski2015-11-093-2/+118
| * | [4106] Test IPC class moved to a common library.Marcin Siodelski2015-11-095-87/+157
| * | [4106] Throw exception from IPC for out of range port.Marcin Siodelski2015-11-094-6/+19
| * | [4106] Represent DHCPv4o6 endpoint with enum.Marcin Siodelski2015-11-095-43/+52
| * | [4106] Improved documentation of the base IPC class.Marcin Siodelski2015-11-091-13/+51
| * | [4106] Allow for transmitting vendor option in the DHCPv4o6 message.Marcin Siodelski2015-11-092-50/+156
| * | [4106] Added a set of tests for sending message over IPC.Marcin Siodelski2015-11-092-35/+156
| * | [4106] Throw exception of the packet sent over IPC is invalid.Marcin Siodelski2015-11-042-12/+146
| * | [4106] Added new exception Dhcp4o6IpcError.Marcin Siodelski2015-11-043-10/+17
| * | [4106] Added additional tests for opening and closing IPC.Marcin Siodelski2015-11-041-4/+79
| * | [4106] Cleanup in the DHCPv4o6 IPC class.Marcin Siodelski2015-11-022-19/+14
| * | [4106] Improvements and comments to the DHCPv4o6 IPC tests.Marcin Siodelski2015-11-012-25/+191
| * | [4106] Added unit test for the DHCP4o6 IPC.Marcin Siodelski2015-11-013-7/+108
| * | [4106] Changed to use the private optionsFrancis Dupont2015-10-315-69/+50
| * | [4106] Ported DHCPv4-over-DHCPv6 IPC code from fd4o6 private branchFrancis Dupont2015-10-3117-7/+680