Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - import of strongswan-2.7.0 | Martin Willi | 2006-04-28 | 1 | -590/+0 |
| | | | | | - applied patch for charon | ||||
* | - reworked usage of IDs in various states | Martin Willi | 2006-04-27 | 1 | -1/+1 |
| | | | | | | - using ID_ANY for any, not NULL as before - initiator sends IDr payload in IKE_AUTH when ID unique | ||||
* | - add connection names to connections | Martin Willi | 2006-04-27 | 1 | -4/+6 |
| | | | | | | | | - stroke status / ipsec status shows them - added statusall for stroke - added status by connection name - some tests repaired, more to come | ||||
* | - fixed spi conversion | Martin Willi | 2006-04-26 | 1 | -3/+3 |
| | |||||
* | - improved "stroke status" output | Martin Willi | 2006-04-26 | 1 | -1/+45 |
| | |||||
* | - leak detective is usable, but does not show static function names | Martin Willi | 2006-04-13 | 1 | -0/+2 |
| | | | | | | - a script which gets address via ldd and resolves address via addr2line would be nice - fixed a leak in child_sa with new detective ;-) | ||||
* | - split up in libstrong, charon, stroke, testing done | Martin Willi | 2006-04-10 | 1 | -11/+10 |
| | | | | | | | | | - 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 | -16/+14 |
| | | | | | | | - 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 | -7/+7 |
| | | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed! | ||||
* | - first attempt for connection loading and starting via "stroke" | Martin Willi | 2006-03-14 | 1 | -33/+3 |
| | | | | | - some improvements here and there | ||||
* | - comments and cleanups | Martin Willi | 2006-03-02 | 1 | -1/+1 |
| | |||||
* | - working policy installation and removal | Martin Willi | 2006-03-01 | 1 | -76/+211 |
| | |||||
* | - fixed policy setup bug | Martin Willi | 2006-02-23 | 1 | -11/+39 |
| | |||||
* | - proposal setup implementation begun | Martin Willi | 2006-02-22 | 1 | -11/+79 |
| | |||||
* | - installing of child sa works | Martin Willi | 2006-02-16 | 1 | -40/+261 |
| | | | | | - need correct IP adresses to actually use IPsec | ||||
* | - refactored ike proposal | Martin Willi | 2006-02-14 | 1 | -1/+1 |
| | | | | | | | | - 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 | ||||
* | - key derivation for child_sa works | Martin Willi | 2006-02-10 | 1 | -4/+50 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-07 | 1 | -13/+8 |
| | |||||
* | - started implementation of netlink kernel interface | Martin Willi | 2005-12-04 | 1 | -0/+82 |