aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* corrected typo4.2.8Andreas Steffen2008-10-131-1/+1
|
* added bug fix for addr_in_subnet() to NEWSAndreas Steffen2008-10-131-1/+5
|
* add support of --enable-eap-sim-file and --enable-kernel-pfkey configuration ↵Andreas Steffen2008-10-134-4/+11
| | | | options
* set guest-specific kernel parametersMartin Willi2008-10-106-47/+41
| | | | removed memory setting, use mem= instead
* reintegrated two-sim branch providing SIM card plugin APIMartin Willi2008-10-1020-423/+1164
|
* trimming additial / in some casesMartin Willi2008-10-101-4/+4
|
* use busybox compatible killMartin Willi2008-10-101-4/+4
|
* remove intermediate CA certs after UML testAndreas Steffen2008-10-092-4/+4
|
* fixed MOBIKE roaming if clients address changesMartin Willi2008-10-092-5/+20
|
* faster implementation of addr_in_subnet()Andreas Steffen2008-10-091-13/+14
|
* added proposal parsing of uncommon DH groups 3072/6144Martin Willi2008-10-081-0/+8
|
* some mobike improvement NEWS Martin Willi2008-10-081-0/+5
|
* ignore routing events for our own routesMartin Willi2008-10-081-0/+6
|
* mobike: try to keep existing source address before switching to anotherMartin Willi2008-10-087-29/+43
|
* raw public key support for charonAndreas Steffen2008-10-081-0/+8
|
* implemented ipsec listalgs as a stroke commandAndreas Steffen2008-10-087-21/+81
|
* correct fix that replaces Changeset 4378Andreas Steffen2008-10-081-4/+6
|
* removing fix applied by Changeset 4378Andreas Steffen2008-10-081-4/+2
|
* added the sql/rw-rsa and sql/rw-rsa-keyid scenarios using raw RSA public keysAndreas Steffen2008-10-0834-0/+1135
|
* get_subject() of a CERT_TRUSTED_PUBKEY object returns ID_PUBKEY_INFO_SHA1 ↵Andreas Steffen2008-10-081-1/+1
| | | | hash consistent with the IKEv2 keyid philosophy
* Implemented BUILD_BLOB_ASN1_DER for the CERT_TRUSTED_PUBKEY subtypeAndreas Steffen2008-10-082-4/+24
|
* fixed loop termination criterion in addr_in_subnet(). Thanks go to Wolfgang ↵Andreas Steffen2008-10-071-2/+4
| | | | Steudel, TU Ilmenau
* guest bootup waits for init, not for network stack (fixes 2.6.27 guest kernels)Martin Willi2008-10-071-20/+3
|
* ported mconsole-exec patch to 2.6.27-rc7Martin Willi2008-10-071-0/+335
|
* userland support to process notifies for new NAT mappings detected in UDP ↵Martin Willi2008-10-076-12/+237
| | | | encapsulation
* wait 5 seconds before deactivating eth1 interface on aliceAndreas Steffen2008-10-074-0/+4
|
* explicitly load kernel-netlink plugin in UML scenariosAndreas Steffen2008-10-07243-243/+244
|
* use MOBIKE enabled DPD if we are NATedMartin Willi2008-10-066-4/+113
| | | | update SAs if we detect changes in NAT mappings
* fixed builder_cancel macro to return NULL on failed buildMartin Willi2008-10-062-1/+15
|
* do not run CHILD_SA delete action if rekeyingMartin Willi2008-10-031-1/+13
|
* added --disable-kernel-netlink configure optionAndreas Steffen2008-10-032-2/+14
|
* use dpd_action also for remotely closed tunnelsMartin Willi2008-10-021-1/+1
|
* also respect the mobike=no setting as responderMartin Willi2008-09-302-4/+15
|
* using signed return value for read()Martin Willi2008-09-301-1/+2
|
* merging renaming of mode_t to ipsec_mode_t back to trunkTobias Brunner2008-09-2515-67/+87
|
* merging modularized kernel interface back to trunkTobias Brunner2008-09-2521-2995/+4295
|
* missing '_' addedTobias Brunner2008-09-191-1/+1
|
* version bump to 4.2.8Andreas Steffen2008-09-185-6/+8
|
* completed NEWS for 4.2.7 release4.2.7Andreas Steffen2008-09-181-0/+10
|
* fixed DH value range testingMartin Willi2008-09-171-1/+1
|
* checking mpz_export return value properlyMartin Willi2008-09-174-8/+32
| | | | fixes a potential DoS attack if a DH value of zero gets processed
* stroke parses and lists AC groupsAndreas Steffen2008-09-174-12/+74
|
* updated ubuntu packages for release compatible with NM svn20080908Martin Willi2008-09-124-3/+15
|
* ported NM plugin to upstream NetworkManager changesMartin Willi2008-09-123-22/+55
| | | | | splitted secrets (4031) using uuid in auth-dialog (4053)
* allow multiple DELETE payloads in an informational messageMartin Willi2008-09-111-2/+7
|
* updated NEWSMartin Willi2008-09-051-1/+1
|
* fixed ubuntu distribution/typosMartin Willi2008-09-052-3/+3
|
* new ubuntu package releaseMartin Willi2008-09-052-0/+12
|
* NM plugin supports (encrypted) private key filesMartin Willi2008-09-054-89/+210
|
* time values in strongswan.conf can be optionally specified in days (d), ↵Andreas Steffen2008-09-047-13/+57
| | | | hours (h), minutes (m), or seconds (s)