Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - import of strongswan-2.7.0 | Martin Willi | 2006-04-28 | 1 | -1199/+0 |
| | | | | | - applied patch for charon | ||||
* | - reworked usage of IDs in various states | Martin Willi | 2006-04-27 | 1 | -1/+1 |
| | | | | | | - using ID_ANY for any, not NULL as before - initiator sends IDr payload in IKE_AUTH when ID unique | ||||
* | - add connection names to connections | Martin Willi | 2006-04-27 | 1 | -5/+21 |
| | | | | | | | | - stroke status / ipsec status shows them - added statusall for stroke - added status by connection name - some tests repaired, more to come | ||||
* | - improved "stroke status" output | Martin Willi | 2006-04-26 | 1 | -0/+38 |
| | |||||
* | - added separate implementation for connection_store, credential_store, ↵ | Martin Willi | 2006-04-25 | 1 | -0/+18 |
| | | | | | | | | policy_store - added folder structure to config - credentials are fetched solely on IDs now | ||||
* | - split up in libstrong, charon, stroke, testing done | Martin Willi | 2006-04-10 | 1 | -17/+17 |
| | | | | | | | | | - new leak detective with malloc hook in library - useable, but needs improvements - logger_manager has now a single instance per library - allows use of loggers from any linking prog - a LOT of other things | ||||
* | ../svn-commit.tmp | Martin Willi | 2006-04-05 | 1 | -3/+3 |
| | |||||
* | - improved strokeing | Martin Willi | 2006-04-04 | 1 | -2/+26 |
| | | | | | | | - down connection - status - some other tweaks | ||||
* | - starter work on asn1 with der de/encoder | Martin Willi | 2006-03-24 | 1 | -9/+0 |
| | | | | | | - RSA private and public key can load read key from ASN1 DER - some other fixes here and there | ||||
* | - rewrite of logger_manager, uses now one instance per context | Martin Willi | 2006-03-23 | 1 | -8/+7 |
| | | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-) | ||||
* | - works quite well now with ipsec.conf & ipsec starter | Martin Willi | 2006-03-20 | 1 | -14/+22 |
| | |||||
* | - reworked configuration framework completly | Martin Willi | 2006-03-16 | 1 | -122/+40 |
| | | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed! | ||||
* | - first attempt for connection loading and starting via "stroke" | Martin Willi | 2006-03-14 | 1 | -32/+3 |
| | | | | | - some improvements here and there | ||||
* | - configuration_manager replaced by configuration_t interface | Martin Willi | 2006-03-07 | 1 | -1/+9 |
| | | | | | | | | - current configuration_manager is now static_configuration (testing) - first draft of starter_configuration, which should once interact with ipsec starter (via whack?) - some cleanups - socket_t uses RAW socket, which allows parallel service of pluto/charon | ||||
* | - installing of child sa works | Martin Willi | 2006-02-16 | 1 | -10/+15 |
| | | | | | - need correct IP adresses to actually use IPsec | ||||
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 1 | -243/+190 |
| | | | | | | | | - uses now proposal_t, wich is also used by child proposals - ike key derivation refactored - crypter_t api has get_key_size now - some other improvements here and there | ||||
* | - some fixes here and there | Martin Willi | 2006-02-09 | 1 | -9/+41 |
| | |||||
* | added support for informational request and response | Jan Hutter | 2005-12-12 | 1 | -2/+29 |
| | |||||
* | - fixed bug | Jan Hutter | 2005-12-12 | 1 | -3/+22 |
| | |||||
* | - added deletion of IKE_SA | Jan Hutter | 2005-12-12 | 1 | -1/+33 |
| | |||||
* | - cleanup of states ike_auth_requested and ike_sa_init_responded | Martin Willi | 2005-12-07 | 1 | -0/+40 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-07 | 1 | -40/+79 |
| | |||||
* | ../svn-commit.tmp | Martin Willi | 2005-12-07 | 1 | -45/+45 |
| | |||||
* | - fixed gmp initialization bugs | Martin Willi | 2005-12-07 | 1 | -5/+0 |
| | | | | | - fixed spi check bug in ike_sa_init_requested | ||||
* | - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SA | Jan Hutter | 2005-12-06 | 1 | -25/+18 |
| | |||||
* | - code cleaned | Jan Hutter | 2005-12-03 | 1 | -132/+191 |
| | |||||
* | - preshared secrets are now retrieved over configuration_manager | Jan Hutter | 2005-12-03 | 1 | -0/+10 |
| | |||||
* | - authentication with preshared key working but code MUST be cleaned | Jan Hutter | 2005-12-03 | 1 | -13/+14 |
| | |||||
* | - started to implement authenticator_t | Jan Hutter | 2005-12-02 | 1 | -0/+36 |
| | |||||
* | fixed different bugs when checking out ike sa and retransmitting | Jan Hutter | 2005-12-02 | 1 | -7/+11 |
| | | | | requests | ||||
* | - retransmitting of requests implemented | Jan Hutter | 2005-12-02 | 1 | -6/+50 |
| | |||||
* | - state ike_auth_requested | Martin Willi | 2005-12-02 | 1 | -8/+3 |
| | | | | | - does now establishing of IKE_SA in both directions | ||||
* | - added new job type retransmit_request_job_t | Jan Hutter | 2005-12-02 | 1 | -27/+73 |
| | | | | - fixed memory leaks | ||||
* | - state ike_sa_init_responded implemented (has some memleaks) | Martin Willi | 2005-12-02 | 1 | -0/+19 |
| | |||||
* | - added notify message handling to ike_sa_init_requested_t and | Jan Hutter | 2005-12-02 | 1 | -1/+25 |
| | | | | responder_init_t | ||||
* | - new configuration support added to ike_sa and states | Jan Hutter | 2005-12-01 | 1 | -64/+70 |
| | |||||
* | - encryption seems to work | Jan Hutter | 2005-11-29 | 1 | -8/+29 |
| | |||||
* | - globals packed in a daemon | Martin Willi | 2005-11-29 | 1 | -5/+5 |
| | |||||
* | - changed allocation behavior | Martin Willi | 2005-11-29 | 1 | -3/+1 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 1 | -316/+89 |
| | |||||
* | - memory allocation checks removed | Jan Hutter | 2005-11-28 | 1 | -8/+2 |
| | |||||
* | - encryptino payload | Martin Willi | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 1 | -11/+190 |
| | | | | transform objects | ||||
* | - moved hasher_*_t to *_hasher_t | Martin Willi | 2005-11-27 | 1 | -2/+2 |
| | | | | | - some logging improvements | ||||
* | - changed interface of ike_sa | Jan Hutter | 2005-11-25 | 1 | -32/+327 |
| | | | | - states can access ike_sa fields now just with functions | ||||
* | - allocator_free_chunk changed | Jan Hutter | 2005-11-25 | 1 | -8/+8 |
| | |||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 1 | -0/+1 |
| | | | | | - cleanup of docs in transforms | ||||
* | ok | Martin Willi | 2005-11-23 | 1 | -0/+574 |