Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Check for kernel version and use appropriate jhash version in HA plugin | Martin Willi | 2011-08-02 | 1 | -10/+101 | |
| | ||||||
* | Properly initialize the UCI plugin. | Tobias Brunner | 2011-08-01 | 1 | -2/+2 | |
| | ||||||
* | Remove policies in kernel interfaces based on their priority. | Tobias Brunner | 2011-07-27 | 1 | -2/+2 | |
| | | | | | | 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. | |||||
* | fixed esn type | Andreas Steffen | 2011-07-20 | 1 | -2/+2 | |
| | ||||||
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 4 | -4/+4 | |
| | | | | Mostly found by 'codespell'. | |||||
* | 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. | |||||
* | added log and status output for ESN | Andreas Steffen | 2011-07-16 | 1 | -0/+7 | |
| | ||||||
* | Fix parentheses in write() to CLUSTERIP control files | Martin Willi | 2011-07-14 | 1 | -1/+1 | |
| | ||||||
* | add relative PB-TNC message offset | Andreas Steffen | 2011-07-13 | 1 | -1/+1 | |
| | ||||||
* | return offset value | Andreas Steffen | 2011-07-13 | 1 | -0/+1 | |
| | ||||||
* | Replaced more complex iterator usages. | Tobias Brunner | 2011-07-06 | 1 | -14/+9 | |
| | ||||||
* | Replaced ike_sa_t.create_additional_address_iterator with enumerator. | Tobias Brunner | 2011-07-06 | 1 | -4/+4 | |
| | ||||||
* | Replaced ike_sa_t.create_child_sa_iterator with enumerator. | Tobias Brunner | 2011-07-06 | 5 | -24/+22 | |
| | | | | | This required two new methods on ike_sa_t. One returns the number of CHILD_SAs and one allows to remove a CHILD_SA. | |||||
* | Add the reqid to kernel_ipsec_t.del_policy. | Tobias Brunner | 2011-07-06 | 1 | -2/+2 | |
| | ||||||
* | implemented PASS and DROP shunt policies | Andreas Steffen | 2011-06-28 | 3 | -11/+75 | |
| | ||||||
* | oops, should have been a bitwise and | Andreas Steffen | 2011-06-25 | 1 | -2/+2 | |
| | ||||||
* | fixed copy-and-paste error | Andreas Steffen | 2011-06-25 | 1 | -1/+1 | |
| | ||||||
* | output all known PA-TNC subtype names | Andreas Steffen | 2011-06-24 | 4 | -39/+42 | |
| | ||||||
* | notify IMVs about handshake retries | Andreas Steffen | 2011-06-23 | 1 | -0/+5 | |
| | ||||||
* | some cosmetics | Andreas Steffen | 2011-06-16 | 2 | -4/+4 | |
| | ||||||
* | fixed XML parsing of TNCCS 1.1 ReasonString message | Andreas Steffen | 2011-06-16 | 1 | -1/+44 | |
| | ||||||
* | clear reason strings after delivering them | Andreas Steffen | 2011-06-15 | 3 | -0/+18 | |
| | ||||||
* | added missing single quotes | Andreas Steffen | 2011-06-14 | 1 | -2/+2 | |
| | ||||||
* | fixed the IF-TNCCS 1.1 ReasonString XML encoding | Andreas Steffen | 2011-06-14 | 1 | -0/+2 | |
| | ||||||
* | added missing single quotes | Andreas Steffen | 2011-06-13 | 1 | -4/+4 | |
| | ||||||
* | unfinished MS SoH Request | Andreas Steffen | 2011-06-09 | 1 | -0/+15 | |
| | ||||||
* | Properly print time differences. | Tobias Brunner | 2011-06-07 | 1 | -2/+2 | |
| | | | | time_t is not necessarily of type int. | |||||
* | Use proper printf specifiers to print u_int64_t and uintptr_t. | Tobias Brunner | 2011-06-07 | 1 | -4/+5 | |
| | ||||||
* | Fix compilation with GCC 4.6. | Laurent Bigonville | 2011-06-07 | 1 | -1/+1 | |
| | ||||||
* | explicitly activate use of TNC headers | Andreas Steffen | 2011-06-07 | 7 | -8/+12 | |
| | ||||||
* | Add a closeaction ipsec.conf keyword to configure close action | Martin Willi | 2011-06-07 | 2 | -17/+23 | |
| | ||||||
* | separated tncif_names from standard TCG TNC header files | Andreas Steffen | 2011-06-06 | 4 | -0/+6 | |
| | ||||||
* | show PB-PA message type/subtype | Andreas Steffen | 2011-06-05 | 1 | -4/+23 | |
| | ||||||
* | map action recommendation codes to PB access recommendation codes | Andreas Steffen | 2011-06-05 | 1 | -3/+16 | |
| | ||||||
* | Fix alignement compiler warning | Martin Willi | 2011-06-03 | 1 | -5/+4 | |
| | ||||||
* | correctly destroy the hosts | Andreas Steffen | 2011-06-03 | 1 | -2/+2 | |
| | ||||||
* | fixed subnet to string conversion by using ts_to_subnet() | Andreas Steffen | 2011-06-03 | 1 | -35/+7 | |
| | ||||||
* | make IMC/IMV pairs independent of libcharon | Andreas Steffen | 2011-06-01 | 16 | -19/+25 | |
| | ||||||
* | moved imc_test/imv_test plugins to libimcv | Andreas Steffen | 2011-06-01 | 8 | -784/+0 | |
| | ||||||
* | Fix initialization of NM plugin | Martin Willi | 2011-05-31 | 1 | -1/+1 | |
| | ||||||
* | renamed tls_reader|writer to bio_* and moved to libstrongswan | Andreas Steffen | 2011-05-31 | 18 | -70/+68 | |
| | ||||||
* | removed unused variables | Andreas Steffen | 2011-05-31 | 1 | -3/+0 | |
| | ||||||
* | fixed type | Andreas Steffen | 2011-05-31 | 1 | -1/+1 | |
| | ||||||
* | implemented the RFC 5792 PA-TNC protocol and an example IMC/IMV pair | Andreas Steffen | 2011-05-30 | 8 | -0/+787 | |
| | ||||||
* | changed VENDOR_ID to PEN | Andreas Steffen | 2011-05-29 | 4 | -25/+32 | |
| | ||||||
* | use singular form | Andreas Steffen | 2011-05-29 | 2 | -4/+4 | |
| | ||||||
* | Option to enable duplicheck plugin fixed. | Tobias Brunner | 2011-05-26 | 1 | -1/+1 | |
| | ||||||
* | Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variable | Martin Willi | 2011-05-19 | 3 | -14/+5 | |
| |