aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/traffic_selector.h
Commit message (Collapse)AuthorAgeFilesLines
* moved traffic_selectors from charon to libstrongswanAndreas Steffen2009-12-201-304/+0
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-11/+11
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-33/+33
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* updated DoxyfileMartin Willi2009-03-241-1/+3
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-2/+3
| | | | 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-2/+0
|
* support of dynamic/128 and %any6Andreas Steffen2009-02-051-0/+2
|
* corrected unwanted deletion in commentAndreas Steffen2008-11-121-2/+2
|
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-121-2/+9
| | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git...
* corrected parameter descriptionAndreas Steffen2008-11-031-1/+1
|
* corrected parameter descriptionAndreas Steffen2008-10-301-1/+1
|
* merging kernel_pfkey plugin back from kernel-interface branchTobias Brunner2008-10-141-0/+11
|
* added equals() method to peer_cfg, ike_cfg, proposals, auth_infoMartin Willi2008-03-261-3/+1
| | | | | | 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-63/+38
|
* fixed double free bugMartin Willi2007-03-051-0/+11
|
* added support for 0.0.0.0/0 traffic selectorsMartin Willi2007-03-011-11/+29
| | | | fixed routing to make correct 0.0.0.0/0 routes
* merged tasking branch into trunkMartin Willi2007-02-281-9/+21
|
* added support for transport mode and (experimental!) BEET modeMartin Willi2006-12-211-0/+2
| | | | | support for the type=transport/tunnel parameter in charon
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-6/+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-9/+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
* introduced new logging subsystem using bus:Martin Willi2006-10-181-12/+19
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* added possibility to route CHILD_SAs, without to set them upMartin Willi2006-07-211-0/+9
| | | | | | | support for auto=route parameter support for ipsec route and ipsec unroute initiating of CHILD and/or IKE_SAs based on kernel acquires
* cleanups in kernel interface codeMartin Willi2006-07-181-42/+41
| | | | | | 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-1/+3
|
* (no commit message)Martin Willi2006-05-101-0/+258