aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/netkey.c
Commit message (Collapse)AuthorAgeFilesLines
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-031-1/+0
| | | | This moves hydra->kernel_interface to charon->kernel.
* starter: Don't flush SAs in the kernelTobias Brunner2015-08-211-12/+0
| | | | | If starter is not used we don't do that either. And this allows us to move the stuff in libhydra back to libcharon.
* starter: Don't flush policies in the kernelTobias Brunner2015-08-211-1/+0
| | | | | | | | | | | We can't control which policies we flush, so if policies are installed and used outside of strongSwan for other protocols we'd flush them too. And if installpolicies=no is used we probably shouldn't flush policies either. Luckily already existing policies are not treated as fatal errors anymore, so not flushing policies should not be that much of an issue (in case of a crash in dynamic setups, e.g. with virtual IPs, policies could be left behind even after restarting the connections and properly terminating the daemon).
* 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
|
* Only load kernel plugins in starter when flushing SAD/SPD entriesTobias Brunner2012-08-161-0/+7
| | | | | | | | This avoids keeping the kernel sockets open when they are not actually needed, which could lead to resource problems (in particular with PF_KEY where all open sockets receive all messages). Fixes #217.
* starter: Migrated logging to libstrongswan.Tobias Brunner2012-06-111-15/+6
|
* starter: Use kernel interfaces to flush SAD and SPD.Tobias Brunner2011-10-211-14/+3
| | | | | This now supports platforms where neither 'ip xfrm' nor 'setkey' are available (like Android).
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* conversion from 8 spaces to 4 spaces per tabAndreas Steffen2009-04-191-41/+41
|
* fixed compiler warnings issued by:Martin Willi2008-11-111-10/+10
| | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking
* added RCSIDAndreas Steffen2007-10-081-1/+1
|
* (no commit message)Martin Willi2006-04-281-0/+85