aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/daemon.h
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-324/+0
| | | | | - applied patch for charon
* - add connection names to connectionsMartin Willi2006-04-271-3/+3
| | | | | | | | - stroke status / ipsec status shows them - added statusall for stroke - added status by connection name - some tests repaired, more to come
* - added separate implementation for connection_store, credential_store, ↵Martin Willi2006-04-251-3/+24
| | | | | | | | policy_store - added folder structure to config - credentials are fetched solely on IDs now
* - fixed doxygen buildMartin Willi2006-04-201-2/+88
| | | | | - seperates now in lib and charon
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-18/+0
| | | | | | | | | - 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
* ../svn-commit.tmpMartin Willi2006-04-051-0/+55
|
* - improved strokeingMartin Willi2006-04-041-1/+1
| | | | | | | - down connection - status - some other tweaks
* - works quite well now with ipsec.conf & ipsec starterMartin Willi2006-03-201-1/+1
|
* - reworked configuration framework completlyMartin Willi2006-03-161-1/+25
| | | | | | - 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-0/+10
| | | | | - some improvements here and there
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-071-23/+3
| | | | | | | | - 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
* - refactored ike proposalMartin Willi2006-02-141-1/+0
| | | | | | | | - 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
* - config uses uml hosts alice and bobMartin Willi2006-02-131-1/+1
|
* - some fixes here and thereMartin Willi2006-02-091-2/+8
|
* - works with new proposal codeMartin Willi2006-02-091-1/+1
| | | | | - still some(!) memleaks
* - fixed alot of bugs in child_proposalMartin Willi2006-02-081-8/+2
| | | | | - near to working state ;-)
* - fixed thread pool removalMartin Willi2005-12-071-6/+0
|
* - cleanup of states ike_auth_requested and ike_sa_init_respondedMartin Willi2005-12-071-1/+1
|
* - code cleaned upJan Hutter2005-12-061-28/+45
|
* - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SAJan Hutter2005-12-061-0/+5
|
* - added payload CERTJan Hutter2005-12-051-2/+2
| | | | | | - cleaned code of different states - added additional notify handling
* - logging cleanupMartin Willi2005-12-041-1/+1
| | | | | - 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/+7
| | | | | | | | | | | - 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
* 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/+11
|
* (no commit message)Jan Hutter2005-12-021-1/+1
|
* cleaned codeJan Hutter2005-12-021-1/+1
|
* - new configuration support added to ike_sa and statesJan Hutter2005-12-011-1/+1
|
* - fixed kill behaviorMartin Willi2005-11-291-3/+3
|
* - globals packed in a daemonMartin Willi2005-11-291-2/+102
|
* - changed allocation behaviorMartin Willi2005-11-291-1/+1
|
* - encryptino payload Martin Willi2005-11-281-1/+1
|
* ignore listJan Hutter2005-11-251-1/+1
|
* - typedefs changedMartin Willi2005-11-241-1/+1
|
* - changed include pathsMartin Willi2005-11-231-1/+1
|
* - added UDP socket 500 as default socketJan Hutter2005-11-171-0/+2
|
* - added number of working threadsJan Hutter2005-11-161-1/+6
|
* - daemon name added to this headerJan Hutter2005-11-111-0/+28