Marcin Siodelski 85627bca26 [2304] Code cleanup. il y a 12 ans
..
tests 85627bca26 [2304] Code cleanup. il y a 12 ans
Makefile.am 31c8d5e0b4 [2304] Added Option6IntArray option type and unit tests. il y a 12 ans
README e9498651c8 [2238] CfgMgr work in progress: Triplet, Pool6, Subnet6 classes il y a 12 ans
addr_utilities.cc 723885f4ab [master] Added missing header (Solaris compilation fix) il y a 12 ans
addr_utilities.h 704ca46ac3 [2238] Changes after review. il y a 12 ans
cfgmgr.cc 3690baaf06 [2238] Pool, Subnet and Triplet moved to separate files. il y a 12 ans
cfgmgr.h 3690baaf06 [2238] Pool, Subnet and Triplet moved to separate files. 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
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
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 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 85627bca26 [2304] Code cleanup. il y a 12 ans
option6_int_array.h 85627bca26 [2304] Code cleanup. il y a 12 ans
option_data_types.h 85627bca26 [2304] Code cleanup. il y a 12 ans
option_definition.cc 85627bca26 [2304] Code cleanup. il y a 12 ans
option_definition.h 85627bca26 [2304] Code cleanup. 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 12 ans
pool.cc 3690baaf06 [2238] Pool, Subnet and Triplet moved to separate files. il y a 12 ans
pool.h 3690baaf06 [2238] Pool, Subnet and Triplet moved to separate files. il y a 12 ans
subnet.cc 3690baaf06 [2238] Pool, Subnet and Triplet moved to separate files. il y a 12 ans
subnet.h 3690baaf06 [2238] Pool, Subnet and Triplet moved to separate files. il y a 12 ans
triplet.h 6f29861b92 [2238] Triplet,Pool,Subnet tests split to separate files (after review) 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.