aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* check migration of ESP sequence numbers in MOBIKE scenarios4.2.4Andreas Steffen2008-06-266-9/+15
|
* use ip xfrm with the detailed -s optionAndreas Steffen2008-06-261-4/+4
|
* ike/kernel protocol identifier conversion functionsMartin Willi2008-06-261-15/+43
|
* mention ESP sequence number updatesAndreas Steffen2008-06-261-0/+3
|
* fixed ifndef typo for MYSQL_DATA_TRUNCATED checkMartin Willi2008-06-261-1/+1
|
* fixed plugin loader destructionMartin Willi2008-06-251-1/+1
|
* enabling support for hardware accelerators in OpenSSLTobias Brunner2008-06-251-0/+6
|
* flushing task_manager on shutdown while IKE_SA is usableMartin Willi2008-06-251-1/+2
|
* updated NEWS for the imminent 4.2.4 releaseAndreas Steffen2008-06-251-0/+12
|
* merging the ESP sequence numbers of an SA in update_sa (fixing #52)Tobias Brunner2008-06-241-5/+127
|
* reintroducing MYSQL_DATA_TRUNCATED if supported on that mysql versionMartin Willi2008-06-241-0/+7
|
* updated location of auth_class_tMartin Willi2008-06-241-1/+1
|
* enumerating loaded plugins in "ipsec statusall"Martin Willi2008-06-243-3/+43
|
* changed ipsec.secrets keyword EC to ECDSATobias Brunner2008-06-244-4/+4
|
* cosmeticsAndreas Steffen2008-06-231-5/+5
|
* fixed "double-close" of stroke fd resulting in "bad fd" errors if multiple ↵Martin Willi2008-06-231-15/+9
| | | | threads are active
* fixed medsrv mysql schemeMartin Willi2008-06-231-1/+1
|
* resolving hosts before routeMartin Willi2008-06-231-0/+2
|
* set version to 4.2.4Andreas Steffen2008-06-221-1/+1
|
* generate CRL for strongSwan EC Root CAAndreas Steffen2008-06-221-1/+4
|
* support of ECDSA signatures for all certificate typesAndreas Steffen2008-06-224-0/+13
|
* added openssl/ecdsa-certs scenarioAndreas Steffen2008-06-2223-0/+285
|
* added strongSwan EC Root CAAndreas Steffen2008-06-2216-0/+296
|
* remove ikev2/nat-pf scenarioAndreas Steffen2008-06-229-128/+0
|
* check for selected IKE proposalAndreas Steffen2008-06-223-2/+8
|
* display selected IKE proposal in ipsec statusallAndreas Steffen2008-06-224-17/+87
|
* removed ikev2/nat-double-snat scenarioAndreas Steffen2008-06-219-137/+0
|
* used ipsec pool --leases --filter option in evaltest.datAndreas Steffen2008-06-214-8/+8
|
* adapted evaltest.dat to modified RSA signature debug outputAndreas Steffen2008-06-211-1/+1
|
* added strongswan.conf with plugin listAndreas Steffen2008-06-215-0/+25
|
* test ipsec pool --del optionAndreas Steffen2008-06-211-0/+1
|
* adapted evaltest.dat to modified RSA signature debug outputAndreas Steffen2008-06-212-2/+2
|
* public key operations using the OpenSSL library require the pubkey pluginAndreas Steffen2008-06-219-9/+9
|
* added missing medsrv script.js to distMartin Willi2008-06-201-2/+2
|
* including sys/queue.h to support TAILQ_LAST() macroMartin Willi2008-06-202-1/+559
|
* shipping own linux/types.h for introduced __be32 in linux/xfrm.hMartin Willi2008-06-201-0/+172
|
* compatibility fix for other shells than bash >= 3.1Martin Willi2008-06-201-18/+18
|
* removed unused MYSQL_DATA_TRUNCATED check for compatibility with older mysql ↵Martin Willi2008-06-201-1/+0
| | | | versions
* support in smp for terminate-by-nameMartin Willi2008-06-201-1/+25
|
* fixed identationMartin Willi2008-06-191-2/+2
|
* medcli initiates "active" connections on startupMartin Willi2008-06-191-1/+58
|
* medcli plugin writes connection status to databaseMartin Willi2008-06-194-2/+180
|
* fixed UCI default proposalsMartin Willi2008-06-181-3/+12
|
* support for more config options in UCI pluginMartin Willi2008-06-182-40/+158
|
* first simple prototype of a UCI configuration plugin for OpenWRTMartin Willi2008-06-1711-0/+944
|
* do not use self-installed route for IKE if routing table is 0Martin Willi2008-06-171-0/+7
|
* scepclient requires libcrypto to buildMartin Willi2008-06-161-1/+1
|
* fixed matches() check for RFC822/FQDN without wildcardsMartin Willi2008-06-131-2/+2
|
* implemented identification_t.match() case insensitive for RFC822/FQDNMartin Willi2008-06-121-2/+2
|
* added %P printf handler for poposal_tMartin Willi2008-06-125-65/+174
| | | | added some proposal selection debugging code