Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed double free of host in sadb_address2ts | Andreas Steffen | 2008-12-04 | 1 | -1/+0 | |
| | ||||||
* | add support for smartcards in charon by using the ENGINE API provided by ↵ | Tobias Brunner | 2008-12-03 | 1 | -7/+83 | |
| | | | | OpenSSL, based on patches by Michael Roßberg. | |||||
* | enable quoted tokens in the token enumerator | Tobias Brunner | 2008-12-03 | 1 | -0/+2 | |
| | ||||||
* | fixed double free of host in selector2ts | Martin Willi | 2008-12-03 | 1 | -27/+24 | |
| | ||||||
* | remove attribute provider in SQL plugin destruction | Martin Willi | 2008-11-27 | 1 | -0/+1 | |
| | ||||||
* | token enumerator missed the last token if it contains only a single char | Martin Willi | 2008-11-27 | 1 | -5/+45 | |
| | ||||||
* | moved the IPV6_IPSEC_POLICY definition to the ipsec plugins, fixes uClibc build | Martin Willi | 2008-11-24 | 2 | -0/+10 | |
| | ||||||
* | added a "load_tester.auth" option: "pubkey" (default) or "psk" | Martin Willi | 2008-11-23 | 2 | -4/+57 | |
| | ||||||
* | proper cancellation of load-testing initiators | Martin Willi | 2008-11-23 | 1 | -1/+39 | |
| | ||||||
* | added a MODP_NULL Diffie Hellman group to avoid calculation overhead in ↵ | Martin Willi | 2008-11-22 | 4 | -1/+127 | |
| | | | | load-testing | |||||
* | fixing Makefile of the nm plugin (avoids including a .svn directory in the ↵ | Tobias Brunner | 2008-11-20 | 1 | -1/+1 | |
| | | | | distribution) | |||||
* | consider interfaces we do not monitor as up (e.g. lo) | Martin Willi | 2008-11-18 | 1 | -1/+2 | |
| | | | | fixes load-testing against 127.0.0.1 | |||||
* | separated updown listener to its own class4.2.9 | Martin Willi | 2008-11-17 | 4 | -201/+380 | |
| | | | | caching interface names to properly remove rules if interface has changed | |||||
* | completed migration of MIPv6 connections | Andreas Steffen | 2008-11-16 | 2 | -5/+4 | |
| | ||||||
* | show TRANSPORT_PROXY mode in ipsec status | Andreas Steffen | 2008-11-16 | 1 | -3/+5 | |
| | ||||||
* | using aligned buffers for netlink | Martin Willi | 2008-11-14 | 3 | -14/+23 | |
| | ||||||
* | also use correct encap parameter in PF_KEY | Martin Willi | 2008-11-14 | 1 | -1/+1 | |
| | ||||||
* | fixed encap enabling in xfrm (using new encap state, not the old one) | Martin Willi | 2008-11-14 | 1 | -3/+3 | |
| | ||||||
* | do not use a route if outgoing interface is down | Martin Willi | 2008-11-14 | 1 | -54/+81 | |
| | | | | other cleanups | |||||
* | rta->rta_len is NOT the payload data length, use RTA_PAYLOAD(rta) instead! | Martin Willi | 2008-11-14 | 1 | -2/+3 | |
| | ||||||
* | do not use public interface for functions which are local anyway | Martin Willi | 2008-11-14 | 1 | -57/+54 | |
| | ||||||
* | ported some hard-to-merge cherries back to trunk :-/ | Martin Willi | 2008-11-12 | 2 | -29/+5 | |
| | | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git... | |||||
* | fixed compiler warnings issued by: | Martin Willi | 2008-11-11 | 2 | -4/+18 | |
| | | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking | |||||
* | #defing out compress algs to avoid compiler warning | Martin Willi | 2008-11-11 | 2 | -2/+6 | |
| | ||||||
* | updated method signature of add_policy | Martin Willi | 2008-11-11 | 1 | -5/+6 | |
| | ||||||
* | fixed compilation of medcli plugin | Martin Willi | 2008-11-11 | 2 | -28/+50 | |
| | ||||||
* | added missing include for ULONG_MAX | Martin Willi | 2008-11-11 | 1 | -0/+1 | |
| | ||||||
* | dynamic logging configuration through strongswan.conf | Martin Willi | 2008-11-11 | 1 | -3/+16 | |
| | | | | fallback to existing ipsec.conf/stroke loglevel configuration | |||||
* | fixed compiler warning | Martin Willi | 2008-11-11 | 1 | -2/+2 | |
| | ||||||
* | fixing a memory leak | Tobias Brunner | 2008-11-11 | 2 | -6/+14 | |
| | ||||||
* | merging kernel_klips plugin back into trunk | Tobias Brunner | 2008-11-11 | 10 | -69/+3376 | |
| | ||||||
* | renamed proxy to proxy_mode in stroke_msg.h | Andreas Steffen | 2008-11-11 | 1 | -1/+1 | |
| | ||||||
* | preliminary support of Mobile IPv6 | Andreas Steffen | 2008-11-11 | 1 | -1/+2 | |
| | ||||||
* | make load_tester more strict to use it along stroke | Martin Willi | 2008-11-10 | 2 | -4/+17 | |
| | ||||||
* | iterations = 0 for infinite iterations | Martin Willi | 2008-11-10 | 1 | -3/+3 | |
| | ||||||
* | added PEM version of keys | Martin Willi | 2008-11-10 | 1 | -1/+28 | |
| | ||||||
* | fixed copy/paste error | Martin Willi | 2008-11-07 | 1 | -1/+0 | |
| | ||||||
* | SADB_X_EXT_KMADDRESS is not present in old kernels | Andreas Steffen | 2008-11-07 | 1 | -10/+17 | |
| | ||||||
* | added retrieval of remote kmaddress via PF_KEY | Andreas Steffen | 2008-11-07 | 2 | -6/+13 | |
| | ||||||
* | added delete_after_established option | Martin Willi | 2008-11-06 | 4 | -1/+140 | |
| | ||||||
* | wrapped all pthread_rwlock_t in profilable rwlock_t | Martin Willi | 2008-11-05 | 3 | -55/+51 | |
| | ||||||
* | added missing includes | Martin Willi | 2008-11-05 | 1 | -0/+1 | |
| | ||||||
* | replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variant | Martin Willi | 2008-11-05 | 4 | -76/+85 | |
| | ||||||
* | got rid of deprecated create_iterator_locked() | Martin Willi | 2008-11-05 | 6 | -51/+77 | |
| | ||||||
* | do not install route if interface lookup failed | Martin Willi | 2008-11-05 | 1 | -16/+23 | |
| | ||||||
* | two new load_testing options: | Martin Willi | 2008-11-04 | 1 | -3/+11 | |
| | | | | | request_virtual_ip: request a INTERNAL_IPV4_ADDR as client pool: provide addresses from a named virtual IP pool | |||||
* | added a delay option to delay initiations | Martin Willi | 2008-11-04 | 1 | -9/+41 | |
| | ||||||
* | corrected a copy-and-paste error | Andreas Steffen | 2008-11-03 | 1 | -1/+1 | |
| | ||||||
* | updated copyright of kernel interface code | Andreas Steffen | 2008-11-03 | 2 | -0/+2 | |
| | ||||||
* | added support for xfrm remote kmaddress | Andreas Steffen | 2008-11-03 | 2 | -7/+8 | |
| |