aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/dhcp/dhcp_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-3/+4
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-2/+2
* Set broadcast flag in DHCP requests when sending broadcastsMartin Willi2011-04-151-0/+3
* Fixed memory cleanup if no DHCP transaction found for an OFFERMartin Willi2011-01-131-4/+3
* Prefer the 'server identifier' attribute address to send DHCP requests toMartin Willi2010-10-181-5/+13
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-1/+1
* Refer to kernel interface via hydra and not charon.Tobias Brunner2010-09-021-2/+2
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-1/+2
* 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
* Include configuration payloads for DNS/WINS server received via DHCPMartin Willi2010-03-251-1/+29
* Send DHCP RELEASE on virtual IP releaseMartin Willi2010-03-251-16/+56
* 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-251-36/+146
* Added reception of DHCP responses via PACKET socketMartin Willi2010-03-251-46/+271
* DHCP plugin framework, send DHCP Discover upon IP requestMartin Willi2010-03-251-0/+329