aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/dhcp
Commit message (Expand)AuthorAgeFilesLines
* include dhcp-client-identifier in the DHCP requestAndreas Steffen2010-04-231-1/+11
* make DHCP debug messages consistentAndreas Steffen2010-04-231-1/+1
* fixed typoAndreas Steffen2010-04-231-1/+1
* Accept DHCP replies on bootps port, as we act as a relay agent if server addr...Martin Willi2010-04-191-5/+7
* Revert "Use the same formatting as in the Makefiles of the other plugins. Mak...Tobias Brunner2010-03-261-3/+3
* Use the same formatting as in the Makefiles of the other plugins. Makes refac...Tobias Brunner2010-03-261-3/+3
* Migrated dhcp plugin to moved attribute managerMartin Willi2010-03-252-3/+7
* Include configuration payloads for DNS/WINS server received via DHCPMartin Willi2010-03-254-2/+125
* Send DHCP RELEASE on virtual IP releaseMartin Willi2010-03-253-16/+64
* Added identity_lease option to create random or identity based DHCP leasesMartin Willi2010-03-251-3/+17
* Added DHCP request construction, ACK processingMartin Willi2010-03-253-36/+181
* Added reception of DHCP responses via PACKET socketMartin Willi2010-03-251-46/+271
* DHCP plugin framework, send DHCP Discover upon IP requestMartin Willi2010-03-258-1/+822
* Added DHCP plugin stub.Martin Willi2010-03-253-0/+108