aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Callback job refactored and fixed.Tobias Brunner2009-12-232-47/+106
|
* Whitespace cleanup.Tobias Brunner2009-12-233-43/+43
|
* Readding changes that got lost during refactoring/rebasing.Tobias Brunner2009-12-231-4/+17
|
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-2336-249/+211
|
* Adding an object-oriented wrapper for thread-specific values.Tobias Brunner2009-12-232-0/+146
|
* Adding an object-oriented wrapper for threads.Tobias Brunner2009-12-232-0/+592
|
* Check if libpthread is required or not.Tobias Brunner2009-12-235-5/+10
|
* Check for pthread_condattr_init added to configure script.Tobias Brunner2009-12-232-5/+11
|
* Generating the apidoc in an out-of-tree build fixed.Tobias Brunner2009-12-232-5/+6
|
* Moved implementation of condvar_t to mutex.c because it requires access to ↵Tobias Brunner2009-12-233-179/+157
| | | | private_mutex_t.
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-2350-347/+337
|
* Implemented a read-write lock using only mutex_t and condvar_t (in case the ↵Tobias Brunner2009-12-233-1/+188
| | | | pthread_rwlock_* group of functions is not available).
* Threading primitives separated.Tobias Brunner2009-12-238-394/+530
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-2346-52/+54
| | | | primitives (and utils/mutex.h is now threading.h).
* verify RFC3779 IP address blocks along X.509 certificate trust chainAndreas Steffen2009-12-232-8/+91
|
* Fixed untoh32 functionMartin Willi2009-12-231-1/+1
|
* do not recalculate netbits for true subnetsAndreas Steffen2009-12-221-1/+4
|
* X509_IP_ADDR_BLOCKS flag signals the presence of an ipAddrBlock certificate ↵Andreas Steffen2009-12-222-7/+10
| | | | extension
* added create_ipAddrBlock_enumerator() method to x509_tAndreas Steffen2009-12-222-0/+16
|
* cosmeticsAndreas Steffen2009-12-221-2/+4
|
* fixed IPv6 bug in calc_range()Andreas Steffen2009-12-221-25/+16
|
* fixed initialization of netbitsAndreas Steffen2009-12-211-2/+3
|
* fixed distribution listAndreas Steffen2009-12-211-1/+1
|
* traffic_selector supports RFC 3779 address range formatAndreas Steffen2009-12-213-46/+190
|
* Migrated identification_t to INIT/METHOD macrosMartin Willi2009-12-211-128/+95
|
* this->type is set by traffic_selector_create()Andreas Steffen2009-12-201-2/+0
|
* parse RFC 3779 addressFamilyAndreas Steffen2009-12-201-2/+16
|
* plugin name is x509Andreas Steffen2009-12-201-1/+1
|
* discard certificate with unknown critical extensionsAndreas Steffen2009-12-201-0/+8
|
* use traffic_selector_t object to represent ipAddrBlocksAndreas Steffen2009-12-201-1/+2
|
* moved traffic_selectors from charon to libstrongswanAndreas Steffen2009-12-2012-11/+10
|
* firewall-enabled ipv6/net2net-ip6-in-ip4-ikev2 scenarioAndreas Steffen2009-12-178-38/+41
|
* firewall-enabled ipv6/net2net-ip4-in-ip6-ikev2 scenarioAndreas Steffen2009-12-176-4/+9
|
* parse ipAddrBlocksAndreas Steffen2009-12-171-1/+69
|
* fixed updown plugin for mixed IPv4/IPv6 tunnelsAndreas Steffen2009-12-171-2/+8
|
* Migrated curl_fetcher to INIT/METHOD macrosMartin Willi2009-12-171-22/+18
|
* Added a METHOD() macro to define methods with both public and private signaturesMartin Willi2009-12-171-0/+13
|
* Added a INIT() macro to initialize class instancesMartin Willi2009-12-171-0/+6
|
* Fixed BEET mode by installing SAs with negotiated address in traffic selectorMartin Willi2009-12-1711-26/+70
|
* added IKEv1 Camellia support to NEWSAndreas Steffen2009-12-161-0/+2
|
* ikev1/ip-pool-db-push scenario tests DNS and NBNS server supportAndreas Steffen2009-12-163-0/+13
|
* IKEv1 daemon supports DNS and NBNS server assignment from databaseAndreas Steffen2009-12-161-18/+85
|
* ikev1/ip-pool-db scenario tests DNS and NBNS server supportAndreas Steffen2009-12-163-0/+13
|
* sql/ip-pool-db scenario tests DNS and NBNS server supportAndreas Steffen2009-12-167-5/+42
|
* ikev2/ip-pool-db scenario tests DNS and NBNS server supportAndreas Steffen2009-12-165-2/+15
|
* added ipsec pool DNS and NBNS support to NEWSAndreas Steffen2009-12-161-0/+4
|
* ipsec pool manages dns and nbns serversAndreas Steffen2009-12-161-15/+298
|
* cosmeticsAndreas Steffen2009-12-161-1/+1
|
* provide attributes from SQL databaseAndreas Steffen2009-12-165-3/+44
|
* added openssl-ikev1/alg-camellia scenarioAndreas Steffen2009-12-159-0/+114
|