aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Check if libpthread is required or not.Tobias Brunner2009-12-234-4/+4
|
* Check for pthread_condattr_init added to configure script.Tobias Brunner2009-12-231-5/+9
|
* 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-232-0/+186
| | | | 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
|
* 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-1710-26/+67
|
* IKEv1 daemon supports DNS and NBNS server assignment from databaseAndreas Steffen2009-12-161-18/+85
|
* 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-164-3/+37
|
* add IKEv1 support for the Camellia cipherAndreas Steffen2009-12-152-0/+22
|
* Added htoun16/32 and untoh16/32 to read/write unaligned network order integersMartin Willi2009-12-151-0/+54
|
* Install v6 routes via outgoing interface for nowMartin Willi2009-12-141-18/+7
|
* fixed IKEv1 support of HMAC_SHA2_256_96Andreas Steffen2009-12-093-23/+22
|
* if end id is missing assign IP address to raw public keyAndreas Steffen2009-12-091-4/+10
|
* IKEv1 support of ESP SHA2_HMAC with correct truncationAndreas Steffen2009-12-0910-112/+160
|
* some code optimizationsAndreas Steffen2009-12-091-34/+37
|
* added ipAddrBlocks OIDAndreas Steffen2009-12-091-0/+1
|
* Improved libfast session management, using a hashtableMartin Willi2009-12-082-40/+109
|
* Removed obsolete curl interface specific destructorMartin Willi2009-12-081-5/+0
|
* Support "_" and "-" variants of NetworkManager pkg-config packagesMartin Willi2009-12-081-1/+4
|
* Undef PACKAGE_BUG/URL of strongSwan before including ruby variantsMartin Willi2009-12-082-0/+3
|
* Remove generated config.h.in from source treeMartin Willi2009-12-082-116/+1
|
* The attribute manager was moved from daemon_t to libstrongswan.Tobias Brunner2009-12-071-4/+4
|
* Do not execute the callback job if it has been cancelled since registrationMartin Willi2009-12-031-2/+8
|
* Cleanup library if daemon initialization failsMartin Willi2009-12-031-0/+2
|