aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/socket_raw/socket_raw_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Removed the unneeded socket-raw pluginTobias Brunner2012-09-141-687/+0
* Enable UDP decapsulation for both address familiesTobias Brunner2012-08-161-2/+2
* Added get_port() method to socket_t to learn the listening port.Tobias Brunner2012-08-081-1/+8
* Improved how NAT-T keepalives are handled in sockets/receiver.Tobias Brunner2012-08-081-2/+2
* Let kernel interfaces decide how to enable UDP decapsulation of ESP packets.Tobias Brunner2012-08-081-20/+8
* Add Non-ESP marker in sender and not individual socket plugins.Tobias Brunner2012-08-081-12/+1
* Handle Non-ESP marker in receiver and not individual socket plugins.Tobias Brunner2012-08-081-19/+5
* Make the UDP ports charon listens for packets on (and uses as source ports) c...Tobias Brunner2012-08-081-10/+10
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-1/+1
* Fix unaligned aliasing warning in raw socketMartin Willi2011-11-171-5/+4
* Android does not support 'struct in6_pktinfo'.Tobias Brunner2011-10-131-1/+5
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-191-6/+1
* Deferred instantiation of socket implmentations until registration.Tobias Brunner2010-10-151-3/+4
* Refer to kernel interface via hydra and not charon.Tobias Brunner2010-09-021-4/+5
* Win7 might send up to 7k of certificate requestsAndreas Steffen2010-08-271-1/+1
* Discard a packet that exceeds the receive bufferMartin Willi2010-08-111-0/+5
* Added a strongswan.conf option to change socket receive buffer sizeMartin Willi2010-08-111-9/+10
* Accept IKE packets with any minor version in RAW socketMartin Willi2010-06-221-6/+8
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+709