aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Replaced pkcs7_t.create_certificate_iterator with enumerator.Tobias Brunner2011-07-062-8/+8
| | | | The method is currently not used.
* Replaced simple iterator usages.Tobias Brunner2011-07-0617-196/+196
|
* "this" removed from comments.Tobias Brunner2011-07-069-20/+4
|
* Record the history of a policy installed in the kernel.Tobias Brunner2011-07-061-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 Brunner2011-07-069-26/+34
|
* Added a replace function to linked_list_t.Tobias Brunner2011-07-062-0/+24
|
* Added an insert_after and insert_before function to linked_list_t.Tobias Brunner2011-07-062-43/+91
|
* Migrated linked_list_t to INIT/METHOD macros.Tobias Brunner2011-07-061-174/+119
|
* Cache the most recent reqid in the PF_KEY kernel interface.Tobias Brunner2011-07-061-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 interfaceAndreas Steffen2011-07-051-1/+12
|
* Don't install the libraries directly in lib/.Tobias Brunner2011-07-057-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 interfacesAndreas Steffen2011-07-051-0/+12
|
* fixed UTF-8 representation of polish reason stringAndreas Steffen2011-07-051-1/+1
|
* delete orphan fileAndreas Steffen2011-07-041-266/+0
|
* fixed debug statementAndreas Steffen2011-07-041-1/+1
|
* added ITA Scanner IMC/IMV pair which detects open server ports on TNC clientsAndreas Steffen2011-07-0412-3/+1455
|
* added support if the IETF port filter attributeAndreas Steffen2011-07-014-1/+345
|
* again a bitwise or is requiredAndreas Steffen2011-06-302-2/+2
|
* implemented PASS and DROP shunt policiesAndreas Steffen2011-06-2813-27/+432
|
* Initialize trap_manager listener with INIT macro, tooMartin Willi2011-06-281-8/+9
|
* Migrated trap_manager_t to INIT/METHOD macrosAndreas Steffen2011-06-281-45/+32
|
* oops, should have been a bitwise andAndreas Steffen2011-06-251-2/+2
|
* fixed copy-and-paste errorAndreas Steffen2011-06-251-1/+1
|
* output all known PA-TNC subtype namesAndreas Steffen2011-06-249-42/+215
|
* refactoring of change_state()Andreas Steffen2011-06-236-23/+37
|
* implemented server-initiated handshake retry in IMC/IMV Test pairAndreas Steffen2011-06-234-9/+75
|
* notify IMVs about handshake retriesAndreas Steffen2011-06-231-0/+5
|
* some cosmeticsAndreas Steffen2011-06-162-4/+4
|
* fixed XML parsing of TNCCS 1.1 ReasonString messageAndreas Steffen2011-06-161-1/+44
|
* clear reason strings after delivering themAndreas Steffen2011-06-154-0/+24
|
* implemented handshake retry on the client sideAndreas Steffen2011-06-153-8/+107
|
* We actually need to link against libz, as neo libraries are often staticMartin Willi2011-06-151-1/+1
| | | | This reverts commit 3c0630a797a18ad353167e56feb21476b4553834.
* Set cookies for the complete domainMartin Willi2011-06-151-1/+1
|
* Migrated libfast to INIT/METHOD macrosMartin Willi2011-06-153-199/+142
|
* added missing single quotesAndreas Steffen2011-06-141-2/+2
|
* fixed the IF-TNCCS 1.1 ReasonString XML encodingAndreas Steffen2011-06-141-0/+2
|
* send a reason string only if action recommendation is not allowAndreas Steffen2011-06-141-21/+27
|
* cosmeticsAndreas Steffen2011-06-141-3/+3
|
* eat trailing space in preferred language stringAndreas Steffen2011-06-131-0/+8
|
* support multiple language preferencesAndreas Steffen2011-06-131-8/+17
|
* implemented sending of reason stringsAndreas Steffen2011-06-134-43/+131
|
* added missing single quotesAndreas Steffen2011-06-131-4/+4
|
* fixed length checkAndreas Steffen2011-06-121-1/+1
|
* unfinished MS SoH RequestAndreas Steffen2011-06-091-0/+15
|
* Fix integrity checks with monolithic build.Tobias Brunner2011-06-082-2/+11
|
* Prevent deadlock while shutting down thread pool.Tobias Brunner2011-06-081-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 Brunner2011-06-072-4/+6
| | | | time_t is not necessarily of type int.
* Use proper printf specifiers to print u_int64_t and uintptr_t.Tobias Brunner2011-06-071-4/+5
|
* Fix compilation with GCC 4.6.Laurent Bigonville2011-06-071-1/+1
|
* explicitly activate use of TNC headersAndreas Steffen2011-06-0712-17/+37
|