osquery-1/osquery
Mitchell Grenier c8e116aa7d Reinstated the extra escape with changes
I put the original escape back in but redirected the call to a new function
that will escape characters in the form of \xNN when:

`byte < 0x20 || byte >= 0x80`

This leaves slashes alone and should fix this issue.

UPDATE: Tests have also been added. Added an English test to test for NOP.
2015-03-23 10:49:28 -07:00
..
config Ability to configure osquery from multiple files 2015-03-13 17:19:02 -07:00
core Set osquery_extensions for worker child 2015-03-17 10:36:19 -07:00
database Reinstated the extra escape with changes 2015-03-23 10:49:28 -07:00
devtools Remove shell tools from daemon 2015-03-04 23:21:16 -08:00
dispatcher [lints] Basic cpp linting 2015-02-24 03:47:12 -08:00
distributed Extensions autoloading prequel 2015-03-04 18:51:41 -08:00
events [Implement #593] Add a RLOG, TLOG helper macro 2015-03-08 15:20:36 -07:00
examples Ability to configure osquery from multiple files 2015-03-13 17:19:02 -07:00
extensions Use a .load file instead of delimited dirs 2015-03-17 10:11:43 -07:00
filesystem Fixing hopefully the last filesystem exception 2015-03-17 11:52:56 -07:00
logger Extension-dependent config/logger plugins 2015-03-13 12:01:30 -07:00
main [Fix #852] Use a user-specific temporary dir for shell state 2015-03-16 09:29:50 -07:00
registry Extension-dependent config/logger plugins 2015-03-13 12:01:30 -07:00
scheduler Switch lazy=active concept for registry setup 2015-03-04 18:51:41 -08:00
sql Fix error in run when tables emit blank columns 2015-03-17 12:25:07 -07:00
tables Nit, prefer boolean columns to not use 'is_' 2015-03-17 15:21:37 -07:00
CMakeLists.txt Renamed osx_version to os_version, include Linux versions 2015-03-15 16:07:49 -07:00