rcl/rcl
Mikael Arguedas 21fff528e1 add support for DDS Security (#125)
* add functions to find certificates in filesystem

* only pass the security root path to the rmw

* remove unused code

* fix memory leak

* style

* memory leak round 2

* temporary ifdef for file permission flags

* _S_IREAD works only for file not directories

* use c_utililties functions

* add todo to use c_utility/concat rather that snprintf

* remove now unnecessary stat include

* use backslash separator for path on windows

* duh

* update c_utilities imports and functions signatures

* use c_utilities to concatenate paths

* print debug msg to stdout

* suppress warning, put sros env var as static at the beginnign of the file

* pass local namespace

* more c_utilities renaming

* comment out debug prints for now

* add env vars for security strategy and enforce them

* use rmw_node_security_options structure

* line length

* remove unused conditional

* rename environment variable

* style

* use defines for env var names and use rcutils_stringify on it

* remove unnecessary assignment

* consistent define naming for environment variables names

* stringify SECURITY_ROOST_DIRECTORY
2017-06-14 19:50:07 -07:00
..
include/rcl move system and steady time to rcutils 2017-06-01 15:48:59 -07:00
src/rcl add support for DDS Security (#125) 2017-06-14 19:50:07 -07:00
test string array takes allocator (#143) 2017-06-14 11:38:47 -07:00
.gitignore Doxygen setup (#98) 2016-12-20 18:30:03 -08:00
CMakeLists.txt move system and steady time to rcutils 2017-06-01 15:48:59 -07:00
Doxyfile Doxygen setup (#98) 2016-12-20 18:30:03 -08:00
package.xml rename {c_}utilities to rcutils (#130) 2017-04-20 11:15:03 -07:00