Francis Dupont
c79b3f4362
[4234] doxygen fixes last pass
2015-12-11 20:21:06 +01:00
Marcin Siodelski
afcbbda770
[4206b] Fixed two typos in the Pkt4 and Pkt6 methods.
trac4241_base
trac4240_base
2015-12-11 16:26:17 +01:00
Marcin Siodelski
cea271d0ee
[4206b] Added unit tests for malfromed client id in getLabel.
2015-12-11 16:13:18 +01:00
Marcin Siodelski
a158b3d5f2
[4206b] Minor updates to the Pkt4::getLabel method.
...
The warning about malformed client-id is separated by a single
space character from the actual label. Also, used stream object
to concatenate label with suffix to be consistent with the
convention used in makeLabel.
2015-12-11 16:11:26 +01:00
Francis Dupont
043a304c72
[4234] doxygen cleanup second pass
2015-12-11 15:50:55 +01:00
Francis Dupont
7e612258d2
[4234] doxygen cleanup first pass
2015-12-11 15:23:36 +01:00
Thomas Markwalder
dea9eb2c42
[4216] Fixed up log message
...
Added mention of hosts db to message text for DHCPSRV_MYSQL_HOST_DB_GET_VERSION
2015-12-11 09:03:44 -05:00
Tomek Mrugalski
dc498ad0d7
[4206b] Added unit-tests for too long client-id/DUID.
2015-12-11 15:00:43 +01:00
Tomek Mrugalski
97b5297868
[4206b] Pkt{4,6}::getLabel() methods are now exception safe.
2015-12-11 15:00:15 +01:00
Thomas Markwalder
39525b943c
[4216] Addressed review comments
...
src/lib/dhcpsrv/host_data_source_factory.cc
HostDataSourceFactory::create(const std::string& dbaccess)
- Removed logging from exception throwing conditions
- Minor clean up of the method itself
src/lib/dhcpsrv/dhcpsrv_messages.mes
Removed obsoleted error messages:
DHCPSRV_HOSTDB_NOTYPE
DHCPSRV_UNKNOWN_HOST_DB
2015-12-11 07:00:18 -05:00
Marcin Siodelski
6bc8c1cb7d
Revert "[master] Merge branch 'trac4106'"
...
This reverts commit 8f2a1f8a7a0e27a8c584186cfda089cd88ec6153, reversing
changes made to ed7edadcbd2bde368fdde86e1c997ea225b456f5.
This merge introduced regressions in our build farm and revealed
issues in the DHCP4o6 IPC code. It also revealed some differences
in sockets handling under Linux and BSD. Rather than continue
patching this here, we should work on the branch to resolve all
issues and then merge 1.1.
trac3923a_base
trac4234_base
2015-12-10 23:08:59 +01:00
Marcin Siodelski
b3ae8e4787
[master] Fix compilation issue on RHEL6.
...
Added missing fctnl.h include. Okayed on jabber.
2015-12-10 15:57:52 +00:00
Tomek Mrugalski
2ec7992843
[master] ChangeLog updated.
2015-12-10 14:59:45 +01:00
Tomek Mrugalski
2c94f80e30
[master] Merge branch 'trac4206' (empty DUID/client-id fix)
2015-12-10 13:58:19 +01:00
Tomek Mrugalski
5b9ff9b86d
[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea
2015-12-10 13:56:38 +01:00
Tomek Mrugalski
73916cbf0d
[master] Compilation fix after 4106
2015-12-10 13:55:19 +01:00
Marcin Siodelski
3543f2cd4c
[master] Added Changelog entry for #4228 .
2015-12-10 12:44:25 +01:00
Marcin Siodelski
bbeb5c776c
[master] Merge branch 'trac4228'
2015-12-10 12:42:54 +01:00
Marcin Siodelski
8f2a1f8a7a
[master] Merge branch 'trac4106'
2015-12-10 12:24:15 +01:00
Marcin Siodelski
96a612f446
[4106] Fixed a typo.
2015-12-10 12:20:57 +01:00
Shawn Routhier
591f209e98
[trac4222] Correct v6 classificaiton examples to use client-id (1).
2015-12-09 19:27:57 -08:00
Francis Dupont
723117cf28
[4231] more parsing unit tests
trac4232_base
2015-12-10 00:11:47 +01:00
Marcin Siodelski
05616834ef
[4106] Renamed DHCPv4 and DHCPv6 specific IPC classes.
2015-12-09 22:15:53 +01:00
Marcin Siodelski
0799cba471
[4106] Minor updates as a result of the review.
...
Removed debug leftover and changed 'responds' to 'answers'.
2015-12-09 21:13:11 +01:00
Thomas Markwalder
2c413e04e0
[4216] Eliminated reuse of log message IDs in hosts database related logging
...
src/lib/dhcpsrv/dhcpsrv_messages.mes
Added hosts database specific messages
src/lib/dhcpsrv/host_data_source_factory.cc
src/lib/dhcpsrv/mysql_host_data_source.cc
Updated log statements with hosts database messages
2015-12-09 14:51:36 -05:00
Thomas Markwalder
ed0fd7d485
[4206] Fixed Dhcp4 unit test failure under OS-X
...
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
TEST_F(Dhcpv4SrvTest, emptyClientId)
Added code to set up test interfaces
2015-12-09 11:22:06 -05:00
Marcin Siodelski
f57a7c3880
[4228] Added s-messages to gitignore file.
2015-12-09 16:14:22 +01:00
Francis Dupont
d0ee0b0811
[4231] Added and & or operators
2015-12-09 16:00:46 +01:00
Marcin Siodelski
c1446ba1f7
[4228] Renamed 'message' to 'kea-msg-compiler' in Makefiles and docs.
2015-12-09 15:57:42 +01:00
Francis Dupont
8f6bc1575e
[4231] Added .exists to option
2015-12-09 14:54:00 +01:00
Francis Dupont
a557a43b39
[4231] Added not operator
2015-12-09 14:27:37 +01:00
Francis Dupont
ce332093aa
[4231] Added ( bool_expr )
2015-12-09 13:41:28 +01:00
Tomek Mrugalski
d918039035
[4206] Unit-tests implemented for empty duid/client-id.
2015-12-08 16:35:35 +01:00
Tomek Mrugalski
b718b770da
[4206] Fix for empty client-id in v4
2015-12-07 17:48:47 +01:00
Tomek Mrugalski
b69ee2d4b1
[4206] Fix for empty DUID in v6
2015-12-07 17:48:28 +01:00
Francis Dupont
ed7edadcbd
[master] Added timestamps (cf #4210 )
trac4231_base
2015-12-07 15:55:25 +01:00
Wlodek Wencel
9aa03d67ce
[v1_0_0b] reorder .mes files
2015-12-04 13:15:39 +01:00
Wlodek Wencel
5d62a8b710
[v1_0_0] differences.txt file removed
2015-12-04 13:15:11 +01:00
Wlodek Wencel
8744c4c62c
[v1_0_0] AUTHORS file update
2015-12-04 13:14:55 +01:00
Wlodek Wencel
cd5b36cfd4
[v1_0_0] ChangeLog fixes
...
Conflicts:
ChangeLog
2015-12-04 13:12:35 +01:00
Shawn Routhier
41cf5f77e2
[master] Update change log entry with commit number
2015-12-03 12:45:37 -08:00
Shawn Routhier
22fe2bf889
Merge branch 'trac4218' Remove .text operator form classification documentation
2015-12-03 12:43:53 -08:00
Shawn Routhier
e1870780a0
[trac4218] Remove descritpion of .text from classification
...
The use of .text isn't really clear yet and rather than confuse
users we are removing it from the documentation.
2015-12-03 12:17:39 -08:00
Tomek Mrugalski
e05819fbce
[4217] HostMgr now uses exactly one identifier in get4() query
...
- Includes fix in AllocEngine6Test ctor, provided by Thomas
2015-12-03 17:47:41 +01:00
Tomek Mrugalski
599edbc929
[master] ChangeLog updated after 3569 merge.
2015-12-02 10:58:22 +01:00
Tomek Mrugalski
8896c9c3f7
[master] Merge branch 'trac3569_rebase' (host data source configuration)
2015-12-02 10:26:10 +01:00
Tomek Mrugalski
9f94c96152
[3569_rebase] Removed 2 unit-tests as agreed on jabber.
2015-12-02 00:09:30 +01:00
Tomek Mrugalski
570d8e79dc
[3569_rebase] Comment corrected in User's Guide
2015-12-01 23:14:08 +01:00
Tomek Mrugalski
08499ad49c
[3569_rebase] alternate_source renamed, added comments
2015-12-01 23:12:23 +01:00
Tomek Mrugalski
1e2e2274e1
[3569_rebase] Schema clean-up before DbAccessParserTest.commitLeaseDb
2015-12-01 21:54:35 +01:00