Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restructured file layout | Martin Willi | 2007-04-10 | 1 | -1964/+0 |
| | | | | | | | | | 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 | ||||
* | removed unneded includes | Martin Willi | 2007-03-30 | 1 | -1/+0 |
| | |||||
* | using IFA_LOCAL for interface enumeration to support ppp links | Martin Willi | 2007-03-30 | 1 | -5/+20 |
| | |||||
* | fixed SPI byte order | Martin Willi | 2007-03-21 | 1 | -1/+1 |
| | |||||
* | not installing a route when policy gets updated | Martin Willi | 2007-03-20 | 1 | -2/+8 |
| | |||||
* | always update reqid on policy install, fixes dpdaction=hold issue | Martin Willi | 2007-03-19 | 1 | -9/+1 |
| | |||||
* | disabling routing for IPv6, does not work correctly | Martin Willi | 2007-03-08 | 1 | -1/+2 |
| | |||||
* | added (not yet supported) sha2 algorithms to kernel | Martin Willi | 2007-03-08 | 1 | -7/+10 |
| | | | | only adding a route if using tunnel mode | ||||
* | fixed ID selection bug when peer doesn't include IDr payload | Martin Willi | 2007-03-05 | 1 | -1/+1 |
| | | | | | allowing vendor ID in any messag | ||||
* | fixed netlink socket receiver code | Martin Willi | 2007-03-03 | 1 | -67/+147 |
| | | | | implemented interface enumeration code with netlink: no getifaddrs reqired anymore | ||||
* | refactored kernel interface, works reliable again | Martin Willi | 2007-03-03 | 1 | -1151/+942 |
| | |||||
* | implemented get_iface() using RTM_GETADDR | Martin Willi | 2007-03-02 | 1 | -71/+177 |
| | | | | | added support for multi-header netlink messages really ugly now, need a lot of refactoring | ||||
* | added debuggin for interface lookup | Martin Willi | 2007-03-01 | 1 | -0/+3 |
| | |||||
* | fixed address lookup when !using getifaddrs() | Martin Willi | 2007-03-01 | 1 | -2/+2 |
| | |||||
* | added support for 0.0.0.0/0 traffic selectors | Martin Willi | 2007-03-01 | 1 | -3/+44 |
| | | | | fixed routing to make correct 0.0.0.0/0 routes | ||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -106/+715 |
| | |||||
* | fixed host conversion length check | Martin Willi | 2007-01-03 | 1 | -2/+2 |
| | |||||
* | added support for transport mode and (experimental!) BEET mode | Martin Willi | 2006-12-21 | 1 | -7/+8 |
| | | | | | support for the type=transport/tunnel parameter in charon | ||||
* | fixed 64 bit issue | Andreas Steffen | 2006-10-31 | 1 | -1/+1 |
| | |||||
* | improved signal handling and emitting | Martin Willi | 2006-10-26 | 1 | -54/+54 |
| | |||||
* | removed deprecated iterator methods (has_next & current) | Martin Willi | 2006-10-24 | 1 | -4/+4 |
| | | | | added iterator hook to manipulate iterator the clean way | ||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -81/+65 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | add priority management for kernel policy | Martin Willi | 2006-09-08 | 1 | -4/+17 |
| | | | | | | | let ROUTED policies installed, until manuall removed introduced new naming scheme to allow proper shutdown of IKE/CHILD_SAs ike_sa_manager cleanups | ||||
* | reuse reqid when a ROUTED child_sa gets INSTALLED | Martin Willi | 2006-09-05 | 1 | -3/+0 |
| | | | | | | | | | 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 | -26/+22 |
| | | | | | | | | | 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 | ||||
* | added possibility to route CHILD_SAs, without to set them up | Martin Willi | 2006-07-21 | 1 | -20/+40 |
| | | | | | | | 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 code | Martin Willi | 2006-07-18 | 1 | -64/+218 |
| | | | | | | added proper traffic selector to string conversion some cleanups here & there | ||||
* | added policy cache to kernel interface | Martin Willi | 2006-07-12 | 1 | -338/+447 |
| | | | | | | 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 | -8/+5 |
| | | | | | 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 | -14/+13 |
| | | | | | no simultanous transaction with CHILD_SAs yet! | ||||
* | applied latest NATT patch with some fixes and cleanups | Martin Willi | 2006-07-04 | 1 | -8/+15 |
| | |||||
* | applied new changes from NATT team | Martin Willi | 2006-06-23 | 1 | -0/+70 |
| | | | | | 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 | 1 | -262/+391 |
| | |||||
* | added support for "ike" and "esp" keywords | Martin Willi | 2006-06-15 | 1 | -0/+1 |
| | | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes | ||||
* | improved kernel interface logging | Martin Willi | 2006-06-09 | 1 | -47/+38 |
| | |||||
* | specifying keysize in bits, as it is required in IKEv2 | Martin Willi | 2006-06-09 | 1 | -53/+114 |
| | | | | | | added generic kernel SA algorithm handling, which brings us: aes-128, aes-256, blowfish, des, 3des and null encryption for CHILD_SAs | ||||
* | fixed compile warnings when using -Wall | Martin Willi | 2006-06-08 | 1 | -4/+3 |
| | | | | | | | | 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 | 1 | -4/+6 |
| | | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals | ||||
* | job management: | Martin Willi | 2006-05-31 | 1 | -12/+70 |
| | | | | | | | | | | | | | moved job code from thread_pool to job, jobs have an "execute" method now added two new jobs: delete_child_sa & rekey_child_sa kernel interface: listens now for ACQUIRE & EXPIRE supports hard and soft lifetimes fires jobs for delete and rekey child sa ike sa manager: can checkout IKE SAs by requid of owned CHILD SAs we have now the infrastructure to do the rekeying... :-) | ||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+729 |