aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/daemon.c
Commit message (Collapse)AuthorAgeFilesLines
* - fixed log-to-syslog behaviorMartin Willi2006-04-201-0/+11
| | | | | - added patch against strongswan-2.6.4
* - x509 certificate loading with pluto asn1 codeMartin Willi2006-04-191-1/+1
| | | | | - x509 needs a lot more attention!
* - leak detective is usable, but does not show static function namesMartin Willi2006-04-131-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 doneMartin Willi2006-04-101-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 strokeingMartin Willi2006-04-041-1/+0
| | | | | | | - down connection - status - some other tweaks
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-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 completlyMartin Willi2006-03-161-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 Willi2006-03-141-6/+26
| | | | | - some improvements here and there
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-071-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 removalMartin Willi2006-03-011-4/+4
|
* - some fixes here and thereMartin Willi2006-02-091-1/+7
|
* added command line parameter to inizialize configurationJan Hutter2005-12-121-12/+16
|
* added support for informational request and responseJan Hutter2005-12-121-2/+1
|
* - fixed bugJan Hutter2005-12-121-1/+2
|
* - fixed some BAD bugsMartin Willi2005-12-121-8/+13
| | | | | - clean localhost-testcases for bad_dh, shared and rsa
* - added todo's Jan Hutter2005-12-121-1/+1
|
* - fixed thread pool removalMartin Willi2005-12-071-5/+0
|
* - code cleaned upJan Hutter2005-12-061-24/+28
|
* - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SAJan Hutter2005-12-061-2/+2
|
* - added payload CERTJan Hutter2005-12-051-2/+2
| | | | | | - cleaned code of different states - added additional notify handling
* - logging cleanupMartin Willi2005-12-041-8/+7
| | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-041-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_tJan Hutter2005-12-021-2/+2
|
* - fixesMartin Willi2005-12-021-1/+1
|
* fixed different bugs when checking out ike sa and retransmitting Jan Hutter2005-12-021-1/+1
| | | | requests
* - retransmitting of requests implementedJan Hutter2005-12-021-1/+1
|
* (no commit message)Jan Hutter2005-12-021-1/+1
|
* cleaned codeJan Hutter2005-12-021-1/+1
|
* code of message_t cleaned and added more logsJan Hutter2005-11-301-1/+1
|
* - encryption seems to workJan Hutter2005-11-291-1/+1
|
* - fixed kill behaviorMartin Willi2005-11-291-53/+79
|
* - globals packed in a daemonMartin Willi2005-11-291-249/+161
|
* - some fixes and cleanupsMartin Willi2005-11-261-9/+8
|
* - connection is initializedJan Hutter2005-11-241-10/+17
|
* okMartin Willi2005-11-231-1/+1
|
* - created package threadsMartin Willi2005-11-231-4/+4
|
* - moved packet and socket in new network-packageMartin Willi2005-11-231-12/+12
|
* - changed include pathsMartin Willi2005-11-231-9/+9
|
* - two daemon logger were created -> fixedJan Hutter2005-11-221-14/+3
| | | | | - bug in freeing of globals fixed
* current stateJan Hutter2005-11-211-1/+1
|
* - baschtelMartin Willi2005-11-181-1/+1
| | | | - works initiating, results in shared secret
* (no commit message)Martin Willi2005-11-181-2/+2
|
* - redefined logger levelsMartin Willi2005-11-181-5/+5
|
* - started to implement diffie hellman classJan Hutter2005-11-171-9/+9
|
* - added global_configuration_managerMartin Willi2005-11-171-0/+19
|
* - added UDP socket 500 as default socketJan Hutter2005-11-171-1/+1
|
* - processing of incoming message in worker thread programmedJan Hutter2005-11-161-1/+1
|
* - logger manager is destroyed at endJan Hutter2005-11-161-17/+29
|
* - added number of working threadsJan Hutter2005-11-161-10/+303
|
* - fixed bad SVN issues, should all work again nowMartin Willi2005-11-141-2/+2
| | | | | - does not compile, need rewrite of parser and generator