aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* enforce strongSwan coding rulesAndreas Steffen2009-07-171-0/+16
* shortened cypto test outputAndreas Steffen2009-07-171-5/+5
* accelerate lookup in non-concatenated poolsAndreas Steffen2009-07-171-22/+40
* check for an existing lease over all assigned pools firstAndreas Steffen2009-07-171-24/+55
* fixed problem with static leases over multiple poolsAndreas Steffen2009-07-161-8/+36
* Fixing distribution build (checksum.c is created on the user's system).Tobias Brunner2009-07-161-2/+2
* fixed memleak in SQL config lookupMartin Willi2009-07-161-2/+2
* raise an alert() if the RADIUS server is not respondingMartin Willi2009-07-162-0/+3
* added an alert() bus hook to raise critical system errors and notificationsMartin Willi2009-07-163-4/+67
* Revert "gperf under FreeBSD does not know the -m option."Tobias Brunner2009-07-163-3/+3
* Removed an unnecessary include of a header that is not available on Mac OS X.Tobias Brunner2009-07-151-1/+0
* conversion from ECDSA_WITH_SHAxxx OIDs to signature schemesAndreas Steffen2009-07-151-0/+6
* updated debian packageMartin Willi2009-07-151-0/+8
* updated Standards-Version to 3.8.2Martin Willi2009-07-151-1/+1
* added ${misc:Depends} dependency, fixes debhelper-but-no-misc-depends lintian...Martin Willi2009-07-151-1/+1
* added copyright information, fixes copyright-without-copyright-notice lintian...Martin Willi2009-07-151-4/+7
* cast pointers to uintptr_t for alignement checkMartin Willi2009-07-151-2/+3
* gperf under FreeBSD does not know the -m option.Tobias Brunner2009-07-143-3/+3
* Corrected check for valid ASN1 types in rdn_enumerate.Tobias Brunner2009-07-141-2/+3
* added SHA224_WITH_RSA and ECDSA_WITH_SHAxxx OIDsAndreas Steffen2009-07-141-0/+6
* double free caused strange side effectsAndreas Steffen2009-07-131-1/+0
* report installation failure of inbound and/or outbound IPsec SA, separatelyAndreas Steffen2009-07-131-8/+11
* great, I got my comma backAndreas Steffen2009-07-121-1/+1
* pluto supports AES_CCM and AES_GCM ESP algorithmsAndreas Steffen2009-07-127-221/+349
* put variable definitions up frontAndreas Steffen2009-07-121-5/+8
* cosmeticsAndreas Steffen2009-07-121-3/+3
* added listener.h to charon_SOURCESAndreas Steffen2009-07-121-0/+1
* use the configured NM connection id as configuration/IKE_SA nameMartin Willi2009-07-101-45/+58
* fixed state check if establishing the CHILD_SA failsMartin Willi2009-07-101-1/+1
* use the new updown()/rekey() hooks to track the state of NetworkManager conne...Martin Willi2009-07-101-41/+49
* update libfreeswan/pfkeyv2.hAndreas Steffen2009-07-101-13/+20
* added AES_CTR, AES_CCM, and AES_GCM stringsAndreas Steffen2009-07-101-19/+26
* implemented ike_down() bus hookMartin Willi2009-07-095-31/+103
* implemented ike_up() bus hookMartin Willi2009-07-093-0/+40
* implemented child_down() bus hookMartin Willi2009-07-091-2/+17
* implemented child_up() bus hookMartin Willi2009-07-097-9/+72
* implemented ike_rekey()/child_rekey() bus hooksMartin Willi2009-07-094-0/+92
* added new listener callbacks to track SAsMartin Willi2009-07-091-0/+40
* moved listener_t interface definition to a separate fileMartin Willi2009-07-095-108/+134
* enforced strongSwan coding rulesAndreas Steffen2009-07-091-126/+130
* added a RADIUS id_prefix option to prefix the IMSIMartin Willi2009-07-091-5/+16
* memxor does not access unaligned words anymore, but still uses words if possibleMartin Willi2009-07-081-9/+32
* fixed doxygen section pgpMartin Willi2009-07-081-0/+3
* fixed two doxygen warningsMartin Willi2009-07-081-2/+4
* remove obsolete child_cfg_t.equal_traffic_selectors() methodMartin Willi2009-07-072-42/+0
* child_cfg matching code prefers a config containing the first proposed TSMartin Willi2009-07-071-21/+47
* added missing equals() method assignment for ID_ANY identitiesMartin Willi2009-07-071-1/+2
* use architecture specific Elf headerMartin Willi2009-07-061-1/+1
* centralized ID type specific method assignement in generic constructorMartin Willi2009-07-061-105/+69
* removed obsolete init_rdn()/get_next_rdn() functionsMartin Willi2009-07-061-124/+0