Tomek Mrugalski 3e189b431f [2324] inPool methods added to Subnet4 and Subnet6 il y a 12 ans
..
tests 3e189b431f [2324] inPool methods added to Subnet4 and Subnet6 il y a 12 ans
Makefile.am ee7d5cf204 [2324] AllocEngine is now part of b10-dhcpsrv lib. il y a 12 ans
README e9498651c8 [2238] CfgMgr work in progress: Triplet, Pool6, Subnet6 classes il y a 12 ans
addr_utilities.cc a78e560343 [2237] Changes after review. il y a 12 ans
addr_utilities.h 704ca46ac3 [2238] Changes after review. il y a 12 ans
alloc_engine.cc ee7d5cf204 [2324] AllocEngine is now part of b10-dhcpsrv lib. il y a 12 ans
alloc_engine.h ee7d5cf204 [2324] AllocEngine is now part of b10-dhcpsrv lib. il y a 12 ans
cfgmgr.cc 46c03d26e2 [2237] Support for Subnet4 implemented. il y a 12 ans
cfgmgr.h 7ad6e5687c [master] Merge branch 'trac2237' (Subnet/pool storage for DHCPv4) il y a 12 ans
dhcp4.h 4de75117f8 [1960] Implemented changes suggested in code review. il y a 12 ans
dhcp6.h 526f8713fb [1540] Changes after review: il y a 13 ans
duid.cc a1983f4368 [2140] DUID no longer returns unsafe references, tests updated. il y a 12 ans
duid.h ce585a075a [2324] duid.h improvements. il y a 12 ans
iface_mgr.cc f142802acf [master] Merge branch 'trac2187' il y a 12 ans
iface_mgr.h 02dd6ed0dd [2187] Improve doxygen comments. il y a 12 ans
iface_mgr_bsd.cc 90a1b131d6 [1968] Namespaces in iface_mgr_(os).cc fixed. il y a 13 ans
iface_mgr_linux.cc 64e40094a7 [2187] Corrected the text of a few messages and removed a comment il y a 12 ans
iface_mgr_sun.cc 07eb75f4b5 [1968] Namespace typo fixed. il y a 13 ans
lease_mgr.cc d1c32c6bd6 [2324] LeaseMgr tests improved. il y a 12 ans
lease_mgr.h ee7d5cf204 [2324] AllocEngine is now part of b10-dhcpsrv lib. il y a 12 ans
libdhcp++.cc 79848f3dcc [2187] Removed 'cout' statements from pktX and libdhcp++. il y a 12 ans
libdhcp++.h 6ca3dadca8 [1959] Implemented first set of changes from the code review. il y a 12 ans
option.cc 8935b6716b [1959] Added factory function to create instance of options. il y a 13 ans
option.h 10cf1a64da [1959] Added couple @todos for postponed things during review, part 1. il y a 12 ans
option4_addrlst.cc a40b6c6656 Merge branch 'master' into trac1540 il y a 13 ans
option4_addrlst.h 219324e66e [1540] Huge (29 files changed) Option6 and Pkt6 refactoring in DHCP. il y a 13 ans
option6_addrlst.cc 4006d91c95 [1540] Last set of review changes. il y a 13 ans
option6_addrlst.h ec38722482 [1540] Doxygen warnings removed. il y a 13 ans
option6_ia.cc a40b6c6656 Merge branch 'master' into trac1540 il y a 13 ans
option6_ia.h 219324e66e [1540] Huge (29 files changed) Option6 and Pkt6 refactoring in DHCP. il y a 13 ans
option6_iaaddr.cc ec38722482 [1540] Doxygen warnings removed. il y a 13 ans
option6_iaaddr.h 526f8713fb [1540] Changes after review: il y a 13 ans
pkt4.cc 79848f3dcc [2187] Removed 'cout' statements from pktX and libdhcp++. il y a 12 ans
pkt4.h 5496d551ef [1955] Access perf_pktN and pktN class members via getters and setters. il y a 13 ans
pkt6.cc 79848f3dcc [2187] Removed 'cout' statements from pktX and libdhcp++. il y a 12 ans
pkt6.h 48755af6bf [1958] Added perfdhcp statistics printing functions. il y a 13 ans
pool.cc 574a6f8834 [2237] Pool4 and tests implemented. il y a 12 ans
pool.h 574a6f8834 [2237] Pool4 and tests implemented. il y a 12 ans
subnet.cc 3e189b431f [2324] inPool methods added to Subnet4 and Subnet6 il y a 12 ans
subnet.h 3e189b431f [2324] inPool methods added to Subnet4 and Subnet6 il y a 12 ans
triplet.h 680279e6e9 [2269] Merge branch 'trac2238' into trac2269 il y a 12 ans

README

This directory holds implementation for DHCP libraries:

libdhcp++ - this is a generic purpose DHCP library. Please be careful
what is put here. It is going to be shared by various servers (the "regular"
one and the embedded as well), clients, relays and performance tools.

libdhcpsrv - Server specific code goes in here. It will be used by
dhcp4 and dhcp6 server.