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

20858 Commits

Author SHA1 Message Date
Marcin Siodelski
54e77b80c3 [3728] WritableHostDataSource does not derive from the BaseHostDataSource. 2015-02-26 18:44:28 +01:00
Marcin Siodelski
d1968dcc2a [3730] Method to open sockets closes sockets before configuring IfaceMgr.
Previously, the sockets were closed just before opening a new set of
sockets, rather than before reconfiguring the IfaceMgr. Some steps of the
IfaceMgr reconfiguration failed when sockets were still open, which
effectively led to inability to reconfigure the running server.
2015-02-26 17:29:05 +01:00
Stephen Morris
eb33abc55f [3729] Fix problem of unintentional integer division 2015-02-26 15:51:28 +00:00
Marcin Siodelski
2ae3435279 [3694] Added warning message when there is an address conflict. 2015-02-26 14:43:59 +01:00
Marcin Siodelski
0a5c01b32a [3694] Removed unused ClientContext4 member. 2015-02-26 14:17:26 +01:00
Marcin Siodelski
7980d4189b [3694] Updates to the Conflict Resolution for the DHCPv4 server in guide. 2015-02-26 09:19:17 +01:00
Shawn Routhier
cc1d69ea63 [trac3706] Remove unused variables
Remove some unread variables as flagged by cppcheck
2015-02-25 21:16:27 -08:00
Marcin Siodelski
707b485d91 [3694] Improved documentation of the allocation engine.
Also, made a couple of little fixes to the DHCPv4 allocation functions.
2015-02-25 14:50:40 +01:00
Wlodek Wencel
9469096523 [master] remove lastest changes in Makefile.am for pdf guide trac3516_base trac3727_base 2015-02-25 11:21:38 +01:00
Francis Dupont
dd37e6c5f4 [master] inSubnet() -> inRange() in comments trac3723_base 2015-02-24 23:00:26 +01:00
Wlodek Wencel
36f587fd89 [master] pdf guides added to Makefile.am 2015-02-24 22:33:03 +01:00
Marcin Siodelski
c05631f397 [3694] Fixed the unit test for the conflict resolution in DHCPv4. 2015-02-24 18:53:32 +01:00
Marcin Siodelski
26a639e025 [3694] Cleanup in the failing DHCPv4 tests after update to AllocEngine. 2015-02-24 17:25:56 +01:00
Marcin Siodelski
323d538546 [3694] Grouping DHCPv4 functions in the allocation engine. 2015-02-24 12:38:30 +01:00
Marcin Siodelski
09cc33b915 [3694] Restructured lease4 allocation routines. 2015-02-24 11:44:51 +01:00
Marcin Siodelski
3cf8250f65 [3694] Make index of the Lease4Storage non-unique.
This facilitates adding multiple leases for the same client. It may be
important in cases when one lease is being replaced by another and they
co-exist until the previous lease is deleted.
2015-02-23 22:25:24 +01:00
Marcin Siodelski
a728814066 [3694] New convenience functions added to IOAddress. 2015-02-23 22:24:07 +01:00
Wlodek Wencel
8e946722e8 [master] version change after release 2015-02-23 22:08:19 +01:00
Francis Dupont
a4347b0544 [master] v4/v6 typo 2015-02-20 13:03:47 +01:00
Francis Dupont
2b9665c1a5 [master] v4/v6 typos in comments 2015-02-20 12:43:28 +01:00
Francis Dupont
b5256ef779 [master] v4/v6 typos in comments 2015-02-20 12:37:03 +01:00
Tomek Mrugalski
85bb6403b3 [master] Copyright year updated, ChangeLog entry for release added. 2015-02-18 22:14:00 +01:00
Marcin Siodelski
6f22f5a71a [master] Added missing extra dists in the doc/devel. 2015-02-18 21:05:05 +01:00
Wlodek Wencel
5174bdcfe7 [master] resolved conflict 2015-02-18 20:54:29 +01:00
Wlodek Wencel
d0b7d60b36 [master] minor changes in kea-guide 2015-02-18 20:51:16 +01:00
Wlodek Wencel
2f5459ad30 [master] minor changes in kea-guide 2015-02-18 20:45:29 +01:00
Tomek Mrugalski
75361d975c [master] Unfortunate paragraph about config validation removed. 2015-02-18 20:44:58 +01:00
Tomek Mrugalski
5d151491be [master] Missing developer guide sources are now in dist 2015-02-18 20:40:35 +01:00
Tomek Mrugalski
59b4555d66 [master] Added hooks.xml to DOCBOOK 2015-02-18 20:28:35 +01:00
Tomek Mrugalski
1d5c5b6d31 Merge branch 'master' of ssh://git.kea.isc.org/git/kea 2015-02-18 20:07:04 +01:00
Tomek Mrugalski
252fd59008 [master] Missing dhcpdb_create_1.0.mysql added to EXTRA_DIST 2015-02-18 20:06:28 +01:00
Wlodek Wencel
8e2c1824e1 [master] user guide copyright date update 2015-02-18 20:01:15 +01:00
Tomek Mrugalski
74143ecfdd [master] fix for Mac OS in IOAddress unit-tests 2015-02-18 17:02:20 +01:00
Marcin Siodelski
179ff699e1 [master] Fix for error on long literals on 32-bit systems. 2015-02-18 15:58:04 +01:00
Marcin Siodelski
d18b650c17 [master] Added Changelog for #3711. 2015-02-18 14:12:53 +01:00
Marcin Siodelski
cb5533a1bf [master] Merge branch 'trac3711'
Conflicts:
	src/lib/asiolink/io_address.h
	src/lib/asiolink/tests/io_address_unittest.cc
