aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/daemon.c
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-789/+0
* Removed obsolete daemon killMartin Willi2010-02-261-47/+29
* Moved socket and socket-raw implementations to pluginsMartin Willi2010-02-261-2/+2
* Block the signals before the call to sigwait.Tobias Brunner2010-01-121-0/+1
* According to the man page (and the header files in Android) prctl takes a tot...Tobias Brunner2009-12-231-1/+2
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-8/+12
* moved traffic_selectors from charon to libstrongswanAndreas Steffen2009-12-201-1/+1
* Cleanup library if daemon initialization failsMartin Willi2009-12-031-0/+2
* Use abort() instead of raising SIGKILL, gives us proper core dumps if enabledMartin Willi2009-11-201-1/+1
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-131-3/+0
* Merged SIM/USIM manager/card/provider, avoids code duplicationMartin Willi2009-10-121-3/+0
* Implemented a manager for USIM cards/providers very similar to the SIM managerMartin Willi2009-10-091-0/+3
* Emit a ALERT_SHUTDOWN_SIGNAL before shutting down the daemonMartin Willi2009-09-221-0/+2
* 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
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-1/+1
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-50/+50
* Fixed some typos; whitespace cleanup.Tobias Brunner2009-09-021-9/+9
* handle plugin loading failuresMartin Willi2009-09-011-2/+5
* Added define to get sigwait with two parameters on OpenSolaris.Tobias Brunner2009-08-141-0/+2
* LOG_AUTHPRIV is not defined on OpenSolaris.Tobias Brunner2009-08-141-0/+4
* abort pluto or charon if initialization failsAndreas Steffen2009-08-061-1/+1
* streamlined integrity test output some moreAndreas Steffen2009-07-181-0/+2
* stop strongswan if integrity check of libstrongswan or daemon failsAndreas Steffen2009-07-171-2/+2
* streamlined debug output of integrity testsAndreas Steffen2009-07-171-0/+5
* 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/+9
* 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
* load trap_manager before plugins, allowing them to install trapsMartin Willi2009-06-161-1/+1
* instanciate first registered kernel interface immediatelyMartin Willi2009-06-161-3/+0
* consistent display of strongSwan versionAndreas Steffen2009-06-131-1/+1
* remove stale pidfile if no such process foundMartin Willi2009-06-091-13/+44
* make use of the new trap-managerMartin Willi2009-05-081-1/+4
* properly initialize buffer when printing loaded plugins.Tobias Brunner2009-05-071-0/+1
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-1/+5
* printf hooks refactored to increase portability (i.e. support for platforms w...Tobias Brunner2009-03-121-3/+7
* corrected typoAndreas Steffen2009-02-191-1/+1
* daemon exports main_thread_id, sends SIGTERM to the main thread in daemon_killMartin Willi2008-12-121-8/+3
* use DBG_ANY to set all loglevelsMartin Willi2008-12-021-5/+2
* re-established lost default auth sys_loggerAndreas Steffen2008-12-011-3/+15
* fixed compiler warnings issued by:Martin Willi2008-11-111-1/+1
* dynamic logging configuration through strongswan.confMartin Willi2008-11-111-26/+121
* separated backtrace functionality from leak_detective, used inMartin Willi2008-11-051-47/+9
* log loaded plugins at startupMartin Willi2008-11-031-0/+20
* reintegrated bus-refactoring branchMartin Willi2008-10-141-21/+21
* reintegrated two-sim branch providing SIM card plugin APIMartin Willi2008-10-101-0/+3
* merging modularized kernel interface back to trunkTobias Brunner2008-09-251-0/+3
* use libcap for capability droppingMartin Willi2008-08-291-31/+24
* capability API to allow plugin-controlled capability setMartin Willi2008-08-281-35/+29