aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-2318-314/+303
|
* 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-2314-20/+22
| | | | primitives (and utils/mutex.h is now threading.h).
* 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-203-0/+1161
|
* parse ipAddrBlocksAndreas Steffen2009-12-171-1/+69
|
* 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
|
* 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-161-1/+21
|
* add IKEv1 support for the Camellia cipherAndreas Steffen2009-12-151-0/+1
|
* Added htoun16/32 and untoh16/32 to read/write unaligned network order integersMartin Willi2009-12-151-0/+54
|
* added ipAddrBlocks OIDAndreas Steffen2009-12-091-0/+1
|
* Removed obsolete curl interface specific destructorMartin Willi2009-12-081-5/+0
|
* Support the Linux specific SHA256 96 bit truncation HMAC via "sha256_96" keywordMartin Willi2009-11-263-4/+9
|
* Correctly enumerate attributes to request as initiator with the actually ↵Martin Willi2009-11-171-12/+61
| | | | requesting handler
* Support enumeration of key/value pairs in a section of strongswan.confMartin Willi2009-11-172-0/+45
|
* Whitelist register_printf_specifier in leak detectiveMartin Willi2009-11-171-0/+1
|
* Give plugins more control of which configuration attributes to request, and ↵Martin Willi2009-11-175-20/+100
| | | | pass received attributes back to the requesting handler
* Fix word alignement in memxor() on 64-bit architecturesMartin Willi2009-11-121-1/+1
|
* Prefer MODP2048/1536 over ECP Diffie-Hellman groupsMartin Willi2009-11-121-11/+9
|
* Use register_printf_specifier instead of deprecated ↵Martin Willi2009-11-122-5/+17
| | | | register_printf_function, if available
* Added identification constructor using a chunk of data, guessing id typeMartin Willi2009-11-122-0/+20
|
* Some coding style cleanupsMartin Willi2009-11-121-33/+47
|
* added some debugging to pgp certificate parsingAndreas Steffen2009-11-102-8/+35
|
* accept PGP v3 or v4 fingerprint as alternative to PGP user_idAndreas Steffen2009-11-091-2/+11
|
* list v3 or v4 fingerprintAndreas Steffen2009-11-082-3/+61
|
* define TIME_32_BITS_SIGNED_MAX in utils.hAndreas Steffen2009-11-083-7/+10
|
* implemented path length constraint checkinf for IKEv2Andreas Steffen2009-11-042-2/+3
|
* display printable characters in dntoa()Andreas Steffen2009-11-041-9/+4
|
* put directory path into single quotesAndreas Steffen2009-11-041-2/+2
|
* output optional pathLenConstraint in ipsec listcacertsAndreas Steffen2009-11-041-0/+9
|
* implemented parsing of pathLenConstraintAndreas Steffen2009-11-042-11/+45
|