Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - configuration_manager replaced by configuration_t interface | Martin Willi | 2006-03-07 | 1 | -1039/+0 |
| | | | | | | | | - 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 | ||||
* | - comments and cleanups | Martin Willi | 2006-03-02 | 1 | -14/+6 |
| | |||||
* | - working policy installation and removal | Martin Willi | 2006-03-01 | 1 | -1/+10 |
| | |||||
* | - proposal setup implementation begun | Martin Willi | 2006-02-22 | 1 | -22/+25 |
| | |||||
* | - fixed socket code, so we know on which address we receive traffic | Martin Willi | 2006-02-16 | 1 | -4/+6 |
| | | | | | - AH/ESP setup in kernel is working now!!! :-))) | ||||
* | - installing of child sa works | Martin Willi | 2006-02-16 | 1 | -18/+19 |
| | | | | | - need correct IP adresses to actually use IPsec | ||||
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 1 | -40/+45 |
| | | | | | | | | - 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 | -15/+45 |
| | |||||
* | - works with new proposal code | Martin Willi | 2006-02-09 | 1 | -3/+5 |
| | | | | | - still some(!) memleaks | ||||
* | - fixed alot of bugs in child_proposal | Martin Willi | 2006-02-08 | 1 | -97/+30 |
| | | | | | - near to working state ;-) | ||||
* | - dead end implementation | Martin Willi | 2006-02-06 | 1 | -39/+44 |
| | |||||
* | - added deletion of IKE_SA | Jan Hutter | 2005-12-12 | 1 | -4/+8 |
| | |||||
* | - fixed some BAD bugs | Martin Willi | 2005-12-12 | 1 | -10/+29 |
| | | | | | - clean localhost-testcases for bad_dh, shared and rsa | ||||
* | - changed config values | Jan Hutter | 2005-12-12 | 1 | -6/+7 |
| | |||||
* | - added support for empty traffic selectors and empty sa payload in | Jan Hutter | 2005-12-07 | 1 | -4/+6 |
| | | | | IKE_AUTH request and reply | ||||
* | ../svn-commit.tmp | Martin Willi | 2005-12-07 | 1 | -10/+10 |
| | |||||
* | - code cleanup in network and config | Martin Willi | 2005-12-06 | 1 | -4/+0 |
| | | | | | - moved packet_t members to private, added getter and setters | ||||
* | - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SA | Jan Hutter | 2005-12-06 | 1 | -5/+23 |
| | |||||
* | - added payload CERT | Jan Hutter | 2005-12-05 | 1 | -4/+4 |
| | | | | | | - cleaned code of different states - added additional notify handling | ||||
* | - code documented | Jan Hutter | 2005-12-04 | 1 | -47/+41 |
| | |||||
* | - logging cleanup | Martin Willi | 2005-12-04 | 1 | -1/+0 |
| | | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads | ||||
* | - implemented RSA, only signing and verifying esma_pkcs1 padded | Martin Willi | 2005-12-04 | 1 | -1/+371 |
| | | | | | | | | | | | - removed gmp-helper: chunk_to_mpz is now done with gmp functions, prime generation in prime-pool - added prime-pool (needs priority fix) - proof of concept RSA authentication - mpz uses LEAK_DETECTIVE - configuration-manager supports rsa keys | ||||
* | - preshared secrets are now retrieved over configuration_manager | Jan Hutter | 2005-12-03 | 1 | -2/+95 |
| | |||||
* | - fixes | Martin Willi | 2005-12-02 | 1 | -2/+8 |
| | |||||
* | fixed different bugs when checking out ike sa and retransmitting | Jan Hutter | 2005-12-02 | 1 | -7/+7 |
| | | | | requests | ||||
* | - retransmitting of requests implemented | Jan Hutter | 2005-12-02 | 1 | -1/+30 |
| | |||||
* | - state ike_sa_init_responded implemented (has some memleaks) | Martin Willi | 2005-12-02 | 1 | -2/+11 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-12-02 | 1 | -1/+1 |
| | |||||
* | cleaned code | Jan Hutter | 2005-12-02 | 1 | -4/+4 |
| | |||||
* | - fixed bugs | Jan Hutter | 2005-12-01 | 1 | -17/+56 |
| | |||||
* | - new configuration support added to ike_sa and states | Jan Hutter | 2005-12-01 | 1 | -185/+357 |
| | |||||
* | - globals packed in a daemon | Martin Willi | 2005-11-29 | 1 | -4/+4 |
| | |||||
* | - changed creation of iterator | Jan Hutter | 2005-11-29 | 1 | -1/+1 |
| | | | | - chanded all clone calls | ||||
* | - changed allocation behavior | Martin Willi | 2005-11-29 | 1 | -1/+1 |
| | |||||
* | - removed memory allocation checks!!! | Jan Hutter | 2005-11-28 | 1 | -5/+4 |
| | |||||
* | - removed OUT_OF_RES checks | Jan Hutter | 2005-11-28 | 1 | -119/+23 |
| | |||||
* | - added compution of all needed keys and also creation of needed | Jan Hutter | 2005-11-28 | 1 | -91/+6 |
| | | | | transform objects | ||||
* | - moved hasher_*_t to *_hasher_t | Martin Willi | 2005-11-27 | 1 | -1/+1 |
| | | | | | - some logging improvements | ||||
* | - added localhost to config | Martin Willi | 2005-11-26 | 1 | -0/+4 |
| | |||||
* | - moved linked_list_iterator_t to iterator_t, located in iterator.h | Martin Willi | 2005-11-24 | 1 | -7/+7 |
| | |||||
* | changed enum and structs names to _t | Jan Hutter | 2005-11-24 | 1 | -3/+3 |
| | |||||
* | - config pkg | Martin Willi | 2005-11-23 | 1 | -0/+484 |