aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/plutomain.c
Commit message (Expand)AuthorAgeFilesLines
* Bye bye Pluto!Tobias Brunner2012-06-111-852/+0
* Cache list of plugin names to further simplify its usage.Tobias Brunner2012-01-191-13/+2
* Simplified logging of list of loaded plugins.Tobias Brunner2012-01-191-13/+5
* pluto: Use srand() to initialize the C library PRNG.Tobias Brunner2012-01-041-0/+3
* Make sure the certificate cache is flushed when plugins are unloaded.Tobias Brunner2011-12-151-0/+1
* pluto: CAP_NET_RAW seems to be required on Android even to open regular sockets.Tobias Brunner2011-10-181-1/+7
* pluto: Switch to user 'vpn' on Android.Tobias Brunner2011-10-181-5/+16
* pluto: Fixed usage of prctl.Tobias Brunner2011-10-141-1/+1
* pluto: Fixed include for control socket.Tobias Brunner2011-10-141-0/+1
* pluto: Option added to disable adns.Tobias Brunner2011-10-141-2/+6
* pluto: lwdnsq is not supported.Tobias Brunner2011-10-141-4/+0
* Plugin enumerator enumerates over loaded features, tooMartin Willi2011-10-141-1/+1
* pluto: Check for processes with the PID stored in pluto.pid.Tobias Brunner2011-09-281-43/+74
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...Martin Willi2011-04-151-2/+3
* pluto: Removed no_klips flag (--noklips option).Tobias Brunner2010-09-021-6/+0
* pluto: Added --debug-kernel as alias for --debug-klips.Tobias Brunner2010-09-021-1/+2
* pluto: Replaced DBG_KLIPS with DBG_KERNEL.Tobias Brunner2010-09-021-1/+1
* pluto: Listen for kernel events via libhydra's kernel interface.Tobias Brunner2010-09-021-0/+1
* pluto: Do not close all file descriptors on startup, just redirect stdin, std...Tobias Brunner2010-09-021-16/+8
* Initialize the thread pool in pluto.Tobias Brunner2010-09-021-0/+10
* Adding support for the native Linux capabilities interface.Tobias Brunner2010-06-151-11/+35
* implemented xauth as a pluto pluginAndreas Steffen2010-05-181-9/+8
* Explicitly unload plugins before deinitializing libhydra and libstrongswan in...Tobias Brunner2010-04-061-0/+1
* 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 daemon-specifi...Tobias Brunner2010-04-061-1/+1
* Use whack_attribute in pluto to provide in-memory IP address pools.Tobias Brunner2010-04-061-0/+3
* 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 t...Tobias Brunner2010-02-021-1/+2
* 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
* library initialization fails if libstrongswan checksum is invalidMartin Willi2009-06-221-1/+4
* consistent display of strongSwan versionAndreas Steffen2009-06-131-9/+6