aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/duplicheck
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-243-3/+3
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
* duplicheck: Include required headers for FreeBSDDenis Volpato Martins2016-03-031-0/+2
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-122-2/+2
* stream-service: move CAP_CHOWN check from plugins to service constructorMartin Willi2013-07-181-6/+0
* duplicheck: use a stream service to accept client connectionsMartin Willi2013-07-184-105/+146
* capabilities: Some plugins don't actually require capabilities at runtimeTobias Brunner2013-07-181-1/+1
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-5/+7
* capabilities: CAP_CHOWN might be required by many plugins opening UNIX socketsTobias Brunner2013-06-251-0/+6
* capabilities: Move global capabilities_t instance to libstrongswanTobias Brunner2013-06-251-2/+2
* duplicheck: Use plugin features to register listenerTobias Brunner2013-06-111-3/+29
* duplicheck: track multiple IKE_SAs in checking state to avoid any racesMartin Willi2013-04-041-63/+123
* Raise alerts when enforcing IKE_SA unique policyMartin Willi2012-12-191-0/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-242-2/+2
* Refactored heavily #ifdefd capability code to its own libstrongswan classMartin Willi2012-07-041-1/+2
* Centralized thread cancellation in processor_tTobias Brunner2012-06-251-12/+3
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-1/+1
* Invoke bus_t.message hook twice, once plain and parsed, once encoded and encr...Martin Willi2012-03-201-2/+2
* Option to enable duplicheck plugin fixed.Tobias Brunner2011-05-261-1/+1
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-2/+2
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...Martin Willi2011-04-151-0/+7
* Added a strongswan.conf "enabled" option for duplicheck pluginMartin Willi2011-03-171-0/+6
* Update duplicheck entry during IKE rekeyingMartin Willi2011-02-281-2/+17
* Remove entry from active duplicate list only if it was not in checkingMartin Willi2011-02-281-5/+10
* Added an example application listening to duplicheck notificationsMartin Willi2011-02-283-0/+63
* Notify duplicate detections over a UNIX sockets to listening applicationsMartin Willi2011-02-286-5/+294
* Added an advanced duplicate checking plugin with liveness check of old SAMartin Willi2011-02-285-0/+409