aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/traffic_selector.c
Commit message (Collapse)AuthorAgeFilesLines
* moved traffic_selectors from charon to libstrongswanAndreas Steffen2009-12-201-857/+0
|
* Correctly set host number to zero when computing traffic selector rangeEric Mertens2009-11-231-0/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-63/+63
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-40/+17
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* changed [4856] to dynamically choose traffic selector familyMartin Willi2009-02-111-8/+14
|
* support of dynamic/128 and %any6Andreas Steffen2009-02-051-2/+3
|
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-121-30/+17
| | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git...
* fixed some compiler warningsMartin Willi2008-10-271-0/+5
|
* merging kernel_pfkey plugin back from kernel-interface branchTobias Brunner2008-10-141-2/+53
|
* display protoport in dynamic/32 traffic selectorsAndreas Steffen2008-07-211-11/+12
|
* added equals() method to peer_cfg, ike_cfg, proposals, auth_infoMartin Willi2008-03-261-5/+5
| | | | | | allows easier merging of ipsec.conf connections replaced some iterators through enumerators made proposals algorithm_t private using enumerator
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-10/+19
|
* proper update of IPsec SA when roaming a host-to-host tunnelMartin Willi2007-07-021-7/+13
| | | | roaming of IPsec SAs using virtual IPs
* restructured file layoutMartin Willi2007-04-101-0/+20
| | | | | | | | | 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
* fixed traffic selector redundancy removal code (not completely tested)Martin Willi2007-03-061-1/+2
|
* fixed double free bugMartin Willi2007-03-051-0/+23
|
* added support for 0.0.0.0/0 traffic selectorsMartin Willi2007-03-011-17/+52
| | | | fixed routing to make correct 0.0.0.0/0 routes
* merged tasking branch into trunkMartin Willi2007-02-281-0/+25
|
* added support for transport mode and (experimental!) BEET modeMartin Willi2006-12-211-8/+20
| | | | | support for the type=transport/tunnel parameter in charon
* fixed output of proto/port selectorsAndreas Steffen2006-11-021-33/+38
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-15/+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
* code cleanups in printf handlersMartin Willi2006-10-201-13/+12
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-80/+83
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* implemented updown script to handle firewallingMartin Willi2006-09-121-8/+2
|
* add priority management for kernel policyMartin Willi2006-09-081-0/+1
| | | | | | | let ROUTED policies installed, until manuall removed introduced new naming scheme to allow proper shutdown of IKE/CHILD_SAs ike_sa_manager cleanups
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-051-17/+9
| | | | | | | | | fixed a bug in retransmission code added support for the "keyingtries" ipsec.conf parameter added support for the "dpddelay" ipsec.conf parameter done some work for "dpdaction" behavior some other cleanups and fixes
* initial support for IPv6 (more testing needed)Martin Willi2006-08-301-91/+245
| | | | | | | | | 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
* added possibility to route CHILD_SAs, without to set them upMartin Willi2006-07-211-0/+24
| | | | | | | support for auto=route parameter support for ipsec route and ipsec unroute initiating of CHILD and/or IKE_SAs based on kernel acquires
* introduced refcounting on policy and connectionsMartin Willi2006-07-201-8/+9
| | | | | | | | | aren't stored in the IKE_SA anymore, they are queried on the fly are immutable now, allows it to share them policy selection based on traffic selectors, leads to valid lookup results rekeying queries the policy based on its traffic selectors
* cleanups in kernel interface codeMartin Willi2006-07-181-57/+142
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* added support for leftprotoport and rightprotoportMartin Willi2006-07-051-6/+15
|
* - fixed host-host tunnel traffic selection, host-host works nowMartin Willi2006-05-311-6/+24
|
* (no commit message)Martin Willi2006-05-101-0/+425