2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00
Commit Graph

21279 Commits

Author SHA1 Message Date
Shawn Routhier
a080ae22d6 [3800] Fix some typo level items in the documentation. 2015-06-18 23:36:13 -07:00
Tomek Mrugalski
f603a0dbce [3800] Remaing documentation written. 2015-06-18 19:00:09 +02:00
Tomek Mrugalski
a88383d5ed [3800] 6 statistic-{get,reset,remove}-* commands described. 2015-06-18 17:15:40 +02:00
Francis Dupont
c3346812b6 [master] Revert "[master] Finished merge if trac3732a (remove BUNDY 2nd pass)"
This reverts commit 8d0324f478, reversing
changes made to 9257854f21.

Revert trac3732a merge because config was reused by command stuff.
trac3732b_base
2015-06-17 17:12:33 +02:00
Francis Dupont
c63e9a86ae [master] Merged trac3866 (don't leave the PID file read-only) trac3830_base 2015-06-17 15:06:43 +02:00
Francis Dupont
f54decb006 [master] Merged trac3857 (#3763 DSO in doc) 2015-06-17 14:44:46 +02:00
Francis Dupont
62fd831dd0 [master] Fixed ChangeLog 2015-06-17 14:33:39 +02:00
Francis Dupont
8d0324f478 [master] Finished merge if trac3732a (remove BUNDY 2nd pass) 2015-06-17 14:30:57 +02:00
Tomek Mrugalski
9257854f21 [master] ChangeLog updated. 2015-06-17 13:49:41 +02:00
Tomek Mrugalski
6886583955 [master] Merge branch 'trac3880' (control channel for DHCPv4)
Conflicts:
	doc/guide/dhcp4-srv.xml
	src/bin/dhcp4/tests/Makefile.am
	src/lib/stats/stats_mgr.h
	src/lib/stats/tests/stats_mgr_unittest.cc
2015-06-17 13:49:10 +02:00
Tomek Mrugalski
7d1aa84569 [3880] Changes after review:
- UnixCommandSocket does not use ElementPtr anymore
 - strerror() is now used correctly
 - Doxygen comments corrected and updated
2015-06-17 12:14:13 +02:00
Tomek Mrugalski
0bbcd61908 [3880] Changes after review:
- log messages in commandReader are now errors, not warnings
 - missing doxygen comment added
2015-06-16 17:11:46 +02:00
Tomek Mrugalski
c0f65ef802 [3880] Changes after review:
- Extra logging messages for socket failures
 - strerror() is now reported when encountering low-level errors
 - fcntl, accept return codes are now verified
 - minor tweaks in CtrlDhcpv4SrvTest.command* unit-tests.
2015-06-16 16:37:34 +02:00
Tomek Mrugalski
a3010269c9 [3880] Changes after review:
- StatsMgr::getStatName() implemented.
2015-06-16 16:34:16 +02:00
Tomek Mrugalski
d622d50755 [3880] Changes after review:
- CommandSocket, UNIXCommandSocket and ConnectionSocket classes added.
 - Updated unit-test to use
2015-06-16 14:47:52 +02:00
Tomek Mrugalski
7e130f51c5 [master] Compilation fix after 3798 merge. 2015-06-16 14:33:49 +02:00
Tomek Mrugalski
c2ecd22dbe [master] Compilation fix for d2 + cryptolink link issues. 2015-06-16 14:33:17 +02:00
Tomek Mrugalski
9ea6575c37 [master] ChangeLog updated. 2015-06-16 13:41:53 +02:00
Tomek Mrugalski
bab2030f56 [master] Merge branch 'trac3798' (per subnet stats in DHCPv4)
Conflicts:
	src/bin/dhcp4/tests/dhcp4_test_utils.cc
2015-06-16 13:40:32 +02:00
Stephen Morris
2075033300 [3857] Alterations to DSO/shared library text in hooks documentation 2015-06-16 12:11:26 +01:00
Marcin Siodelski
ff499a1964 [master] Added ChangeLog entry for #3852. 2015-06-16 12:50:23 +02:00
Marcin Siodelski
923928774f [master] Merge branch 'trac3852' 2015-06-16 12:33:41 +02:00
Tomek Mrugalski
70f37c3b4f [3798] Changes after review:
- comments in StatsMgr improved
 - added unit-test for CfgMgr::clear() and stats
 - copyright years updated
2015-06-16 11:39:46 +02:00
Marcin Siodelski
4d00407a10 [3852] Addressed review comments. 2015-06-16 10:54:21 +02:00
Stephen Morris
3ab85de9f4 [3852] Corrected typos in the new allocation engine messages file 2015-06-15 19:56:55 +01:00
Thomas Markwalder
20d29f2b6b [master] Added ChangeLog entry 955 for #3884. 2015-06-15 14:49:24 -04:00
Thomas Markwalder
0772b7df2a [master] Merge branch 'trac3884'
Adds kea-admin unit tests for PosgreSQL lease-dump
2015-06-15 14:32:46 -04:00
Thomas Markwalder
69818d25a8 [3884] Minor review changes.
Added extra wording about restarting PostgreSQL.
2015-06-15 13:37:54 -04:00
Thomas Markwalder
d6ec7d8068 [3884] Addressed review comments
Minor cleanup. Lease dump tests for both MySQL and PostgreSQL
now use multiple timestamps values.
2015-06-15 11:23:37 -04:00
Francis Dupont
07dcd39f99 [master] Updated git hash trac3882a_base 2015-06-15 13:35:40 +02:00
Francis Dupont
384e6c6225 [master] Merged trac3859 (getVersion() defined outside its module) 2015-06-15 13:34:06 +02:00
Francis Dupont
7d03cd824d [master] Updated git hash 2015-06-15 13:22:06 +02:00
Francis Dupont
584cf666e1 [master] Merged trac3513 (-V extended version) 2015-06-15 13:21:08 +02:00
Tomek Mrugalski
8d6e0a5838 [3798] Changes after review:
- {update,remove}Statistics moved from CfgMgr to SrvConfig,CfgSubnets4
2015-06-15 13:18:42 +02:00
Marcin Siodelski
fddcdad9dd [3852] Added more traces to the Allocation Engine. 2015-06-15 12:43:11 +02:00
Tomek Mrugalski
0e3de871a8 [3798] Changes after review:
- packet names updated in User's Guide
 - StatsMgr now uses int64_t, not uint64_t
 - StatsMgr::generateName() added
 - DISCOVER => DHCPDISCOVER
2015-06-15 12:25:12 +02:00
Shawn Routhier
0e84878146 [3513] change dhcp4 usage to cfgfile to be consistent with dhcp6 2015-06-14 22:29:54 -07:00
Shawn Routhier
bdac8446d6 [3884] Fix up some cut and paste typos 2015-06-14 21:55:56 -07:00
Francis Dupont
2707d68353 [master] Updated git hash 2015-06-13 14:25:21 +02:00
Francis Dupont
54f4ec64e5 [master] Finished merging of trac3829 (hmac_unittests.cc uses out of range char) 2015-06-13 14:24:26 +02:00
Francis Dupont
c5a7df5218 [master] Merged trac3829 (hmac_unittests.cc uses out of range char) 2015-06-13 14:23:00 +02:00
Francis Dupont
bce3f8a4f7 [master] Merged trac3855 (minor bug in dhcpsrv) 2015-06-13 14:19:28 +02:00
Francis Dupont
14ab725041 [master] Updated git hash trac3899_base trac3898_base 2015-06-13 13:08:50 +02:00
Francis Dupont
3db9f1d78f [master] Finished merge of trac3833 (unsigned for indexes) 2015-06-13 13:07:43 +02:00
Francis Dupont
d86f5279f3 [master] Update the git hash to the last commit 2015-06-13 11:34:15 +02:00
Francis Dupont
c5c9bd839a [3732a] Fixed EXTRA_DIST 2015-06-13 11:23:16 +02:00
Francis Dupont
393db32935 [3732a] Cleaned b10-config* from testdata 2015-06-13 11:19:16 +02:00
Francis Dupont
4069fa73e0 [3732a] Cleaned data_def_unittests_config.h.in 2015-06-13 11:17:46 +02:00
Francis Dupont
224f351af6 [3732a] Edited documentation.txt keeping the .spec file section 2015-06-13 11:12:06 +02:00
Francis Dupont
85e0e0c17c [3732a] Removed TODO (likely more than obsolete) 2015-06-13 11:10:55 +02:00