Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -17/+17 |
| | |||||
* | libhydra: Move kernel interface to libcharon | Tobias Brunner | 2016-03-03 | 1 | -3/+1 |
| | | | | This moves hydra->kernel_interface to charon->kernel. | ||||
* | libcharon: Use lib->ns instead of charon->name | Tobias Brunner | 2014-02-12 | 1 | -4/+4 |
| | |||||
* | dhcp: Allow binding of socket to particular interface | Thomas Egerer | 2014-01-20 | 1 | -0/+34 |
| | | | | | | | | | In certain situations it is desirable to bind the send/receive sockets for the DHCP address allocation to a particular interface. With this patch the strongswan.conf option charon.plugins.dhcp.interface can be used to restrict the DHCP communication to a configurable interface. Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com> | ||||
* | dhcp: use watcher instead of dedicated receiver thread | Martin Willi | 2013-07-18 | 1 | -10/+8 |
| | |||||
* | dhcp: Use chunk_hash_static() to calculate ID-based MAC addresses | Tobias Brunner | 2013-06-28 | 1 | -1/+1 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Properly initialize sockaddr_in struct in fast and dhcp plugins | Tobias Brunner | 2012-09-28 | 1 | -4/+7 |
| | |||||
* | Option added to enforce a configured destination address for DHCP packets | Tobias Brunner | 2012-09-13 | 1 | -1/+9 |
| | |||||
* | Check rng return value when generating Transaction IDs in DHCP plugin | Tobias Brunner | 2012-07-16 | 1 | -1/+5 |
| | |||||
* | Centralized thread cancellation in processor_t | Tobias Brunner | 2012-06-25 | 1 | -12/+3 |
| | | | | | | | | | | This ensures that no threads are active when plugins and the rest of the daemon are unloaded. callback_job_t was simplified a lot in the process as its main functionality is now contained in processor_t. The parent-child relationships were abandoned as these were only needed to simplify job cancellation. | ||||
* | Use name from initialization to access settings in libcharon. | Tobias Brunner | 2012-05-03 | 1 | -3/+4 |
| | | | | Also fixes several whitespace errors. | ||||
* | Use CRITICAL job priority class for long running dispatcher jobs | Martin Willi | 2011-05-16 | 1 | -2/+2 |
| | |||||
* | Set broadcast flag in DHCP requests when sending broadcasts | Martin Willi | 2011-04-15 | 1 | -0/+3 |
| | |||||
* | Fixed memory cleanup if no DHCP transaction found for an OFFER | Martin Willi | 2011-01-13 | 1 | -4/+3 |
| | |||||
* | Prefer the 'server identifier' attribute address to send DHCP requests to | Martin Willi | 2010-10-18 | 1 | -5/+13 |
| | |||||
* | Refer to scheduler and processor via lib and not hydra. | Tobias Brunner | 2010-09-02 | 1 | -1/+1 |
| | |||||
* | Refer to kernel interface via hydra and not charon. | Tobias Brunner | 2010-09-02 | 1 | -2/+2 |
| | |||||
* | Refer to processor via hydra and not charon. | Tobias Brunner | 2010-09-02 | 1 | -1/+2 |
| | |||||
* | include dhcp-client-identifier in the DHCP request | Andreas Steffen | 2010-04-23 | 1 | -1/+11 |
| | |||||
* | make DHCP debug messages consistent | Andreas Steffen | 2010-04-23 | 1 | -1/+1 |
| | |||||
* | fixed typo | Andreas Steffen | 2010-04-23 | 1 | -1/+1 |
| | |||||
* | Accept DHCP replies on bootps port, as we act as a relay agent if server ↵ | Martin Willi | 2010-04-19 | 1 | -5/+7 |
| | | | | address configured | ||||
* | Include configuration payloads for DNS/WINS server received via DHCP | Martin Willi | 2010-03-25 | 1 | -1/+29 |
| | |||||
* | Send DHCP RELEASE on virtual IP release | Martin Willi | 2010-03-25 | 1 | -16/+56 |
| | |||||
* | Added identity_lease option to create random or identity based DHCP leases | Martin Willi | 2010-03-25 | 1 | -3/+17 |
| | |||||
* | Added DHCP request construction, ACK processing | Martin Willi | 2010-03-25 | 1 | -36/+146 |
| | |||||
* | Added reception of DHCP responses via PACKET socket | Martin Willi | 2010-03-25 | 1 | -46/+271 |
| | |||||
* | DHCP plugin framework, send DHCP Discover upon IP request | Martin Willi | 2010-03-25 | 1 | -0/+329 |