Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added IKEv2 exchange type IKE_SESSION_RESUME from RFC 5723 | Andreas Steffen | 2011-07-15 | 2 | -4/+10 | |
| | ||||||
* | 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 | |
| | ||||||
* | fixed typo | Andreas Steffen | 2011-07-14 | 2 | -2/+2 | |
| | ||||||
* | updated IANA IKEv2 Notify Message Types | Andreas Steffen | 2011-07-14 | 2 | -8/+28 | |
| | ||||||
* | 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 | |
| | ||||||
* | Adapted shunt manager to changed kernel interface (reqid in del_policy). | Tobias Brunner | 2011-07-06 | 1 | -3/+6 | |
| | ||||||
* | Use has_more in decrypt_payloads instead of calling enumerate twice. | Tobias Brunner | 2011-07-06 | 1 | -1/+1 | |
| | ||||||
* | Replaced more complex iterator usages. | Tobias Brunner | 2011-07-06 | 3 | -49/+33 | |
| | ||||||
* | Replaced ike_sa_t.create_additional_address_iterator with enumerator. | Tobias Brunner | 2011-07-06 | 4 | -35/+37 | |
| | ||||||
* | Replaced ike_sa_t.create_child_sa_iterator with enumerator. | Tobias Brunner | 2011-07-06 | 15 | -111/+134 | |
| | | | | | This required two new methods on ike_sa_t. One returns the number of CHILD_SAs and one allows to remove a CHILD_SA. | |||||
* | Replaced simple iterator usages. | Tobias Brunner | 2011-07-06 | 10 | -163/+164 | |
| | ||||||
* | Add the reqid to kernel_ipsec_t.del_policy. | Tobias Brunner | 2011-07-06 | 2 | -8/+14 | |
| | ||||||
* | Don't install the libraries directly in lib/. | Tobias Brunner | 2011-07-05 | 1 | -1/+1 | |
| | | | | | Instead use a subdirectory (prefix/lib/ipsec by default). Also moved the plugins from libexec to a subdirectory of that dir. | |||||
* | implemented PASS and DROP shunt policies | Andreas Steffen | 2011-06-28 | 9 | -12/+406 | |
| | ||||||
* | Initialize trap_manager listener with INIT macro, too | Martin Willi | 2011-06-28 | 1 | -8/+9 | |
| | ||||||
* | Migrated trap_manager_t to INIT/METHOD macros | Andreas Steffen | 2011-06-28 | 1 | -45/+32 | |
| | ||||||
* | 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 | 4 | -0/+24 | |
| | ||||||
* | 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 | |
| | ||||||
* | fixed length check | Andreas Steffen | 2011-06-12 | 1 | -1/+1 | |
| | ||||||
* | 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 | 12 | -17/+37 | |
| | ||||||
* | 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 | |
| | ||||||
* | Check if colliding task has actually a CHILD, i.e. after a migrate | Martin Willi | 2011-06-03 | 1 | -1/+4 | |
| | ||||||
* | 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 | 28 | -709/+36 | |
| | ||||||
* | moved imc_test/imv_test plugins to libimcv | Andreas Steffen | 2011-06-01 | 9 | -792/+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 | 9 | -1/+797 | |
| | ||||||
* | changed VENDOR_ID to PEN | Andreas Steffen | 2011-05-29 | 4 | -25/+32 | |
| |