aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* changes in 4.2.11Andreas Steffen2009-01-201-1/+5
|
* added notify message types used by RFC 4739Andreas Steffen2009-01-192-6/+13
|
* proper initialization and disposal of keying materialAndreas Steffen2009-01-152-3/+8
|
* added pfkey/esp-alg-null scenarioAndreas Steffen2009-01-159-0/+100
|
* added ikev2/esp-alg-null scenarioAndreas Steffen2009-01-159-0/+100
|
* fixed ESP NULL encryptionAndreas Steffen2009-01-151-3/+3
|
* fixed broken listing of connections in ipsec statusallAndreas Steffen2009-01-141-3/+3
|
* added eap=gtc option to ipsec.conf man pageAndreas Steffen2009-01-141-1/+3
|
* disable DPD and sending of cert requests in load-testerAndreas Steffen2009-01-141-2/+2
|
* fixing cross-compilationTobias Brunner2009-01-131-0/+1
|
* cosmeticsAndreas Steffen2009-01-131-4/+3
|
* changed type definition of level from char* to intAndreas Steffen2009-01-131-2/+6
|
* hiding XFRM message names from netlinkAndreas Steffen2009-01-092-26/+30
|
* renamed chunkAndreas Steffen2009-01-091-2/+2
|
* refactored DBG3 output of sent XFRM messagesAndreas Steffen2009-01-092-72/+41
|
* DBG3 output of sent XFRM messagesAndreas Steffen2009-01-091-3/+74
|
* added message for undefined ocsp status #4Andreas Steffen2009-01-091-0/+1
|
* add a compatible memrchr() function if the platform does not support it ↵Andreas Steffen2009-01-094-0/+50
| | | | (e.g. old glibc). Patch courtesy to Thomas Jarosch
* the Linux 2.6.28 uml guest kernel does not need any patchesAndreas Steffen2009-01-092-5/+3
|
* test of ipsec leases command in ikev2/ip-pool and ikev2/ip-two-pools scenariosAndreas Steffen2009-01-092-0/+7
|
* version bump to 2.4.11Andreas Steffen2009-01-086-10/+18
|
* adapted ikev2/ip-pool-wish scenario to the new stroke ip pool functionAndreas Steffen2009-01-085-9/+9
|
* fixed two bugs introduced by the stroke ip pool refactoring4.2.10Andreas Steffen2009-01-081-2/+9
|
* increase nonce size to 32 bytes, required when using SHA384/512 PRFsMartin Willi2008-12-311-1/+1
|
* missing LOGFILE in debug statementAndreas Steffen2008-12-231-1/+1
|
* added some NEWS for 4.2.10Martin Willi2008-12-221-0/+24
|
* fixed a potential memory leak when reusing mobike taskMartin Willi2008-12-191-0/+4
|
* RNG tests based on FIPS 140-1Martin Willi2008-12-183-2/+225
|
* support for Padlock RNGMartin Willi2008-12-184-1/+206
|
* proper feature probing for padlockMartin Willi2008-12-171-10/+107
|
* correct use of calloc in hashtable_tTobias Brunner2008-12-171-2/+1
|
* updated documentationMartin Willi2008-12-172-137/+131
| | | | | some minor cleanups calloc does not need an additional memset(0)
* improved IKE_SA uniqueness checkTobias Brunner2008-12-164-89/+83
|
* purge certificates after IKE_AUTH response has been builtMartin Willi2008-12-161-6/+8
|
* reimplemented certificate cache:Martin Willi2008-12-151-154/+220
| | | | | | | fixes unsafe certificate caching use fixed array instead of a list fine grained per-slot locking use cache hits for housekeeping
* signal each entry condvar after enumeration, required if wait_for_entry is ↵Martin Willi2008-12-151-3/+19
| | | | called
* added an additional frame to lock profiling backtracesMartin Willi2008-12-151-1/+1
|
* do not respawn cancelled threads if we are shutting downMartin Willi2008-12-121-1/+3
|
* fixed possible deadlock in checkin_and_destroyMartin Willi2008-12-121-2/+2
|
* avoid DNS lookup if possibleMartin Willi2008-12-121-13/+10
|
* execute events if difference is 0, prevents a busywaitMartin Willi2008-12-121-2/+3
|
* load tester got a "shutdown_when_complete" option, allows performance test ↵Martin Willi2008-12-123-15/+51
| | | | using "time"
* daemon exports main_thread_id, sends SIGTERM to the main thread in daemon_killMartin Willi2008-12-122-8/+8
|
* leak detective binds execution to a signle core, avoids corruption on SMP ↵Martin Willi2008-12-121-0/+12
| | | | machines
* wait until all IKE_SAs are in-house before destroying themMartin Willi2008-12-121-1/+1
|
* address extensions refactoredTobias Brunner2008-12-112-85/+52
|
* fixed usage of "leases" commandMartin Willi2008-12-111-1/+1
|
* nat_traversal in manpage correctedTobias Brunner2008-12-101-1/+1
|
* fixing checkout of IKE SAs with only the initiator SPITobias Brunner2008-12-101-1/+2
|
* increasing the performance of checkout_duplicate by using a hash table.Tobias Brunner2008-12-101-66/+244
|