]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/charon/charon.c
Add compile option to disable internal handling of fatal signals
[thirdparty/strongswan.git] / src / charon / charon.c
2019-05-28  Sheena Mira-atoAdd compile option to disable internal handling of...
2018-06-12  Micah MortonAllow charon to change group on files before dropping...
2018-05-23  Tobias BrunnerFixed some typos, courtesy of codespell
2018-05-14  Micah MortonAllow strongSwan to be spawned as non-root user
2018-03-21  Martin Willicharon: Ignore an existing PID file if it references...
2017-11-15  Tobias Brunnercharon: Explicitly check return value of fileno()
2017-11-10  Tobias Brunnercharon: Unlink PID file after daemon deinit (i.e. after...
2017-01-25  Tobias BrunnerMerge branch 'charon-systemd-reload-loggers'
2017-01-25  Tobias Brunnerdaemon: Use separate method to set default loggers
2016-03-03  Tobias BrunnerMerge branch 'libhydra-bye-bye'
2016-03-03  Tobias Brunnerlibhydra: Remove empty unused library
2015-11-23  Tobias Brunnersigwaitinfo() may fail with EINTR if interrupted by...
2015-10-29  Tobias BrunnerReplace usages of sigwait(3) with sigwaitinfo(2)
2014-09-22  Martin Willisettings: Use strongswan.conf used during library initi...
2014-06-24  Martin Willicharon: Set CLOEXEC flag on daemon PID file and /dev...
2014-05-15  Tobias BrunnerMerge branch 'settings-parser'
2014-05-15  Tobias Brunnersettings: strongswan.conf must be loaded explicitly
2014-02-12  Tobias BrunnerMerge branch 'modular-load'
2014-02-12  Tobias Brunnerlibcharon: Remove unused charon->name
2014-02-12  Tobias Brunnerlibhydra: Remove unused hydra->daemon
2014-02-12  Tobias Brunnerlib: Add global config namespace
2013-06-25  Tobias BrunnerMerge branch 'check-caps'
2013-06-25  Tobias Brunnercapabilities: Make the user and group charon(-nm) chang...
2013-06-25  Tobias Brunnercapabilities: Move global capabilities_t instance to...
2013-06-21  Tobias Brunnerplugin-loader: Add method to print loaded plugins on...
2013-03-18  Martin WilliMerge branch 'stroke-counters'
2013-03-18  Martin WilliMerge branch 'stroke-timeout'
2013-03-07  Martin WilliMerge branch 'pt-tls'
2013-03-04  Martin WilliWhen receiving critical signals, additionally log backt...
2013-03-01  Martin WilliMerge branch 'multi-cert'
2013-02-14  Martin WilliMerge branch 'pt-tls'
2013-01-23  Adrian-Ken RueegseggerReturn SS_RC_INITIALIZATION_FAILED if pid file exists
2012-10-18  Tobias BrunnerReload logger configuration on SIGHUP
2012-10-18  Tobias BrunnerMake syslog and file loggers configurable at runtime
2012-08-13  Tobias BrunnerMerge branch 'android-ndk'
2012-08-08  Tobias BrunnerAdded ESP log group for libipsec log messages.
2012-07-04  Martin WilliRefactored heavily #ifdefd capability code to its own...
2012-06-28  Martin WilliShow some uname() info during charon startup
2012-05-03  Andreas Steffencharon is now an IKE daemon
2012-05-03  Tobias BrunnerStore the name of the binary using libcharon to enable...
2012-05-03  Tobias BrunnerProvide plugin list from charon, not internally in...
2012-05-02  Tobias BrunnerLoggers specify what log messages they want to receive...
2012-05-02  Tobias BrunnerUse a separate interface for loggers.
2012-05-02  Martin WilliMerge branch 'ikev1'
2012-04-20  Tobias BrunnerOption added to set identifier for syslog(3) logging.
2012-03-20  Martin WilliMerge branch 'ikev1-clean' into ikev1-master
2011-12-16  Tobias BrunnerAdded ASN debug group to log low-level encoding/decodin...
2011-10-18  Tobias Brunnerpluto: Switch to user 'vpn' on Android.
2011-09-28  Tobias BrunnerMake sure the PID read from charon.pid is null-terminated.
2011-09-10  Andreas Steffenadded PTS debug class
2011-05-29  Andreas Steffenadded DBG_IMC and DBG_IMV debug options
2011-04-15  Martin WilliReload strongswan.conf and plugins supporting reloading...
2011-01-05  Martin WilliMoved logger initialization from libcharon to charon
2010-10-09  Andreas Steffenuse DBG_TNC for TNC debugging output
2010-10-07  Andreas Steffenadded --debug-tls to charon usage() function
2010-08-23  Andreas Steffenadded debug-tls comand line option
2010-06-15  Tobias BrunnerFixed compiler warning.
2010-06-15  Tobias BrunnerRun as vpn user on Android.
2010-06-15  Tobias BrunnerTruncate the PID file so that even if we fail to unlink...
2010-05-20  Martin WilliOption to skip slow addr2line resolution in leak-detective
2010-05-04  Tobias BrunnerDo a proper cleanup when printing usage info.
2010-04-06  Tobias BrunnerAdding support for debug groups in libstrongswan's...
2010-04-06  Tobias BrunnerStore the name of the daemon that initialized libhydra...
2010-03-24  Tobias BrunnerFixed deinit for charon --version.
2010-03-24  Tobias BrunnerInit/deinit libhydra in charon and pluto.
2010-03-19  Tobias BrunnerReplacing the original charon with a small wrapper...