aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* moved loglite.c from openac to scepclientAndreas Steffen2007-09-183-7/+4
|
* fixed typo / includeMartin Willi2007-09-182-3/+1
|
* added new version of optionsfrom using libstrongswanAndreas Steffen2007-09-182-0/+199
|
* removed some empty linesAndreas Steffen2007-09-188-294/+224
|
* return argument has type size_tAndreas Steffen2007-09-181-1/+1
|
* prototype implemementation of an sqlite configuration backendMartin Willi2007-09-1810-86/+463
|
* removed unneded template logout.cs, fixes #10Martin Willi2007-09-181-2/+1
|
* connection name to IKE_SA initiatingAndreas Steffen2007-09-152-2/+3
|
* put IKE_SA and CHILD_SA names in single quotesAndreas Steffen2007-09-153-6/+6
|
* log name of IKE_SA in state changesAndreas Steffen2007-09-151-1/+2
|
* log name of established IKE_SAAndreas Steffen2007-09-151-4/+8
|
* log name of established CHILD_SAAndreas Steffen2007-09-151-2/+4
|
* adapted format of IKE SPIs to strongSwan Manager's styleAndreas Steffen2007-09-151-2/+2
|
* corrected image titleAndreas Steffen2007-09-151-2/+2
|
* added connection name to IKE_SA titleMartin Willi2007-09-141-1/+1
|
* added missing distribution/install filesMartin Willi2007-09-141-2/+11
|
* added subnets of CHILD_SAs to xml interfaceMartin Willi2007-09-1436-415/+3391
| | | | a first design of Managers IKE_SA list page
* peer_cfg now knows about group membershipsAndreas Steffen2007-09-139-273/+517
|
* added missing 'break' in checkout_by_peerTobias Brunner2007-09-131-0/+1
|
* added DATA files to EXTRA_DISTMartin Willi2007-09-131-1/+5
|
* added compiler-soothing parenthesesAndreas Steffen2007-09-131-2/+2
|
* fixed 64bit issue with file descriptorMartin Willi2007-09-131-1/+9
|
* added debugging helper script for managerMartin Willi2007-09-131-0/+15
|
* fixed scenario loadingMartin Willi2007-09-139-129/+195
|
* added missing enumerator.h to distributionMartin Willi2007-09-131-1/+1
|
* replaced a confusing template with an ugly one (ikesalist)Martin Willi2007-09-131-6/+6
|
* manager can query and list IKE_SA status (no layout yet)Martin Willi2007-09-1315-106/+620
|
* added Daniel Wydler to copyright.cAndreas Steffen2007-09-131-1/+1
|
* removed unused LARGEST_HASH_OID_SIZE definitionAndreas Steffen2007-09-131-3/+1
|
* only switch to port 4500 if we are on 500: fixed reauthentication in NAT Martin Willi2007-09-121-2/+9
| | | | scenarios
* replaced 8 by BITS_PER_BYTEAndreas Steffen2007-09-121-1/+1
|
* error message outputs hash size differencesAndreas Steffen2007-09-121-2/+3
|
* renamed encoded_hash to digestInfoAndreas Steffen2007-09-121-6/+6
|
* included pem.h and x509.h; fixed comparison bugAndreas Steffen2007-09-121-1/+4
|
* removed unused chunk variableAndreas Steffen2007-09-121-3/+1
|
* included kernel_alg.hAndreas Steffen2007-09-121-0/+1
|
* moving virtual IP when interface changes due mobikeMartin Willi2007-09-121-0/+11
|
* fixed NAT detection with mobikeMartin Willi2007-09-122-7/+7
|
* fixed shutdown order to prevent crash when kernel interface schedules eventsMartin Willi2007-09-121-1/+1
|
* fixed warnings and memory leakMartin Willi2007-09-121-1/+2
|
* added error messages in signature verificationAndreas Steffen2007-09-121-4/+7
|
* increased debug level for errors to DBG1Andreas Steffen2007-09-121-2/+2
|
* overwrite shared_key with random bytes before freeing itAndreas Steffen2007-09-111-2/+2
|
* check for surplus bytes in EM structure after the digestInfoAndreas Steffen2007-09-111-29/+44
|
* check hash algorithms used in signaturesAndreas Steffen2007-09-118-149/+195
|
* OID_UNKNOWN (-1) requires int typeAndreas Steffen2007-09-116-19/+15
|
* removed rsa_private_key clone() functionAndreas Steffen2007-09-113-144/+24
|
* added md2, sha256, sha384, and sha512 ASN.1 algorithm IDsAndreas Steffen2007-09-112-2/+39
|
* first revision of new manager webappMartin Willi2007-09-1136-0/+3517
|
* replaced get_rsa_private_key() by rsa_signature() in order restrict the ↵Andreas Steffen2007-09-113-58/+65
| | | | distribution of private key material