aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* ikev2: Add inherit_pre() to apply config and hosts before IKE_SA rekeyingMartin Willi2014-04-171-8/+2
* eap-mschapv2: Fix potential leaks in case of invalid messages from serversTobias Brunner2014-04-091-0/+4
* stroke: Fix memory leak when printing unknown AC group OIDsTobias Brunner2014-04-091-0/+1
* tls: Support a maximum TLS version to negotiate using TLS socket abstractionMartin Willi2014-04-011-1/+1
* tls: Support a null encryption flag on TLS socket abstractionMartin Willi2014-04-011-2/+2
* Properly hash pointers for hash tables where appropriateTobias Brunner2014-03-313-54/+5
* eap-radius: Add option to not close IKE_SAs on timeouts during interim accout...Tobias Brunner2014-03-311-1/+6
* x509: Replace fixed acert group string getter by a more dynamic group enumeratorMartin Willi2014-03-311-16/+68
* tnc-pdp: Fix monolithic buildTobias Brunner2014-03-201-1/+2
* tnc-ifmap: Get a reference to the client cert as it is also used in an auth c...Tobias Brunner2014-03-101-1/+1
* stroke: Use thread-safe dirname(3)Tobias Brunner2014-02-241-6/+4
* stroke: Use dirname(3) correctlyTobias Brunner2014-02-241-5/+5
* stroke: Use proper modifiers to print size_t argumentsTobias Brunner2014-02-181-1/+1
* lookip: Properly return from disconnect callback jobTobias Brunner2014-02-181-1/+3
* lookip: Disconnect asynchronously to avoid dead-locking watcher unregistrationMartin Willi2014-02-171-3/+30
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-1258-205/+201
* libhydra: Use lib->ns instead of hydra->daemonTobias Brunner2014-02-121-1/+1
* pool: Install SQL schemas from src/poolTobias Brunner2014-02-123-567/+0
* sql: Set default values for some fields in addresses tableTobias Brunner2014-02-122-6/+6
* sql: Install SQL schemas in /usr/share/strongswan/templates/databaseTobias Brunner2014-02-121-0/+3
* sql: Remove unused cred.sql snippetTobias Brunner2014-02-121-24/+0
* updown: Return an empty DNS server enumerator if no IKE_SA availableMartin Willi2014-02-061-1/+1
* xauth-pam: Open/close a PAM session for each connected clientAndrea Bonomi2014-01-234-9/+265
* xauth-pam: Sanitize XAuth attributes before passing them to PAMMartin Willi2014-01-231-1/+5
* stroke: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-231-30/+6
* radattr: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-231-40/+8
* chunk: Externalize error reporting in chunk_write()Martin Willi2014-01-231-1/+10
* unity: Send all traffic selectors in a single UNITY_SPLIT_INCLUDE attributeTobias Brunner2014-01-231-35/+47
* unity: Change local TS to 0.0.0.0/0 as responderTobias Brunner2014-01-231-4/+7
* unity: Send UNITY_SPLIT_INCLUDE attributes with proper paddingTobias Brunner2014-01-231-11/+16
* updown: Increase buffer size for script and environment variablesTobias Brunner2014-01-231-1/+1
* updown: Add PLUTO_IPCOMP to indicate if IPComp was negotiatedTobias Brunner2014-01-231-1/+7
* stroke: Ensure the buffer of strings in a stroke_msg_t is null-terminatedTobias Brunner2014-01-231-2/+5
* stroke: Add an option to prevent log level changes via stroke socketTobias Brunner2014-01-231-2/+15
* dhcp: Allow binding of socket to particular interfaceThomas Egerer2014-01-201-0/+34
* stroke: Fix error message if parsing leftsourceip failsTobias Brunner2014-01-061-1/+1
* leak-detective: Use callback functions to report leaks and usage informationMartin Willi2013-11-061-1/+22
* updown: fix segfault when interface name can't be resolvedAnsis Atteka2013-10-301-0/+4
* Use exact mask when calling umask(2)Tobias Brunner2013-10-292-2/+2
* whitelist: Read multiple commands until client closes connectionMartin Willi2013-10-291-30/+28
* Fixed some typosTobias Brunner2013-10-291-1/+1
* check it specified IF-TNCCS protocol is enabledAndreas Steffen2013-10-211-0/+6
* updown: Pass ICMP[v6] message type and code to updown scriptTobias Brunner2013-10-171-2/+23
* stroke: Reuse reqids of established CHILD_SAs when routing connectionsTobias Brunner2013-10-171-1/+45
* Doxygen fixesTobias Brunner2013-10-151-2/+1
* eap-radius: Forward RAT_FRAMED_IP_NETMASK as INTERNAL_IP4_NETMASKTobias Brunner2013-10-111-0/+5
* eap-radius: Forward UNITY_SPLIT_INCLUDE or UNITY_LOCAL_LAN attributesTobias Brunner2013-10-111-0/+93
* eap-radius: Forward UNITY_DEF_DOMAIN and UNITY_SPLITDNS_NAME attributesTobias Brunner2013-10-111-3/+25
* dnscert: Add DNS CERT support for pubkey authenticationRuslan N. Marchenko2013-10-117-0/+821
* ipseckey: Properly handle failure to create a certificateTobias Brunner2013-10-111-33/+28