Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Pass opaque data to printf hooks and print_in_hook() | Martin Willi | 2012-07-13 | 16 | -74/+98 | |
| | ||||||
* | Increase leak detective backtrace depth by a frame | Martin Willi | 2012-07-13 | 1 | -4/+4 | |
| | ||||||
* | Don't access tail magic when reallocating invalid memory, as it would crash | Martin Willi | 2012-07-13 | 1 | -5/+7 | |
| | ||||||
* | With --enable-bfd-backtraces, use binutils libbfd to resolve backtraces | Martin Willi | 2012-07-13 | 4 | -29/+287 | |
| | | | | | | | | The invocation of addr2line to resolve backtrace source locations is slow and cumbersome. When using libbfd directly, we can eliminate the overhead of the process invocation. Even better, we can cache library symbol names, bringing wicked fast lookups. As a neat bonus, we can resolve static function names. | |||||
* | Add an external method to disable leak detective temporarly | Martin Willi | 2012-07-13 | 2 | -0/+38 | |
| | ||||||
* | Simplify NAT-D payload creation if UDP encapsulation is forced | Tobias Brunner | 2012-07-13 | 1 | -2/+2 | |
| | | | | | We don't need any address lookups in that case as the content of the payload is generated randomly anyway. | |||||
* | updated Copyright info | Andreas Steffen | 2012-07-13 | 32 | -33/+48 | |
| | ||||||
* | wait for the finalization of the Functional Component measurements | Andreas Steffen | 2012-07-13 | 3 | -4/+19 | |
| | ||||||
* | restrict PA-TNC message siz only if upper limit is defined | Andreas Steffen | 2012-07-12 | 1 | -1/+1 | |
| | ||||||
* | a curly bracket got lost | Andreas Steffen | 2012-07-12 | 1 | -0/+1 | |
| | ||||||
* | destroy oversized attributes | Andreas Steffen | 2012-07-12 | 2 | -0/+2 | |
| | ||||||
* | prevent endless loop with oversize attributes | Andreas Steffen | 2012-07-12 | 2 | -8/+32 | |
| | ||||||
* | restrict PA-TNC messages to maximum size | Andreas Steffen | 2012-07-12 | 15 | -29/+243 | |
| | ||||||
* | refactored PA-TNC attribute error handling | Andreas Steffen | 2012-07-12 | 2 | -82/+26 | |
| | ||||||
* | fixed memory leak in the IETF standard error handling | Andreas Steffen | 2012-07-12 | 1 | -1/+2 | |
| | ||||||
* | static upper size limit for PA-TNC messages | Andreas Steffen | 2012-07-12 | 27 | -62/+245 | |
| | ||||||
* | Avoid that any % characters (e.g. in %any) are evaluated when logging via stroke | Tobias Brunner | 2012-07-12 | 1 | -1/+1 | |
| | ||||||
* | Added PLUGIN_NOOP to separate PLUGIN_PROVIDE from previous CALLBACK/REGISTER ↵ | Tobias Brunner | 2012-07-12 | 2 | -9/+19 | |
| | | | | entries | |||||
* | Android.mk of libstrongswan adapted to config.h changes | Tobias Brunner | 2012-07-12 | 1 | -78/+24 | |
| | ||||||
* | Properly cleanup thread-local values for the threads destroying ↵ | Tobias Brunner | 2012-07-12 | 1 | -2/+19 | |
| | | | | thread_value_t objects | |||||
* | fixed a memory leak in imc|imv_agent | Andreas Steffen | 2012-07-12 | 2 | -14/+20 | |
| | ||||||
* | imc/imv->send_message() uses attr_list | Andreas Steffen | 2012-07-11 | 9 | -81/+59 | |
| | ||||||
* | removed unused variables | Andreas Steffen | 2012-07-11 | 1 | -2/+0 | |
| | ||||||
* | fixed libstrongswan/Makefile.am | Andreas Steffen | 2012-07-11 | 1 | -11/+11 | |
| | ||||||
* | Use "-include config.h" when building ruby dumm extension | Martin Willi | 2012-07-11 | 1 | -1/+1 | |
| | ||||||
* | fixed logging of unsupported TNCCS version | Andreas Steffen | 2012-07-11 | 1 | -1/+1 | |
| | ||||||
* | PB-TNC Client sends empty CLOSE batch only in DECIDED state | Andreas Steffen | 2012-07-11 | 1 | -10/+23 | |
| | ||||||
* | have_recommendation() accepts NULL arguments | Andreas Steffen | 2012-07-11 | 1 | -4/+12 | |
| | ||||||
* | send empty SDATA batch if no recommendation is available yet, but in order ↵ | Andreas Steffen | 2012-07-11 | 4 | -3/+58 | |
| | | | | to avoid loops only if no empty CDATA batch was received | |||||
* | moved batch size calculation into pb_tnc_batch_t | Andreas Steffen | 2012-07-11 | 4 | -31/+50 | |
| | ||||||
* | make maximum PB-TNC batch size configurable | Andreas Steffen | 2012-07-11 | 1 | -2/+11 | |
| | ||||||
* | limit the size of a PB-TNC batch to the maximum EAP-TNC packet size | Andreas Steffen | 2012-07-11 | 10 | -88/+134 | |
| | ||||||
* | eliminate message length field in EAP-TNC | Andreas Steffen | 2012-07-11 | 3 | -4/+8 | |
| | ||||||
* | due to single fragment, total length does not have to be included | Andreas Steffen | 2012-07-11 | 1 | -3/+1 | |
| | ||||||
* | EAP-TNC does not support fragmentation | Andreas Steffen | 2012-07-11 | 1 | -12/+14 | |
| | ||||||
* | allow to transmit 64k TLS Handshake and Application messages via EAP-[T]TLS | Andreas Steffen | 2012-07-11 | 3 | -19/+23 | |
| | ||||||
* | some tls_eap optimizations | Andreas Steffen | 2012-07-11 | 1 | -10/+13 | |
| | ||||||
* | max_message_count = 0 disables limit | Andreas Steffen | 2012-07-11 | 1 | -1/+1 | |
| | ||||||
* | defined ITA Dummy PA-TNC attribute for test purposes | Andreas Steffen | 2012-07-11 | 9 | -18/+333 | |
| | ||||||
* | use TSS_PCRS_STRUCT_DEFAULT | Andreas Steffen | 2012-07-11 | 1 | -1/+1 | |
| | ||||||
* | log invalid TLS packet length | Andreas Steffen | 2012-07-11 | 1 | -1/+2 | |
| | ||||||
* | check boot_aggregate value | Andreas Steffen | 2012-07-11 | 1 | -64/+111 | |
| | ||||||
* | refactored PTS functional component measurements | Andreas Steffen | 2012-07-11 | 9 | -187/+385 | |
| | ||||||
* | Install dev headers only if --with-dev-headers= option is set | Martin Willi | 2012-07-11 | 3 | -3/+9 | |
| | ||||||
* | Install libtls development headers | Martin Willi | 2012-07-11 | 1 | -12/+9 | |
| | ||||||
* | Install libfast development headers | Martin Willi | 2012-07-11 | 1 | -2/+7 | |
| | ||||||
* | Check if config.h passed correctly via gcc -include | Martin Willi | 2012-07-11 | 1 | -0/+4 | |
| | ||||||
* | Install libstrongswan development headers | Martin Willi | 2012-07-11 | 2 | -81/+56 | |
| | ||||||
* | Use and install a config.h AC_CONFIG_HEADER that contains all AC_DEFINE results | Martin Willi | 2012-07-11 | 1 | -0/+3 | |
| | ||||||
* | Add safe_strerror() to leak detective whitelist | Martin Willi | 2012-07-11 | 1 | -0/+1 | |
| | | | | | | While the thread specific strerror buffer gets cleaned up for worker threads during their termination, the main thread itself, and so its strerror buffer, is still alive during leak reports. |