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

1205 Commits

Author SHA1 Message Date
Francis Dupont
4b4110dd68 applied #2406: OpenSSL alternate crypto backend 2014-06-30 15:26:38 +02:00
Tomek Mrugalski
73e6019d83 [3418] BOOTP limitation clarified. 2014-06-26 18:53:02 +02:00
Tomek Mrugalski
faa5db1e59 [3418] Changes after review
- example config files are now installed
 - example in section 5.2 configures persistent database
2014-06-26 18:47:21 +02:00
Thomas Markwalder
1cae4e83c6 [3436] Added example JSON files for D2
Added new example files for D2:
	ddns/sample1.json
	ddns/template.json
2014-06-26 10:39:55 -04:00
Tomek Mrugalski
954e8d2295 [3396] Developer's Guide update: BIND10 => Kea 2014-06-18 20:46:21 +02:00
Stephen Morris
9bb16e0b66 [3418] Corrections and minor alterations to DHCP4 Server Guide during review 2014-06-18 18:14:40 +01:00
Stephen Morris
738e8b2479 [3418] Small alterations to configuration section made as part of review 2014-06-18 12:02:24 +01:00
Stephen Morris
c8de97c745 [3418] Changes to installation instructions made as part of review. 2014-06-18 11:45:17 +01:00
Stephen Morris
2a7a7dd966 [3418] Minor changes to the QuickStart text made during review. 2014-06-18 11:12:56 +01:00
Stephen Morris
cf1ea90a67 [3418] Updated the Introduction as part of the review 2014-06-17 16:12:02 +01:00
Tomek Mrugalski
61558be1ea [3418] Minor correction in installation section 2014-06-17 13:41:28 +02:00
Tomek Mrugalski
d43ea25562 [3418] Link to kea-messages.xml updated. 2014-06-17 13:17:14 +02:00
Tomek Mrugalski
3aaabf0716 [3418] Remaining DHCPv4 sections converted to JSON 2014-06-16 16:32:26 +02:00
Tomek Mrugalski
b397fe5202 [3418] Several additional sections converted. 2014-06-13 16:59:41 +02:00
Tomek Mrugalski
ad1b6f00ad [3418] Several sections converted. 2014-06-12 22:51:39 +02:00
Tomek Mrugalski
f594cdd68b [3418] Sections 5.2, 5.2.1 converted to JSON. 2014-06-11 18:09:51 +02:00
Tomek Mrugalski
16994649d0 [3418] Minor clean-ups here and there. 2014-06-11 14:53:00 +02:00
Tomek Mrugalski
439ef5986f [3418] Remaining chapters moved to separate files. 2014-06-11 14:21:54 +02:00
Tomek Mrugalski
433bf38a0f [3418] Installation and Configuration moved to separate files. 2014-06-11 14:03:16 +02:00
Tomek Mrugalski
d9a163b517 [3418] Statistics chapter removed, logging moved to separate file. 2014-06-10 21:18:03 +02:00
Tomek Mrugalski
312d49e9ba [3418] Several chapters related to BIND10 framework removed, JSON config added 2014-06-10 19:45:38 +02:00
Tomek Mrugalski
fd1b16a445 [3418] Several clean-ups in sections 1...3 2014-06-10 16:23:24 +02:00
Tomek
4692766fed [3418] Initial file rename 2014-06-10 14:25:18 +02:00
Marcin Siodelski
dd0270bd91 [master] Merge branch 'trac3405' 2014-06-06 12:37:39 +02:00
Marcin Siodelski
2f8ff64f05 [3336] Minor changes after the second review.
Fixed one typo and clarified in the configuration examples that it is up
to the client to pick the renew and rebind timers if the server doesn't
send option 58 and 59.
2014-06-04 12:25:03 +02:00
Marcin Siodelski
b870771ca2 [3336] Renew and Rebind timers optional in the config example for DHCPv4. 2014-06-03 19:12:59 +02:00
Marcin Siodelski
7322535564 [master] Merge branch 'master' into trac3336 2014-06-03 19:06:09 +02:00
Marcin Siodelski
58e623537d [3336] Addressed review comments. 2014-06-03 19:05:48 +02:00
Marcin Siodelski
db429b4eff [3405] Updated developer's guide with respect to the dynamic reconfigure. 2014-06-03 15:59:25 +02:00
Tomek Mrugalski
83816e00c5 [master] Merge branch 'trac3399' [Kea4 reads config from JSON file]
Conflicts:
	ChangeLog
	src/bin/dhcp6/kea_controller.cc
	src/lib/dhcpsrv/daemon.h
