| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | asn1_build_known_oid() includes ASN1_OID tag and length | Andreas Steffen | 2009-04-16 | 1 | -2/+2 |
* | added create_part_enumerator() to indentity, allows to enumerate RDNs etc. | Martin Willi | 2009-04-14 | 2 | -5/+185 |
* | moved RDN OIDs to oid.txt, use asn1_get_known_oid() for lookup | Martin Willi | 2009-04-14 | 1 | -129/+75 |
* | added missing string.h include | Martin Willi | 2009-04-14 | 1 | -0/+1 |
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 4 | -44/+40 |
* | implementation of contains_wildcards() for ID_DER_ASN1_DN identities | Martin Willi | 2009-03-26 | 1 | -2/+32 |
* | updated Doxyfile | Martin Willi | 2009-03-24 | 11 | -17/+16 |
* | respect port in create_dns/create_from_string when passing %any | Martin Willi | 2009-03-19 | 1 | -4/+16 |
* | print IPv6 %any hosts as %any6 | Martin Willi | 2009-03-19 | 1 | -1/+2 |
* | fallback to family specific %any(6) if kernel lookup fails | Martin Willi | 2009-03-16 | 1 | -0/+4 |
* | printf hooks refactored to increase portability (i.e. support for platforms w... | Tobias Brunner | 2009-03-12 | 7 | -78/+35 |
* | removed unused extract_last_token() and the required memrchr implementation | Martin Willi | 2009-02-18 | 3 | -87/+3 |
* | support of dynamic/128 and %any6 | Andreas Steffen | 2009-02-05 | 2 | -0/+5 |