aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/networking
Commit message (Expand)AuthorAgeFilesLines
* tun-device: Use next free TUN device on FreeBSDTobias Brunner2017-05-191-3/+18
* tun-device: TUN devices are not supported on iOSTobias Brunner2017-05-191-1/+10
* host: Don't log port if it is zeroTobias Brunner2017-03-021-1/+1
* Use standard unsigned integer typesAndreas Steffen2016-03-246-31/+31
* host: Properly handle NULL in host_create_from_string[_and_family]Tobias Brunner2015-07-271-0/+4
* host-resolver: Do not cancel threads waiting for new queries during cleanupMartin Willi2015-02-241-6/+8
* host-resolver: Disable resolver thread cancellation by defaultMartin Willi2015-02-241-0/+3
* apple: Redefine some additional clashing Mach typesMartin Willi2014-12-161-3/+3
* tun-device: Read from tun to buffer on stack to avoid over-allocation of packetsMartin Willi2014-11-211-8/+6
* tun-device: Remove the superfluous use of select() before read()Martin Willi2014-11-212-19/+6
* host: Ignore spaces around - when parsing rangesTobias Brunner2014-10-302-7/+15
* host: Add function to create two hosts from a range definitionTobias Brunner2014-10-302-0/+41
* packet: Define a global default maximum size for IKE packetsTobias Brunner2014-10-101-0/+5
* stream-service: Prevent race conditions due to blocking call to destroy()Tobias Brunner2014-09-091-5/+62
* stream-service: Do not accept or re-register when service is terminatedTobias Brunner2014-09-091-2/+10
* stream-service: Restart accepting without blockingTobias Brunner2014-09-091-2/+7
* stream: Separate TCP/Unix stream helpers from stream/service implementationsMartin Willi2014-06-0413-300/+503
* tun-device: Rearrange headers to build properly when tun devices not supportedMartin Willi2014-06-031-19/+13
* windows: Add a common Windows header for platform specific wrappersMartin Willi2014-06-032-5/+1
* tun-device: Use SIOCAIFADDR to set IP address on FreeBSD 10Tobias Brunner2014-04-251-2/+90
* lookip: Disconnect asynchronously to avoid dead-locking watcher unregistrationMartin Willi2014-02-171-3/+2
* lib: All settings use configured namespaceTobias Brunner2014-02-121-4/+4
* stream: Make sure no watcher callback is active while changing stream callbacksMartin Willi2014-01-221-14/+3
* tun-device: Include system headers before our ownTobias Brunner2013-12-202-3/+5
* tun-device: Include <linux/types.h> before <linux/if_tun.h>Martin Willi2013-11-221-0/+1
* Use exact mask when calling umask(2)Tobias Brunner2013-10-291-1/+1
* tun_device: Add warning if TUN devices are not supported by platformTobias Brunner2013-09-121-2/+16
* host: Properly initialize struct sockaddr_in[6] when parsing stringsTobias Brunner2013-07-311-0/+2
* stream: Ensure UNIX socket path is null terminatedTobias Brunner2013-07-241-0/+1
* host: Prevent overflow in host_create_netmask() if mask is 0 or 32/128Tobias Brunner2013-07-241-5/+7
* Fix various API doc issues and typosTobias Brunner2013-07-181-2/+3
* stream-service: move CAP_CHOWN check from plugins to service constructorMartin Willi2013-07-181-0/+5
* stream: allow async read/write callback to destroy the stream explicitlyMartin Willi2013-07-182-10/+15
* stream: don't close underlying socket when creating a stream from itMartin Willi2013-07-181-1/+6
* stream: support keeping the service alive outside of service callbackMartin Willi2013-07-182-4/+5
* stream: add read/write_all() methods to streamMartin Willi2013-07-182-2/+73
* stream: support cancellation of stream service callbackMartin Willi2013-07-181-2/+3
* stream: use a service constructor to create servicesMartin Willi2013-07-182-77/+8
* stream: replace print/vprint() convenience functions by a FILE* getterMartin Willi2013-07-182-51/+20
* stream: add a concurrency option to services, limiting parallel callbacksMartin Willi2013-07-184-7/+71
* stream: add a job priority option to stream servicesMartin Willi2013-07-184-7/+24
* stream: add backlog option to stream services, forward to listen()Martin Willi2013-07-184-11/+15
* stream: add support for TCP stream servicesMartin Willi2013-07-183-0/+53
* stream: add support for TCP streamsMartin Willi2013-07-183-2/+108
* stream: add support for UNIX stream servicesMartin Willi2013-07-183-0/+61
* stream: add support for UNIX streamsMartin Willi2013-07-183-0/+77
* stream: support async operation using watcherMartin Willi2013-07-182-0/+142
* stream: add printf()-style covenience functionsMartin Willi2013-07-182-1/+60
* stream: create library instance of stream-managerMartin Willi2013-07-183-5/+2
* stream: add a manager to dynamically register streams and servicesMartin Willi2013-07-182-0/+386