Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | restructured file layout | Martin Willi | 2007-04-10 | 15 | -42929/+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 | ||||
* | added EAP-SIM authentication | Martin Willi | 2007-03-13 | 1 | -0/+5155 |
| | | | | | | | client side only uses an external SIM reader library specified with SIM_READER_LIB untested | ||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 2 | -0/+4374 |
| | | | | | includes a lot of other modifications | ||||
* | renamed to appear in doxygen build | Martin Willi | 2006-12-19 | 1 | -0/+0 |
| | |||||
* | added a roadmap of the strongSwan project (TODO) | Martin Willi | 2006-12-19 | 1 | -84/+0 |
| | | | | added some NEWS | ||||
* | fixed encoding rules string | Martin Willi | 2006-12-14 | 1 | -4/+5 |
| | | | | updated todo | ||||
* | added IKEv2 clarifications RFC | Martin Willi | 2006-10-30 | 1 | -0/+3251 |
| | |||||
* | some improvements in signaling code | Martin Willi | 2006-10-27 | 1 | -8/+11 |
| | |||||
* | added eap authentication draft for ikev2 | Martin Willi | 2006-10-18 | 1 | -0/+729 |
| | |||||
* | added often used RFCs and drafts | Martin Willi | 2006-09-27 | 9 | -0/+29363 |
| | |||||
* | added support for 3DES encryption algorithm in IKE | Martin Willi | 2006-09-19 | 1 | -0/+1 |
| | |||||
* | updated TODOs | Martin Willi | 2006-09-18 | 1 | -9/+10 |
| | |||||
* | reuse reqid when a ROUTED child_sa gets INSTALLED | Martin Willi | 2006-09-05 | 1 | -0/+3 |
| | | | | | | | | | 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 | ||||
* | fixed a at-least-one-year-old bug which caused crashed in the scheduler | Martin Willi | 2006-08-31 | 1 | -0/+2 |
| | |||||
* | updated Changelog and other docs | Martin Willi | 2006-08-23 | 2 | -11/+10 |
| | |||||
* | implemented proper refcounting using atomic operations | Martin Willi | 2006-07-28 | 1 | -0/+2 |
| | |||||
* | implemented IKE_SA rekeying | Martin Willi | 2006-07-27 | 1 | -3/+3 |
| | | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet! | ||||
* | cleanups in kernel interface code | Martin Willi | 2006-07-18 | 1 | -1/+1 |
| | | | | | | added proper traffic selector to string conversion some cleanups here & there | ||||
* | reimplemented CHILD_SA rekeying & delete | Martin Willi | 2006-07-07 | 1 | -0/+2 |
| | | | | | no simultanous transaction with CHILD_SAs yet! | ||||
* | redesigned IKE_SA using a transaction mechanism: | Martin Willi | 2006-07-05 | 1 | -4/+5 |
| | | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet | ||||
* | debug and logging improvements | Martin Willi | 2006-06-13 | 2 | -4/+7 |
| | |||||
* | - updated todo list | Martin Willi | 2006-05-29 | 1 | -1/+4 |
| | |||||
* | - handle IKE_SA setup without a piggy-packed CHILD_SA | Martin Willi | 2006-05-24 | 1 | -6/+6 |
| | | | | | more IKEv2 conform | ||||
* | - introduced autotools | Martin Willi | 2006-05-16 | 3 | -0/+120 |
| | | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups | ||||
* | (no commit message) | Martin Willi | 2006-05-10 | 3 | -120/+0 |
| | |||||
* | - applied some -W's from strongswan | Martin Willi | 2006-05-09 | 1 | -0/+4 |
| | | | | | - fixed that warnings | ||||
* | - applied patch from andreas | Martin Willi | 2006-05-06 | 1 | -0/+4 |
| | | | | | | - added charonstart option to config - new ikev2 tests for UML | ||||
* | - connection termination is handled cleanly by name now | Martin Willi | 2006-05-04 | 1 | -0/+1 |
| | |||||
* | (no commit message) | Martin Willi | 2006-04-28 | 3 | -0/+111 |