Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the unneeded socket-raw plugin | Tobias Brunner | 2012-09-14 | 5 | -876/+0 |
| | |||||
* | Enable UDP decapsulation for both address families | Tobias Brunner | 2012-08-16 | 1 | -2/+2 |
| | | | | | | | | Since the 3.5 Linux kernel both UDP implementations have a separate static flag to indicate whether ANY sockets enabled UDP decapsulation. As we only ever enabled it for one address family (in earlier versions IPv4 only, now for IPv6, if supported, and for IPv4 otherwise) UDP decapsulation wouldn't work anymore (at least for one address family). | ||||
* | Added get_port() method to socket_t to learn the listening port. | Tobias Brunner | 2012-08-08 | 1 | -1/+8 |
| | |||||
* | Improved how NAT-T keepalives are handled in sockets/receiver. | Tobias Brunner | 2012-08-08 | 1 | -2/+2 |
| | |||||
* | Let kernel interfaces decide how to enable UDP decapsulation of ESP packets. | Tobias Brunner | 2012-08-08 | 1 | -20/+8 |
| | |||||
* | Add Non-ESP marker in sender and not individual socket plugins. | Tobias Brunner | 2012-08-08 | 1 | -12/+1 |
| | |||||
* | Handle Non-ESP marker in receiver and not individual socket plugins. | Tobias Brunner | 2012-08-08 | 1 | -19/+5 |
| | |||||
* | Make the UDP ports charon listens for packets on (and uses as source ports) ↵ | Tobias Brunner | 2012-08-08 | 1 | -10/+10 |
| | | | | configurable. | ||||
* | Use name from initialization to access settings in libcharon. | Tobias Brunner | 2012-05-03 | 1 | -1/+1 |
| | | | | Also fixes several whitespace errors. | ||||
* | Fix unaligned aliasing warning in raw socket | Martin Willi | 2011-11-17 | 1 | -5/+4 |
| | |||||
* | Add features support to socket-raw plugin | Martin Willi | 2011-10-14 | 1 | -6/+12 |
| | |||||
* | Android does not support 'struct in6_pktinfo'. | Tobias Brunner | 2011-10-13 | 1 | -1/+5 |
| | |||||
* | Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variable | Martin Willi | 2011-05-19 | 1 | -6/+1 |
| | |||||
* | Added a (not yet implemented) plugin_t method to reload plugin configuration | Martin Willi | 2011-04-15 | 1 | -0/+1 |
| | |||||
* | Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵ | Martin Willi | 2011-04-15 | 1 | -1/+7 |
| | | | | over plugin_t | ||||
* | Deferred instantiation of socket implmentations until registration. | Tobias Brunner | 2010-10-15 | 3 | -20/+10 |
| | | | | | | Instantiating the implementations on plugin load was problematic in case multiple socket plugins were loaded. Now, the first one registered is instantiated. | ||||
* | Refer to kernel interface via hydra and not charon. | Tobias Brunner | 2010-09-02 | 1 | -4/+5 |
| | |||||
* | Win7 might send up to 7k of certificate requests | Andreas Steffen | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | Use a seperate section for each nested struct member in INIT macro | Martin Willi | 2010-08-18 | 1 | -1/+5 |
| | |||||
* | Discard a packet that exceeds the receive buffer | Martin Willi | 2010-08-11 | 1 | -0/+5 |
| | |||||
* | Added a strongswan.conf option to change socket receive buffer size | Martin Willi | 2010-08-11 | 1 | -9/+10 |
| | |||||
* | Accept IKE packets with any minor version in RAW socket | Martin Willi | 2010-06-22 | 1 | -6/+8 |
| | |||||
* | Respect line with in Makefile.am's, other cosmetics | Martin Willi | 2010-03-25 | 1 | -1/+2 |
| | |||||
* | Changed all usages of lib->attributes to hydra->attributes. | Tobias Brunner | 2010-03-24 | 1 | -1/+1 |
| | |||||
* | Convert charon into libcharon. | Tobias Brunner | 2010-03-19 | 1 | -1/+1 |
| | |||||
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 5 | -0/+891 |