Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - import of strongswan-2.7.0 | Martin Willi | 2006-04-28 | 47 | -11685/+0 |
| | | | | | - applied patch for charon | ||||
* | - added separate implementation for connection_store, credential_store, ↵ | Martin Willi | 2006-04-25 | 1 | -1/+1 |
| | | | | | | | | policy_store - added folder structure to config - credentials are fetched solely on IDs now | ||||
* | - fixed doxygen build | Martin Willi | 2006-04-20 | 1 | -0/+10 |
| | | | | | - seperates now in lib and charon | ||||
* | - split up in libstrong, charon, stroke, testing done | Martin Willi | 2006-04-10 | 21 | -163/+146 |
| | | | | | | | | | - 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 | 5 | -33/+44 |
| | |||||
* | - rewrite of logger_manager, uses now one instance per context | Martin Willi | 2006-03-23 | 17 | -94/+28 |
| | | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-) | ||||
* | - reworked configuration framework completly | Martin Willi | 2006-03-16 | 15 | -84/+38 |
| | | | | | | - 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 | 13 | -17/+17 |
| | | | | | | | | - 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 | 2 | -27/+24 |
| | |||||
* | - installing of child sa works | Martin Willi | 2006-02-16 | 3 | -27/+37 |
| | | | | | - need correct IP adresses to actually use IPsec | ||||
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 6 | -234/+61 |
| | | | | | | | | - 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 | -0/+1 |
| | |||||
* | - works with new proposal code | Martin Willi | 2006-02-09 | 3 | -3/+16 |
| | | | | | - still some(!) memleaks | ||||
* | - fixed alot of bugs in child_proposal | Martin Willi | 2006-02-08 | 6 | -402/+106 |
| | | | | | - near to working state ;-) | ||||
* | - dead end implementation | Martin Willi | 2006-02-06 | 6 | -118/+116 |
| | |||||
* | - fixed doxygen warnings | Martin Willi | 2005-12-15 | 1 | -4/+7 |
| | |||||
* | - fixed some BAD bugs | Martin Willi | 2005-12-12 | 2 | -0/+2 |
| | | | | | - clean localhost-testcases for bad_dh, shared and rsa | ||||
* | - added todo's | Jan Hutter | 2005-12-12 | 2 | -4/+8 |
| | |||||
* | - added support for empty traffic selectors and empty sa payload in | Jan Hutter | 2005-12-07 | 1 | -2/+2 |
| | | | | IKE_AUTH request and reply | ||||
* | ../svn-commit.tmp | Martin Willi | 2005-12-07 | 1 | -15/+15 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - code cleanup in network and config | Martin Willi | 2005-12-06 | 10 | -6/+16 |
| | | | | | - moved packet_t members to private, added getter and setters | ||||
* | - code cleanup of encoding package | Martin Willi | 2005-12-06 | 36 | -179/+268 |
| | |||||
* | - better management of unknown_payload, with critical check | Martin Willi | 2005-12-06 | 4 | -137/+74 |
| | | | | | - message code cleanup | ||||
* | - Implemented but not tested unknown_payload_t | Jan Hutter | 2005-12-05 | 7 | -0/+395 |
| | |||||
* | - Implemented and tested eap_payload_t | Jan Hutter | 2005-12-05 | 6 | -1/+350 |
| | |||||
* | - implemented and tested cp_payload_t | Jan Hutter | 2005-12-05 | 9 | -0/+928 |
| | |||||
* | - implemented and tested VENDOR ID payload | Jan Hutter | 2005-12-05 | 6 | -0/+352 |
| | |||||
* | DELETE payload implemented and tested | Jan Hutter | 2005-12-05 | 7 | -1/+502 |
| | |||||
* | - cleaned code of generator_t class | Jan Hutter | 2005-12-05 | 2 | -0/+383 |
| | |||||
* | - implemented and tested cert_payload_t | Jan Hutter | 2005-12-05 | 4 | -0/+18 |
| | |||||
* | - added payload CERT | Jan Hutter | 2005-12-05 | 8 | -14/+454 |
| | | | | | | - cleaned code of different states - added additional notify handling | ||||
* | - authentication with preshared key working but code MUST be cleaned | Jan Hutter | 2005-12-03 | 4 | -2/+42 |
| | |||||
* | - fixes | Martin Willi | 2005-12-02 | 1 | -1/+1 |
| | |||||
* | - state ike_sa_init_responded implemented (has some memleaks) | Martin Willi | 2005-12-02 | 2 | -22/+62 |
| | |||||
* | - added notify message handling to ike_sa_init_requested_t and | Jan Hutter | 2005-12-02 | 4 | -2/+99 |
| | | | | responder_init_t | ||||
* | responder_init does return DELETE_ME in case of error | Jan Hutter | 2005-12-02 | 1 | -4/+4 |
| | |||||
* | - get_type changed | Jan Hutter | 2005-12-02 | 1 | -1/+8 |
| | |||||
* | - fixed bugs | Jan Hutter | 2005-12-01 | 3 | -78/+55 |
| | |||||
* | - added ts for both initator and responder | Martin Willi | 2005-12-01 | 1 | -5/+8 |
| | | | | - ts_payload can get now ts's | ||||
* | - creation of ts payloads using ts | Martin Willi | 2005-12-01 | 4 | -49/+150 |
| | |||||
* | - implemented functionality to generate sa payload from | Jan Hutter | 2005-12-01 | 4 | -4/+414 |
| | | | | | | child_proposal_t's and vice versa... | ||||
* | implemented and tested functionality to create sa_payload from | Jan Hutter | 2005-12-01 | 8 | -5/+346 |
| | | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload | ||||
* | - fixed message decryption | Martin Willi | 2005-11-30 | 2 | -1/+40 |
| | |||||
* | - fixed encryption bug | Martin Willi | 2005-11-30 | 1 | -53/+1 |
| | |||||
* | - changed return type | Jan Hutter | 2005-11-30 | 1 | -1/+8 |
| | |||||
* | - tested encryption payload | Martin Willi | 2005-11-29 | 3 | -73/+140 |
| | |||||
* | - implemented and tested ts_payload_t | Jan Hutter | 2005-11-29 | 9 | -7/+1022 |
| | |||||
* | - fixed bug in diffie hellman exchange (no public value was written) | Jan Hutter | 2005-11-29 | 7 | -12/+56 |
| | |||||
* | - added and tested auth_payload_t class | Jan Hutter | 2005-11-29 | 7 | -20/+429 |
| |