Tomek Mrugalski 00eee13bde [2325] Pkt6::getOptions() implemented. il y a 12 ans
..
tests 00eee13bde [2325] Pkt6::getOptions() implemented. il y a 12 ans
Makefile.am f957fa651d [2312] Added utility class to write data of various types to a buffer. il y a 12 ans
README e9498651c8 [2238] CfgMgr work in progress: Triplet, Pool6, Subnet6 classes il y a 12 ans
dhcp4.h 4de75117f8 [1960] Implemented changes suggested in code review. il y a 12 ans
dhcp6.h 4e7a8f7575 [2342] Merge branch 'master' into trac2342 il y a 12 ans
duid.cc 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
duid.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
iface_mgr.cc fab53a075c [1486] Rename IOAddress::from_bytes() to IOAddress::fromBytes() il y a 12 ans
iface_mgr.h 3ba0299ad2 [2475] Put #include directives in correct order 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 fab53a075c [1486] Rename IOAddress::from_bytes() to IOAddress::fromBytes() il y a 12 ans
iface_mgr_sun.cc 07eb75f4b5 [1968] Namespace typo fixed. il y a 13 ans
libdhcp++.cc 139f66086e [2490] Changes as a result of review. il y a 12 ans
libdhcp++.dox 461164b527 [2324] Developer's Guide section written il y a 12 ans
libdhcp++.h 139f66086e [2490] Changes as a result of review. il y a 12 ans
libdhcsrv.dox 461164b527 [2324] Developer's Guide section written il y a 12 ans
option.cc 69950d299b [2365] Added packOptions and unpackOptions. il y a 12 ans
option.h 31b4c8a77f [2365] Added todo comments for added functions. il y a 12 ans
option4_addrlst.cc 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option4_addrlst.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option6_addrlst.cc fab53a075c [1486] Rename IOAddress::from_bytes() to IOAddress::fromBytes() il y a 12 ans
option6_addrlst.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option6_ia.cc 0c58aace22 [2365] Use (un)packOptions functions in classes derived from Option. il y a 12 ans
option6_ia.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option6_iaaddr.cc 0c58aace22 [2365] Use (un)packOptions functions in classes derived from Option. il y a 12 ans
option6_iaaddr.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
option6_int.h 28d885b457 [master] Merge branch 'trac2312' il y a 12 ans
option6_int_array.h ee7dbbde63 [2312] Fix some typos and missing Doxygen keywords il y a 12 ans
option_custom.cc 28d885b457 [master] Merge branch 'trac2312' il y a 12 ans
option_custom.h d85d48eee9 [2312] Changes to the code as a result of review. il y a 12 ans
option_data_types.cc d85d48eee9 [2312] Changes to the code as a result of review. il y a 12 ans
option_data_types.h d85d48eee9 [2312] Changes to the code as a result of review. il y a 12 ans
option_definition.cc d85d48eee9 [2312] Changes to the code as a result of review. il y a 12 ans
option_definition.h ff2167388f [2312] Implemented OptionCustom::toText() function. il y a 12 ans
pkt4.cc 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
pkt4.h 3ba0299ad2 [2475] Put #include directives in correct order il y a 12 ans
pkt6.cc 00eee13bde [2325] Pkt6::getOptions() implemented. il y a 12 ans
pkt6.h 00eee13bde [2325] Pkt6::getOptions() implemented. 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.