osquery-1/osquery/core
Mitchell Grenier 41283223af Better extended attributes
For the second time in a couple of weeks, I've rewritten the xattr table into
a new extended_attributes table.

If we find an attribute that we don't have a parser for, we will check if it
contains non printable characters. If it does, we'll base64 it. If it doesn't,
we will just output the unencoded string.
2015-04-10 13:17:22 -07:00
..
darwin Renamed osx_version to os_version, include Linux versions 2015-03-15 16:07:49 -07:00
CMakeLists.txt Change schedule to a map, splay on config update 2015-03-24 16:28:49 -07:00
conversions_tests.cpp Better extended attributes 2015-04-10 13:17:22 -07:00
conversions.cpp Better extended attributes 2015-04-10 13:17:22 -07:00
conversions.h Better extended attributes 2015-04-10 13:17:22 -07:00
flags_tests.cpp Add flag aliasing, logger/flag tests 2015-02-17 16:26:14 -08:00
flags.cpp Extensions autoloading prequel 2015-03-04 18:51:41 -08:00
hash_tests.cpp Extensions autoloading prequel 2015-03-04 18:51:41 -08:00
hash.cpp hash.h documentation 2015-01-20 15:36:53 -08:00
init.cpp Merge pull request #928 from theopolis/config_check_pp 2015-04-04 00:12:12 -07:00
status_tests.cpp Updating the license comment to be the correct open source header 2014-12-18 10:52:55 -08:00
system.cpp Extensions autoloading prequel 2015-03-04 18:51:41 -08:00
tables_tests.cpp Remove libprocps(ng) in favor of parsing proc manually 2015-03-27 12:37:16 -07:00
tables.cpp Allow external calls from within registry 2015-02-23 21:35:54 -08:00
test_util.cpp Fix etc_hosts hostname parsing so that inline comments are now ignored; update tests 2015-04-06 23:32:56 -07:00
test_util.h Change schedule to a map, splay on config update 2015-03-24 16:28:49 -07:00
text_tests.cpp Remove libprocps(ng) in favor of parsing proc manually 2015-03-27 12:37:16 -07:00
text.cpp Remove libprocps(ng) in favor of parsing proc manually 2015-03-27 12:37:16 -07:00
watcher.cpp Remove libprocps(ng) in favor of parsing proc manually 2015-03-27 12:37:16 -07:00
watcher.h Set osquery_extensions for worker child 2015-03-17 10:36:19 -07:00