Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support for transport in create_child_sa | Martin Willi | 2007-01-08 | 2 | -2/+15 |
| | | | | include TRANSPORT/TUNNEL information in statusall | ||||
* | added support for transport mode and (experimental!) BEET mode | Martin Willi | 2006-12-21 | 4 | -13/+65 |
| | | | | | support for the type=transport/tunnel parameter in charon | ||||
* | implemented reauthentication using the new reauth=yes|no parameter | Martin Willi | 2006-12-19 | 2 | -3/+28 |
| | |||||
* | fixed output of proto/port selectors | Andreas Steffen | 2006-11-02 | 1 | -33/+38 |
| | |||||
* | cosmetics | Andreas Steffen | 2006-11-01 | 1 | -3/+3 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 16 | -47/+23 |
| | | | | | | | | | 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 | ||||
* | preparations to include certreqs in policy decisions | Andreas Steffen | 2006-10-31 | 2 | -15/+19 |
| | |||||
* | moved typedefs to beginning of files to solve some include problems | Martin Willi | 2006-10-30 | 13 | -100/+46 |
| | | | | | | | 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 | ||||
* | support of certreq payload in IKE_AUTH messages | Andreas Steffen | 2006-10-28 | 2 | -0/+39 |
| | |||||
* | added method get_ca_certificate() | Andreas Steffen | 2006-10-28 | 2 | -10/+54 |
| | |||||
* | added methods get_my_ca() and get_other_ca() | Andreas Steffen | 2006-10-28 | 1 | -0/+18 |
| | |||||
* | added methods get_my_ca() and get_other_ca() | Andreas Steffen | 2006-10-28 | 1 | -2/+22 |
| | |||||
* | improved signal handling and emitting | Martin Willi | 2006-10-26 | 5 | -59/+59 |
| | |||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 6 | -88/+50 |
| | | | | added iterator hook to manipulate iterator the clean way | ||||
* | linked list cleanups | Martin Willi | 2006-10-24 | 6 | -122/+19 |
| | | | | | added list methods invoke(), destroy_offset(), destroy_function() simplified list destruction when destroying its items | ||||
* | code cleanups in printf handlers | Martin Willi | 2006-10-20 | 1 | -13/+12 |
| | |||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 14 | -460/+305 |
| | | | | | | | 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 | 3 | -28/+18 |
| | | | | | | | | | | | 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 | ||||
* | moved auth_method to policy | Andreas Steffen | 2006-09-25 | 2 | -74/+1 |
| | |||||
* | added hostaccess support; moved auth_method to policy | Andreas Steffen | 2006-09-25 | 3 | -31/+138 |
| | |||||
* | support of encrypted private key files | Andreas Steffen | 2006-09-20 | 1 | -1/+19 |
| | |||||
* | added copyright notice to sha2_hasher | Martin Willi | 2006-09-19 | 1 | -1/+1 |
| | | | | included SHA2 in build process | ||||
* | added support for 3DES encryption algorithm in IKE | Martin Willi | 2006-09-19 | 1 | -0/+1 |
| | |||||
* | fixed the ids parsing bug | Andreas Steffen | 2006-09-19 | 1 | -1/+4 |
| | |||||
* | fixed memleak | Martin Willi | 2006-09-18 | 1 | -10/+27 |
| | | | | | fixed proper handling of id parsing errors proper return value when no PSK found | ||||
* | added PSK support | Andreas Steffen | 2006-09-18 | 3 | -23/+274 |
| | |||||
* | implemented updown script to handle firewalling | Martin Willi | 2006-09-12 | 1 | -8/+2 |
| | |||||
* | add priority management for kernel policy | Martin Willi | 2006-09-08 | 2 | -1/+2 |
| | | | | | | | 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 | 3 | -7/+56 |
| | |||||
* | reuse reqid when a ROUTED child_sa gets INSTALLED | Martin Willi | 2006-09-05 | 7 | -77/+157 |
| | | | | | | | | | 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 Willi | 2006-08-30 | 1 | -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 | ||||
* | fixed crash bug when doing "ipsec down" with an unknown connection | Martin Willi | 2006-08-25 | 1 | -2/+5 |
| | |||||
* | implemented proper refcounting using atomic operations | Martin Willi | 2006-07-28 | 4 | -6/+12 |
| | |||||
* | implemented IKE_SA rekeying | Martin Willi | 2006-07-27 | 4 | -10/+96 |
| | | | | | | 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 | 2 | -0/+33 |
| | | | | | | | 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 connections | Martin Willi | 2006-07-20 | 8 | -416/+314 |
| | | | | | | | | | 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 | 4 | -127/+223 |
| | | | | | | added proper traffic selector to string conversion some cleanups here & there | ||||
* | identification_t.matches() supports multiple wildcard counts | Andreas Steffen | 2006-07-11 | 1 | -23/+9 |
| | |||||
* | updated copyright information | Martin Willi | 2006-07-07 | 8 | -14/+21 |
| | |||||
* | added support for leftprotoport and rightprotoport | Martin Willi | 2006-07-05 | 2 | -7/+18 |
| | |||||
* | redesigned IKE_SA using a transaction mechanism: | Martin Willi | 2006-07-05 | 5 | -21/+18 |
| | | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet | ||||
* | log entries start with lowcercase character | Andreas Steffen | 2006-07-04 | 1 | -2/+6 |
| | |||||
* | support of cert payloads | Andreas Steffen | 2006-07-03 | 6 | -64/+205 |
| | |||||
* | added X.509 trust chain verification | Andreas Steffen | 2006-06-27 | 2 | -4/+248 |
| | |||||
* | applied new changes from NATT team | Martin Willi | 2006-06-23 | 3 | -27/+1 |
| | | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there | ||||
* | first merge of NATT code | Martin Willi | 2006-06-22 | 2 | -13/+89 |
| | |||||
* | readded local_credential_store | Martin Willi | 2006-06-20 | 5 | -78/+242 |
| | | | | | | added sendcert policy to connection some other cleanups | ||||
* | implemented rereadcrls rereadcacerts | Andreas Steffen | 2006-06-20 | 2 | -0/+669 |
| | |||||
* | removed local_credential_store | Andreas Steffen | 2006-06-20 | 2 | -689/+0 |
| | |||||
* | added crl support | Andreas Steffen | 2006-06-16 | 3 | -15/+188 |
| |