aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Expand)AuthorAgeFilesLines
...
* ported nm plugin and gnome applet to NetworkManager 7.1Martin Willi2009-03-182-54/+73
* fallback to family specific %any(6) if kernel lookup failsMartin Willi2009-03-161-0/+6
* printf hooks refactored to increase portability (i.e. support for platforms w...Tobias Brunner2009-03-129-120/+80
* memleak fixed when reading smartcard secretsTobias Brunner2009-03-121-3/+4
* fixed format string argument error, resulting in crashMartin Willi2009-03-032-3/+15
* stop searching other pools if lease successfully releasedMartin Willi2009-03-031-0/+1
* ipsec statusall <conn> also filters address poolsAndreas Steffen2009-03-031-0/+4
* fixed MSCHAPv2 password lookup when used with NetworkManagerMartin Willi2009-02-241-1/+1
* fixed some memleaks in mschapv2 pluginTobias Brunner2009-02-191-16/+25
* corrected typoAndreas Steffen2009-02-191-1/+1
* adding plugin for EAP-MS-CHAPv2Tobias Brunner2009-02-188-1/+1380
* force unique connections for mediation connectionsTobias Brunner2009-02-181-0/+6
* always encode EAP usernames as ID_KEY_IDMartin Willi2009-02-181-1/+2
* typoTobias Brunner2009-02-171-1/+1
* use separate distribution tarballs for NetworkManager appletMartin Willi2009-02-161-18/+0
* use a slightly adopted package versioning schemeMartin Willi2009-02-161-1/+1
* configuration of NBNS server assignment via strongswan.confAndreas Steffen2009-02-131-3/+68
* configuration of DNS server assignment via strongswan.confAndreas Steffen2009-02-121-6/+29
* [4859] caused crash when handling the %config caseAndreas Steffen2009-02-111-8/+8
* corrected syntaxAndreas Steffen2009-02-111-1/+1
* this debug statement has only two argumentsAndreas Steffen2009-02-112-1/+5
* fixed a 64-bit issue with time_t printf hooksAndreas Steffen2009-02-111-12/+9
* changed [4856] to dynamically choose traffic selector familyMartin Willi2009-02-1110-34/+29
* respect family when assigning pool addressesMartin Willi2009-02-111-1/+8
* send proper AUTHENTICATION_FAILED if EAP method is successful, but AUTH misma...Martin Willi2009-02-101-0/+6
* free unneeded retransmission packet when exchange completesMartin Willi2009-02-091-1/+2
* support of dynamic/128 and %any6Andreas Steffen2009-02-059-9/+15
* disable MOBIKE in load-testerAndreas Steffen2009-02-051-1/+1
* output pool name string rather than pool pointerAndreas Steffen2009-01-281-1/+1
* added two Microsoft proprietary configuration attribute types4.2.11Andreas Steffen2009-01-202-2/+8
* added notify message types used by RFC 4739Andreas Steffen2009-01-192-6/+13
* proper initialization and disposal of keying materialAndreas Steffen2009-01-151-1/+3
* fixed ESP NULL encryptionAndreas Steffen2009-01-151-3/+3
* fixed broken listing of connections in ipsec statusallAndreas Steffen2009-01-141-3/+3
* disable DPD and sending of cert requests in load-testerAndreas Steffen2009-01-141-2/+2
* 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
* 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
* 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
* updated documentationMartin Willi2008-12-172-137/+131
* 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
* signal each entry condvar after enumeration, required if wait_for_entry is ca...Martin Willi2008-12-151-3/+19
* 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