aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/smp
Commit message (Expand)AuthorAgeFilesLines
* Use exact mask when calling umask(2)Tobias Brunner2013-10-291-1/+1
* ike-cfg: remove the to be obsoleted allow any parameter in get_my/other_addrMartin Willi2013-09-041-2/+2
* capabilities: Some plugins don't actually require capabilities at runtimeTobias Brunner2013-07-181-1/+1
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-4/+8
* child-sa: replace get_traffic_selectors() with create_ts_enumerator()Martin Willi2013-07-171-1/+3
* 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
* smp: Use plugin featuresTobias Brunner2013-06-111-2/+12
* Use %x to print uint32 as long ints are 64-bit long on x64 LinuxTobias Brunner2012-09-281-1/+1
* Refactored heavily #ifdefd capability code to its own libstrongswan classMartin Willi2012-07-041-1/+2
* Centralized thread cancellation in processor_tTobias Brunner2012-06-251-10/+5
* added missing parameter in get_my_addr() and get_other_addr() callsAndreas Steffen2012-06-091-2/+4
* Loggers specify what log messages they want to receive during registration.Tobias Brunner2012-05-021-2/+2
* Merge branch 'ikev1'Martin Willi2012-05-021-6/+1
|\
| * Pass IKE version to peer config enumerator, filter configsMartin Willi2012-03-201-1/+1
| * Do not ignore configs for IKEv1 in charon anymoreMartin Willi2012-03-201-5/+0
| * Use enum to define IKE version on peer_cfg_t.Tobias Brunner2012-03-201-1/+1
* | Fixed null-pointer dereference in smp plugin.Tobias Brunner2012-04-261-3/+7
* | Don't cast second argument of mem_printf_hook (%b) to size_t.Tobias Brunner2012-03-271-1/+1
* | smp: Use proper signed type to get return value of read(2).Tobias Brunner2012-03-271-1/+1
|/
* bus->listen() and the controller wrappers accept a timeout to wait for callbacksMartin Willi2011-08-261-5/+5
* Fixed common misspellings.Tobias Brunner2011-07-201-1/+1
* Replaced ike_sa_t.create_child_sa_iterator with enumerator.Tobias Brunner2011-07-061-3/+3
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-161-1/+2
* Added a non-blocking, skipping variant of IKE_SA enumeratorMartin Willi2011-05-161-2/+4
* 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
* Migrated remaining plugin_t implementations to INIT/METHOD macrosMartin Willi2011-04-151-6/+10
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-3/+2
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-2/+3
* Respect line with in Makefile.am's, other cosmeticsMartin Willi2010-03-251-1/+2
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-241-1/+1
* Convert charon into libcharon.Tobias Brunner2010-03-191-1/+1
* Moving charon to libcharon.Tobias Brunner2010-03-194-0/+1229