aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/library.c
Commit message (Collapse)AuthorAgeFilesLines
...
* check on-disk and loaded segment integrity of libstrongswanMartin Willi2009-06-221-2/+1
|
* library initialization fails if libstrongswan checksum is invalidMartin Willi2009-06-221-1/+3
|
* integrity checker accepts an option checksum library on constructionMartin Willi2009-06-221-1/+3
|
* check integrity of libstrongswanMartin Willi2009-06-221-0/+5
|
* check integrity of plugins before loadingMartin Willi2009-06-221-0/+12
|
* make use of the crypto_tester in the crypto_factoryMartin Willi2009-06-111-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 filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-2/+2
| | | | | important change for developers: %Y replaces %D to print identities!
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-7/+19
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* capability API to allow plugin-controlled capability setMartin Willi2008-08-281-0/+2
|
* do not build leak_detective.o if not enabledMartin Willi2008-04-041-0/+2
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-152/+68
|
* implemented RFC4478 (repeated authentication)Martin Willi2007-11-201-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 secondsAndreas Steffen2007-03-281-4/+4
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-0/+13
| | | | | includes a lot of other modifications
* removed my time_t printf handler patch, applied the one of andreas (64bit save)Martin Willi2007-02-081-8/+8
|
* fixed printf() hooks for timeMartin Willi2007-02-081-8/+8
|
* fixed 64 bit issue with print timeAndreas Steffen2007-01-201-9/+10
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-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 Willi2006-10-181-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 informationMartin Willi2006-07-071-1/+2
|
* (no commit message)Martin Willi2006-05-101-0/+42