Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Migrated kernel_klips_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-11-25 | 1 | -6/+9 | |
| | ||||||
* | Migrated attr_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-11-25 | 1 | -7/+10 | |
| | ||||||
* | Migrated attr_sql_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-11-25 | 1 | -10/+13 | |
| | ||||||
* | Print full source route on DBG2 that gets installed | Martin Willi | 2010-11-11 | 1 | -0/+2 | |
| | ||||||
* | Do not fire roam events based on local route changes. | Tobias Brunner | 2010-10-12 | 1 | -2/+3 | |
| | | | | | These kernel events are triggered on address changes, which is problematic when deleting virtual IP addresses. | |||||
* | If a changed route has no src, try to find it via interface. | Tobias Brunner | 2010-10-12 | 1 | -37/+48 | |
| | ||||||
* | Get source address from interface if the route does not provide one. | Tobias Brunner | 2010-10-12 | 1 | -2/+49 | |
| | ||||||
* | added non-standard SERPENT and TWOFISH support to kernel_netlink plugin | Andreas Steffen | 2010-09-08 | 1 | -0/+2 | |
| | ||||||
* | Do not install routes for pluto. | Tobias Brunner | 2010-09-02 | 2 | -0/+10 | |
| | | | | | There are some incompatibilities with e.g. passthrough policies. Pluto installs required source routes via updown script. | |||||
* | Charon specific strongswan.conf options generalized. | Tobias Brunner | 2010-09-02 | 5 | -14/+18 | |
| | ||||||
* | Fixing installation of trap policies (SPI=0) in kernel interface. | Tobias Brunner | 2010-09-02 | 6 | -48/+57 | |
| | ||||||
* | Do not overwrite the original mode when installing policies. | Tobias Brunner | 2010-09-02 | 1 | -4/+5 | |
| | | | | The mode is later used to decide if a route has to be installed. | |||||
* | Added support for different policy types in kernel_netlink plugin. | Tobias Brunner | 2010-09-02 | 1 | -41/+45 | |
| | ||||||
* | Added an option to specify the type of a policy to kernel_ipsec.add_policy. | Tobias Brunner | 2010-09-02 | 6 | -9/+25 | |
| | | | | | This will later allow us to support pluto's passthrough and drop policies in charon. | |||||
* | Added support for combined IPComp/ESP/AH policies in kernel_netlink plugin. | Tobias Brunner | 2010-09-02 | 1 | -31/+32 | |
| | ||||||
* | Replaced the protocol argument in add_policy with an optional SPI for an AH SA. | Tobias Brunner | 2010-09-02 | 6 | -15/+15 | |
| | ||||||
* | Refer to scheduler and processor via lib and not hydra. | Tobias Brunner | 2010-09-02 | 5 | -8/+8 | |
| | ||||||
* | Moved scheduler and thread pool to libstrongswan. | Tobias Brunner | 2010-09-02 | 11 | -1332/+2 | |
| | ||||||
* | Moved all kernel plugins to libhydra. | Tobias Brunner | 2010-09-02 | 27 | -0/+10724 | |
| | ||||||
* | Moved ipsec_transform_t to kernel_ipsec.h in libhydra. | Tobias Brunner | 2010-09-02 | 2 | -1/+26 | |
| | | | | | Because of this libfreeswan, pluto, starter etc. now depend on that file (and libhydra). This resolved some duplicate declarations. | |||||
* | Moved kernel interface to libhydra. | Tobias Brunner | 2010-09-02 | 10 | -0/+1613 | |
| | ||||||
* | Moved scheduler_t to libhydra. | Tobias Brunner | 2010-09-02 | 6 | -2/+503 | |
| | ||||||
* | Do not include files from libcharon in libhydra. | Tobias Brunner | 2010-09-02 | 2 | -4/+2 | |
| | ||||||
* | Move callback_job_t to libhydra. | Tobias Brunner | 2010-09-02 | 4 | -0/+392 | |
| | ||||||
* | Fixing Doxygen groups after moving processor. | Tobias Brunner | 2010-09-02 | 3 | -5/+5 | |
| | ||||||
* | Refer to processor via hydra and not charon. | Tobias Brunner | 2010-09-02 | 1 | -0/+1 | |
| | ||||||
* | Move processor_t (thread-pool) to libhydra. | Tobias Brunner | 2010-09-02 | 7 | -2/+438 | |
| | ||||||
* | Build dedicated plugin lists for each strongSwan component | Martin Willi | 2010-08-12 | 1 | -1/+1 | |
| | ||||||
* | Reimplemented mem pool to support multiple leases for a single identity | Martin Willi | 2010-08-04 | 1 | -129/+172 | |
| | ||||||
* | Mem pool does not support multiple leases for an identity | Martin Willi | 2010-07-27 | 1 | -2/+11 | |
| | ||||||
* | we need some ordering | Andreas Steffen | 2010-07-12 | 1 | -1/+3 | |
| | ||||||
* | changed ordering of statusattr output | Andreas Steffen | 2010-07-12 | 1 | -8/+6 | |
| | ||||||
* | fixed alignment of caption | Andreas Steffen | 2010-07-12 | 1 | -2/+2 | |
| | ||||||
* | output identities correctly | Andreas Steffen | 2010-07-12 | 1 | -7/+11 | |
| | ||||||
* | Added support for named attribute groups | Heiko Hund | 2010-07-09 | 9 | -88/+355 | |
| | | | | | | Add the possibility to group attributes by a name and assign these groups to connections. This allows a more granular configuration of which client will receive what atrributes. | |||||
* | Show contents of the CP payload in message_t stringification | Martin Willi | 2010-06-24 | 2 | -0/+51 | |
| | ||||||
* | Support the subnet attribute in the attr plugin | Martin Willi | 2010-06-24 | 1 | -2/+30 | |
| | ||||||
* | Don't fail with an error if an attribute that is to be deleted does not exist | Heiko Hund | 2010-06-18 | 1 | -2/+0 | |
| | ||||||
* | fixed configuration attribute type determination | Andreas Steffen | 2010-06-02 | 1 | -22/+15 | |
| | ||||||
* | ipsec pool --statusattr [--hexout] outputs attribute values in correct ↵ | Andreas Steffen | 2010-06-01 | 4 | -41/+117 | |
| | | | | format if known | |||||
* | added unity_def_domain keyword tip ipsec pool | Andreas Steffen | 2010-05-31 | 1 | -0/+1 | |
| | ||||||
* | added --leases command line option to synopsis | Andreas Steffen | 2010-05-29 | 1 | -1/+1 | |
| | ||||||
* | added --showattr command line option to synopsys | Andreas Steffen | 2010-05-29 | 1 | -1/+1 | |
| | ||||||
* | several subnets can be concatenated | Andreas Steffen | 2010-05-22 | 2 | -27/+49 | |
| | ||||||
* | added --showattr command to usage() | Andreas Steffen | 2010-05-22 | 1 | -0/+5 | |
| | ||||||
* | oops, removed stray parenthesis | Andreas Steffen | 2010-05-20 | 1 | -1/+1 | |
| | ||||||
* | range check for configuration attribute types | Andreas Steffen | 2010-05-20 | 1 | -0/+6 | |
| | ||||||
* | implement ipsec pool -showattr function | Andreas Steffen | 2010-05-20 | 3 | -0/+57 | |
| | ||||||
* | removed deprecated use of ipsec pool --attr|del dns|nbns from usage() | Andreas Steffen | 2010-05-20 | 1 | -8/+0 | |
| | ||||||
* | management of any attribute by ipsec pool | Andreas Steffen | 2010-05-19 | 6 | -218/+693 | |
| |