aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Show some uname() info during charon startupMartin Willi2012-06-281-1/+8
* libcharon also requires kernel interfaces and a socket implementationTobias Brunner2012-06-271-0/+3
* Defer quick mode initiation if we expect a mode config requestMartin Willi2012-06-271-1/+20
* Queue a mode config task as responder if we need a virtual IPMartin Willi2012-06-272-4/+16
* Add basic support for XAuth responder authenticationMartin Willi2012-06-272-8/+10
* Map XAuth responder authentication methods between IKEv1 and IKEv2Martin Willi2012-06-271-1/+13
* Show remote EAP/XAuth identity in "statusall" on a separate lineMartin Willi2012-06-271-1/+12
* gcrypt: Register SHA1 first as HASH_PREFERRED depends on itTobias Brunner2012-06-271-1/+1
* Use static plugin features in libcharon to define essential dependenciesTobias Brunner2012-06-272-1/+11
* Use static plugin features in charon-nmTobias Brunner2012-06-273-22/+37
* Ignore a received %any virtual IP for installationMartin Willi2012-06-261-1/+2
* Mask the configured mark value to ensure it is in rangeTobias Brunner2012-06-261-0/+2
* Added MAC wrappers to Android.mkTobias Brunner2012-06-261-0/+3
* Also build charon's IKEv1 implementation on AndroidTobias Brunner2012-06-261-0/+23
* Build nonce plugin on AndroidTobias Brunner2012-06-261-0/+3
* Missing source file added to libcharon's Android.mkTobias Brunner2012-06-261-0/+1
* scepclient: Added support to build it on AndroidTobias Brunner2012-06-262-1/+29
* Added support for the curl plugin on AndroidTobias Brunner2012-06-261-0/+6
* Avoid SIGSEGV during shutdown if charon is not started as rootTobias Brunner2012-06-251-2/+2
* Make rescheduling a job more predictableTobias Brunner2012-06-254-49/+90
* Centralized thread cancellation in processor_tTobias Brunner2012-06-2531-475/+261
* Give processor_t more control over the lifecycle of a jobTobias Brunner2012-06-2526-169/+236
* Added a method to plugin_loader_t to add 'static' plugin featuresTobias Brunner2012-06-252-0/+115
* Make sure that all features of critical plugins are loadedTobias Brunner2012-06-251-5/+64
* Added an option to rename the ipsec script during installationTobias Brunner2012-06-254-38/+55
* Removed -o argument when creating .../ipsec.d with installTobias Brunner2012-06-251-1/+1
* Updated ipsec script man page after removing plutoTobias Brunner2012-06-251-85/+71
* Use mac_t and PRF and signer wrappers in cmac pluginTobias Brunner2012-06-258-443/+82
* Use mac_t and PRF and signer wrappers in xcbc pluginTobias Brunner2012-06-258-452/+91
* Make the hmac_t interface a generic interface for message authentication codesTobias Brunner2012-06-2511-132/+131
* Simplified creation of PRFs and signers in openssl and hmac pluginsTobias Brunner2012-06-252-136/+10
* Function to convert PRFs to hash algorithms addedTobias Brunner2012-06-252-0/+39
* hasher_algorithm_from_integrity() optionally returns truncation lengthTobias Brunner2012-06-253-7/+45
* Use simple wrappers for HMAC based PRF and signer in openssl pluginTobias Brunner2012-06-258-562/+132
* Use simple wrappers for HMAC based PRF and signer in hmac pluginTobias Brunner2012-06-258-524/+127
* Simple wrappers for HMAC based prf_t and signer_t implementations addedTobias Brunner2012-06-256-0/+395
* Refactored OpenSSL based HMAC implementationTobias Brunner2012-06-255-173/+382
* Adding OpenSSL HMAC signer functions to openssl pluginAleksandr Grinberg2012-06-254-1/+322
* Adding OpenSSL HMAC pseudo random functions to openssl pluginAleksandr Grinberg2012-06-254-1/+245
* Adding OpenSSL random number functions to openssl pluginAleksandr Grinberg2012-06-254-1/+159
* Fixed IPv6 source address lookupTobias Brunner2012-06-251-5/+43
* support Cisco Unity VIDAndreas Steffen2012-06-252-3/+11
* ldaphost and ldapbase ca section keywords are deprecatedTobias Brunner2012-06-254-8/+2
* Removed pluto-specifics from ipsec scriptTobias Brunner2012-06-251-75/+1
* Enforce uniqueids=keep based on XAuth identityMartin Willi2012-06-251-0/+6
* Don't send XAUTH_OK if a hook prevents SA to establishMartin Willi2012-06-251-4/+14
* Enforce uniqueids=keep only for non-XAuth Main/Agressive ModesMartin Willi2012-06-252-28/+28
* Show EAP/XAuth identity in "ipsec status", if availableMartin Willi2012-06-251-1/+1
* Use XAuth/EAP remote identity for uniqueness checkMartin Willi2012-06-253-4/+6
* Add missing XAuth name variable when complaining about missing XAuth backendMartin Willi2012-06-251-1/+1