Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - import of strongswan-2.7.0 | Martin Willi | 2006-04-28 | 1 | -798/+0 |
| | | | | | - applied patch for charon | ||||
* | - reworked usage of IDs in various states | Martin Willi | 2006-04-27 | 1 | -4/+44 |
| | | | | | | - using ID_ANY for any, not NULL as before - initiator sends IDr payload in IKE_AUTH when ID unique | ||||
* | - split up in libstrong, charon, stroke, testing done | Martin Willi | 2006-04-10 | 1 | -10/+9 |
| | | | | | | | | | - 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 | -1/+1 |
| | |||||
* | - starter work on asn1 with der de/encoder | Martin Willi | 2006-03-24 | 1 | -1/+1 |
| | | | | | | - 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 | -21/+16 |
| | | | | | | | - 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 | -0/+3 |
| | |||||
* | - reworked configuration framework completly | Martin Willi | 2006-03-16 | 1 | -21/+25 |
| | | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed! | ||||
* | - configuration_manager replaced by configuration_t interface | Martin Willi | 2006-03-07 | 1 | -0/+5 |
| | | | | | | | | - 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 | ||||
* | - proposal setup implementation begun | Martin Willi | 2006-02-22 | 1 | -24/+6 |
| | |||||
* | - installing of child sa works | Martin Willi | 2006-02-16 | 1 | -5/+26 |
| | | | | | - need correct IP adresses to actually use IPsec | ||||
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 1 | -72/+65 |
| | | | | | | | | - 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 | ||||
* | - fixed memleaks | Martin Willi | 2006-02-09 | 1 | -1/+2 |
| | |||||
* | - works with new proposal code | Martin Willi | 2006-02-09 | 1 | -3/+3 |
| | | | | | - still some(!) memleaks | ||||
* | - fixed alot of bugs in child_proposal | Martin Willi | 2006-02-08 | 1 | -12/+7 |
| | | | | | - near to working state ;-) | ||||
* | - fixed some BAD bugs | Martin Willi | 2005-12-12 | 1 | -1/+6 |
| | | | | | - clean localhost-testcases for bad_dh, shared and rsa | ||||
* | - logging cleanup in states | Martin Willi | 2005-12-07 | 1 | -125/+130 |
| | |||||
* | ../svn-commit.tmp | Martin Willi | 2005-12-07 | 1 | -37/+37 |
| | |||||
* | - fixed gmp initialization bugs | Martin Willi | 2005-12-07 | 1 | -2/+3 |
| | | | | | - fixed spi check bug in ike_sa_init_requested | ||||
* | - code cleanup of encoding package | Martin Willi | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - code cleaned | Jan Hutter | 2005-12-06 | 1 | -197/+267 |
| | |||||
* | - added payload CERT | Jan Hutter | 2005-12-05 | 1 | -1/+7 |
| | | | | | | - cleaned code of different states - added additional notify handling | ||||
* | - preshared secrets are now retrieved over configuration_manager | Jan Hutter | 2005-12-03 | 1 | -1/+1 |
| | |||||
* | - authentication with preshared key working but code MUST be cleaned | Jan Hutter | 2005-12-03 | 1 | -21/+58 |
| | |||||
* | - started to implement authenticator_t | Jan Hutter | 2005-12-02 | 1 | -3/+1 |
| | |||||
* | fixed different bugs when checking out ike sa and retransmitting | Jan Hutter | 2005-12-02 | 1 | -1/+2 |
| | | | | requests | ||||
* | - retransmitting of requests implemented | Jan Hutter | 2005-12-02 | 1 | -0/+1 |
| | |||||
* | - state ike_auth_requested | Martin Willi | 2005-12-02 | 1 | -2/+18 |
| | | | | | - does now establishing of IKE_SA in both directions | ||||
* | - added new job type retransmit_request_job_t | Jan Hutter | 2005-12-02 | 1 | -23/+6 |
| | | | | - fixed memory leaks | ||||
* | - state ike_sa_init_responded implemented (has some memleaks) | Martin Willi | 2005-12-02 | 1 | -0/+2 |
| | |||||
* | - added notify message handling to ike_sa_init_requested_t and | Jan Hutter | 2005-12-02 | 1 | -1/+67 |
| | | | | responder_init_t | ||||
* | responder_init does return DELETE_ME in case of error | Jan Hutter | 2005-12-02 | 1 | -0/+8 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-12-02 | 1 | -28/+29 |
| | |||||
* | cleaned code | Jan Hutter | 2005-12-02 | 1 | -22/+25 |
| | |||||
* | - fixed bugs | Jan Hutter | 2005-12-01 | 1 | -38/+154 |
| | |||||
* | - new configuration support added to ike_sa and states | Jan Hutter | 2005-12-01 | 1 | -30/+21 |
| | |||||
* | - implemented sa_config | Martin Willi | 2005-12-01 | 1 | -1/+1 |
| | | | | | | | | - uses identification - and host - untested - ts need further tuning | ||||
* | (no commit message) | Jan Hutter | 2005-11-30 | 1 | -21/+77 |
| | |||||
* | - message encryption verification fully changed | Jan Hutter | 2005-11-30 | 1 | -8/+19 |
| | |||||
* | - encryption seems to work | Jan Hutter | 2005-11-29 | 1 | -0/+83 |
| | |||||
* | - globals packed in a daemon | Martin Willi | 2005-11-29 | 1 | -2/+2 |
| | |||||
* | - changed creation of iterator | Jan Hutter | 2005-11-29 | 1 | -2/+2 |
| | | | | - chanded all clone calls | ||||
* | - changed allocation behavior | Martin Willi | 2005-11-29 | 1 | -1/+1 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 1 | -81/+21 |
| | |||||
* | - memory allocation checks removed | Jan Hutter | 2005-11-28 | 1 | -6/+1 |
| | |||||
* | - 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 | -17/+34 |
| | | | | transform objects | ||||
* | - changed interface of ike_sa | Jan Hutter | 2005-11-25 | 1 | -17/+21 |
| | | | | - states can access ike_sa fields now just with functions | ||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 1 | -2/+2 |
| | |||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 1 | -2/+4 |
| |