Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - import of strongswan-2.7.0 | Martin Willi | 2006-04-28 | 5 | -933/+0 |
| | | | | | - applied patch for charon | ||||
* | - identification_t supports now almost all id types | Martin Willi | 2006-04-24 | 1 | -1/+1 |
| | | | | | | - x509 certificates work with identification_t now - fixes here, fixes there | ||||
* | - startet importing pluto ASN1 stuff | Martin Willi | 2006-04-10 | 1 | -0/+2 |
| | | | | | - der PKCS#1 key loading works (as it did with der_decoder) | ||||
* | - split up in libstrong, charon, stroke, testing done | Martin Willi | 2006-04-10 | 2 | -14/+11 |
| | | | | | | | | | - 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 | 4 | -598/+4 |
| | |||||
* | - rewrite of logger_manager, uses now one instance per context | Martin Willi | 2006-03-23 | 4 | -8/+83 |
| | | | | | | | - 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 | -8/+8 |
| | | | | | | - 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 | 2 | -35/+94 |
| | | | | | | | | - 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 | ||||
* | - fixed socket code, so we know on which address we receive traffic | Martin Willi | 2006-02-16 | 3 | -53/+272 |
| | | | | | - AH/ESP setup in kernel is working now!!! :-))) | ||||
* | - fixed alot of bugs in child_proposal | Martin Willi | 2006-02-08 | 1 | -1/+1 |
| | | | | | - near to working state ;-) | ||||
* | ../svn-commit.tmp | Martin Willi | 2005-12-07 | 1 | -1/+1 |
| | |||||
* | - code cleanup in network and config | Martin Willi | 2005-12-06 | 6 | -68/+238 |
| | | | | | - moved packet_t members to private, added getter and setters | ||||
* | - started implementation of netlink kernel interface | Martin Willi | 2005-12-04 | 2 | -31/+60 |
| | |||||
* | - logging cleanup | Martin Willi | 2005-12-04 | 1 | -1/+0 |
| | | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads | ||||
* | - fixes | Martin Willi | 2005-12-02 | 1 | -16/+34 |
| | |||||
* | - new configuration support added to ike_sa and states | Jan Hutter | 2005-12-01 | 2 | -24/+70 |
| | |||||
* | - implemented sa_config | Martin Willi | 2005-12-01 | 2 | -0/+34 |
| | | | | | | | | - uses identification - and host - untested - ts need further tuning | ||||
* | - implemented and tested ts_payload_t | Jan Hutter | 2005-11-29 | 2 | -2/+91 |
| | |||||
* | - fixed kill behavior | Martin Willi | 2005-11-29 | 1 | -3/+3 |
| | |||||
* | - globals packed in a daemon | Martin Willi | 2005-11-29 | 1 | -5/+5 |
| | |||||
* | - changed allocation behavior | Martin Willi | 2005-11-29 | 5 | -71/+58 |
| | |||||
* | - return value cleanup | Martin Willi | 2005-11-28 | 3 | -30/+16 |
| | |||||
* | - moved algorithm definitions from payloads to corresponding transforms | Martin Willi | 2005-11-24 | 1 | -1/+0 |
| | | | | | - cleanup of docs in transforms | ||||
* | changed enum and structs names to _t | Jan Hutter | 2005-11-24 | 6 | -18/+25 |
| | |||||
* | - moved host_t from util to network | Martin Willi | 2005-11-23 | 4 | -3/+298 |
| | |||||
* | - created new makefiles | Jan Hutter | 2005-11-23 | 1 | -3/+0 |
| | |||||
* | - unmanaged build | Martin Willi | 2005-11-23 | 1 | -0/+27 |
| | |||||
* | - moved packet and socket in new network-package | Martin Willi | 2005-11-23 | 4 | -0/+492 |