Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added a CIDR notation based host constructor | Martin Willi | 2011-01-05 | 2 | -0/+44 | |
| | ||||||
* | Migrated options_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -18/+12 | |
| | ||||||
* | implemented IMC/IMV handler | Andreas Steffen | 2010-11-09 | 1 | -0/+2 | |
| | ||||||
* | Some minor comment fixes. | Tobias Brunner | 2010-09-02 | 1 | -14/+20 | |
| | ||||||
* | Do not strdup() zero length strings in identification_create_from_string() | Martin Willi | 2010-08-31 | 1 | -4/+20 | |
| | ||||||
* | Handle PIN: as a magic keyword for prompt, use getpass() to silently read ↵ | Martin Willi | 2010-08-04 | 1 | -0/+1 | |
| | | | | credentials | |||||
* | Added NSPR PR_CallOnce to leak detective whitelist | Martin Willi | 2010-08-04 | 1 | -0/+2 | |
| | ||||||
* | Added buffer checking variants of syslog functions to leak detective | Martin Willi | 2010-08-04 | 1 | -0/+2 | |
| | ||||||
* | Fix use of snprintf() in identification DN to ASCII conversion | Martin Willi | 2010-07-28 | 1 | -0/+12 | |
| | ||||||
* | Use the group constraint in a more generic fashion, not only for attribute ↵ | Martin Willi | 2010-07-05 | 2 | -8/+1 | |
| | | | | certificates | |||||
* | Adding a remove_at method to the hash table. | Tobias Brunner | 2010-06-07 | 2 | -9/+36 | |
| | | | | This allows to remove key-value pairs while enumerating them. | |||||
* | Migrated hashtable_t to INIT/METHOD macros. | Tobias Brunner | 2010-06-07 | 1 | -59/+45 | |
| | ||||||
* | Whitelist OpenSSLs ERR_put_error() in leak-detective | Martin Willi | 2010-05-20 | 1 | -0/+1 | |
| | | | | | | | As we do not invoke ERR_get/clear_error() in all error cases, the error codes are not removed from the error queue. But it is save to whitelist the put function, as it uses a circular buffer that does not grow beyond ERR_NUM_ERRORS errors (16 by default). | |||||
* | Option to skip slow addr2line resolution in leak-detective | Martin Willi | 2010-05-20 | 4 | -47/+69 | |
| | ||||||
* | added getprotobyname to whitelist4.4.0 | Andreas Steffen | 2010-05-02 | 1 | -0/+1 | |
| | ||||||
* | Renamed clone function to avoid name clash with uclibc | Martin Willi | 2010-04-07 | 1 | -2/+2 | |
| | ||||||
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 3 | -8/+11 | |
| | ||||||
* | The return value of snprintf is int not size_t. | Tobias Brunner | 2010-03-03 | 1 | -2/+3 | |
| | ||||||
* | Fixing some includes by replacing <> with "". | Tobias Brunner | 2010-03-02 | 1 | -1/+1 | |
| | | | | I changed only the includes needed to fix the build on Android, which has an utils.h system header file, but we should probably change all the local includes in libstrongswan to "" and relative paths. | |||||
* | Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵ | Tobias Brunner | 2009-12-23 | 2 | -768/+0 | |
| | | | | primitives (and utils/mutex.h is now threading.h). | |||||
* | 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 ↵ | Tobias Brunner | 2009-08-14 | 1 | -86/+53 | |
| | | | | getaddrinfo to increase portability. | |||||
* | OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵ | Tobias Brunner | 2009-08-14 | 2 | -8/+8 | |
| | | | | enums mutex/condvar/rwlock_type_t. | |||||
* | 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 | |
| | | | | Because of the range of u_char the comparison was always TRUE before. | |||||
* | double free caused strange side effects | Andreas Steffen | 2009-07-13 | 1 | -1/+0 | |
| |