Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fixed log-to-syslog behavior | Martin Willi | 2006-04-20 | 1 | -0/+11 |
| | | | | | - added patch against strongswan-2.6.4 | ||||
* | - x509 certificate loading with pluto asn1 code | Martin Willi | 2006-04-19 | 1 | -1/+1 |
| | | | | | - x509 needs a lot more attention! | ||||
* | - leak detective is usable, but does not show static function names | Martin Willi | 2006-04-13 | 1 | -4/+3 |
| | | | | | | - 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 | -20/+50 |
| | | | | | | | | | - 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 | ||||
* | - improved strokeing | Martin Willi | 2006-04-04 | 1 | -1/+0 |
| | | | | | | | - down connection - status - some other tweaks | ||||
* | - rewrite of logger_manager, uses now one instance per context | Martin Willi | 2006-03-23 | 1 | -1/+1 |
| | | | | | | | - 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 | -35/+26 |
| | | | | | | - 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 | -6/+26 |
| | | | | | - some improvements here and there | ||||
* | - configuration_manager replaced by configuration_t interface | Martin Willi | 2006-03-07 | 1 | -4/+6 |
| | | | | | | | | - 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 | ||||
* | - working policy installation and removal | Martin Willi | 2006-03-01 | 1 | -4/+4 |
| | |||||
* | - some fixes here and there | Martin Willi | 2006-02-09 | 1 | -1/+7 |
| | |||||
* | added command line parameter to inizialize configuration | Jan Hutter | 2005-12-12 | 1 | -12/+16 |
| | |||||
* | added support for informational request and response | Jan Hutter | 2005-12-12 | 1 | -2/+1 |
| | |||||
* | - fixed bug | Jan Hutter | 2005-12-12 | 1 | -1/+2 |
| | |||||
* | - fixed some BAD bugs | Martin Willi | 2005-12-12 | 1 | -8/+13 |
| | | | | | - clean localhost-testcases for bad_dh, shared and rsa | ||||
* | - added todo's | Jan Hutter | 2005-12-12 | 1 | -1/+1 |
| | |||||
* | - fixed thread pool removal | Martin Willi | 2005-12-07 | 1 | -5/+0 |
| | |||||
* | - code cleaned up | Jan Hutter | 2005-12-06 | 1 | -24/+28 |
| | |||||
* | - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SA | Jan Hutter | 2005-12-06 | 1 | -2/+2 |
| | |||||
* | - added payload CERT | Jan Hutter | 2005-12-05 | 1 | -2/+2 |
| | | | | | | - cleaned code of different states - added additional notify handling | ||||
* | - logging cleanup | Martin Willi | 2005-12-04 | 1 | -8/+7 |
| | | | | | - 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/+9 |
| | | | | | | | | | | | - 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 | ||||
* | - started to implement authenticator_t | Jan Hutter | 2005-12-02 | 1 | -2/+2 |
| | |||||
* | - fixes | Martin Willi | 2005-12-02 | 1 | -1/+1 |
| | |||||
* | fixed different bugs when checking out ike sa and retransmitting | Jan Hutter | 2005-12-02 | 1 | -1/+1 |
| | | | | requests | ||||
* | - retransmitting of requests implemented | Jan Hutter | 2005-12-02 | 1 | -1/+1 |
| | |||||
* | (no commit message) | Jan Hutter | 2005-12-02 | 1 | -1/+1 |
| | |||||
* | cleaned code | Jan Hutter | 2005-12-02 | 1 | -1/+1 |
| | |||||
* | code of message_t cleaned and added more logs | Jan Hutter | 2005-11-30 | 1 | -1/+1 |
| | |||||
* | - encryption seems to work | Jan Hutter | 2005-11-29 | 1 | -1/+1 |
| | |||||
* | - fixed kill behavior | Martin Willi | 2005-11-29 | 1 | -53/+79 |
| | |||||
* | - globals packed in a daemon | Martin Willi | 2005-11-29 | 1 | -249/+161 |
| | |||||
* | - some fixes and cleanups | Martin Willi | 2005-11-26 | 1 | -9/+8 |
| | |||||
* | - connection is initialized | Jan Hutter | 2005-11-24 | 1 | -10/+17 |
| | |||||
* | ok | Martin Willi | 2005-11-23 | 1 | -1/+1 |
| | |||||
* | - created package threads | Martin Willi | 2005-11-23 | 1 | -4/+4 |
| | |||||
* | - moved packet and socket in new network-package | Martin Willi | 2005-11-23 | 1 | -12/+12 |
| | |||||
* | - changed include paths | Martin Willi | 2005-11-23 | 1 | -9/+9 |
| | |||||
* | - two daemon logger were created -> fixed | Jan Hutter | 2005-11-22 | 1 | -14/+3 |
| | | | | | - bug in freeing of globals fixed | ||||
* | current state | Jan Hutter | 2005-11-21 | 1 | -1/+1 |
| | |||||
* | - baschtel | Martin Willi | 2005-11-18 | 1 | -1/+1 |
| | | | | - works initiating, results in shared secret | ||||
* | (no commit message) | Martin Willi | 2005-11-18 | 1 | -2/+2 |
| | |||||
* | - redefined logger levels | Martin Willi | 2005-11-18 | 1 | -5/+5 |
| | |||||
* | - started to implement diffie hellman class | Jan Hutter | 2005-11-17 | 1 | -9/+9 |
| | |||||
* | - added global_configuration_manager | Martin Willi | 2005-11-17 | 1 | -0/+19 |
| | |||||
* | - added UDP socket 500 as default socket | Jan Hutter | 2005-11-17 | 1 | -1/+1 |
| | |||||
* | - processing of incoming message in worker thread programmed | Jan Hutter | 2005-11-16 | 1 | -1/+1 |
| | |||||
* | - logger manager is destroyed at end | Jan Hutter | 2005-11-16 | 1 | -17/+29 |
| | |||||
* | - added number of working threads | Jan Hutter | 2005-11-16 | 1 | -10/+303 |
| | |||||
* | - 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 |