Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed _updown target for ipv6 | Andreas Steffen | 2007-11-06 | 1 | -1/+1 |
| | |||||
* | removed accidentally checked in debugging code | Martin Willi | 2007-10-01 | 1 | -4/+0 |
| | |||||
* | implemented IKEv2 force_encap connection parameter | Martin Willi | 2007-10-01 | 1 | -0/+4 |
| | | | | | enforces UDP encapsulation by faking NAT detection payloads to hurdle restrictive firewalls | ||||
* | improved MOBIKE roaming between interfaces | Martin Willi | 2007-09-24 | 1 | -0/+10 |
| | |||||
* | fixed firewall script invocation when interface is not available anymore | Martin Willi | 2007-07-03 | 1 | -17/+28 |
| | |||||
* | improved MOBIKE: | Martin Willi | 2007-07-03 | 1 | -4/+6 |
| | | | | | | | | prefer address family already used do not change address implicit when mobike supported handle multiple simultaneous roaming requests more properly proper enabling/disabling of UDP encapsulation | ||||
* | fixed mobike address update from and to NAT | Martin Willi | 2007-07-02 | 1 | -33/+14 |
| | |||||
* | proper update of IPsec SA when roaming a host-to-host tunnel | Martin Willi | 2007-07-02 | 1 | -9/+36 |
| | | | | roaming of IPsec SAs using virtual IPs | ||||
* | further mobike improvements, regarding to NAT-T | Martin Willi | 2007-06-27 | 1 | -20/+8 |
| | |||||
* | simple roaming of the client works (not MOBIKE conform yet!) | Martin Willi | 2007-06-26 | 1 | -107/+47 |
| | |||||
* | cosmetics | Andreas Steffen | 2007-05-15 | 1 | -2/+2 |
| | |||||
* | removed IKE_SA (%K) and CHILD_SA (%P) printf handlers, 3 more to go | Martin Willi | 2007-04-11 | 1 | -122/+48 |
| | |||||
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -34/+29 |
| | | | | | | | | | 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 statusall rekey time jitter bug (again) | Martin Willi | 2007-03-20 | 1 | -4/+9 |
| | |||||
* | fixed CHILD_SA rekeying time in statusall | Martin Willi | 2007-03-20 | 1 | -2/+2 |
| | |||||
* | fixed netlink socket receiver code | Martin Willi | 2007-03-03 | 1 | -2/+3 |
| | | | | implemented interface enumeration code with netlink: no getifaddrs reqired anymore | ||||
* | added firewalling support when using virtual IPs | Martin Willi | 2007-03-01 | 1 | -15/+26 |
| | |||||
* | preparations for PLUTO_MY_SOURCEIP | Andreas Steffen | 2007-03-01 | 1 | -3/+22 |
| | |||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -98/+49 |
| | |||||
* | combined use_in and use_fwd | Andreas Steffen | 2007-01-10 | 1 | -18/+18 |
| | |||||
* | support for transport in create_child_sa | Martin Willi | 2007-01-08 | 1 | -2/+3 |
| | | | | include TRANSPORT/TUNNEL information in statusall | ||||
* | added support for transport mode and (experimental!) BEET mode | Martin Willi | 2006-12-21 | 1 | -22/+34 |
| | | | | | support for the type=transport/tunnel parameter in charon | ||||
* | redesigned formatting of ipsec status|statusall | Andreas Steffen | 2006-11-01 | 1 | -12/+12 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -13/+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 problems | Martin Willi | 2006-10-30 | 1 | -5/+5 |
| | | | | | | | 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 emitting | Martin Willi | 2006-10-26 | 1 | -10/+10 |
| | |||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 1 | -12/+5 |
| | | | | added iterator hook to manipulate iterator the clean way | ||||
* | code cleanups in printf handlers | Martin Willi | 2006-10-20 | 1 | -30/+27 |
| | |||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -143/+121 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | introduced printf() specifiers for: | Martin Willi | 2006-09-27 | 1 | -17/+14 |
| | | | | | | | | | | | 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 | ||||
* | added hostaccess support | Andreas Steffen | 2006-09-25 | 1 | -4/+11 |
| | |||||
* | added HOST_ACCESS for firewall script as default | Martin Willi | 2006-09-18 | 1 | -0/+1 |
| | |||||
* | implemented updown script to handle firewalling | Martin Willi | 2006-09-12 | 1 | -10/+165 |
| | |||||
* | add priority management for kernel policy | Martin Willi | 2006-09-08 | 1 | -8/+18 |
| | | | | | | | let ROUTED policies installed, until manuall removed introduced new naming scheme to allow proper shutdown of IKE/CHILD_SAs ike_sa_manager cleanups | ||||
* | implemented handling of dpdaction and dpddelay ipsec.conf parameters | Martin Willi | 2006-09-08 | 1 | -0/+5 |
| | |||||
* | moved interface enumeration code to socket, where it belongs | Martin Willi | 2006-08-28 | 1 | -0/+2 |
| | | | | | query interfaces every time we need it to respect changes in network config added address listing on startup and "ipsec statusall" | ||||
* | added name property in CHILD_SA, allows proper status output | Martin Willi | 2006-08-25 | 1 | -7/+33 |
| | |||||
* | implemented IKE_SA rekeying | Martin Willi | 2006-07-27 | 1 | -1/+1 |
| | | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet! | ||||
* | added possibility to route CHILD_SAs, without to set them up | Martin Willi | 2006-07-21 | 1 | -50/+67 |
| | | | | | | | support for auto=route parameter support for ipsec route and ipsec unroute initiating of CHILD and/or IKE_SAs based on kernel acquires | ||||
* | reuse an existing IKE_SA to set up additional CHILD_SAs | Martin Willi | 2006-07-20 | 1 | -1/+47 |
| | |||||
* | introduced refcounting on policy and connections | Martin Willi | 2006-07-20 | 1 | -0/+35 |
| | | | | | | | | | 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 code | Martin Willi | 2006-07-18 | 1 | -158/+123 |
| | | | | | | added proper traffic selector to string conversion some cleanups here & there | ||||
* | added CHILD_SA states, which allows us to detect further simultaneous ↵ | Martin Willi | 2006-07-13 | 1 | -2/+42 |
| | | | | | | | transactions reimplemented the buggy message id handling | ||||
* | added policy cache to kernel interface | Martin Willi | 2006-07-12 | 1 | -125/+34 |
| | | | | | | allows refcounting of multiple installed policies finally brings us stable simultaneous rekeying | ||||
* | further work done for simultaneous rekeying/delete | Martin Willi | 2006-07-10 | 1 | -23/+50 |
| | | | | | still some cases which cause trouble | ||||
* | updated copyright information | Martin Willi | 2006-07-07 | 1 | -1/+2 |
| | |||||
* | reimplemented CHILD_SA rekeying & delete | Martin Willi | 2006-07-07 | 1 | -2/+2 |
| | | | | | no simultanous transaction with CHILD_SAs yet! | ||||
* | improved CHILD_SA output for "ipsec statusall" | Martin Willi | 2006-07-05 | 1 | -61/+106 |
| | |||||
* | redesigned IKE_SA using a transaction mechanism: | Martin Willi | 2006-07-05 | 1 | -0/+1 |
| | | | | | | | | | | | | 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 latest NATT patch with some fixes and cleanups | Martin Willi | 2006-07-04 | 1 | -1/+1 |
| |