Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pluto: --debug-kernel aliasing was not fully complete. | Tobias Brunner | 2011-08-02 | 3 | -1/+3 | |
| | ||||||
* | ha plugin does not need Linux headers anymore | Martin Willi | 2011-08-02 | 1 | -1/+1 | |
| | ||||||
* | Check for kernel version and use appropriate jhash version in HA plugin | Martin Willi | 2011-08-02 | 1 | -10/+101 | |
| | ||||||
* | jhash.h is not part of the distribution anymore. | Tobias Brunner | 2011-08-02 | 1 | -1/+1 | |
| | ||||||
* | Remove the Linux jhash.h copy, as the implementation changed for 2.6.37 | Martin Willi | 2011-08-02 | 1 | -143/+0 | |
| | | | | | There are now different version for jhash, use --with-linux-headers targeting the headers of the kernel used with the HA plugin. | |||||
* | version bump to 4.5.3 | Andreas Steffen | 2011-08-01 | 1 | -1/+1 | |
| | ||||||
* | Properly initialize ike_sa_t. | Tobias Brunner | 2011-08-01 | 1 | -1/+1 | |
| | ||||||
* | Properly initialize the UCI plugin. | Tobias Brunner | 2011-08-01 | 1 | -2/+2 | |
| | ||||||
* | Build libtncif on Android. | Tobias Brunner | 2011-07-29 | 3 | -2/+30 | |
| | ||||||
* | File lists in Android.mk files updated. | Tobias Brunner | 2011-07-29 | 2 | -1/+3 | |
| | ||||||
* | Update fallback drop policies if required. | Tobias Brunner | 2011-07-29 | 1 | -2/+20 | |
| | ||||||
* | Allow routing table IDs > 255 when filtering them. | Tobias Brunner | 2011-07-29 | 2 | -3/+11 | |
| | ||||||
* | DUMM: Allow addresses to be configured with net prefix. | Tobias Brunner | 2011-07-29 | 3 | -15/+21 | |
| | ||||||
* | Fixed host_create_from_subnet when no prefix is given. | Tobias Brunner | 2011-07-29 | 1 | -1/+1 | |
| | ||||||
* | Install fallback drop policies for all three directions. | Tobias Brunner | 2011-07-28 | 1 | -65/+66 | |
| | ||||||
* | Install fallback drop policies to avoid transmitting unencrypted packets. | Tobias Brunner | 2011-07-27 | 4 | -0/+25 | |
| | | | | | | | During the update of a CHILD_SA (e.g. caused by MOBIKE) the old policy is first uninstalled and then the new one is installed. In the short time in between, where no policy is available in the kernel, unencrypted packets could have been transmitted. | |||||
* | Remove policies in kernel interfaces based on their priority. | Tobias Brunner | 2011-07-27 | 10 | -80/+140 | |
| | | | | | | This allows to unroute a connection while the same connection is currently established. In this case both CHILD_SAs share the same reqid but the installed policies have different priorities. | |||||
* | Added missing include in mysql plugin. | Tobias Brunner | 2011-07-26 | 1 | -0/+1 | |
| | | | | This was previously pulled in via linked_list.h->iterator.h->library.h. | |||||
* | Added tnc, imc, imv debug message groups to man page. | Tobias Brunner | 2011-07-26 | 1 | -1/+10 | |
| | ||||||
* | show correct network topology in shunt-policies scenarios | Andreas Steffen | 2011-07-26 | 2 | -2/+2 | |
| | ||||||
* | Inherit authentication information during IKE_SA rekeying | Martin Willi | 2011-07-25 | 1 | -0/+16 | |
| | ||||||
* | Added a log message when roam jobs get created. | Tobias Brunner | 2011-07-21 | 1 | -0/+2 | |
| | ||||||
* | Readded docs for some arguments to global functions. | Tobias Brunner | 2011-07-21 | 4 | -11/+17 | |
| | | | | Those were overzealously removed in 28623fc5389829858c78c759a214aa5c64ea26c6. | |||||
* | Fixed sleep command in two test cases. | Tobias Brunner | 2011-07-21 | 2 | -2/+2 | |
| | ||||||
* | Added NEWS about job priorities and IKE_SA_INIT dropping. | Tobias Brunner | 2011-07-21 | 1 | -1/+9 | |
| | ||||||
* | Documentation about job priorities added to man page. | Tobias Brunner | 2011-07-21 | 1 | -1/+159 | |
| | | | | Also includes docs about IKE_SA_INIT dropping. | |||||
* | fixed esn type | Andreas Steffen | 2011-07-20 | 1 | -2/+2 | |
| | ||||||
* | fixed some more misspellings | Andreas Steffen | 2011-07-20 | 3 | -6/+6 | |
| | ||||||
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 85 | -146/+146 | |
| | | | | Mostly found by 'codespell'. | |||||
* | Removed old ikev2bis draft. | Tobias Brunner | 2011-07-20 | 1 | -7224/+0 | |
| | ||||||
* | Added missing load-tester options to man page. | Tobias Brunner | 2011-07-18 | 1 | -0/+18 | |
| | ||||||
* | Count running load-tester threads properly. | Tobias Brunner | 2011-07-18 | 1 | -6/+2 | |
| | ||||||
* | Fix load-tester.shutdown_when_complete option. | Tobias Brunner | 2011-07-18 | 1 | -4/+8 | |
| | | | | It didn't work when used together with delete_after_established=yes. | |||||
* | Fix listener registration in load-tester plugin. | Tobias Brunner | 2011-07-18 | 1 | -3/+2 | |
| | | | | This fixes the load-tester.shutdown_when_complete option. | |||||
* | removed stray code | Andreas Steffen | 2011-07-18 | 1 | -2/+1 | |
| | ||||||
* | added libimcv.plugins.imv_scanner options to strongswan.conf | Andreas Steffen | 2011-07-18 | 1 | -1/+10 | |
| | ||||||
* | added ikev2/net2net-esn scenario | Andreas Steffen | 2011-07-16 | 9 | -0/+121 | |
| | ||||||
* | added log and status output for ESN | Andreas Steffen | 2011-07-16 | 2 | -1/+12 | |
| | ||||||
* | added IKEv2 exchange type IKE_SESSION_RESUME from RFC 5723 | Andreas Steffen | 2011-07-15 | 2 | -4/+10 | |
| | ||||||
* | version bump to 4.5.3rc1 | Andreas Steffen | 2011-07-14 | 1 | -1/+1 | |
| | ||||||
* | alice is now master in the ha/both-active scenario | Andreas Steffen | 2011-07-14 | 1 | -6/+6 | |
| | ||||||
* | short form changed | Andreas Steffen | 2011-07-14 | 1 | -2/+2 | |
| | ||||||
* | Fix parentheses in write() to CLUSTERIP control files | Martin Willi | 2011-07-14 | 1 | -1/+1 | |
| | ||||||
* | shunt manager installs policies with %any hosts | Andreas Steffen | 2011-07-14 | 1 | -3/+6 | |
| | ||||||
* | added HOME_AGENT_ADDRESS CP attribute type | Andreas Steffen | 2011-07-14 | 2 | -7/+10 | |
| | ||||||
* | fixed typo | Andreas Steffen | 2011-07-14 | 2 | -2/+2 | |
| | ||||||
* | updated IANA IKEv2 Notify Message Types | Andreas Steffen | 2011-07-14 | 2 | -8/+28 | |
| | ||||||
* | NEWS for the 4.5.3dr8 release | Andreas Steffen | 2011-07-14 | 1 | -4/+14 | |
| | ||||||
* | check if violating_ports have been assigned | Andreas Steffen | 2011-07-13 | 1 | -0/+5 | |
| | ||||||
* | support of error_offset in PA-TNC INVALID PARAMETER error messages | Andreas Steffen | 2011-07-13 | 10 | -17/+161 | |
| |