aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/plutomain.c
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly unload plugins before deinitializing libhydra and libstrongswan ↵Tobias Brunner2010-04-061-0/+1
| | | | in pluto.
* Replaced some DBG_LIB with more specific groups.Tobias Brunner2010-04-061-1/+1
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-1/+1
|
* Store the name of the daemon that initialized libhydra to load ↵Tobias Brunner2010-04-061-1/+1
| | | | daemon-specific settings.
* Use whack_attribute in pluto to provide in-memory IP address pools.Tobias Brunner2010-04-061-0/+3
| | | | | The pools are configured by setting rightsourceip in ipsec.conf to a network in CIDR notation.
* Init/deinit libhydra in charon and pluto.Tobias Brunner2010-03-241-0/+9
|
* renamed init_fetch() to fetch_initialize()Andreas Steffen2010-02-021-1/+1
|
* Join pluto's fetching thread instead of detaching it in order to avoid that ↵Tobias Brunner2010-02-021-1/+2
| | | | the leak-detective reports a memleak.
* use directory enumerator to load authcertsAndreas Steffen2009-10-151-3/+3
|
* moved .gitignore for poolAndreas Steffen2009-10-151-2/+3
|
* replaced struct id by identification_tAndreas Steffen2009-10-101-3/+3
|
* pluto now uses x509 plugin for attribute certificate handlingAndreas Steffen2009-10-051-3/+3
|
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-101-1/+1
|
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-101-1/+1
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-4/+4
|
* handle plugin loading failuresMartin Willi2009-09-011-2/+5
|
* streamlined file loading labelsAndreas Steffen2009-08-261-3/+3
|
* moved builder hooks to a separate fileMartin Willi2009-08-261-0/+3
|
* abort pluto or charon if initialization failsAndreas Steffen2009-08-061-2/+5
|
* streamlined integrity test output some moreAndreas Steffen2009-07-181-0/+2
|
* advertise activated integrity testsAndreas Steffen2009-07-181-0/+5
|
* stop strongswan if integrity check of libstrongswan or daemon failsAndreas Steffen2009-07-171-2/+2
|
* deinit() library if integrity check failsMartin Willi2009-06-221-0/+1
|
* build and verify on disk file integrity of pluto and charon executablesMartin Willi2009-06-221-0/+7
|
* removed obsolete INTEGRITY_TEST and fips signer codeMartin Willi2009-06-221-18/+0
| | | | --enable-integrity-test now conditionally builds libchecksum
* library initialization fails if libstrongswan checksum is invalidMartin Willi2009-06-221-1/+4
|
* consistent display of strongSwan versionAndreas Steffen2009-06-131-9/+6
|
* activated INTEGRITY_TEST option in plutoAndreas Steffen2009-06-091-0/+18
|
* pluto uses optionsfrom from libstrongswanAndreas Steffen2009-05-241-2/+12
|
* updated copyright statementsAndreas Steffen2009-05-221-2/+2
|
* properly initialize buffer when printing loaded plugins.Tobias Brunner2009-05-071-0/+1
|
* SKEYID derivation based on libstrongswanAndreas Steffen2009-05-051-3/+1
|
* pluto and scepclient use the random plugin from libstrongswanAndreas Steffen2009-04-301-4/+3
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* pluto and scepclient use the curl and ldap fetcher pluginsAndreas Steffen2009-04-291-1/+1
|
* release dynamic memory allocated for VIDsAndreas Steffen2009-04-241-0/+1
|
* added plugin load mechanism to pluto and scepclient and improved debug output4.3.0Andreas Steffen2009-04-211-2/+26
|
* fixed a bunch of compiler warnings, pgp end certificate listingMartin Willi2009-04-211-0/+1
|
* mapped libstrongswan debug level to pluto debug optionsAndreas Steffen2009-04-211-56/+6
|
* conversion from 8 spaces to 4 spaces per tabAndreas Steffen2009-04-191-561/+561
|
* created pluto and scepclient now use libstrongswan-liteAndreas Steffen2009-04-181-2/+53
|
* port the libstrongswan memory allocation methods to plutoAndreas Steffen2009-04-171-0/+1
|
* flush pluto's event queueAndreas Steffen2009-04-161-2/+3
|
* fixed the longstanding myids memory leakAndreas Steffen2009-04-161-0/+1
|
* pluto uses the libstrongswan leak detective and a stripped-down version of ↵Andreas Steffen2009-04-161-12/+4
| | | | library_t
* merged multi-auth branch back into trunkMartin Willi2009-04-141-0/+8
|
* use libcap for capability droppingMartin Willi2008-08-291-18/+18
| | | | | optional, must be enabled --with-capabilities=libcap will be extended to support --with-capabilities=libcap2
* replaced --with-gid/uid by --with-group/user Martin Willi2008-05-081-6/+32
| | | | | using named users, groups fixed capability dropping in pluto
* use RCSIDAndreas Steffen2007-10-061-1/+1
|