Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replaced pkcs7_t.create_certificate_iterator with enumerator. | Tobias Brunner | 2011-07-06 | 2 | -8/+8 | |
| | | | | The method is currently not used. | |||||
* | Replaced simple iterator usages. | Tobias Brunner | 2011-07-06 | 17 | -196/+196 | |
| | ||||||
* | "this" removed from comments. | Tobias Brunner | 2011-07-06 | 9 | -20/+4 | |
| | ||||||
* | Record the history of a policy installed in the kernel. | Tobias Brunner | 2011-07-06 | 1 | -141/+317 | |
| | | | | | | | This allows to properly delete a policy e.g. if reauth=yes and auto=route, because reqids are increased during reauthentication. It also avoids overriding an installed policy with a trap policy. | |||||
* | Add the reqid to kernel_ipsec_t.del_policy. | Tobias Brunner | 2011-07-06 | 9 | -26/+34 | |
| | ||||||
* | Added a replace function to linked_list_t. | Tobias Brunner | 2011-07-06 | 2 | -0/+24 | |
| | ||||||
* | Added an insert_after and insert_before function to linked_list_t. | Tobias Brunner | 2011-07-06 | 2 | -43/+91 | |
| | ||||||
* | Migrated linked_list_t to INIT/METHOD macros. | Tobias Brunner | 2011-07-06 | 1 | -174/+119 | |
| | ||||||
* | Cache the most recent reqid in the PF_KEY kernel interface. | Tobias Brunner | 2011-07-06 | 1 | -1/+2 | |
| | | | | | This makes the PF_KEY kernel interface behave the same as the Netlink kernel interface. | |||||
* | install PASS and DROP shunt policies via PFKEYv2 interface | Andreas Steffen | 2011-07-05 | 1 | -1/+12 | |
| | ||||||
* | Don't install the libraries directly in lib/. | Tobias Brunner | 2011-07-05 | 7 | -7/+8 | |
| | | | | | Instead use a subdirectory (prefix/lib/ipsec by default). Also moved the plugins from libexec to a subdirectory of that dir. | |||||
* | ignore ports of IPv4 and IPv6 loopback interfaces | Andreas Steffen | 2011-07-05 | 1 | -0/+12 | |
| | ||||||
* | fixed UTF-8 representation of polish reason string | Andreas Steffen | 2011-07-05 | 1 | -1/+1 | |
| | ||||||
* | delete orphan file | Andreas Steffen | 2011-07-04 | 1 | -266/+0 | |
| | ||||||
* | fixed debug statement | Andreas Steffen | 2011-07-04 | 1 | -1/+1 | |
| | ||||||
* | added ITA Scanner IMC/IMV pair which detects open server ports on TNC clients | Andreas Steffen | 2011-07-04 | 12 | -3/+1455 | |
| | ||||||
* | added support if the IETF port filter attribute | Andreas Steffen | 2011-07-01 | 4 | -1/+345 | |
| | ||||||
* | again a bitwise or is required | Andreas Steffen | 2011-06-30 | 2 | -2/+2 | |
| | ||||||
* | implemented PASS and DROP shunt policies | Andreas Steffen | 2011-06-28 | 13 | -27/+432 | |
| | ||||||
* | 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 | 9 | -42/+215 | |
| | ||||||
* | refactoring of change_state() | Andreas Steffen | 2011-06-23 | 6 | -23/+37 | |
| | ||||||
* | implemented server-initiated handshake retry in IMC/IMV Test pair | Andreas Steffen | 2011-06-23 | 4 | -9/+75 | |
| | ||||||
* | 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 | |
| | ||||||
* | implemented handshake retry on the client side | Andreas Steffen | 2011-06-15 | 3 | -8/+107 | |
| | ||||||
* | We actually need to link against libz, as neo libraries are often static | Martin Willi | 2011-06-15 | 1 | -1/+1 | |
| | | | | This reverts commit 3c0630a797a18ad353167e56feb21476b4553834. | |||||
* | Set cookies for the complete domain | Martin Willi | 2011-06-15 | 1 | -1/+1 | |
| | ||||||
* | Migrated libfast to INIT/METHOD macros | Martin Willi | 2011-06-15 | 3 | -199/+142 | |
| | ||||||
* | 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 | |
| | ||||||
* | send a reason string only if action recommendation is not allow | Andreas Steffen | 2011-06-14 | 1 | -21/+27 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2011-06-14 | 1 | -3/+3 | |
| | ||||||
* | eat trailing space in preferred language string | Andreas Steffen | 2011-06-13 | 1 | -0/+8 | |
| | ||||||
* | support multiple language preferences | Andreas Steffen | 2011-06-13 | 1 | -8/+17 | |
| | ||||||
* | implemented sending of reason strings | Andreas Steffen | 2011-06-13 | 4 | -43/+131 | |
| | ||||||
* | 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 | |
| | ||||||
* | Fix integrity checks with monolithic build. | Tobias Brunner | 2011-06-08 | 2 | -2/+11 | |
| | ||||||
* | Prevent deadlock while shutting down thread pool. | Tobias Brunner | 2011-06-08 | 1 | -2/+2 | |
| | | | | | | | | | During destruction the main thread locks the mutex in processor_t and waits on a condvar for threads to have terminated. Because the mutex has also to be locked to decrement the thread count the condvar cannot be signaled before doing that as otherwise the main thread might already be waiting to join the threads while locking the mutex and thus causing a deadlock. | |||||
* | Properly print time differences. | Tobias Brunner | 2011-06-07 | 2 | -4/+6 | |
| | | | | 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 | |
| |