aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/library.h
Commit message (Collapse)AuthorAgeFilesLines
* Attributes moved from libstrongswan to libhydra.Tobias Brunner2010-03-241-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 Brunner2010-03-021-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 Brunner2009-12-231-0/+3
| | | | primitives (and utils/mutex.h is now threading.h).
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-131-0/+6
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-9/+9
|
* added a facility to hand out fingerprinting/key encoding to the ↵Martin Willi2009-08-261-0/+6
| | | | pkcs1/pgp/... plugins
* moved PGP code to pluto and gpg pluginMartin Willi2009-08-261-3/+0
|
* fixed doxygen section pgpMartin Willi2009-07-081-0/+3
|
* removed obsolete INTEGRITY_TEST and fips signer codeMartin Willi2009-06-221-7/+4
| | | | --enable-integrity-test now conditionally builds libchecksum
* library initialization fails if libstrongswan checksum is invalidMartin Willi2009-06-221-1/+2
|
* check integrity of plugins before loadingMartin Willi2009-06-221-0/+6
|
* hide credentials headers in credential_factory.hAndreas Steffen2009-05-281-6/+1
|
* pluto and scepclient use the random plugin from libstrongswanAndreas Steffen2009-04-301-1/+6
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-1/+1
| | | | 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/+5
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-265/+59
|
* added strneq(x,y,len) macroAndreas Steffen2007-10-071-0/+7
|
* destruction helper macrosTobias Brunner2007-10-021-1/+11
|
* started implementation of libstrongswan code integrity checkAndreas Steffen2007-08-291-0/+8
|
* doxygen cosmeticsAndreas Steffen2007-08-041-3/+4
|
* implementation of strictcrlpolicy=ifuriAndreas Steffen2007-04-201-0/+9
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-0/+10
| | | | | includes a lot of other modifications
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-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 Willi2006-10-181-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 Willi2006-05-191-4/+4
|
* (no commit message)Martin Willi2006-05-101-0/+100