Martin Willi
f2ee13a7e8
- improved strokeing
...
- down connection
- status
- some other tweaks
2006-04-04 12:45:29 +00:00
Martin Willi
dec598220b
- rewrite of logger_manager, uses now one instance per context
...
- cleanups for logger here and there
- removed critical flag check in payload verification (conformance to IKEv2)
- so thats and theres everywere... ;-)
2006-03-23 15:25:43 +00:00
Martin Willi
16b9a73cc4
- reworked configuration framework completly
...
- configuration is now split up in: connections, policies, credentials and daemon config
- further alloc/free fixes needed!
2006-03-16 15:25:06 +00:00
Martin Willi
b1953ccd05
- first attempt for connection loading and starting via "stroke"
...
- some improvements here and there
2006-03-14 13:22:48 +00:00
Martin Willi
8a49112907
- configuration_manager replaced by configuration_t interface
...
- 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
2006-03-07 09:42:15 +00:00
Martin Willi
5d187bd234
- working policy installation and removal
2006-03-01 15:56:51 +00:00
Martin Willi
5b97779f66
- some fixes here and there
2006-02-09 16:25:02 +00:00
Jan Hutter
6396ddf630
added command line parameter to inizialize configuration
2005-12-12 18:59:09 +00:00
Jan Hutter
cd36bf27a7
added support for informational request and response
2005-12-12 14:44:12 +00:00
Jan Hutter
c00f1ece00
- fixed bug
2005-12-12 14:29:54 +00:00
Martin Willi
6db4e80b56
- fixed some BAD bugs
...
- clean localhost-testcases for bad_dh, shared and rsa
2005-12-12 12:52:59 +00:00
Jan Hutter
7fa8decb78
- added todo's
2005-12-12 08:44:35 +00:00
Martin Willi
0e50bde37b
- fixed thread pool removal
2005-12-07 16:04:50 +00:00
Jan Hutter
347fd4e221
- code cleaned up
2005-12-06 12:54:34 +00:00
Jan Hutter
e314700cb5
- implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SA
2005-12-06 12:27:09 +00:00
Jan Hutter
f6ba78c370
- added payload CERT
...
- cleaned code of different states
- added additional notify handling
2005-12-05 12:21:38 +00:00
Martin Willi
25c41f4df7
- logging cleanup
...
- pid re-replaced with thread_ids, since nptl does not distinguish pids between threads
2005-12-04 11:46:58 +00:00
Martin Willi
8ff8c33d1d
- implemented RSA, only signing and verifying esma_pkcs1 padded
...
- 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
2005-12-04 01:30:35 +00:00
Jan Hutter
0fdc3c7f09
- started to implement authenticator_t
2005-12-02 19:26:01 +00:00
Martin Willi
01de2f3cd5
- fixes
2005-12-02 16:09:04 +00:00
Jan Hutter
94b0f906e6
fixed different bugs when checking out ike sa and retransmitting
...
requests
2005-12-02 15:40:04 +00:00
Jan Hutter
0df63d6be4
- retransmitting of requests implemented
2005-12-02 14:07:36 +00:00
Jan Hutter
8c7824fb57
2005-12-02 08:05:20 +00:00
Jan Hutter
56aeee4936
cleaned code
2005-12-02 07:43:05 +00:00
Jan Hutter
f603933427
code of message_t cleaned and added more logs
2005-11-30 12:58:57 +00:00
Jan Hutter
f890d8fe62
- encryption seems to work
2005-11-29 17:19:59 +00:00
Martin Willi
e85220af90
- fixed kill behavior
2005-11-29 11:27:25 +00:00
Martin Willi
0e96f7d8c3
- globals packed in a daemon
2005-11-29 10:25:07 +00:00
Martin Willi
49e9aec435
- some fixes and cleanups
2005-11-26 15:48:45 +00:00
Jan Hutter
852e8b6f25
- connection is initialized
2005-11-24 16:57:16 +00:00
Martin Willi
96f79ff1dc
ok
2005-11-23 10:11:50 +00:00
Martin Willi
867952ad2a
- created package threads
2005-11-23 10:00:25 +00:00
Martin Willi
716abc9f83
- moved packet and socket in new network-package
2005-11-23 09:43:14 +00:00
Martin Willi
021c232232
- changed include paths
2005-11-23 09:24:35 +00:00
Jan Hutter
ca03b73be9
- two daemon logger were created -> fixed
...
- bug in freeing of globals fixed
2005-11-22 11:51:01 +00:00
Jan Hutter
8323a9c120
current state
2005-11-21 16:41:24 +00:00
Martin Willi
daa1c00e9f
- baschtel
...
- works initiating, results in shared secret
2005-11-18 16:29:14 +00:00
Martin Willi
501a41b970
2005-11-18 10:31:56 +00:00
Martin Willi
d768cb6790
- redefined logger levels
2005-11-18 07:07:32 +00:00
Jan Hutter
4750f6c667
- started to implement diffie hellman class
2005-11-17 17:22:08 +00:00
Martin Willi
ede7caad81
- added global_configuration_manager
2005-11-17 11:24:03 +00:00
Jan Hutter
d60a48f945
- added UDP socket 500 as default socket
2005-11-17 08:44:28 +00:00
Jan Hutter
28c734d72e
- processing of incoming message in worker thread programmed
2005-11-16 17:20:03 +00:00
Jan Hutter
fe684f2a5e
- logger manager is destroyed at end
2005-11-16 12:22:57 +00:00
Jan Hutter
db7154547e
- added number of working threads
2005-11-16 12:06:34 +00:00
Martin Willi
c0211a292b
- fixed bad SVN issues, should all work again now
...
- does not compile, need rewrite of parser and generator
2005-11-14 06:55:51 +00:00
Jan Hutter
ffd555f58e
- wrote logger_manager
2005-11-11 10:29:32 +00:00
Martin Willi
67a57dc6f4
- removed strongswan includes, we are now self-contained ;-)
2005-11-10 09:17:23 +00:00
Jan Hutter
fd9cabd4e6
- tests are now performed in its own main tests.c
...
-
2005-11-07 08:34:40 +00:00
Jan Hutter
ae758c7934
- implemented event_queue
...
- defined tests for the event_queue
2005-11-04 13:21:25 +00:00