Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Attributes moved from libstrongswan to libhydra. | Tobias Brunner | 2010-03-24 | 1 | -6/+0 |
| | | | | | The attribute_manager_t instance is now located on the new hydra object instead of the lib object. | ||||
* | Fixing some includes by replacing <> with "". | Tobias Brunner | 2010-03-02 | 1 | -12/+12 |
| | | | | 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 | 1 | -0/+3 |
| | | | | primitives (and utils/mutex.h is now threading.h). | ||||
* | moved attribute_manager to libstrongswan | Andreas Steffen | 2009-10-13 | 1 | -0/+6 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -9/+9 |
| | |||||
* | added a facility to hand out fingerprinting/key encoding to the ↵ | Martin Willi | 2009-08-26 | 1 | -0/+6 |
| | | | | pkcs1/pgp/... plugins | ||||
* | moved PGP code to pluto and gpg plugin | Martin Willi | 2009-08-26 | 1 | -3/+0 |
| | |||||
* | fixed doxygen section pgp | Martin Willi | 2009-07-08 | 1 | -0/+3 |
| | |||||
* | removed obsolete INTEGRITY_TEST and fips signer code | Martin Willi | 2009-06-22 | 1 | -7/+4 |
| | | | | --enable-integrity-test now conditionally builds libchecksum | ||||
* | library initialization fails if libstrongswan checksum is invalid | Martin Willi | 2009-06-22 | 1 | -1/+2 |
| | |||||
* | check integrity of plugins before loading | Martin Willi | 2009-06-22 | 1 | -0/+6 |
| | |||||
* | hide credentials headers in credential_factory.h | Andreas Steffen | 2009-05-28 | 1 | -6/+1 |
| | |||||
* | pluto and scepclient use the random plugin from libstrongswan | Andreas Steffen | 2009-04-30 | 1 | -1/+6 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | 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 | -1/+1 |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | ||||
* | capability API to allow plugin-controlled capability set | Martin Willi | 2008-08-28 | 1 | -0/+5 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -265/+59 |
| | |||||
* | added strneq(x,y,len) macro | Andreas Steffen | 2007-10-07 | 1 | -0/+7 |
| | |||||
* | destruction helper macros | Tobias Brunner | 2007-10-02 | 1 | -1/+11 |
| | |||||
* | started implementation of libstrongswan code integrity check | Andreas Steffen | 2007-08-29 | 1 | -0/+8 |
| | |||||
* | doxygen cosmetics | Andreas Steffen | 2007-08-04 | 1 | -3/+4 |
| | |||||
* | implementation of strictcrlpolicy=ifuri | Andreas Steffen | 2007-04-20 | 1 | -0/+9 |
| | |||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 1 | -0/+10 |
| | | | | | includes a lot of other modifications | ||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -11/+194 |
| | | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements | ||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -4/+12 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | - re-added doxygen apidoc, buildable with "make apidoc" | Martin Willi | 2006-05-19 | 1 | -4/+4 |
| | |||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+100 |