2011-11-21 |
Thomas Jarosch | Fix copy'n'paste error in libhydra's netlink interface |
tree | commitdiff |
2011-11-14 |
Mirko Parthey | Fix network interface deletion handling in kernel-netli... |
tree | commitdiff |
2011-11-04 |
Tobias Brunner | Fix 'ipsec pool --status' for empty pools. |
tree | commitdiff |
2011-11-04 |
Thomas Egerer | Memwipe request after sa update, too |
tree | commitdiff |
2011-11-04 |
Thomas Egerer | Extend xfrm_attr_type_names by newly added enum values |
tree | commitdiff |
2011-11-04 |
Tobias Brunner | Silently install route again, even if it did not change. |
tree | commitdiff |
2011-11-04 |
Tobias Brunner | Compile warning fixed in kernel interfaces. |
tree | commitdiff |
2011-10-21 |
Tobias Brunner | The kernel-klips plugin does currently not support... |
tree | commitdiff |
2011-10-21 |
Tobias Brunner | Implemented flushing of SAD and SPD entries via PF_KEY. |
tree | commitdiff |
2011-10-21 |
Tobias Brunner | Implemented flushing of states and policies via XFRM. |
tree | commitdiff |
2011-10-21 |
Tobias Brunner | Defined functions in the kernel interface to flush... |
tree | commitdiff |
2011-10-14 |
Tobias Brunner | Source files in Android.mk updated. |
tree | commitdiff |
2011-10-14 |
Martin Willi | Add features support to kernel-klips plugin |
tree | commitdiff |
2011-10-14 |
Martin Willi | Add features support to kernel-pfroute plugin |
tree | commitdiff |
2011-10-14 |
Martin Willi | Add features support to kernel-pfkey plugin |
tree | commitdiff |
2011-10-14 |
Martin Willi | Add features support to kernel-netlink plugin |
tree | commitdiff |
2011-10-14 |
Martin Willi | Added kernel_ipsec/net plugin feature loading callbacks |
tree | commitdiff |
2011-10-04 |
Tobias Brunner | Check for RTA_TABLE in configure. |
tree | commitdiff |
2011-10-02 |
Andreas Steffen | Migrated attribute_manager to INIT/METHOD macros |
tree | commitdiff |
2011-09-29 |
Andreas Steffen | Migrated sql_attribute to INIT/METHOD macros |
tree | commitdiff |
2011-09-29 |
Andreas Steffen | Migrated netlink_socket to INIT/METHOD macros |
tree | commitdiff |
2011-09-29 |
Andreas Steffen | Migrated resolve_handler to INIT/METHOD macros |
tree | commitdiff |
2011-09-12 |
Martin Willi | Destroy kernel interface during deregistration, as... |
tree | commitdiff |
2011-08-16 |
Andreas Steffen | shortened XAUTH and UNITY attribute short names |
tree | commitdiff |
2011-08-02 |
Tobias Brunner | Disable policy history for pluto. 4.5.3 |
tree | commitdiff |
2011-07-29 |
Tobias Brunner | Allow routing table IDs > 255 when filtering them. |
tree | commitdiff |
2011-07-27 |
Tobias Brunner | Install fallback drop policies to avoid transmitting... |
tree | commitdiff |
2011-07-27 |
Tobias Brunner | Remove policies in kernel interfaces based on their... |
tree | commitdiff |
2011-07-20 |
Tobias Brunner | Fixed common misspellings. |
tree | commitdiff |
2011-07-18 |
Andreas Steffen | removed stray code |
tree | commitdiff |
2011-07-16 |
Andreas Steffen | added log and status output for ESN |
tree | commitdiff |
2011-07-14 |
Andreas Steffen | added HOME_AGENT_ADDRESS CP attribute type |
tree | commitdiff |
2011-07-06 |
Tobias Brunner | Record usage history of policies in PF_KEY kernel inter... |
tree | commitdiff |
2011-07-06 |
Tobias Brunner | Simplified destruction of policy_sa_t objects in Netlin... |
tree | commitdiff |
2011-07-06 |
Tobias Brunner | Some code cleanup in Netlink kernel interface. |
tree | commitdiff |
2011-07-06 |
Tobias Brunner | Some code cleanup in PF_KEY kernel interface. |
tree | commitdiff |
2011-07-06 |
Tobias Brunner | Reduce memory usage of policy history caching. |
tree | commitdiff |
2011-07-06 |
Tobias Brunner | Keep the mutex locked as long as possible when deleting... |
tree | commitdiff |
2011-07-06 |
Tobias Brunner | Properly unlock the policy if no change in the kernel... |
tree | commitdiff |
2011-07-06 |
Tobias Brunner | Make sure access to policy is thread-safe during instal... |
tree | commitdiff |
2011-07-06 |
Tobias Brunner | Replaced simple iterator usages. |
tree | commitdiff |
2011-07-06 |
Tobias Brunner | Record the history of a policy installed in the kernel. |
tree | commitdiff |
2011-07-06 |
Tobias Brunner | Add the reqid to kernel_ipsec_t.del_policy. |
tree | commitdiff |
2011-07-06 |
Tobias Brunner | Cache the most recent reqid in the PF_KEY kernel interface. |
tree | commitdiff |
2011-07-05 |
Andreas Steffen | install PASS and DROP shunt policies via PFKEYv2 interface |
tree | commitdiff |
2011-07-05 |
Tobias Brunner | Don't install the libraries directly in lib/. |
tree | commitdiff |
2011-06-28 |
Andreas Steffen | implemented PASS and DROP shunt policies |
tree | commitdiff |
2011-05-16 |
Martin Willi | Use CRITICAL job priority class for long running dispat... |
tree | commitdiff |
2011-05-10 |
Tobias Brunner | Return correct status code in kernel_netlink_ipsec_t... |
tree | commitdiff |
2011-05-09 |
Martin Willi | Wipe memory after using key material (incomplete, to... |
tree | commitdiff |
2011-05-02 |
Tobias Brunner | Removed superfluous parameter missed in e5e5bcc92f. |
tree | commitdiff |
2011-04-26 |
Tobias Brunner | Fixed two typos in kernel-pfroute plugin. |
tree | commitdiff |
2011-04-21 |
Martin Willi | Revert alloc_str changes |
tree | commitdiff |
2011-04-21 |
Martin Willi | Use thread save settings alloc_str function where appro... |
tree | commitdiff |
2011-04-20 |
Martin Willi | Cast size_t len arguments to %.*s to int |
tree | commitdiff |
2011-04-20 |
Martin Willi | Copy ESN enabled replay state during update_sa, if... |
tree | commitdiff |
2011-04-20 |
Martin Willi | Add ESN support to kernel netlink plugin, including... |
tree | commitdiff |
2011-04-20 |
Martin Willi | Added an esn parameter to the kernel interface add_sa... |
tree | commitdiff |
2011-04-19 |
Tobias Brunner | pool: Proper cleanup in error cases when adding address... |
tree | commitdiff |
2011-04-19 |
Tobias Brunner | pool: Proper handling of address family when adding... |
tree | commitdiff |
2011-04-19 |
Tobias Brunner | Added missing break statement. |
tree | commitdiff |
2011-04-19 |
Tobias Brunner | Properly copy interface name if unknown. |
tree | commitdiff |
2011-04-15 |
Martin Willi | Add reload support to attr plugin |
tree | commitdiff |
2011-04-15 |
Martin Willi | Migrated attr plugin to INIT/METHOD macros |
tree | commitdiff |
2011-04-15 |
Martin Willi | Added a (not yet implemented) plugin_t method to reload... |
tree | commitdiff |
2011-04-15 |
Martin Willi | Added a get_name() function to plugin_t, create_plugin_... |
tree | commitdiff |
2011-04-14 |
Tobias Brunner | Removed superfluous parameter to printf. |
tree | commitdiff |
2011-04-14 |
Tobias Brunner | Fixed potential memory leak when processing routes... |
tree | commitdiff |
2011-04-12 |
Tobias Brunner | Removed unused variables. |
tree | commitdiff |
2011-03-02 |
Martin Willi | Align netlink attributes properly if rta_len not a... |
tree | commitdiff |
2011-02-17 |
Martin Willi | Migrated kernel_pfroute_net to INIT/METHOD macros |
tree | commitdiff |
2011-02-17 |
Martin Willi | Migrated kernel_netlink_net to INIT/METHOD macros |
tree | commitdiff |
2011-02-10 |
Tobias Brunner | Kernel interface updated for KLIPS plugin (TFC padding). |
tree | commitdiff |
2010-12-27 |
Andreas Steffen | added missing tfc argument to kernel_pfkey_ipsec interface |
tree | commitdiff |
2010-12-20 |
Martin Willi | Implemented Traffic Flow Confidentiality padding in... |
tree | commitdiff |
2010-12-13 |
Jiri Bohac | Install selectors on transport mode IPsec SAs. |
tree | commitdiff |
2010-12-07 |
Tobias Brunner | Include the destination net in the policy priority... |
tree | commitdiff |
2010-11-26 |
Andreas Steffen | Merge branch 'master' of git.strongswan.org:strongswan |
tree | commitdiff |
2010-11-25 |
Andreas Steffen | commas, commas, .. |
tree | commitdiff |
2010-11-25 |
Andreas Steffen | Migrated resolve_plugin_t to INIT/METHOD macros |
tree | commitdiff |
2010-11-25 |
Andreas Steffen | Migrated kernel_pfroute_plugin_t to INIT/METHOD macros |
tree | commitdiff |
2010-11-25 |
Andreas Steffen | Migrated kernel_pfkey_plugin_t to INIT/METHOD macros |
tree | commitdiff |
2010-11-25 |
Andreas Steffen | Migrated kernel_netlink_plugin_t to INIT/METHOD macros |
tree | commitdiff |
2010-11-25 |
Andreas Steffen | INIT allocates memory |
tree | commitdiff |
2010-11-25 |
Andreas Steffen | INIT allocates memory |
tree | commitdiff |
2010-11-25 |
Andreas Steffen | Migrated kernel_klips_plugin_t to INIT/METHOD macros |
tree | commitdiff |
2010-11-25 |
Andreas Steffen | Migrated attr_plugin_t to INIT/METHOD macros |
tree | commitdiff |
2010-11-25 |
Andreas Steffen | Migrated attr_sql_plugin_t to INIT/METHOD macros |
tree | commitdiff |
2010-11-11 |
Martin Willi | Print full source route on DBG2 that gets installed |
tree | commitdiff |
2010-10-12 |
Tobias Brunner | Do not fire roam events based on local route changes. |
tree | commitdiff |
2010-10-12 |
Tobias Brunner | If a changed route has no src, try to find it via inter... |
tree | commitdiff |
2010-10-12 |
Tobias Brunner | Get source address from interface if the route does... |
tree | commitdiff |
2010-09-08 |
Andreas Steffen | added non-standard SERPENT and TWOFISH support to kerne... |
tree | commitdiff |
2010-09-02 |
Tobias Brunner | Do not install routes for pluto. |
tree | commitdiff |
2010-09-02 |
Tobias Brunner | Charon specific strongswan.conf options generalized. |
tree | commitdiff |
2010-09-02 |
Tobias Brunner | Fixing installation of trap policies (SPI=0) in kernel... |
tree | commitdiff |
2010-09-02 |
Tobias Brunner | Do not overwrite the original mode when installing... |
tree | commitdiff |
2010-09-02 |
Tobias Brunner | Added support for different policy types in kernel_netl... |
tree | commitdiff |
2010-09-02 |
Tobias Brunner | Added an option to specify the type of a policy to... |
tree | commitdiff |
2010-09-02 |
Tobias Brunner | Added support for combined IPComp/ESP/AH policies in... |
tree | commitdiff |
next |