aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/network
Commit message (Collapse)AuthorAgeFilesLines
...
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-072-3/+5
| | | | added --with-uid/--with-gid configure option
* reducing capabilities of the threads to a minimumMartin Willi2007-05-032-2/+12
| | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route
* 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 ↵Martin Willi2007-04-121-13/+21
| | | | problematic
* cleaned up apidocMartin Willi2007-04-112-4/+4
| | | | | | added some comments removed configuration.[ch], as it does not make sense like it is
* restructured file layoutMartin Willi2007-04-104-0/+676
| | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads
* removed unneded includesMartin Willi2007-03-301-1/+0
|
* fixed netlink socket receiver codeMartin Willi2007-03-032-206/+0
| | | | implemented interface enumeration code with netlink: no getifaddrs reqired anymore
* 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
| | | | | should compile against a uClibc > 0.9.28 (untested)
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-313-3/+3
| | | | | | | | | 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-302-12/+7
| | | | | | | 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
* improved signal handling and emittingMartin Willi2006-10-261-32/+32
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-71/+36
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* fixed auxillary message data parsing for IPV6 socketMartin Willi2006-10-091-14/+12
| | | | using SOL_* constants for socket level
* fixed IPV6_PKTINFO setsockopt() to work with most kernel headersMartin Willi2006-10-091-28/+22
| | | | | replaced strerror(errno) with %m printf specifier
* introduced printf() specifiers for:Martin Willi2006-09-271-9/+6
| | | | | | | | | | | host_t (%H) identification_t (%D) chunk pointers (%B) memory pointer/length (%b) added a signaling bus: receives event and debug messages, sends them to its listeners stream_logger, sys_logger, file_logger added, listen to bus some other tweaks here and there
* 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
| | | | | | | | | 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-284-268/+135
| | | | | query interfaces every time we need it to respect changes in network config added address listing on startup and "ipsec statusall"
* cleanups in kernel interface codeMartin Willi2006-07-182-6/+6
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* fixed UDP decapsulation by adding inbound bypass policy for send socketMartin Willi2006-07-141-10/+17
|
* added IPsec bypass policy to receiving socket, allows incoming IKE traffic ↵Martin Willi2006-07-141-26/+29
| | | | on host2host tunnels when using NAT
* further work done for simultaneous rekeying/deleteMartin Willi2006-07-101-17/+1
| | | | | still some cases which cause trouble
* updated copyright informationMartin Willi2006-07-074-8/+8
|
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-053-11/+11
| | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet
* applied new changes from NATT teamMartin Willi2006-06-232-2/+3
| | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there
* cleaner error handling on UDP encapsultion sockopt failureMartin Willi2006-06-221-8/+7
|
* added mysterious UDP encapsulation socket option to get encapsulation workingMartin Willi2006-06-221-0/+20
|
* first merge of NATT codeMartin Willi2006-06-224-304/+483
|
* debug and logging improvementsMartin Willi2006-06-131-2/+24
|
* created IPv6 environmentAndreas Steffen2006-06-061-4/+4
|
* - fixed some memleaks/freebugsMartin Willi2006-05-311-8/+5
| | | | | - leak detective works almost usable now (?!)
* - applied andreas's patchMartin Willi2006-05-181-5/+3
| | | | | | | - logger output improvements - testin gupdates - and a lot more
* - introduced autotoolsMartin Willi2006-05-161-24/+0
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-05-105-0/+932