Marcin Siodelski 26f89e5cc9 [2526] Renamed Option6IntArray to OptionIntArray. 12 years ago
..
tests 26f89e5cc9 [2526] Renamed Option6IntArray to OptionIntArray. 12 years ago
Makefile.am 26f89e5cc9 [2526] Renamed Option6IntArray to OptionIntArray. 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 26f89e5cc9 [2526] Renamed Option6IntArray to OptionIntArray. 12 years ago
libdhcp++.dox 461164b527 [2324] Developer's Guide section written 12 years ago
libdhcp++.h 8a21830a25 [2491] Added function to get a single option definition using a code. 12 years ago
option.cc 351dbdab09 [2526] OptionInt can be now used for V4 and V6. 12 years ago
option.h 351dbdab09 [2526] OptionInt can be now used for V4 and V6. 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
option_custom.cc 9430b1fef5 [2491] Changes as a result of the review. 12 years ago
option_custom.h 9430b1fef5 [2491] Changes as a result of the review. 12 years ago
option_data_types.cc 8ad7de967c [2491] Use .empty() function to check if container is empty. 12 years ago
option_data_types.h 26f89e5cc9 [2526] Renamed Option6IntArray to OptionIntArray. 12 years ago
option_definition.cc 26f89e5cc9 [2526] Renamed Option6IntArray to OptionIntArray. 12 years ago
option_definition.h 26f89e5cc9 [2526] Renamed Option6IntArray to OptionIntArray. 12 years ago
option_int.h 351dbdab09 [2526] OptionInt can be now used for V4 and V6. 12 years ago
option_int_array.h 26f89e5cc9 [2526] Renamed Option6IntArray to OptionIntArray. 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
std_option_defs.h 26f89e5cc9 [2526] Renamed Option6IntArray to OptionIntArray. 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.