Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - import of strongswan-2.7.0 | Martin Willi | 2006-04-28 | 1 | -457/+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 | 1 | -7/+6 |
| | | | | | | | | | - 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 | ||||
* | - rewrite of logger_manager, uses now one instance per context | Martin Willi | 2006-03-23 | 1 | -4/+40 |
| | | | | | | | - 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 | 1 | -24/+75 |
| | | | | | | | | - 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 | 1 | -51/+232 |
| | | | | | - 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 | 1 | -20/+27 |
| | | | | | - moved packet_t members to private, added getter and setters | ||||
* | - 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 | 1 | -13/+4 |
| | |||||
* | changed enum and structs names to _t | Jan Hutter | 2005-11-24 | 1 | -2/+6 |
| | |||||
* | - moved packet and socket in new network-package | Martin Willi | 2005-11-23 | 1 | -0/+186 |