aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/daemon.c
Commit message (Expand)AuthorAgeFilesLines
* - setup PID file after daemon initilization, to correctly informMartin Willi2006-04-261-3/+4
* - added separate implementation for connection_store, credential_store, polic...Martin Willi2006-04-251-4/+15
* - fixed log-to-syslog behaviorMartin Willi2006-04-201-0/+11
* - x509 certificate loading with pluto asn1 codeMartin Willi2006-04-191-1/+1
* - leak detective is usable, but does not show static function namesMartin Willi2006-04-131-4/+3
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-20/+50
* - improved strokeingMartin Willi2006-04-041-1/+0
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-1/+1
* - reworked configuration framework completlyMartin Willi2006-03-161-35/+26
* - first attempt for connection loading and starting via "stroke"Martin Willi2006-03-141-6/+26
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-071-4/+6
* - 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
* - 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
* - logging cleanupMartin Willi2005-12-041-8/+7
* - implemented RSA, only signing and verifying esma_pkcs1 paddedMartin Willi2005-12-041-1/+9
* - 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
* - 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
* current stateJan Hutter2005-11-211-1/+1
* - baschtelMartin Willi2005-11-181-1/+1
* (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