2015-02-18 13:08:43 +01:00
Marcin Siodelski
b811723edb [3711] Simplify the logic in the IOAddress::substract. 2015-02-18 12:57:38 +01:00
Wlodek Wencel
c38e3c018c [master] AUTHORS file update 2015-02-18 12:44:38 +01:00
Wlodek Wencel
7849e56371 [master] reordering *.mes files 2015-02-18 12:43:48 +01:00
Tomek Mrugalski
fd015b6ef1 [3711] Changes after review:
- IOAddress::increase() simplified
 - getLeasesCount renamed to getPoolCapacity
 - removed several intermediate variables
2015-02-18 12:29:00 +01:00
Tomek Mrugalski
02c32188f4 [3711] Changes after first part of the review:
- increaseAddress renamed to increase
 - check that addrsInRange throw when max < min
 - C++ style casts, consts added
 - check that a can be subtracted from b, when a>b
 - documentation for IOAddress::increase, subtract improved
 - couple unnecessary intermediate objects removed
2015-02-18 11:35:46 +01:00
Wlodek Wencel
d6d10a1e19 [master] fixing example conf files 2015-02-17 23:05:31 +01:00
Wlodek Wencel
c24fff362b Merge branch 'master' of ssh://git.kea.isc.org/git/kea 2015-02-17 18:10:58 +01:00
Wlodek Wencel
edab4e4030 [master] typos and numbering error fixed 2015-02-17 18:10:33 +01:00
Marcin Siodelski
e6e8921c86 [master] Added ChangeLog entry for #3672. 2015-02-17 17:56:26 +01:00
Marcin Siodelski
da3c676f00 [master] Merge branch 'trac3672' 2015-02-17 17:54:52 +01:00
Tomek Mrugalski
0212b3db19 [3711] Copyright years updated. 2015-02-17 17:38:51 +01:00
Marcin Siodelski
b4a534fbdb [master] Trivial fix to the comment in the default kea.conf.
Committing on my own discretion as it is an obvious error in the text.
2015-02-17 17:30:16 +01:00
Tomek Mrugalski
079a35c85e [3711] AllocEngine now uses calculated number of attempts. 2015-02-17 17:27:39 +01:00
Tomek Mrugalski
0aa706ea15 [3711] Subnet::getLeasesCount() implemented. 2015-02-17 17:17:38 +01:00