2014-06-02 19:44:33 +02:00
Tomek Mrugalski
6eb7220674 [3399] Changes after review
- ChangLog updated (b10-dhcp4 => DHCPv4 server)
 - stand-alone mode removed in Kea4,Kea6
 - getInstance() used instead of server_
 - ctrl_dhcp4_srv.cc: one stringstream instance now shared by all error messages
 - ctrl_dhcp4_srv.h: comments cleaned up
 - Added log message for received configuration
 - kea_controller.cc: Unnecessary header/using namespace removed
 - *.json files are now cleaned up in src/bin/dhcp4/tests
 - added comment that explains lack of tests for Bundy backend
 - kea_controller_unittest.cc now uses the same filename everywhere

Changes also applied to Kea6 (where applicable).
2014-05-30 14:24:25 +02:00
Marcin Siodelski
3be60fa6ac [master] Merge branch 'trac3406' 2014-05-28 22:19:27 +02:00
Thomas Markwalder
80fea12a53 [master] Merge branch 'trac3432'
Implements TSIG in D2

Fixed Conflicts:
	src/bin/d2/nc_trans.cc
	src/bin/d2/nc_trans.h
	src/bin/d2/tests/nc_test_utils.cc
	src/bin/d2/tests/nc_trans_unittests.cc
2014-05-28 07:40:34 -04:00
Marcin Siodelski
cd2c29f87e [3399] Corrected a couple of typos and little errors spotted in review. 2014-05-26 18:14:51 +02:00
Stephen Morris
16bd0ab7a3 [3432] Miscellaneous modifications to DHCP-DDNS documentation made during review 2014-05-26 13:48:05 +01:00
Tomek Mrugalski
932fd5d138 [3399] Two example Kea4 configs added. 2014-05-23 18:42:32 +02:00
Tomek Mrugalski
029b75a19b [3399] Documentation updated. 2014-05-23 18:40:57 +02:00
Marcin Siodelski
d57ea50760 [3406] Updated developer's guide with section about SIGHUP based reconfig. 2014-05-22 17:58:45 +02:00
Thomas Markwalder
bd60252e67 [master] Merge branch 'trac3268'
Added osx_version check of 10.9.3 to configure.ac
Fixed Conflicts:
	src/bin/d2/tests/nc_test_utils.cc
	src/lib/dns/tests/labelsequence_unittest.cc
2014-05-21 07:17:04 -04:00
Thomas Markwalder
ff3fc5e41f [3432] Addressed review comments
Added missing commentary, corrected typos.
2014-05-20 07:16:05 -04:00
Thomas Markwalder
a5f18aac17 [3432] Updated Admin guide for TSIG key configuration
Updated the admin guilde and minor change to dhcp-ddns.spec file.
2014-05-19 11:08:08 -04:00
Tomek Mrugalski
80ef9a69a2 [3400] Merge remote-tracking branch 'origin/trac3449' into trac3400
Conflicts:
	ChangeLog
2014-05-15 14:34:24 +02:00
Tomek Mrugalski
7a296c1f10 [3400] Config file now may contain components other than Dhcp6 2014-05-08 18:41:17 +02:00
Thomas Markwalder
83cbea18e3 [3268] Updated bind10 guide with new D2 global parameters 2014-05-08 09:32:19 -04:00
Stephen Morris
a3598893ad [3398] Miscellaneous corrections and edits as part of review 2014-05-06 17:41:55 +01:00
Tomek Mrugalski
83b2d2b565 [3398] Rather important file has been omitted. :) 2014-05-06 15:37:00 +02:00
Tomek Mrugalski
91c64d2764 [3398] Several Doxygen warnings removed. 2014-05-06 15:07:48 +02:00
Tomek Mrugalski
5acb3cb565 [3398] The result of configuration design discussion added 2014-05-06 14:59:36 +02:00
Tomek Mrugalski
6d28eb2679 [3400] Example config file. 2014-04-25 16:17:50 +02:00
Marcin Siodelski
fab3d4c3a5 [3328] Fixed some typos in the bind10-guide. 2014-04-24 18:27:08 +02:00