Tomek Mrugalski
8081aedabd
[4102] Fixed typo in classify.xml
2015-12-15 19:30:28 +01:00
Marcin Siodelski
b9f7b33e0e
[4224] Shell tests now use pid files to check if process is running.
2015-12-15 16:32:33 +01:00
Thomas Markwalder
ed80773fde
[master] Added ChangeLog entry 1071 for Trac #4216 .
trac4242_base
2015-12-15 09:24:49 -05:00
Thomas Markwalder
f0e37cd6d4
Merge branch 'trac4216'
2015-12-15 08:32:30 -05:00
Jeremy C. Reed
a8b0a4813b
[3872] comment out "DHCP Performance Guide" add dhcpd.8 to See Also
...
Performance Guide is gone. See ticket #4077 .
Also this tool is not kea specific, so reference legacy man page too.
2015-12-14 17:18:20 -06:00
Jeremy C. Reed
f85527d0ab
[3872] add commas to See Also list and also mention the Guide
2015-12-14 17:11:22 -06:00
Jeremy C. Reed
07df297ccb
[3872] remove duplicate word
2015-12-14 13:45:53 -06:00
Jeremy C. Reed
59185d50af
[3872] fix some misspellings
2015-12-14 13:43:23 -06:00
Jeremy C. Reed
eb5cf6ffdd
[3872] fix another misspelled word
2015-12-14 13:40:22 -06:00
Jeremy C. Reed
5874543c5a
[3872] remove some doubled words
2015-12-14 13:39:36 -06:00
Jeremy C. Reed
df07a86cab
[3872] fix misspellings
...
note some misspellings are in the short description but the log ID
itself is not changed (no spelling issue there)
2015-12-14 13:33:07 -06:00
Shawn Routhier
657c7a0fe6
[master] Update change log entry number and commit tag
2015-12-14 11:22:47 -08:00
Shawn Routhier
69dd98d038
[master] Correct v6 classification examples to use the correct option tag
2015-12-14 11:21:01 -08:00
Jeremy C. Reed
fcf4833670
[3872] fixed many misspelled words
...
also added a couple commas or missing spaces
2015-12-14 13:18:30 -06:00
Jeremy C. Reed
473baece23
remove double words
2015-12-14 10:35:33 -06:00
Francis Dupont
e5774e21ed
[4234] Fixed stats_mgr.h
2015-12-12 00:06:37 +01:00
Francis Dupont
620c903a5c
[4234] cleanup
2015-12-11 23:50:51 +01:00
Francis Dupont
55450013dc
[4234] Made UnixCommandSocket::receiveHandler visible to doxygen
2015-12-11 22:50:44 +01:00
Francis Dupont
abc52b5b68
[4234] Added doc/images directory
2015-12-11 22:36:50 +01:00
Francis Dupont
86c4e4096b
[4234] Fixed the doxygen issue in asiolink
2015-12-11 22:27:43 +01:00
Francis Dupont
64b6fbb6df
[4234] Qualified Type in Lease6 constructor
2015-12-11 21:13:00 +01:00
Francis Dupont
464c1cd863
[4234] Missing doxygen fix
2015-12-11 21:07:45 +01:00
Thomas Markwalder
6bd7ac72bc
[4237] Added MySQL ENGINE to all table creates, fixed hosts table not dropping
...
All MySQL text to create tables sets ENGINE to INNODB
MySQL unit tests now reliably drop the "hosts" table
src/bin/admin/scripts/mysql/dhcpdb_create.mysql
Added "ENGINE = INNODB" table creates where needed
src/bin/admin/scripts/mysql/upgrade_1.0_to_2.0.sh.in
src/bin/admin/scripts/mysql/upgrade_2.0_to_3.0.sh.in
Added "ENGINE = INNODB" table creates where needed
src/bin/admin/tests/data/mysql.lease6_dump_test.reference.csv
Reversed order of reference file to match INNODB result
src/bin/admin/tests/dhcpdb_create_1.0.mysql
Added "ENGINE = INNODB" table creates where needed
src/bin/admin/tests/mysql_tests.sh.in
Removed unnecessary explicit drop of ipv6_reservations
src/lib/dhcpsrv/tests/mysql_schema.cc
Added MySQL error output on statement failures
src/lib/dhcpsrv/tests/schema_mysql_copy.h
const char* destroy_statement[]
Added statement to turn off referential integrity checks, so all
tables will get dropped. "hosts" table was being left behind.
const char* create_statement[]
Added "ENGINE = INNODB" table creates where needed
2015-12-11 14:51:18 -05:00
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