| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved mutex.c to a separate folder in order to cleanly wrap other threading p... | Tobias Brunner | 2009-12-23 | 2 | -768/+0 |
* | Migrated identification_t to INIT/METHOD macros | Martin Willi | 2009-12-21 | 1 | -128/+95 |
* | Whitelist register_printf_specifier in leak detective | Martin Willi | 2009-11-17 | 1 | -0/+1 |
* | Added identification constructor using a chunk of data, guessing id type | Martin Willi | 2009-11-12 | 2 | -0/+20 |
* | Some coding style cleanups | Martin Willi | 2009-11-12 | 1 | -33/+47 |
* | display printable characters in dntoa() | Andreas Steffen | 2009-11-04 | 1 | -9/+4 |
* | put directory path into single quotes | Andreas Steffen | 2009-11-04 | 1 | -2/+2 |
* | Show the number of times a lock was acquired in lock profiler | Martin Willi | 2009-10-23 | 1 | -4/+18 |
* | Store return value of getc() in an int to correctly test it against EOF | Martin Willi | 2009-10-22 | 1 | -1/+1 |
* | moved attribute_manager to libstrongswan | Andreas Steffen | 2009-10-13 | 3 | -2/+4 |
* | corrected caption | Andreas Steffen | 2009-10-09 | 1 | -1/+1 |
* | created identification_create_from_sockaddr() function | Andreas Steffen | 2009-10-09 | 2 | -0/+41 |
* | Distinguish invalid free()s between corrupted magic and invalid pointer | Martin Willi | 2009-10-05 | 1 | -5/+24 |
* | whitelist Curl_client_write | Andreas Steffen | 2009-09-27 | 1 | -0/+2 |
* | remove spaces within tabs (\t( )+\t) | Martin Willi | 2009-09-04 | 1 | -2/+2 |
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 5 | -20/+20 |
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 21 | -432/+432 |
* | Complain about rw(un)lock errors | Martin Willi | 2009-09-03 | 1 | -7/+31 |
* | use time_monotonic() instead of gettimeofday() for time difference calculations | Martin Willi | 2009-08-31 | 1 | -1/+0 |
* | use monotonic time source in convar->timed_wait, and in the scheduler using it | Martin Willi | 2009-08-31 | 2 | -15/+24 |
* | whitelist openssl ecdsa_check function | Martin Willi | 2009-08-27 | 1 | -0/+1 |
* | removed obsolete fingerprint identification types | Martin Willi | 2009-08-26 | 2 | -43/+23 |
* | added getnetbyname/gethostbyname2 to leak detective whitelist, used by pluto | Martin Willi | 2009-08-26 | 1 | -0/+2 |
* | pruned OID tree | Andreas Steffen | 2009-08-18 | 1 | -5/+4 |
* | fixed wrong emailAddress OID introduced by revision c31687da | Andreas Steffen | 2009-08-18 | 1 | -3/+3 |
* | Replacing gethostbyname, gethostbyname2 and their _r variants with getaddrinf... | Tobias Brunner | 2009-08-14 | 1 | -86/+53 |
* | OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum... | Tobias Brunner | 2009-08-14 | 2 | -8/+8 |
* | parse RDNs in multiple SEQUENCEs in all SETs of a DN | Martin Willi | 2009-08-03 | 1 | -16/+24 |
* | Make accept(2) and recvfrom(2) cancellation points on Mac OS X. | Tobias Brunner | 2009-07-30 | 1 | -0/+27 |
* | Corrected check for valid ASN1 types in rdn_enumerate. | Tobias Brunner | 2009-07-14 | 1 | -2/+3 |
* | double free caused strange side effects | Andreas Steffen | 2009-07-13 | 1 | -1/+0 |
* | great, I got my comma back | Andreas Steffen | 2009-07-12 | 1 | -1/+1 |
* | added missing equals() method assignment for ID_ANY identities | Martin Willi | 2009-07-07 | 1 | -1/+2 |
* | centralized ID type specific method assignement in generic constructor | Martin Willi | 2009-07-06 | 1 | -105/+69 |
* | removed obsolete init_rdn()/get_next_rdn() functions | Martin Willi | 2009-07-06 | 1 | -124/+0 |
* | reimplemented dnota() using RDN enumerator | Martin Willi | 2009-07-06 | 1 | -72/+44 |
* | replaced {same,match}_dn() by compare_dn(), using the RDN enumerator | Martin Willi | 2009-07-06 | 1 | -156/+93 |
* | fixed memleak if RND parsing fails | Martin Willi | 2009-07-06 | 1 | -0/+1 |
* | contains_wildcard() for DNs uses RDN enumerator | Martin Willi | 2009-07-06 | 1 | -19/+11 |
* | simplified identification_t.clone() using memcpy | Martin Willi | 2009-07-06 | 1 | -7/+2 |
* | use an enumerator to parse RDNs, based on asn1_unwrap() function | Martin Willi | 2009-07-06 | 1 | -119/+145 |
* | make filter enumerator methods static | Martin Willi | 2009-07-06 | 1 | -3/+3 |
* | gcrypt rng implementation | Martin Willi | 2009-06-09 | 1 | -0/+2 |
* | initialize gcrypt threadsave, currently for pthread only | Martin Willi | 2009-06-09 | 1 | -0/+3 |
* | eliminated ipsec_policy.h | Andreas Steffen | 2009-05-26 | 1 | -1/+7 |
* | renamed some conflicting function names | Tobias Brunner | 2009-05-06 | 1 | -4/+4 |
* | gethostbyname_r is not supported on Mac OS X (but gethostbyname uses thread-l... | Tobias Brunner | 2009-05-06 | 1 | -17/+32 |
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 18 | -36/+0 |
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -0/+1 |
* | pluto uses the libstrongswan leak detective and a stripped-down version of li... | Andreas Steffen | 2009-04-16 | 1 | -0/+2 |