aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/network/socket.h
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-64/+0
|
* Pass sockets to bypass to kernel interface, allowing us to register them ↵Martin Willi2010-02-261-7/+0
| | | | dynamically
* Moved socket and socket-raw implementations to pluginsMartin Willi2010-02-261-33/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-14/+14
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* updated API doc for socket.hMartin Willi2008-11-131-10/+7
|
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-1/+8
|
* merging modularized kernel interface back to trunkTobias Brunner2008-09-251-2/+2
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-38/+28
|
* socket_t implementation withouth raw socketsMartin Willi2007-11-261-3/+1
| | | | | | --disable-raw-socket configure option prevents charon/pluto to run in parallel
* fixed netlink socket receiver codeMartin Willi2007-03-031-21/+0
| | | | implemented interface enumeration code with netlink: no getifaddrs reqired anymore
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-1/+1
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-6/+3
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* implemented updown script to handle firewallingMartin Willi2006-09-121-1/+5
|
* added raw socket filter for IPv6Martin Willi2006-08-311-6/+4
|
* initial support for IPv6 (more testing needed)Martin Willi2006-08-301-2/+0
| | | | | | | | | socket works (without v6 filter) traffic selector handle IPv4/v4 cleanly improvements in traffic selector code kernel interface accepts v6 traffic selectors and hosts host_t class has full IPv6 support
* moved interface enumeration code to socket, where it belongsMartin Willi2006-08-281-11/+26
| | | | | query interfaces every time we need it to respect changes in network config added address listing on startup and "ipsec statusall"
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* first merge of NATT codeMartin Willi2006-06-221-12/+4
|
* (no commit message)Martin Willi2006-05-101-0/+128