aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* Include all dev headers, even if they are configuration specificMartin Willi2012-10-021-5/+4
* Fixed RNG crypto testerTobias Brunner2012-09-281-11/+9
* Make static analyzers happy when parsing hosts from sockaddr_tTobias Brunner2012-09-281-2/+4
* Make sure first argument is an int when using %.*s to print e.g. chunksTobias Brunner2012-09-285-10/+12
* Initialize g and p in create_dh factory methodTobias Brunner2012-09-281-1/+1
* Properly initialize chunk for extension OID when parsing CRLsTobias Brunner2012-09-281-1/+1
* Properly cleanup varargs in LDAP fetcher's set_option()Tobias Brunner2012-09-281-3/+4
* Properly cleanup varargs in enumerators of both SQL backendsTobias Brunner2012-09-282-0/+2
* Documentation about some time values clarifiedTobias Brunner2012-09-241-1/+1
* Properly handle thread cancelation in rwlock_condvar_tTobias Brunner2012-09-211-15/+20
* Added a condvar implementation that works with rwlock_tTobias Brunner2012-09-213-4/+220
* Avoid calculating the hash if hashtable is emptyTobias Brunner2012-09-211-0/+5
* Avoid memset in is_anyaddr()Tobias Brunner2012-09-211-6/+2
* Make streq() and strcaseeq() static inline functions so they can be used as c...Tobias Brunner2012-09-211-25/+31
* Add a linked list constructor taking items from a vararg listMartin Willi2012-09-182-2/+33
* Fix Doxygen comment for proposal_keywords_tTobias Brunner2012-09-181-1/+1
* Fix equality comparison of auth_cfg_tTobias Brunner2012-09-181-2/+16
* Add AUTH_RULE_IDENTITY_LOOSE which allows to use IDr loosely as initiatorTobias Brunner2012-09-182-0/+26
* Added algorithm lookup via kernel_interface_t to the various kernel interfacesTobias Brunner2012-09-132-3/+5
* Added possibility to register custom proposal keywordsTobias Brunner2012-09-135-12/+180
* Removed len argument from proposal_get_token()Tobias Brunner2012-09-132-4/+3
* Make arguments for enumerator_create_token|directory constTobias Brunner2012-09-132-7/+10
* Moved proposal_keywords to proposal_keywords_staticFrancois ten Krooden2012-09-137-34/+131
* Allow calls to set_address() for any host-sized TS, not only dynamic onesTobias Brunner2012-09-121-1/+1
* Don't return a subset for a dynamic TS unless set_address has been calledMartin Willi2012-09-111-1/+5
* Add a linked list constructor initializing from an enumeratorMartin Willi2012-09-112-0/+27
* Add strongswan.conf runtime options for /dev/[u]random filesMartin Willi2012-09-101-2/+7
* Merge branch 'android-client-cert'Tobias Brunner2012-09-041-0/+2
|\
| * android: Enable pkcs8 pluginTobias Brunner2012-08-311-0/+2
* | Merge branch 'eap-client-select'Tobias Brunner2012-08-312-14/+101
|\ \
| * | Added eap-dynamic plugin which can proxy any other EAP methodTobias Brunner2012-08-312-1/+2
| * | Function added that parses EAP method strings ([eap-]type[-vendor])Tobias Brunner2012-08-312-0/+86
| * | Move our pseudo EAP types out of the range of valid EAP methodsTobias Brunner2012-08-312-14/+14
| |/
* | Ported tun_device de-/initialization to FreeBSDTobias Brunner2012-08-291-5/+47
* | Ported tun_device initialization to OS X utunMartin Willi2012-08-281-19/+85
|/
* define pen_type_t as a vendor-specific typeAndreas Steffen2012-08-201-1/+19
* Don't use POSIX semaphores if a MONOTONIC clock is availableMartin Willi2012-08-201-0/+8
* Add a mutex/condvar based semaphore implementation if sem_timedwait is unavai...Martin Willi2012-08-201-2/+67
* added IBM and OpenPTS Private Enterprise NumbersAndreas Steffen2012-08-202-2/+8
* openssl: Fix registration of the PUBKEY builderTobias Brunner2012-08-181-1/+1
* Add a wrapper around vstr_add_fmt() to avoid having to link libcharon against...Tobias Brunner2012-08-172-2/+31
* fixed Makefile for libstrongswan dev headersAndreas Steffen2012-08-141-2/+2
* Validate netmask in traffic_selector_create_from_subnetTobias Brunner2012-08-131-0/+1
* Comment fixedTobias Brunner2012-08-131-1/+1
* Merge branch 'android-app'Tobias Brunner2012-08-1320-45/+1478
|\
| * Ensure thread IDs always start with 1 even if the library is reusedTobias Brunner2012-08-131-2/+2
| * Don't print hosts as %any if %+H is usedTobias Brunner2012-08-132-7/+8
| * Add support for '+' in custom format specifiersTobias Brunner2012-08-132-0/+7
| * Added utility class to create TUN devicesTobias Brunner2012-08-084-3/+468
| * Moved types used by kernel_ipsec_t interface (and libipsec) to libstrongswanTobias Brunner2012-08-085-4/+220