2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

94 Commits

Author SHA1 Message Date
Marcin Siodelski
d11eba5a5e [3391] Removed references to DNS docs in from doxygen. 2014-04-10 10:27:06 +02:00
Stephen Morris
a08d702839 [master] Merge branch 'trac2566' 2014-01-27 13:07:10 +00:00
Tomek Mrugalski
acc4ba2011 [master] Merge branch 'trac3203' (DHCP client classification, part 1)
Conflicts:
	src/bin/dhcp4/dhcp4_srv.cc
	src/bin/dhcp4/tests/dhcp4_test_utils.h
	src/bin/dhcp6/dhcp6_srv.cc
	src/lib/dhcp/pkt4.cc
	src/lib/dhcp/tests/pkt4_unittest.cc
2014-01-21 15:34:30 +01:00
Marcin Siodelski
9eb97b9690 [3252] Created developer's guide section about error handlers in IfaceMgr. 2014-01-10 17:26:32 +01:00
Marcin Siodelski
21d2f7ec42 [master] Merge branch 'trac3251' 2014-01-08 09:14:21 +01:00
Tomek Mrugalski
ab8c495653 [3203] Developer's guide update 2014-01-03 13:21:50 +01:00
Thomas Markwalder
2f2d2cfd4d [3207] Addressed review comments.
Addressed review comments which were largely minor. Limited use of
extern C linkage to only the callout functions themselves. Added
a dox page describing the library.  Added namespace user_chk.
2013-12-31 15:38:13 -05:00
Stephen Morris
7fbc3fad3e [2566] Include logging maintenance guide into BIND 10 Developer's Manual
Convert the old logging "README" file to Doxygen format.  The opportunity
was taken to expand and edit it at the same time.
2013-12-20 12:10:31 +00:00
Marcin Siodelski
26ec9c66db [3251] Added section to developer guide about packet filters in DHCPv6. 2013-12-13 11:19:12 +01:00
Tomek Mrugalski
fdc7dd1164 [master] Merge branch 'trac3109' (Contributor's Guide)
Conflicts:
	ChangeLog
2013-12-06 20:03:23 +01:00
Marcin Siodelski
f49c4b8942 [master] Merge branch 'trac2765' 2013-12-04 16:38:35 +01:00
Marcin Siodelski
9fdc1f5af7 [2765] Updated Developer's guide with the section about raw sockets use. 2013-12-02 11:58:18 +01:00
Marcin Siodelski
c587763b64 [3035] Merge branch 'master' into trac3035
Conflicts:
	doc/devel/mainpage.dox
	src/bin/dhcp4/dhcp4.dox
	src/bin/dhcp4/dhcp4_srv.cc
	src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
	src/bin/dhcp4/tests/dhcp4_test_utils.h
	src/lib/dhcp_ddns/tests/ncr_unittests.cc
	src/lib/dhcpsrv/lease_mgr.cc
	src/lib/dhcpsrv/lease_mgr.h
	src/lib/dhcpsrv/tests/lease_mgr_unittest.cc
2013-11-21 12:31:27 +01:00
Jeremy C. Reed
d2f1cc6e6d [master] spelling fix in docs
(minor fix, committed without review)
2013-10-30 13:29:56 -05:00
Marcin Siodelski
ff3ddd8332 [3180] Updated Developer Guide with an info about option parsing callbacks. 2013-10-07 11:30:53 +02:00
Marcin Siodelski
44d1f2b6ed [3035] Updated DHCPv4 Developer's Guide with respect to DNS updates.
Also, fixed a few typos in the DHCPv6 Developer's Guide.
2013-09-10 08:17:32 +02:00
Tomek Mrugalski
8ce7f740b8 [3109] Extra details added to Contributor's Guidelines 2013-09-03 16:00:00 +02:00
Tomek Mrugalski
55235c63e0 [master] Merge branch 'trac3063' (Hooks maintenance doc)
Conflicts:
	ChangeLog
2013-08-21 17:09:07 +02:00
Tomek Mrugalski
9b5c746e9b [3109] Initial text import for Contributor's Guide 2013-08-20 19:03:18 +02:00
Stephen Morris
1463b5017b [3063] First draft of a Hooks Framework maintenance manual 2013-08-14 13:46:05 +01:00
Marcin Siodelski
4e902ba369 [3036] Address further review comments. 2013-08-14 13:08:33 +02:00
Stephen Morris
26a805c7e4 [master] Merge branch 'trac2982'
Conflicts:
	doc/Doxyfile
	doc/devel/mainpage.dox
2013-08-05 13:16:40 +01:00
Thomas Markwalder
df4d44fb1d [3065] Added doxygen file for libdhcp_ddns 2013-07-26 11:54:37 -04:00
Tomek Mrugalski
89d6be56ee [2994] Changes after review:
- pointers to DHCPv4 and DHCPv6 hooks removed
 - Many methods in HooksManager are now called directly in
   dhcp4_srv.cc, dhcp4_srv_unittest.cc and alloc_engine_unittest.cc
 - Comments wrapped up differently in dhcp4_srv_unittest.cc
 - Comments clarified in alloc_engine.{cc|h}
2013-07-19 15:54:02 +02:00
Tomek Mrugalski
2cbcb533f7 [2994] DHCPv4 Hooks documentation written. 2013-07-16 15:41:16 +02:00
Stephen Morris
cc508f6c28 [2982] Updates to address review comments 2013-07-09 18:21:42 +01:00
Tomek Mrugalski
19c93b0845 [2995] Merge branch 'trac2980' into trac2995
- Also code updated to match changes from 2980

Conflicts:
	src/lib/hooks/callout_handle.h
2013-07-05 20:24:52 +02:00
Stephen Morris
4507063fc9 [2995] Some editing of the documentation. 2013-06-28 12:57:08 +01:00
Tomek Mrugalski
9785efa0af [2995] Dev guide extended to cover Hooks API for DHCPv6 2013-06-27 13:26:09 +02:00
Stephen Morris
1954874770 [2980] Add Component Developer documentation 2013-06-25 14:19:49 +01:00
Stephen Morris
77c1644d0d [2982] First draft of Hooks user guide 2013-06-14 18:29:20 +01:00
Tomek Mrugalski
df3ee4b9e0 [2898] Documentation for v6 relays written 2013-04-11 14:52:21 +02:00
Stephen Morris
fecfe82bdf [2546] Merge branch 'master' into trac2546
Conflicts:
	doc/devel/mainpage.dox
	src/bin/dhcp4/ctrl_dhcp4_srv.h
	src/bin/dhcp4/dhcp4_srv.h
	src/bin/dhcp6/dhcp6.dox

Also modified the following files during the
resolution of the merge issues:
    src/bin/dhcp4/config_parser.cc
    src/bin/dhcp4/ctrl_dhcp4_srv.cc
    src/bin/dhcp4/dhcp4.dox
    src/bin/dhcp6/config_parser.cc
    src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
    src/lib/dhcp/option_custom.h
    src/lib/dhcp/pkt4.h
    src/lib/dhcpsrv/database_backends.dox
2012-12-13 11:38:21 +00:00
Tomek Mrugalski
c328aed83b [2270] Merge branch 'master' into trac2270
Conflicts:
	ChangeLog
	doc/devel/02-dhcp.dox
	src/bin/dhcp4/ctrl_dhcp4_srv.cc
	src/bin/dhcp4/dhcp4_srv.cc
	src/bin/dhcp4/dhcp4_srv.h
	src/bin/dhcp6/config_parser.cc
	src/bin/dhcp6/config_parser.h
2012-12-12 14:50:38 +01:00
Stephen Morris
7942b605f6 [2546] Fixed some Doxygen warnings 2012-12-10 13:54:46 +00:00
Stephen Morris
4e7a8f7575 [2342] Merge branch 'master' into trac2342
Conflicts:
	doc/devel/mainpage.dox
	src/lib/dhcp/Makefile.am
	src/lib/dhcp/lease_mgr.cc
	src/lib/dhcp/lease_mgr.h
	src/lib/dhcp/tests/Makefile.am
	src/lib/dhcp/tests/lease_mgr_unittest.cc

A number of other files were modified to resolve incompatibilities
in the way lease managers were created, and to promote the dummy
"memfile" lease manager to a fully-fledged lease manager with
unit tests.
2012-11-11 22:55:41 +00:00
Stephen Morris
d141c47a59 [2342] Add programmer documentation
Also add missing library into the makefile - this showed its
absence on OS/X.
2012-11-06 13:44:17 +00:00
Tomek Mrugalski
461164b527 [2324] Developer's Guide section written 2012-10-25 13:46:02 +02:00
Tomek Mrugalski
4b59798e65 [2270] Documentation for DHCPv4 config. parser written. 2012-10-12 14:55:59 +02:00
Tomek Mrugalski
5b9ab4bc5c [2269] Developer's guide updated. 2012-10-01 19:19:49 +02:00
Marcin Siodelski
440fdf2334 [2230] Add perfdhcp internals manual as Doxygen file 2012-09-13 11:02:23 +02:00
Tomek Mrugalski
31f30b1e99 [1651] Tests for IfaceMgr callback implemented, devel doc updated 2012-06-01 14:46:05 +02:00
Tomek Mrugalski
fbe7a931b3 [1531] Changes after Jeremy's review. 2012-05-08 17:08:48 +02:00
Tomek Mrugalski
21c1954e0e [1531] Several developer documentation updates:
- Added make devel target in doc directory.
- Doxygen warnings/errors are now part of the Developer's guide itself.
- renamed mainpage.dox file
- Added extra information to main page
- Extended libdhcp++ descriptions
- Added doc/.gitignore to ignore doc/html (potentially 1000s of files)
2012-03-19 14:54:18 +01:00