aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Expand)AuthorAgeFilesLines
...
* Migrated delete_child_sa_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-19/+18
* Migrated acquire_job_t to INIT/METHOD macrosAndreas Steffen2011-02-101-16/+17
* replaced ipsec up %startall command by start_action jobAndreas Steffen2011-02-095-59/+155
* maemo: Create DBUS service file with correct path to charon.Tobias Brunner2011-02-083-5/+9
* Fixed tnc-imc/imv library names when building monolithicMartin Willi2011-02-081-2/+2
* Check for libxml when building tnccs_11, use autoconf libxml CFLAGS/LIBSMartin Willi2011-02-081-2/+3
* tnccs_11 does not link against libtls, just uses its headersMartin Willi2011-02-081-1/+0
* Whitespace cleanups in tnc codeMartin Willi2011-02-0814-125/+124
* Add a prefix to the global visible tnc names to avoid name clashes, move to t...Martin Willi2011-02-088-46/+25
* Fixed compiler warningMartin Willi2011-02-081-1/+1
* tnccs_11 does not link to libtnc anymoreMartin Willi2011-02-081-3/+1
* Implement correct signature for pb_tnc_msg->process()Martin Willi2011-02-082-2/+2
* Fixed doxygen groups in libcharon tnc subtreeMartin Willi2011-02-088-119/+105
* Fixed various doxygen errors in tnc pluginsMartin Willi2011-02-089-11/+11
* Fixed function parameter descriptionMartin Willi2011-02-081-1/+1
* Report correct key size if a cipher is not supportedMartin Willi2011-02-071-1/+1
* Some typos fixed.Tobias Brunner2011-02-072-3/+3
* maemo: Listen for IKE_SA state changes insted of CHILD_SA state changes.Tobias Brunner2011-02-041-7/+6
* Invoke the per-round authorize() hook before purging current auth info on IKE_SAMartin Willi2011-02-031-10/+10
* Filter out non-matching ike_cfg in backend manager, so backends don't have toMartin Willi2011-02-031-0/+10
* Migrated ike_auth to INIT/METHOD macros, fixes missing initial_contact initia...Martin Willi2011-02-021-56/+34
* Accept non-encrypted INFORMATIONALs for ME connectivity checksMartin Willi2011-02-011-1/+27
* Do not use destroyed rng/hasher if IKE_SA has been flush()edMartin Willi2011-02-011-3/+9
* added comment to determine_tnccs_protocol() functionAndreas Steffen2011-01-311-0/+6
* implemented dynamic detection of TNCCS protocolAndreas Steffen2011-01-319-4/+313
* Do not log potentially hundreds of cert requests for unknown CAs at level 1Martin Willi2011-01-281-1/+8
* Use wrapped threading functions in ha pluginMartin Willi2011-01-203-16/+15
* Fix potential use after freeThomas Egerer2011-01-191-1/+1
* Use newer Linux capability native API, if availableMartin Willi2011-01-171-9/+24
* Revert "Send INITIAL_CONTACT even if we have a unique policy"Martin Willi2011-01-131-1/+2
* Fixed memory cleanup if no DHCP transaction found for an OFFERMartin Willi2011-01-131-4/+3
* Force port update as responder when initiator switches to 4500 in IKE_AUTHMartin Willi2011-01-124-6/+7
* Avoid variable name overloadingMartin Willi2011-01-121-7/+11
* terminate TNCCS 1.1 connection after sending recommendationAndreas Steffen2011-01-111-1/+18
* fixed XML syntax for TNCCS-Recommendation messagesAndreas Steffen2011-01-111-1/+2
* implemented check_and_build_recommendation()Andreas Steffen2011-01-113-18/+62
* correct numbering of batchesAndreas Steffen2011-01-111-2/+3
* initialize the reference count correctlyAndreas Steffen2011-01-111-0/+2
* handle zero size Base64 conversionsAndreas Steffen2011-01-111-0/+8
* communicate DELETE state to IMCs and IMVsAndreas Steffen2011-01-112-0/+20
* Send INITIAL_CONTACT even if we have a unique policyMartin Willi2011-01-101-2/+1
* implemented parsing of TNCCS 1.1 messagesAndreas Steffen2011-01-0917-115/+378
* send notifyConnectionChange() to IMCsAndreas Steffen2011-01-091-2/+16
* generate TNCCS-Error messagesAndreas Steffen2011-01-081-19/+54
* created process() method for TNCCS messagesAndreas Steffen2011-01-089-190/+61
* Added support for trustchain key strength checking to rightauth optionMartin Willi2011-01-071-2/+13
* Added a left/rightcertpolicy keyword to specify certificatePolicy requirementsMartin Willi2011-01-072-0/+15
* Fix nonce comparison in rekey collisions, lowest nonce losesMartin Willi2011-01-072-7/+7
* corrected naming of tnccs_reason_strings_msg_t objectAndreas Steffen2011-01-072-23/+23
* do not forget to advance nodeAndreas Steffen2011-01-071-0/+5