aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/traffic_selector.h
Commit message (Collapse)AuthorAgeFilesLines
* 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