Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | fixed aes code, we support now aes128, aes192, aes256 in IKE | Martin Willi | 2006-06-15 | 1 | -2/+0 | |
| | ||||||
* | added support for "ike" and "esp" keywords | Martin Willi | 2006-06-15 | 3 | -9/+192 | |
| | | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes | |||||
* | debug and logging improvements | Martin Willi | 2006-06-13 | 3 | -5/+9 | |
| | ||||||
* | add_certificate() now returns pointer to added cert | Andreas Steffen | 2006-06-12 | 2 | -8/+8 | |
| | ||||||
* | workaround for peers rekeying at the same time | Martin Willi | 2006-06-12 | 3 | -9/+42 | |
| | | | | | loading lifetime policies from ipsec.conf | |||||
* | old child_sa gets deleted after rekeying | Martin Willi | 2006-06-09 | 1 | -3/+3 | |
| | | | | | | rekeying almost complete, but: IKE_SA get in an invalid state when both initiate rekeying at the same time, | |||||
* | improved kernel interface logging | Martin Willi | 2006-06-09 | 1 | -3/+3 | |
| | ||||||
* | fixed clone/destroy behavior when not using CAs | Martin Willi | 2006-06-09 | 1 | -5/+17 | |
| | ||||||
* | specifying keysize in bits, as it is required in IKEv2 | Martin Willi | 2006-06-09 | 1 | -1/+1 | |
| | | | | | | added generic kernel SA algorithm handling, which brings us: aes-128, aes-256, blowfish, des, 3des and null encryption for CHILD_SAs | |||||
* | added support for leftsendcert= and left|rightca= parameters | Andreas Steffen | 2006-06-09 | 2 | -2/+41 | |
| | ||||||
* | discard cert if CA basic constraints flag is not set and warn if cert is not ↵ | Andreas Steffen | 2006-06-09 | 1 | -5/+16 | |
| | | | | valide | |||||
* | fixed compile warnings when using -Wall | Martin Willi | 2006-06-08 | 5 | -8/+12 | |
| | | | | | | | | further CHILD_SA rekeying work done: creation of a new CHILD_SA on a expire from a kernel works delete of old CHILD_SA still missing some issues when both initiate rekeing | |||||
* | further work for rekeying: | Martin Willi | 2006-06-07 | 5 | -356/+182 | |
| | | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals | |||||
* | - fixed some memleaks/freebugs | Martin Willi | 2006-05-31 | 1 | -1/+0 | |
| | | | | | - leak detective works almost usable now (?!) | |||||
* | - fixed host-host tunnel traffic selection, host-host works now | Martin Willi | 2006-05-31 | 1 | -6/+24 | |
| |