aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* ike/kernel protocol identifier conversion functionsMartin Willi2008-06-261-15/+43
|
* 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
|
* 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-241-1/+1
|
* 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
|
* support of ECDSA signatures for all certificate typesAndreas Steffen2008-06-224-0/+13
|
* display selected IKE proposal in ipsec statusallAndreas Steffen2008-06-224-17/+87
|
* 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
|
* 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-1710-0/+929
|
* 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
* added mediation server web frontendMartin Willi2008-06-1128-16/+1987
| | | | updated charons medsrv plugin to updated database scheme
* passing controller arguments to filter, not controller itselfMartin Willi2008-06-112-26/+36
|
* loading PEM encoded public keysMartin Willi2008-06-114-2/+23
|
* reduced default debug hook verbosityMartin Willi2008-06-111-5/+8
|
* fixed compile error of medsrv pluginMartin Willi2008-06-111-1/+1
|
* fixed resolving numerical IPv6 addresses in host_create_from_dns()Martin Willi2008-06-111-0/+5
|
* fixed resolving numerical addresses in host_create_from_dns()Martin Willi2008-06-111-1/+1
|
* make config_auth_method_t backward compatible to existing sql templatesAndreas Steffen2008-06-103-16/+12
|
* fixed compile error in smp pluginMartin Willi2008-06-101-2/+2
|
* refactoringTobias Brunner2008-06-101-27/+3
|
* ECDSA with OpenSSLTobias Brunner2008-06-1028-100/+1455
|
* parsing of subjectPublicKeyInfo of x509 certificates extractedTobias Brunner2008-06-101-48/+26
|
* added strongswan.conf option "routing_table" and "routing_table_prio"Martin Willi2008-06-101-10/+29
|
* oids for elliptic curvesTobias Brunner2008-06-101-0/+70
|
* making the parsing of parameters of a subjectAlgorithmIdentifier optionalTobias Brunner2008-06-101-2/+18
|
* fixed "enabled" value key wordMartin Willi2008-06-101-1/+3
| | | | more debugging for settings parser
* added strongswan.conf option to disable route installationMartin Willi2008-06-101-2/+10
|
* DNS resolving of ike_cfg hosts dynamically on demandMartin Willi2008-06-0614-191/+238
|