aboutsummaryrefslogtreecommitdiffstats
path: root/src/openac
Commit message (Collapse)AuthorAgeFilesLines
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-4/+5
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
| | | | | Multiple additional search paths can be added with the add_path() method.
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Remove executable flag from source files.Tobias Brunner2012-05-181-0/+0
|
* Cast size_t len arguments to %.*s to intMartin Willi2011-04-201-1/+1
|
* openac: --out is a mandatory argument.Tobias Brunner2011-04-191-2/+3
|
* openac: Fixed potential overflow while reading passphrase.Tobias Brunner2011-04-191-1/+1
|
* openac: Make sure path is null-terminated.Tobias Brunner2011-04-191-2/+3
|
* Build dedicated plugin lists for each strongSwan componentMartin Willi2010-08-121-1/+1
|
* Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use ↵Martin Willi2010-08-041-1/+11
| | | | credential sets
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-4/+6
|
* Fixing out-of-tree build after adding dependency to config.status.Tobias Brunner2010-04-291-1/+1
|
* Users of PLUGINS depend on config.status, rebuilding them if plugin ↵Martin Willi2010-04-291-1/+1
| | | | configuration is updated
* Migrated scepclient/openac logging hooks to new signatureMartin Willi2010-04-071-1/+1
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-5/+6
|
* fixed serial number conversion from hexAndreas Steffen2009-10-051-0/+5
|
* pluto now uses x509 plugin for attribute certificate handlingAndreas Steffen2009-10-051-2/+0
|
* eliminated double library_deinit()Andreas Steffen2009-09-191-1/+0
|
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-102-2/+1
|
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-102-2/+1
|
* use sysconfdir, no need for an additional confdir variableMartin Willi2009-09-071-1/+1
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-2/+2
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-2/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-8/+8
|
* handle plugin loading failuresMartin Willi2009-09-011-4/+6
|
* openac (and tools) do not depend on gmp anymoreMartin Willi2009-08-262-56/+20
|
* make use of the pem helper plugin to load credentialsMartin Willi2009-08-261-29/+5
|
* integrity test of openac and scepclient code filesAndreas Steffen2009-08-171-0/+7
|
* reinitialize print argumentsAndreas Steffen2009-08-171-2/+3
|
* check success of library_init()Andreas Steffen2009-08-141-1/+5
|
* removed obsolete INTEGRITY_TEST and fips signer codeMartin Willi2009-06-221-19/+0
| | | | --enable-integrity-test now conditionally builds libchecksum
* hide credentials headers in credential_factory.hAndreas Steffen2009-05-281-0/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* added .gitignore files, ready for the switchMartin Willi2009-04-301-0/+1
|
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-271-2/+1
|
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-1/+2
|
* migrated write_chunk() to chunk_write()Andreas Steffen2009-04-201-2/+1
|
* improved openac dbg function handling multiple lines to syslogAndreas Steffen2009-04-171-1/+18
|
* fixed refactoring error in openacAndreas Steffen2008-12-041-1/+0
|
* checking mpz_export return value properlyMartin Willi2008-09-171-0/+4
| | | | fixes a potential DoS attack if a DH value of zero gets processed
* ported openac to credential factory changesMartin Willi2008-09-021-3/+5
|
* fixed the strongswan.conf pathAndreas Steffen2008-05-221-2/+5
|
* loading default modules depending on configure optionsMartin Willi2008-05-162-3/+2
|
* added missing semicolonAndreas Steffen2008-05-151-1/+1
|
* plugin load configuration in strongswan.confMartin Willi2008-05-151-1/+3
| | | | | | some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins
* refactoring of the ASN.1 parserAndreas Steffen2008-04-261-2/+2
|
* chunk_to_hex() adaptationsAndreas Steffen2008-04-251-11/+10
|
* corrected variable nameAndreas Steffen2008-04-171-2/+2
|
* cosmetics to chunk_write()Martin Willi2008-04-171-0/+1
|
* added ./configure option --with-strongswan-conf=Martin Willi2008-04-072-2/+1
| | | | defaults to /etc/strongswan.conf