Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - import of strongswan-2.7.0 | Martin Willi | 2006-04-28 | 1 | -568/+0 |
| | | | | | - applied patch for charon | ||||
* | - split up in libstrong, charon, stroke, testing done | Martin Willi | 2006-04-10 | 1 | -9/+8 |
| | | | | | | | | | - 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 | -2/+7 |
| | |||||
* | - 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 | -5/+4 |
| | | | | | | | - 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 | 1 | -12/+9 |
| | | | | | | - 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 | -1/+1 |
| | | | | | | | | - 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 | ||||
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 1 | -34/+39 |
| | | | | | | | | - 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 | ||||
* | - config uses uml hosts alice and bob | Martin Willi | 2006-02-13 | 1 | -1/+1 |
| | |||||
* | - fixed some BAD bugs | Martin Willi | 2005-12-12 | 1 | -0/+1 |
| | | | | | - clean localhost-testcases for bad_dh, shared and rsa | ||||
* | - logging cleanup in states | Martin Willi | 2005-12-07 | 1 | -93/+70 |
| | |||||
* | (no commit message) | Martin Willi | 2005-12-07 | 1 | -3/+0 |
| | |||||
* | ../svn-commit.tmp | Martin Willi | 2005-12-07 | 1 | -47/+47 |
| | |||||
* | - code cleanup of encoding package | Martin Willi | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - code cleaned | Jan Hutter | 2005-12-06 | 1 | -212/+201 |
| | |||||
* | - added payload CERT | Jan Hutter | 2005-12-05 | 1 | -2/+27 |
| | | | | | | - cleaned code of different states - added additional notify handling | ||||
* | - authentication with preshared key working but code MUST be cleaned | Jan Hutter | 2005-12-03 | 1 | -5/+8 |
| | |||||
* | - started to implement authenticator_t | Jan Hutter | 2005-12-02 | 1 | -4/+1 |
| | |||||
* | - added new job type retransmit_request_job_t | Jan Hutter | 2005-12-02 | 1 | -22/+17 |
| | | | | - fixed memory leaks | ||||
* | - state ike_sa_init_responded implemented (has some memleaks) | Martin Willi | 2005-12-02 | 1 | -1/+1 |
| | |||||
* | - added notify message handling to ike_sa_init_requested_t and | Jan Hutter | 2005-12-02 | 1 | -4/+63 |
| | | | | responder_init_t | ||||
* | responder_init does return DELETE_ME in case of error | Jan Hutter | 2005-12-02 | 1 | -69/+84 |
| | |||||
* | - new configuration support added to ike_sa and states | Jan Hutter | 2005-12-01 | 1 | -68/+33 |
| | |||||
* | code of message_t cleaned and added more logs | Jan Hutter | 2005-11-30 | 1 | -2/+2 |
| | |||||
* | - fixed bug in diffie hellman exchange (no public value was written) | Jan Hutter | 2005-11-29 | 1 | -1/+1 |
| | |||||
* | - globals packed in a daemon | Martin Willi | 2005-11-29 | 1 | -4/+4 |
| | |||||
* | - changed creation of iterator | Jan Hutter | 2005-11-29 | 1 | -6/+5 |
| | | | | - chanded all clone calls | ||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 1 | -256/+53 |
| | |||||
* | - memory allocation checks removed | Jan Hutter | 2005-11-28 | 1 | -24/+4 |
| | |||||
* | - encryptino payload | Martin Willi | 2005-11-28 | 1 | -6/+6 |
| | |||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 1 | -17/+12 |
| | | | | transform objects | ||||
* | - changed interface of ike_sa | Jan Hutter | 2005-11-25 | 1 | -25/+49 |
| | | | | - states can access ike_sa fields now just with functions | ||||
* | - allocator_free_chunk changed | Jan Hutter | 2005-11-25 | 1 | -4/+4 |
| | |||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 1 | -3/+3 |
| | |||||
* | - typedefs changed | Martin Willi | 2005-11-24 | 1 | -2/+4 |
| | |||||
* | (no commit message) | Martin Willi | 2005-11-23 | 1 | -0/+743 |