Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -2/+2 |
| | |||||
* | Attributes moved from libstrongswan to libhydra. | Tobias Brunner | 2010-03-24 | 1 | -2/+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 | -7/+5 |
| | | | | 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. | ||||
* | Using the thread wrapper in charon, libstrongswan and their plugins. | Tobias Brunner | 2009-12-23 | 1 | -0/+6 |
| | |||||
* | moved attribute_manager to libstrongswan | Andreas Steffen | 2009-10-13 | 1 | -0/+2 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -6/+6 |
| | |||||
* | added a facility to hand out fingerprinting/key encoding to the ↵ | Martin Willi | 2009-08-26 | 1 | -0/+2 |
| | | | | pkcs1/pgp/... plugins | ||||
* | announce integrity testing only once | Martin Willi | 2009-07-21 | 1 | -1/+0 |
| | |||||
* | indicate use if integrity testing at startup | Martin Willi | 2009-06-22 | 1 | -0/+1 |
| | |||||
* | build integrity_checker.c only if --enable-integrity-test set | Martin Willi | 2009-06-22 | 1 | -0/+5 |
| | |||||
* | check on-disk and loaded segment integrity of libstrongswan | Martin Willi | 2009-06-22 | 1 | -2/+1 |
| | |||||
* | library initialization fails if libstrongswan checksum is invalid | Martin Willi | 2009-06-22 | 1 | -1/+3 |
| | |||||
* | integrity checker accepts an option checksum library on construction | Martin Willi | 2009-06-22 | 1 | -1/+3 |
| | |||||
* | check integrity of libstrongswan | Martin Willi | 2009-06-22 | 1 | -0/+5 |
| | |||||
* | check integrity of plugins before loading | Martin Willi | 2009-06-22 | 1 | -0/+12 |
| | |||||
* | make use of the crypto_tester in the crypto_factory | Martin Willi | 2009-06-11 | 1 | -1/+1 |
| | | | | | libstrongswan.crypto.test.on_add to test algorithms during initialization libstrongswan.crypto.test.on_create to test algorithms on each instantiation | ||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -2/+2 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 1 | -7/+19 |
| | | | | 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/+2 |
| | |||||
* | do not build leak_detective.o if not enabled | Martin Willi | 2008-04-04 | 1 | -0/+2 |
| | |||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -152/+68 |
| | |||||
* | implemented RFC4478 (repeated authentication) | Martin Willi | 2007-11-20 | 1 | -5/+14 |
| | | | | | changed %V printf handler to take a time delta, %#V now takes two arguments | ||||
* | fixed delta time format: 2 seconds, 1 second, 0 seconds | Andreas Steffen | 2007-03-28 | 1 | -4/+4 |
| | |||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 1 | -0/+13 |
| | | | | | includes a lot of other modifications | ||||
* | removed my time_t printf handler patch, applied the one of andreas (64bit save) | Martin Willi | 2007-02-08 | 1 | -8/+8 |
| | |||||
* | fixed printf() hooks for time | Martin Willi | 2007-02-08 | 1 | -8/+8 |
| | |||||
* | fixed 64 bit issue with print time | Andreas Steffen | 2007-01-20 | 1 | -9/+10 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -10/+138 |
| | | | | | | | | | 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 | -16/+15 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | updated copyright information | Martin Willi | 2006-07-07 | 1 | -1/+2 |
| | |||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+42 |