Stephen Morris ce7db48d3f [2404] Merge branch 'master' into trac2404 12 years ago
..
tests c3e696cb4b [2312] Fixed unit tests for custom option as a result of review. 12 years ago
Makefile.am 1d4751ed52 [2513] Move libdhcpsrv.dox to the dhcpsrv directory 12 years ago
README e9498651c8 [2238] CfgMgr work in progress: Triplet, Pool6, Subnet6 classes 12 years ago
dhcp4.h 4de75117f8 [1960] Implemented changes suggested in code review. 12 years ago
dhcp6.h 4e7a8f7575 [2342] Merge branch 'master' into trac2342 12 years ago
duid.cc d135a0e1f8 [2404] Minor changes to make files conform to programming style 12 years ago
duid.h fca3132940 [2404] Minor changes as a result of review 12 years ago
iface_mgr.cc fab53a075c [1486] Rename IOAddress::from_bytes() to IOAddress::fromBytes() 12 years ago
iface_mgr.h 3ba0299ad2 [2475] Put #include directives in correct order 12 years ago
iface_mgr_bsd.cc 90a1b131d6 [1968] Namespaces in iface_mgr_(os).cc fixed. 13 years ago
iface_mgr_linux.cc fab53a075c [1486] Rename IOAddress::from_bytes() to IOAddress::fromBytes() 12 years ago
iface_mgr_sun.cc 07eb75f4b5 [1968] Namespace typo fixed. 13 years ago
libdhcp++.cc 139f66086e [2490] Changes as a result of review. 12 years ago
libdhcp++.dox 461164b527 [2324] Developer's Guide section written 12 years ago
libdhcp++.h 139f66086e [2490] Changes as a result of review. 12 years ago
option.cc 69950d299b [2365] Added packOptions and unpackOptions. 12 years ago
option.h 31b4c8a77f [2365] Added todo comments for added functions. 12 years ago
option4_addrlst.cc 3ba0299ad2 [2475] Put #include directives in correct order 12 years ago
option4_addrlst.h 3ba0299ad2 [2475] Put #include directives in correct order 12 years ago
option6_addrlst.cc fab53a075c [1486] Rename IOAddress::from_bytes() to IOAddress::fromBytes() 12 years ago
option6_addrlst.h 3ba0299ad2 [2475] Put #include directives in correct order 12 years ago
option6_ia.cc 0c58aace22 [2365] Use (un)packOptions functions in classes derived from Option. 12 years ago
option6_ia.h 3ba0299ad2 [2475] Put #include directives in correct order 12 years ago
option6_iaaddr.cc 0c58aace22 [2365] Use (un)packOptions functions in classes derived from Option. 12 years ago
option6_iaaddr.h 3ba0299ad2 [2475] Put #include directives in correct order 12 years ago
option6_int.h 28d885b457 [master] Merge branch 'trac2312' 12 years ago
option6_int_array.h ee7dbbde63 [2312] Fix some typos and missing Doxygen keywords 12 years ago
option_custom.cc 28d885b457 [master] Merge branch 'trac2312' 12 years ago
option_custom.h d85d48eee9 [2312] Changes to the code as a result of review. 12 years ago
option_data_types.cc d85d48eee9 [2312] Changes to the code as a result of review. 12 years ago
option_data_types.h d85d48eee9 [2312] Changes to the code as a result of review. 12 years ago
option_definition.cc d85d48eee9 [2312] Changes to the code as a result of review. 12 years ago
option_definition.h ff2167388f [2312] Implemented OptionCustom::toText() function. 12 years ago
pkt4.cc 3ba0299ad2 [2475] Put #include directives in correct order 12 years ago
pkt4.h 3ba0299ad2 [2475] Put #include directives in correct order 12 years ago
pkt6.cc 3ba0299ad2 [2475] Put #include directives in correct order 12 years ago
pkt6.h 3ba0299ad2 [2475] Put #include directives in correct order 12 years ago

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.