aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/socket_dynamic/socket_dynamic_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-5/+5
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-031-5/+2
* socket-dynamic: Refactor setting source address when sending messagesTobias Brunner2015-11-091-32/+62
* packet: Define a global default maximum size for IKE packetsTobias Brunner2014-10-101-4/+1
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-1/+1
* sockets: Initialize the whole ancillary data buffer not only the actual structTobias Brunner2013-09-101-2/+2
* socket-dynamic: Properly initialize IPv6 addressTobias Brunner2013-07-241-1/+1
* net: Socket implementations report the address families they supportTobias Brunner2013-07-051-1/+10
* socket-dynamic: when sending from port zero, allocate a free port dynamicallyMartin Willi2013-05-061-26/+101
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Clarified error message if enabling UDP decapsulation failsTobias Brunner2012-09-271-1/+2
* Added get_port() method to socket_t to learn the listening port.Tobias Brunner2012-08-081-0/+10
* Improved how NAT-T keepalives are handled in sockets/receiver.Tobias Brunner2012-08-081-9/+0
* Let kernel interfaces decide how to enable UDP decapsulation of ESP packets.Tobias Brunner2012-08-081-15/+5
* Add Non-ESP marker in sender and not individual socket plugins.Tobias Brunner2012-08-081-14/+1
* Handle Non-ESP marker in receiver and not individual socket plugins.Tobias Brunner2012-08-081-7/+1
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-1/+1
* Don't cast second argument of mem_printf_hook (%b) to size_t.Tobias Brunner2012-03-271-1/+1
* Deferred instantiation of socket implmentations until registration.Tobias Brunner2010-10-151-3/+3
* Refer to kernel interface via hydra and not charon.Tobias Brunner2010-09-021-2/+3
* 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-8/+9
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+620