Tomek Mrugalski 23d0855687 [2414] toText() and get() implemented in Subnet il y a 12 ans
..
tests 23d0855687 [2414] toText() and get() implemented in Subnet il y a 12 ans
Makefile.am 869e658fbc [master] Merge branch 'trac2324' (DHCPv6 allocation engine) 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 9394d67b63 [2324] Changes after review. il y a 12 ans
alloc_engine.h 7e2dedc024 [2324] Changes after review (including compilation fixes for Sol, Fedora and Mac OS) 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 2e7420da8b [2414] Duid types moved to dhcp/duid.h il y a 12 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 9394d67b63 [2324] Changes after review. il y a 12 ans
lease_mgr.h 7e2dedc024 [2324] Changes after review (including compilation fixes for Sol, Fedora and Mac OS) il y a 12 ans
libdhcp++.cc 79848f3dcc [2187] Removed 'cout' statements from pktX and libdhcp++. il y a 12 ans
libdhcp++.dox 461164b527 [2324] Developer's Guide section written il y a 12 ans
libdhcp++.h 6ca3dadca8 [1959] Implemented first set of changes from the code review. il y a 12 ans
libdhcsrv.dox 461164b527 [2324] Developer's Guide section written il y a 12 ans
option.cc 8935b6716b [1959] Added factory function to create instance of options. il y a 12 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 3c35688d99 [2304] Added basic implementation of OptionDefinition class and unit tests. il y a 12 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
option6_int.h 9a52c2a5a5 [2304] Fixed build issues on Mac and BSD systems. il y a 12 ans
option6_int_array.h 9a52c2a5a5 [2304] Fixed build issues on Mac and BSD systems. il y a 12 ans
option_data_types.h 85627bca26 [2304] Code cleanup. il y a 12 ans
option_definition.cc b617d1a26e [2304] Applied changes suggested in the second code review. il y a 12 ans
option_definition.h c974d3a5e4 [2304] Removed enum initializers for DataType values. il y a 12 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 461164b527 [2324] Developer's Guide section written il y a 12 ans
subnet.cc 23d0855687 [2414] toText() and get() implemented in Subnet il y a 12 ans
subnet.h 23d0855687 [2414] toText() and get() implemented in Subnet 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.