Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ../svn-commit.tmp | Martin Willi | 2006-04-05 | 1 | -1411/+0 |
| | |||||
* | - starter work on asn1 with der de/encoder | Martin Willi | 2006-03-24 | 1 | -26/+24 |
| | | | | | | - 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 | -55/+17 |
| | | | | | | | - 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 | -22/+22 |
| | | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed! | ||||
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 1 | -56/+52 |
| | | | | | | | | - 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 | ||||
* | - works with new proposal code | Martin Willi | 2006-02-09 | 1 | -1/+1 |
| | | | | | - still some(!) memleaks | ||||
* | - fixed alot of bugs in child_proposal | Martin Willi | 2006-02-08 | 1 | -49/+31 |
| | | | | | - near to working state ;-) | ||||
* | created protected_tester_t for testcases | Jan Hutter | 2005-12-07 | 1 | -17/+17 |
| | |||||
* | - Implemented and tested eap_payload_t | Jan Hutter | 2005-12-05 | 1 | -0/+49 |
| | |||||
* | - implemented and tested cp_payload_t | Jan Hutter | 2005-12-05 | 1 | -0/+76 |
| | |||||
* | - implemented and tested VENDOR ID payload | Jan Hutter | 2005-12-05 | 1 | -0/+50 |
| | |||||
* | DELETE payload implemented and tested | Jan Hutter | 2005-12-05 | 1 | -1/+56 |
| | |||||
* | - implemented and tested cert_payload_t | Jan Hutter | 2005-12-05 | 1 | -49/+102 |
| | |||||
* | - added payload CERT | Jan Hutter | 2005-12-05 | 1 | -0/+53 |
| | | | | | | - cleaned code of different states - added additional notify handling | ||||
* | - implemented functionality to generate sa payload from | Jan Hutter | 2005-12-01 | 1 | -1/+135 |
| | | | | | | child_proposal_t's and vice versa... | ||||
* | implemented and tested functionality to create sa_payload from | Jan Hutter | 2005-12-01 | 1 | -1/+79 |
| | | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload | ||||
* | - implemented and tested ts_payload_t | Jan Hutter | 2005-11-29 | 1 | -0/+85 |
| | |||||
* | - added and tested auth_payload_t class | Jan Hutter | 2005-11-29 | 1 | -0/+53 |
| | |||||
* | - globals packed in a daemon | Martin Willi | 2005-11-29 | 1 | -20/+19 |
| | |||||
* | - added and tested id_payload_t | Jan Hutter | 2005-11-29 | 1 | -0/+55 |
| | |||||
* | - testcases added to module testcases | Jan Hutter | 2005-11-29 | 1 | -2/+2 |
| | |||||
* | - memory allocation tests removed | Jan Hutter | 2005-11-29 | 1 | -116/+62 |
| | |||||
* | generator rewritten (no memory allocation test anymore) | Jan Hutter | 2005-11-28 | 1 | -48/+34 |
| | |||||
* | - changed way of freeing chunks | Jan Hutter | 2005-11-25 | 1 | -11/+11 |
| | | | | - ike_sa is checked out differently | ||||
* | - memory leaks fixed | Jan Hutter | 2005-11-24 | 1 | -11/+13 |
| | | | | - failed tests fixed | ||||
* | - created encoding package | Martin Willi | 2005-11-23 | 1 | -10/+10 |
| | |||||
* | - changed include paths | Jan Hutter | 2005-11-23 | 1 | -14/+14 |
| | |||||
* | - fixed bug in nonce test | Jan Hutter | 2005-11-17 | 1 | -1/+1 |
| | |||||
* | - updated tests to varius changes in modules | Martin Willi | 2005-11-16 | 1 | -11/+12 |
| | |||||
* | - fixed bug of generator | Jan Hutter | 2005-11-16 | 1 | -0/+5 |
| | |||||
* | - nonce payload tested | Jan Hutter | 2005-11-15 | 1 | -1/+57 |
| | | | | | - generator for nonce data written | ||||
* | - notify payload written and tested | Jan Hutter | 2005-11-15 | 1 | -0/+62 |
| | |||||
* | - wrote payload sa_payload | Jan Hutter | 2005-11-15 | 1 | -0/+62 |
| | | | | | | - wrote additions in generator sa_payload - wrote test for sa_payload | ||||
* | - generator refactored | Jan Hutter | 2005-11-15 | 1 | -2/+2 |
| | |||||
* | - SA Payload is generated | Jan Hutter | 2005-11-15 | 1 | -0/+174 |
| | |||||
* | fixed bug with new function set_next_type | Jan Hutter | 2005-11-15 | 1 | -2/+2 |
| | |||||
* | - test of header payload rewritten | Jan Hutter | 2005-11-15 | 1 | -31/+24 |
| | |||||
* | - needs update to getter and setter of ike_header | Martin Willi | 2005-11-15 | 1 | -5/+5 |
| | |||||
* | test for proposal substructure written | Jan Hutter | 2005-11-14 | 1 | -0/+136 |
| | |||||
* | - transform_substructure fully implemented | Jan Hutter | 2005-11-14 | 1 | -1/+83 |
| | | | | | - generator now generates ransform_substructure and containing attributes - test for transform substructure written | ||||
* | - class transform_attribute fully tested and written | Jan Hutter | 2005-11-14 | 1 | -0/+101 |
| | | | | - generating of this type works! | ||||
* | - removed generator context object and implemented payload-interface in ↵ | Jan Hutter | 2005-11-14 | 1 | -58/+35 |
| | | | | generator | ||||
* | - fixed bad SVN issues, should all work again now | Martin Willi | 2005-11-14 | 1 | -2/+2 |
| | | | | | - does not compile, need rewrite of parser and generator | ||||
* | - logger in utils | Martin Willi | 2005-11-11 | 1 | -6/+6 |
| | | | | | - allocator in utils - tests.c -> testcases/testcases.c | ||||
* | - renamed logger_manager method get_logger to create_logger | Martin Willi | 2005-11-11 | 1 | -1/+1 |
| | |||||
* | - renamed tests to testcases | Martin Willi | 2005-11-11 | 1 | -0/+150 |