Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added helper macros to define portable bitfields with gcc | Martin Willi | 2010-08-19 | 1 | -0/+22 |
| | |||||
* | Adding the OpenSSL plugin to the Android build. | Tobias Brunner | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | Adding a helper function that translates single characters in a string. | Tobias Brunner | 2010-03-08 | 1 | -0/+8 |
| | |||||
* | Add braces around empty body in if statement | Martin Willi | 2010-03-03 | 1 | -1/+1 |
| | |||||
* | Use "static const", some GCCs don't like "const static" | Martin Willi | 2010-03-03 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | Added a METHOD2() macro that implements a method for two different interfaces | Martin Willi | 2010-01-21 | 1 | -1/+11 |
| | |||||
* | Cast unaligned memcpy() args to char*, avoids over-optimization on ARM | Martin Willi | 2010-01-11 | 1 | -4/+10 |
| | | | | See http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka3934.html | ||||
* | Fixed untoh32 function | Martin Willi | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | Added a METHOD() macro to define methods with both public and private signatures | Martin Willi | 2009-12-17 | 1 | -0/+13 |
| | |||||
* | Added a INIT() macro to initialize class instances | Martin Willi | 2009-12-17 | 1 | -0/+6 |
| | |||||
* | Added htoun16/32 and untoh16/32 to read/write unaligned network order integers | Martin Willi | 2009-12-15 | 1 | -0/+54 |
| | |||||
* | define TIME_32_BITS_SIGNED_MAX in utils.h | Andreas Steffen | 2009-11-08 | 1 | -0/+5 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -3/+3 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -17/+17 |
| | |||||
* | Added side effect free min and max macros. | Tobias Brunner | 2009-09-01 | 1 | -2/+9 |
| | |||||
* | implemented a monotonic timestamping function, unaffected from system time ↵ | Martin Willi | 2009-08-31 | 1 | -2/+15 |
| | | | | changes | ||||
* | Defined some missing fixed-width int types on OpenSolaris. | Tobias Brunner | 2009-08-14 | 1 | -0/+13 |
| | |||||
* | use SS_RC_FIRST and SS_RC_LAST | Andreas Steffen | 2009-08-06 | 1 | -0/+3 |
| | |||||
* | abort pluto or charon if initialization fails | Andreas Steffen | 2009-08-06 | 1 | -0/+1 |
| | |||||
* | stop strongswan if integrity check of libstrongswan or daemon fails | Andreas Steffen | 2009-07-17 | 1 | -0/+6 |
| | |||||
* | more portable handling of the bool data type (Mac OS X has stdbool.h) | Tobias Brunner | 2009-05-06 | 1 | -3/+13 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | added return_true/false() dummy functions | Martin Willi | 2009-04-24 | 1 | -0/+10 |
| | |||||
* | moved strcaseeq() macro from constants.h to utils.h | Andreas Steffen | 2009-04-17 | 1 | -0/+5 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 1 | -11/+10 |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | ||||
* | added memstr and extract_token_str helper functions | Tobias Brunner | 2008-12-03 | 1 | -0/+6 |
| | |||||
* | ref_get()/ref_put() use atomic gcc operations if supported, thanks to Thomas ↵ | Martin Willi | 2008-12-02 | 1 | -0/+10 |
| | | | | Jarosch for the patch | ||||
* | fixed compiler warnings issued by: | Martin Willi | 2008-11-11 | 1 | -0/+5 |
| | | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking | ||||
* | refining changeset 4483 by introducing charon.dh_exponent_ansi_x9_42 key | Andreas Steffen | 2008-10-28 | 1 | -5/+0 |
| | |||||
* | use 512 bits of entropy for secret DH exponents | Andreas Steffen | 2008-10-26 | 1 | -0/+5 |
| | |||||
* | mkdir_p: utility function to create a directory and all required parent ↵ | Tobias Brunner | 2008-08-28 | 1 | -0/+10 |
| | | | | directories | ||||
* | added options for virtual IP, UDP encapsulation, IPComp | Martin Willi | 2008-07-31 | 1 | -2/+6 |
| | | | | proper handling of libstrongswan/glib TRUE/FALSE conflict | ||||
* | implementation of a simple "token enumerator" | Martin Willi | 2008-07-02 | 1 | -0/+5 |
| | |||||
* | extended credential_set_t interface by a cache_cert() method | Martin Willi | 2008-04-17 | 1 | -0/+5 |
| | | | | allows persistent or in-memory caching of fetched certificates | ||||
* | fixed CRL check return value on revoked certificates | Martin Willi | 2008-03-19 | 1 | -0/+5 |
| | | | | | fixed possible refcounting bugs generic return_null() implementation | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -0/+265 |