aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/doc
Commit message (Collapse)AuthorAgeFilesLines
* restructured file layoutMartin Willi2007-04-1015-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 authenticationMartin Willi2007-03-131-0/+5155
| | | | | | | client side only uses an external SIM reader library specified with SIM_READER_LIB untested
* merged EAP framework from branch into trunkMartin Willi2007-02-122-0/+4374
| | | | | includes a lot of other modifications
* renamed to appear in doxygen buildMartin Willi2006-12-191-0/+0
|
* added a roadmap of the strongSwan project (TODO)Martin Willi2006-12-191-84/+0
| | | | added some NEWS
* fixed encoding rules stringMartin Willi2006-12-141-4/+5
| | | | updated todo
* added IKEv2 clarifications RFCMartin Willi2006-10-301-0/+3251
|
* some improvements in signaling codeMartin Willi2006-10-271-8/+11
|
* added eap authentication draft for ikev2Martin Willi2006-10-181-0/+729
|
* added often used RFCs and draftsMartin Willi2006-09-279-0/+29363
|
* added support for 3DES encryption algorithm in IKEMartin Willi2006-09-191-0/+1
|
* updated TODOsMartin Willi2006-09-181-9/+10
|
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-051-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 schedulerMartin Willi2006-08-311-0/+2
|
* updated Changelog and other docsMartin Willi2006-08-232-11/+10
|
* implemented proper refcounting using atomic operationsMartin Willi2006-07-281-0/+2
|
* implemented IKE_SA rekeyingMartin Willi2006-07-271-3/+3
| | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet!
* cleanups in kernel interface codeMartin Willi2006-07-181-1/+1
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* reimplemented CHILD_SA rekeying & deleteMartin Willi2006-07-071-0/+2
| | | | | no simultanous transaction with CHILD_SAs yet!
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-051-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 improvementsMartin Willi2006-06-132-4/+7
|
* - updated todo listMartin Willi2006-05-291-1/+4
|
* - handle IKE_SA setup without a piggy-packed CHILD_SAMartin Willi2006-05-241-6/+6
| | | | | more IKEv2 conform
* - introduced autotoolsMartin Willi2006-05-163-0/+120
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-05-103-120/+0
|
* - applied some -W's from strongswanMartin Willi2006-05-091-0/+4
| | | | | - fixed that warnings
* - applied patch from andreasMartin Willi2006-05-061-0/+4
| | | | | | - added charonstart option to config - new ikev2 tests for UML
* - connection termination is handled cleanly by name nowMartin Willi2006-05-041-0/+1
|
* (no commit message)Martin Willi2006-04-283-0/+111