aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/network
Commit message (Expand)AuthorAgeFilesLines
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-309-18/+0
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-22/+53
* updated DoxyfileMartin Willi2009-03-244-4/+4
* allow to globally disable DOS protection by setting charon.dos_protection to no.Tobias Brunner2008-11-261-0/+5
* performance optimization for the DOS protection.Tobias Brunner2008-11-251-16/+23
* moved the IPV6_IPSEC_POLICY definition to the ipsec plugins, fixes uClibc buildMartin Willi2008-11-241-5/+0
* updated API doc for socket.hMartin Willi2008-11-131-10/+7
* ported socket enumerator to raw-socket.cMartin Willi2008-11-132-85/+78
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-112-45/+72
* fixed sender destruction orderMartin Willi2008-11-051-2/+2
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-051-22/+25
* merging modularized kernel interface back to trunkTobias Brunner2008-09-251-2/+2
* added strongswan.conf option "charon.dos_protection" to disable cookies/aggre...Martin Willi2008-07-301-1/+9
* fixed typoAndreas Steffen2008-05-211-1/+1
* added _GNU_SOURCE and limits.h to build against glibc-2.8Martin Willi2008-04-242-0/+6
* added API for random number generators, served through credential factoryMartin Willi2008-04-151-8/+13
* thread locking for sender and processor optimizedTobias Brunner2008-04-031-6/+16
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-139-161/+96
* socket_t implementation withouth raw socketsMartin Willi2007-11-263-321/+909
* typoTobias Brunner2007-10-021-1/+1
* introduced callback_job:Martin Willi2007-06-112-125/+108
* proper thread cancellation when using the charon->interfacesMartin Willi2007-05-231-0/+1
* cosmeticsAndreas Steffen2007-05-151-1/+1
* simplified capability droppingMartin Willi2007-05-092-4/+2
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-072-3/+5
* reducing capabilities of the threads to a minimumMartin Willi2007-05-032-2/+12
* forcing proper autoload of af_key kernel module in charonMartin Willi2007-04-271-0/+10
* not using %m printf handler, as late errno interpration over bus may be probl...Martin Willi2007-04-121-13/+21
* cleaned up apidocMartin Willi2007-04-112-4/+4
* restructured file layoutMartin Willi2007-04-104-0/+676
* removed unneded includesMartin Willi2007-03-301-1/+0
* fixed netlink socket receiver codeMartin Willi2007-03-032-206/+0
* merged tasking branch into trunkMartin Willi2007-02-281-8/+2
* respecting source address when sending packetsMartin Willi2007-02-151-2/+51
* added address listing without getifaddrs for uclibc (only IPv4 yet)Martin Willi2007-02-021-1/+75
* renamed all static clone() functions to avoid naming conflicts with uclibcMartin Willi2007-02-011-2/+2
* fixed more uClibc issuesMartin Willi2006-12-151-6/+7
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-313-3/+3
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-302-12/+7
* improved signal handling and emittingMartin Willi2006-10-261-32/+32
* introduced new logging subsystem using bus:Martin Willi2006-10-181-71/+36
* fixed auxillary message data parsing for IPV6 socketMartin Willi2006-10-091-14/+12
* fixed IPV6_PKTINFO setsockopt() to work with most kernel headersMartin Willi2006-10-091-28/+22
* introduced printf() specifiers for:Martin Willi2006-09-271-9/+6
* proper error handling for socket creationMartin Willi2006-09-181-12/+23
* implemented updown script to handle firewallingMartin Willi2006-09-122-3/+12
* added raw socket filter for IPv6Martin Willi2006-08-312-23/+16
* initial support for IPv6 (more testing needed)Martin Willi2006-08-302-141/+452
* moved interface enumeration code to socket, where it belongsMartin Willi2006-08-284-268/+135
* cleanups in kernel interface codeMartin Willi2006-07-182-6/+6