aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* pluto: Removed bare shunt table.Tobias Brunner2010-09-024-339/+8
* Do not install routes for pluto.Tobias Brunner2010-09-022-0/+10
* pluto: Handle changed NAT mappings via libhydra's kernel interface.Tobias Brunner2010-09-023-81/+87
* pluto: Removed no_klips flag (--noklips option).Tobias Brunner2010-09-027-168/+126
* pluto: Removed references to KLIPS from documentation, log messages and comme...Tobias Brunner2010-09-026-74/+23
* pluto: Added --debug-kernel as alias for --debug-klips.Tobias Brunner2010-09-023-6/+8
* pluto: Replaced DBG_KLIPS with DBG_KERNEL.Tobias Brunner2010-09-026-19/+19
* pluto: Removed the KLIPS preprocessor flag.Tobias Brunner2010-09-0210-98/+6
* pluto: Removed unneeded kernel abstractions.Tobias Brunner2010-09-026-1482/+0
* pluto: Completely removed struct kernel_ops.Tobias Brunner2010-09-023-70/+0
* pluto: Refactored PF_KEY capabilities registration.Tobias Brunner2010-09-023-239/+108
* pluto: Removed unneeded functions from PF_KEY interface.Tobias Brunner2010-09-023-427/+31
* pluto: Completely removed orphaned_holds.Tobias Brunner2010-09-023-54/+0
* Scheduler and processor have been moved to libstrongswan.Tobias Brunner2010-09-023-5/+3
* pluto: Install IN policy of a shunt eroute with protocol.Tobias Brunner2010-09-021-1/+2
* pluto: Fixed byte-order of ports in traffic selectors.Tobias Brunner2010-09-021-1/+1
* testing: Print output of 'make oldconfig' to STDOUT, besides logging it.Tobias Brunner2010-09-021-1/+1
* testing: Only sleep after a host has actually been started.Tobias Brunner2010-09-021-1/+1
* testing: Build strongSwan a bit faster using make -j.Tobias Brunner2010-09-021-1/+1
* testing: Force the UML Kernel to x86.Tobias Brunner2010-09-021-2/+2
* testing: Adding kernel-netlink to pluto.load statements.Tobias Brunner2010-09-02116-116/+116
* testing: Added missing host alice to test.conf.Tobias Brunner2010-09-0236-72/+72
* Charon specific strongswan.conf options generalized.Tobias Brunner2010-09-025-14/+18
* pluto: Listen for kernel events via libhydra's kernel interface.Tobias Brunner2010-09-024-38/+86
* pluto: Adapted kernel.c to changed kernel interface.Tobias Brunner2010-09-021-47/+45
* Adapted child_sa_t to changed kernel interface.Tobias Brunner2010-09-021-25/+49
* Fixing installation of trap policies (SPI=0) in kernel interface.Tobias Brunner2010-09-027-51/+59
* pluto: Do not close all file descriptors on startup, just redirect stdin, std...Tobias Brunner2010-09-021-16/+8
* pluto: Added a generic event queue.Tobias Brunner2010-09-026-1/+292
* pluto: Fixed the reqid that is passed to the updown script.Tobias Brunner2010-09-021-1/+1
* pluto: Migrated setup_half_ipsec_sa to libhydra's kernel interface.Tobias Brunner2010-09-021-352/+113
* pluto: Removed unneeded get_proto_reqid.Tobias Brunner2010-09-021-18/+0
* pluto: Added missing return_on in out_sa.Tobias Brunner2010-09-021-2/+2
* pluto: Use time_monotonic() instead of time() for use time calculation.Tobias Brunner2010-09-022-2/+2
* pluto: Removed KLIPS specific code from was_eroute_idle.Tobias Brunner2010-09-021-89/+4
* pluto: Migrated get_sa_info to libhydra's kernel interface.Tobias Brunner2010-09-021-42/+56
* pluto: Migrated teardown_half_ipsec_sa to libhydra's kernel interface.Tobias Brunner2010-09-021-92/+40
* pluto: Adapted sag_eroute to the new signature of eroute_connection.Tobias Brunner2010-09-021-43/+18
* pluto: Migrated raw_eroute to libhydra's kernel interface.Tobias Brunner2010-09-021-61/+132
* pluto: Added a function to create a traffic_selector_t from an ip_subnet.Tobias Brunner2010-09-021-0/+14
* pluto: Migrated update_ipsec_sa to libhydra's kernel interface.Tobias Brunner2010-09-021-20/+21
* pluto: Functions to convert IKEv1 ESP algos to IKEv2 identifiers added.Tobias Brunner2010-09-022-3/+45
* pluto: Refactored IKEv2/IKEv1 crypto algorithm conversion functions.Tobias Brunner2010-09-021-165/+145
* Do not overwrite the original mode when installing policies.Tobias Brunner2010-09-021-4/+5
* pluto: Removed KLIPS specific algorithm detection.Tobias Brunner2010-09-022-61/+0
* pluto: Removed KLIPS specific bare shunt scanning.Tobias Brunner2010-09-025-340/+0
* Added support for different policy types in kernel_netlink plugin.Tobias Brunner2010-09-021-41/+45
* Added an option to specify the type of a policy to kernel_ipsec.add_policy.Tobias Brunner2010-09-027-27/+43
* pluto: Migrated get_my_cpi to libhydra's kernel interface.Tobias Brunner2010-09-023-82/+10
* pluto: Migrated get_ipsec_spi to libhydra's kernel interface.Tobias Brunner2010-09-021-46/+20